Skip to content
Snippets Groups Projects
Commit fe64cff1 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl] Update tests

parent 9f5931a1
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/* run.config_dev /* run.config_dev
COMMENT: Print the data and filter the addresses of the output so that the test is deterministic. COMMENT: Print the data and filter the addresses of the output so that the test is deterministic.
MACRO: ROOT_EACSL_GCC_OPTS_EXT --assert-print-data -e -DE_ACSL_DEBUG_ASSERT -F -no-unicode MACRO: ROOT_EACSL_GCC_OPTS_EXT --assert-print-data -e -DE_ACSL_DEBUG_ASSERT -F -no-unicode
MACRO: ROOT_EACSL_EXEC_FILTER @SEDCMD@ -e "s|0x[0-9a-f]*$|0x000000|g" MACRO: ROOT_EACSL_EXEC_FILTER @SEDCMD@ -e s/0x[0-9a-f]*$/0x000000/g
*/ */
#include <float.h> #include <float.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/* run.config_dev /* run.config_dev
MACRO: ROOT_EACSL_GCC_OPTS_EXT --rt-debug --rt-verbose --full-mtracking MACRO: ROOT_EACSL_GCC_OPTS_EXT --rt-debug --rt-verbose --full-mtracking
COMMENT: Filter the addresses of the output so that the test is deterministic. COMMENT: Filter the addresses of the output so that the test is deterministic.
MACRO: ROOT_EACSL_EXEC_FILTER @SEDCMD@ -e "s|0x[0-9a-f-]*|0x0000-0000-0000|g" | @SEDCMD@ -e "s|Offset: [0-9-]*|Offset: xxxx|g" MACRO: ROOT_EACSL_EXEC_FILTER @SEDCMD@ -e s_0x[0-9a-f-]*_0x0000-0000-0000_g | @SEDCMD@ -e s_Offset:\s[0-9-]*_Offset:xxxxx_g
*/ */
int main() { int main() {
return 0; return 0;
......
>>> HEAP --------------------- >>> HEAP ---------------------
Application: 128 MB [0x0000-0000-0000, 0x0000-0000-0000] Application: 128 MB [0x0000-0000-0000, 0x0000-0000-0000]
Primary : 128 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Primary : 128 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
Secondary : 16 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Secondary : 16 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
>>> STACK -------------------- >>> STACK --------------------
Application: 16 MB [0x0000-0000-0000, 0x0000-0000-0000] Application: 16 MB [0x0000-0000-0000, 0x0000-0000-0000]
Primary : 16 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Primary : 16 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
Secondary : 16 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Secondary : 16 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
>>> GLOBAL ------------------- >>> GLOBAL -------------------
Application: 0 MB [0x0000-0000-0000, 0x0000-0000-0000] Application: 0 MB [0x0000-0000-0000, 0x0000-0000-0000]
Primary : 0 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Primary : 0 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
Secondary : 0 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Secondary : 0 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
>>> TLS ---------------------- >>> TLS ----------------------
Application: 64 MB [0x0000-0000-0000, 0x0000-0000-0000] Application: 64 MB [0x0000-0000-0000, 0x0000-0000-0000]
Primary : 64 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Primary : 64 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
Secondary : 64 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset: xxxx } Secondary : 64 MB [0x0000-0000-0000, 0x0000-0000-0000]{ Offset:xxxxx }
>>> -------------------------- >>> --------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment