Skip to content
Snippets Groups Projects
Commit 35aabd9a authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

testsuite: Skip hpc_fork in profiled ways

The test will fail non-deterministicallyh so we can't expect it to fail.
parent 9f5151a7
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,9 @@ hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
test('hpc_fork',
[extra_files(['../hpcrun.pl']),
when(opsys('mingw32'), skip), # no forkProcess on Windows
# profiling and forkProcess don't go well together. See #11645 and #8862.
expect_broken_for(16907, prof_ways),
# profiling and forkProcess don't go well together. See #16907, #11645,
# and #8862.
omit_ways(prof_ways),
cmd_prefix(hpc_prefix)],
compile_and_run, ['-fhpc'])
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