[commit: ghc] ghc-8.0: Omit TEST=T10697_decided_3 WAY=ghci (a4dcdfa)
git at git.haskell.org
git at git.haskell.org
Mon Apr 11 00:05:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/a4dcdfa560f645bf96496235a5d94d2fff728862/ghc
>---------------------------------------------------------------
commit a4dcdfa560f645bf96496235a5d94d2fff728862
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Jan 1 12:46:37 2016 +0100
Omit TEST=T10697_decided_3 WAY=ghci
(cherry picked from commit d935d20988af7f3109b73d7c51a0e4a6b12b926c)
>---------------------------------------------------------------
a4dcdfa560f645bf96496235a5d94d2fff728862
testsuite/tests/th/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index d9536c7..c398a31 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -363,7 +363,7 @@ test('T10620', normal, compile_and_run, ['-v0'])
test('T10638', normal, compile_fail, ['-v0'])
test('T10697_decided_1', normal, compile_and_run, ['-v0'])
test('T10697_decided_2', normal, compile_and_run, ['-XStrictData -v0'])
-test('T10697_decided_3', normal,
+test('T10697_decided_3', omit_ways(['ghci']), # ghci doesn't support -O(2)
compile_and_run,
['-XStrictData -funbox-strict-fields -O2 -v0'])
test('T10697_source',
More information about the ghc-commits
mailing list