mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
heap: fix the size of buffers in ignored tests
the ignored tests are updated with the minimum required buffer size to create a new heap using the tlsf heap callocator.
This commit is contained in:
@@ -17,7 +17,7 @@ from pytest_embedded import Dut
|
||||
)
|
||||
def test_heap_poisoning(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests')
|
||||
dut.write('![ignore]')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output(timeout=300)
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ def test_heap_poisoning(dut: Dut) -> None:
|
||||
)
|
||||
def test_heap(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests')
|
||||
dut.write('![ignore]')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output(timeout=300)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user