From 35aabd9abcf576643d0d509f94ddeda47a898426 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 15 Jul 2019 09:54:28 -0400
Subject: [PATCH] testsuite: Skip hpc_fork in profiled ways

The test will fail non-deterministicallyh so we can't expect it to fail.
---
 tests/fork/test.T | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/fork/test.T b/tests/fork/test.T
index d8d387b..f9b99c5 100644
--- a/tests/fork/test.T
+++ b/tests/fork/test.T
@@ -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'])
 
-- 
GitLab