mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
cxx: fixed stack smash test case failing due to changed output
__stack_chk_fail no longer prints "abort() was called" message, changed test case to reflect this.
This commit is contained in:
committed by
Guillaume Souchere
parent
87a738962e
commit
0fa3443cea
@@ -38,5 +38,4 @@ def test_cxx_stack_smash(dut: Dut) -> None:
|
|||||||
dut.expect_exact('Press ENTER to see the list of tests')
|
dut.expect_exact('Press ENTER to see the list of tests')
|
||||||
dut.write('\"stack smashing protection CXX\"')
|
dut.write('\"stack smashing protection CXX\"')
|
||||||
dut.expect_exact('Stack smashing protect failure!')
|
dut.expect_exact('Stack smashing protect failure!')
|
||||||
dut.expect_exact('abort() was called')
|
|
||||||
dut.expect_exact('Rebooting...')
|
dut.expect_exact('Rebooting...')
|
||||||
|
Reference in New Issue
Block a user