[commit: packages/hpc] master: Revert "Testsuite: hpc_fork is failing for some ways" (0741f65)

git at git.haskell.org git at git.haskell.org
Mon Mar 7 21:52:48 UTC 2016


Repository : ssh://git@git.haskell.org/hpc

On branch  : master
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/0741f656fdadc14960f55e1970080d4699371055

>---------------------------------------------------------------

commit 0741f656fdadc14960f55e1970080d4699371055
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Mar 7 14:50:18 2016 +0100

    Revert "Testsuite: hpc_fork is failing for some ways"
    
    This reverts commit 17c3771e42e64ecda8970e8d6bea5c7e7fe1a4d6.
    
    As noted in GHC #11643, this is now fixed.


>---------------------------------------------------------------

0741f656fdadc14960f55e1970080d4699371055
 tests/fork/test.T | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/tests/fork/test.T b/tests/fork/test.T
index 5b27e62..cd8b963 100644
--- a/tests/fork/test.T
+++ b/tests/fork/test.T
@@ -2,12 +2,6 @@ setTestOpts([omit_ways(['ghci','threaded2']), when(fast(), skip)])
 
 hpc_prefix = "perl ../hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
 
-failing_ways_for_11645 = \
-    [w for w in prof_ways if w not in threaded_ways and w in opt_ways]
-
-# Skip on Windows, no forkProcess.
-test('hpc_fork',
-     [when(opsys('mingw32'), skip), cmd_prefix(hpc_prefix),
-      expect_broken_for(11645, failing_ways_for_11645)],
-     compile_and_run, ['-fhpc'])
+test('hpc_fork', [ when(opsys('mingw32'), skip), # no forkProcess on Windows
+                   cmd_prefix(hpc_prefix) ], compile_and_run, ['-fhpc'])
 



More information about the ghc-commits mailing list