Skip to content
Snippets Groups Projects
Commit d0ddc01b authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Introduce threaded2_sanity way

Incredibly, we previously did not have a single way which would test the
threaded RTS with multiple capabilities and the sanity-checker enabled.
parent ad8cfed4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ config.other_ways = ['hpc',
'prof_hc_hb','prof_hb',
'prof_hd','prof_hy','prof_hr',
'sanity',
'threaded1_ls', 'threaded2_hT', 'debug_numa',
'threaded1_ls', 'threaded2_hT', 'threaded2_sanity', 'debug_numa',
'llvm', 'debugllvm',
'profllvm', 'profoptllvm', 'profthreadedllvm',
'debug',
......@@ -99,6 +99,7 @@ config.way_flags = {
'threaded1_ls' : ['-threaded', '-debug'],
'threaded2' : ['-O', '-threaded'],
'threaded2_hT' : ['-O', '-threaded'],
'threaded2_sanity': ['-O', '-threaded', '-debug'],
'hpc' : ['-O', '-fhpc'],
'prof_hc_hb' : ['-O', '-prof', '-static', '-fprof-auto'],
'prof_hb' : ['-O', '-prof', '-static', '-fprof-auto'],
......@@ -144,6 +145,7 @@ config.way_rts_flags = {
'threaded1_ls' : ['-ls'],
'threaded2' : ['-N2', '-ls'],
'threaded2_hT' : ['-N2', '-hT'],
'threaded2_sanity' : ['-N2', '-DS'],
'hpc' : [],
'prof_hc_hb' : ['-hc', '-hbvoid'],
'prof_hb' : ['-hb'],
......
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