[commit: ghc] master: Skip T5611 on OSX as it fails non-deterministically. (a662f46)

git at git.haskell.org git at git.haskell.org
Sat Oct 22 20:24:23 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a662f46c32ce35bd0769aa1ab224c3dfd39e207c/ghc

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

commit a662f46c32ce35bd0769aa1ab224c3dfd39e207c
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sat Oct 22 15:36:42 2016 -0400

    Skip T5611 on OSX as it fails non-deterministically.
    
    Reviewers: austin, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2622
    
    GHC Trac Issues: #12751


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

a662f46c32ce35bd0769aa1ab224c3dfd39e207c
 testsuite/tests/concurrent/should_run/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index e3e053e..24ea29d 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -75,7 +75,8 @@ test('T5558',
      compile_and_run, [''])
 
 test('T5421', normal, compile_and_run, [''])
-test('T5611', normal, compile_and_run, [''])
+# See #12751, the test fails non-deterministically so we skip it.
+test('T5611', when ( opsys('darwin'), skip) , compile_and_run, [''])
 test('T5238', normal, compile_and_run, [''])
 test('T5866', exit_code(1), compile_and_run, [''])
 



More information about the ghc-commits mailing list