[commit: ghc] master: testsuite: Skip T3171 for now (817ba0c)
git at git.haskell.org
git at git.haskell.org
Fri Oct 5 03:35:24 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/817ba0cf0d70663d934eee421288978ff939cbd2/ghc
>---------------------------------------------------------------
commit 817ba0cf0d70663d934eee421288978ff939cbd2
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Thu Oct 4 13:42:30 2018 -0400
testsuite: Skip T3171 for now
This test is remarkably flaky, failing regularly on i386/Linux,
amd64/Fedora, and amd64/Darwin. I've opened #15383 to track this and am
disabling the test for now until we have a chance to investigate.
Test Plan: Validate
Reviewers: alpmestan
Subscribers: rwbarton, carter
GHC Trac Issues: #15383
Differential Revision: https://phabricator.haskell.org/D5202
>---------------------------------------------------------------
817ba0cf0d70663d934eee421288978ff939cbd2
testsuite/tests/ghci/should_run/all.T | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T
index d92b0e7..70e200c 100644
--- a/testsuite/tests/ghci/should_run/all.T
+++ b/testsuite/tests/ghci/should_run/all.T
@@ -11,6 +11,7 @@ test('T2881', just_ghci, compile_and_run, [''])
test('T3171',
[when(opsys('mingw32'),skip),
+ skip, # This test is quite flaky (#15383)
req_interp,
combined_output],
run_command,
More information about the ghc-commits
mailing list