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:
Guillaume Souchere
2022-10-05 12:00:21 +02:00
parent 87ea3142ac
commit a29627f59d
4 changed files with 18 additions and 17 deletions

View File

@@ -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)