From cd1a8808031de162fe92b04de905d59886595abb Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Fri, 11 Oct 2019 07:52:24 +0300 Subject: Skip T13767 on Darwin The CI job fails with: +++ rts/T13676.run/T13676.run.stderr.normalised 2019-10-09 12:27:56.000000000 -0700 @@ -0,0 +1,4 @@ +dyld: Library not loaded: @rpath/libHShaskeline-0.7.5.0-ghc8.9.0.20191009.dylib + Referenced from: /Users/builder/builds/ewzE5N2p/0/ghc/ghc/inplace/lib/bin/ghc + Reason: image not found +*** Exception: readCreateProcess: '/Users/builder/builds/ewzE5N2p/0/ghc/ghc/inplace/lib/bin/ghc' '-B/Users/builder/builds/ewzE5N2p/0/ghc/ghc/inplace/lib' '-e' ''/''$'/'' == '/''/x0024'/''' +RTS '-tT13676.t' (exit -6): failed Unable to reproduce locally. --- testsuite/tests/rts/all.T | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 2e2709af0d..9e20ba0b81 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -394,4 +394,6 @@ test('keep-cafs', test('T16514', unless(opsys('mingw32'), skip), compile_and_run, ['T16514_c.cpp -lstdc++']) test('test-zeroongc', extra_run_opts('-DZ'), compile_and_run, ['-debug']) -test('T13676', [extra_files(['T13676.hs'])], ghci_script, ['T13676.script']) +test('T13676', [when(opsys('darwin'), skip), # skip on Darwin due to CI issues + extra_files(['T13676.hs'])], + ghci_script, ['T13676.script']) -- cgit v1.2.1