[commit: testsuite] master: Add a timeout for #8431 (1d09d74)
git at git.haskell.org
git
Sat Oct 12 03:06:22 UTC 2013
Repository : ssh://git at git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1d09d7462fe8fffa41e1ddf29fec53b031928d62/testsuite
>---------------------------------------------------------------
commit 1d09d7462fe8fffa41e1ddf29fec53b031928d62
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Sat Oct 12 05:05:32 2013 +0200
Add a timeout for #8431
>---------------------------------------------------------------
1d09d7462fe8fffa41e1ddf29fec53b031928d62
tests/parser/should_fail/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/parser/should_fail/all.T b/tests/parser/should_fail/all.T
index 9aba76e..7e0194a 100644
--- a/tests/parser/should_fail/all.T
+++ b/tests/parser/should_fail/all.T
@@ -81,4 +81,4 @@ test('T984', normal, compile_fail, [''])
test('T7848', normal, compile_fail, ['-dppr-user-length=100'])
test('ExportCommaComma', normal, compile_fail, [''])
test('T8430', literate, compile_fail, [''])
-test('T8431', normal, compile_fail, ['-XAlternativeLayoutRule'])
+test('T8431', [timeout_multiplier(0.05)], compile_fail, ['-XAlternativeLayoutRule'])
More information about the ghc-commits
mailing list