Skip to content
Snippets Groups Projects
Commit 2c31264a authored by Zubin's avatar Zubin
Browse files

testsuite: normalise windows file seperators

(cherry picked from commit f858875e)
parent 9104e6eb
No related branches found
No related tags found
No related merge requests found
......@@ -145,11 +145,13 @@ test('T7275', test_opts_dot_prof, makefile_test, [])
test('callstack001',
# unoptimised results are different w.r.t. CAF attribution
[test_opts_dot_prof # produces a different stack
,normalise_fun(lambda s: re.sub(r"(?<!('|‘))\\", '/', s).replace("//","/"))
], compile_and_run,
['-fprof-auto-calls -fno-full-laziness -fno-state-hack'])
test('callstack002',
[ test_opts_dot_prof # produces a different stack
, normalise_fun(lambda s: re.sub(r"(?<!('|‘))\\", '/', s))
],
compile_and_run,
['-fprof-auto-calls -fno-full-laziness -fno-state-hack'])
......
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