Skip to content
Snippets Groups Projects
Commit b46fc091 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[e-acsl] disable non-deterministic tests on segments

- depending on system+executions, VDSO and TLS may overlap
parent fa0321fb
No related branches found
No related tags found
No related merge requests found
/* run.config, run.config_dev
/* run.config_dev
COMMENT: This test is identical to `parallel_thread.c` but with RTL debug code
COMMENT: activated.
MACRO: ROOT_EACSL_GCC_OPTS_EXT --rt-debug --rt-verbose --concurrency
COMMENT: Filter the addresses of the output so that the test is deterministic.
MACRO: ROOT_EACSL_EXEC_FILTER sed -e s_0x[0-9a-f-]*_0x0000-0000-0000_g | sed -e s_Offset:\s[0-9-]*_Offset:xxxxx_g | sed -e s/[0-9]*\skB/xxxkB/g | sed -e s/[0-9]*\sMB/xxxMB/g | sed -e s/Leaked.*bytes/Leakedxxxbytes/g
DONTRUN:
*/
// Include existing test
......
......@@ -2,7 +2,7 @@
STDOPT: #"-e-acsl-full-mtracking"
*/
/* run.config_dev
MACRO: ROOT_EACSL_GCC_OPTS_EXT --full-mtracking --rt-debug
DONTRUN: MACRO: ROOT_EACSL_GCC_OPTS_EXT --full-mtracking --rt-debug
*/
#include <time.h>
......
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