tests: lib: sprintf: filter-out MCIMX7_M4 platform
Apparently the tests/lib/sprintf test requires more than 34kB of code size, when building in MCIMX7_M4-based platforms. Such platforms, however, only have 32kB of code memory, therefore, we exclude them from this test. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
a594a574cd
commit
2cf4ce4774
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#define DEADBEEF_PTR_STR "0xdeadbeef"
|
||||
|
||||
/*
|
||||
* A really long string (330 characters + NUL).
|
||||
* A really long string (330 characters + NULL).
|
||||
* The underlying sprintf() architecture will truncate it.
|
||||
*/
|
||||
#define REALLY_LONG_STRING \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
tests:
|
||||
libraries.libc:
|
||||
filter: not CONFIG_SOC_MCIMX7_M4
|
||||
tags: libc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue