mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/cxx_stack_smash_test' into 'master'
cxx: fixed stack smash test case failing due to changed output Closes IDFCI-1549 See merge request espressif/esp-idf!21574
This commit is contained in:
commit
6c4c6e0b98
@ -38,5 +38,4 @@ def test_cxx_stack_smash(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests')
|
||||
dut.write('\"stack smashing protection CXX\"')
|
||||
dut.expect_exact('Stack smashing protect failure!')
|
||||
dut.expect_exact('abort() was called')
|
||||
dut.expect_exact('Rebooting...')
|
||||
|
Loading…
x
Reference in New Issue
Block a user