[commit: ghc] master: Skip retc001 on OSX (9130867)

git at git.haskell.org git at git.haskell.org
Sun Jun 12 10:00:59 UTC 2016


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

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

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

commit 913086797af8060808973e8f6a11a3702afffe14
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sun Jun 12 11:03:43 2016 +0100

    Skip retc001 on OSX
    
    See #11204, this test sometimes fails and sometimes passes on OSX
    which causes intermittent validate failures if it is run.


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

913086797af8060808973e8f6a11a3702afffe14
 testsuite/tests/driver/retc001/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/driver/retc001/all.T b/testsuite/tests/driver/retc001/all.T
index 7e7c59a..aa36d77 100644
--- a/testsuite/tests/driver/retc001/all.T
+++ b/testsuite/tests/driver/retc001/all.T
@@ -1,6 +1,7 @@
 test('retc001',
      [clean_cmd('$MAKE -s clean'),
-      when(opsys('darwin'), expect_broken(11204))],
+# See issue 11204, this test sometimes passes and sometimes fails on OSX
+      when(opsys('darwin'), skip)],
      run_command,
      ['$MAKE -s --no-print-directory retc001'])
 



More information about the ghc-commits mailing list