mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'fix/skip-test-gdbstub-runtime-xtensa-stepping-bug' into 'master'
fix(gdbstub): skip xtensa_stepping_bug testcase until fixed Closes IDFCI-1777 See merge request espressif/esp-idf!25207
This commit is contained in:
@@ -159,7 +159,7 @@ def test_gdbstub_runtime(dut: PanicTestDut) -> None:
|
|||||||
@pytest.mark.esp32s2
|
@pytest.mark.esp32s2
|
||||||
@pytest.mark.esp32s3
|
@pytest.mark.esp32s3
|
||||||
@pytest.mark.generic
|
@pytest.mark.generic
|
||||||
@pytest.mark.temp_skip_ci(targets=['esp32s3'], reason='fix IDF-7927')
|
@pytest.mark.temp_skip_ci(targets=['esp32', 'esp32s2', 'esp32s3'], reason='fix IDF-7927')
|
||||||
def test_gdbstub_runtime_xtensa_stepping_bug(dut: PanicTestDut) -> None:
|
def test_gdbstub_runtime_xtensa_stepping_bug(dut: PanicTestDut) -> None:
|
||||||
dut.expect_exact('tested app is runnig.')
|
dut.expect_exact('tested app is runnig.')
|
||||||
dut.write(b'\x03') # send Ctrl-C
|
dut.write(b'\x03') # send Ctrl-C
|
||||||
|
Reference in New Issue
Block a user