We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test is outdated, as it assumes the stack is above the heap (and smaller than heap).
frdm-k64f-gcc output:
{{timeout;10}} {{host_test_name;default_auto}} {{description;Heap & Stack}} {{test_id;MBED_13}} {{start}} Initial stack/heap geometry: stack pointer:V 0x1fffa047 heap pointer :^ 0x1fffacb0 stack pointer: 0x1fffa02f heap pointer: 0x1fffadc0 [WARNING] The Stack/Heap collision was not detected Allocated (0)Kb in (1) iterations {{success}} {{end}}
This test should be in ualloc, and should be corrected/improved.
Thanks for bringing this up to @akselsm
The text was updated successfully, but these errors were encountered:
ARM Internal Ref: IOTSFW-1654
Sorry, something went wrong.
This test will be removed from test async test collection for mbed-drivers. @0xc0170 I think we can close it ?
Yes, shall be removed. It will be closed once the test is not in the new version.
No branches or pull requests
The test is outdated, as it assumes the stack is above the heap (and smaller than heap).
frdm-k64f-gcc output:
This test should be in ualloc, and should be corrected/improved.
Thanks for bringing this up to @akselsm
The text was updated successfully, but these errors were encountered: