[commit: ghc] master: testsuite: Eliminate unnecessary compile_timeout_multiplier (5b55e4b)
git at git.haskell.org
git at git.haskell.org
Mon Oct 17 19:02:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5b55e4b54f4e8ef0d45e9a2d410e783bc9b170e5/ghc
>---------------------------------------------------------------
commit 5b55e4b54f4e8ef0d45e9a2d410e783bc9b170e5
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Sun Oct 16 20:49:46 2016 -0400
testsuite: Eliminate unnecessary compile_timeout_multiplier
tc266 was failing intermittently on Windows due to a very small
compile_timeout_multiplier. This test was added in
e907e1f12f4dedc0ec13c7a501c8810bcfc03583 which doesn't appear to have
any timng dependence, so I see no reason to retain the multiplier at
all.
Test Plan: Validate
Reviewers: ezyang, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2601
>---------------------------------------------------------------
5b55e4b54f4e8ef0d45e9a2d410e783bc9b170e5
testsuite/tests/typecheck/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index c40255e..52b1df8 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -359,7 +359,7 @@ test('tc263',
multimod_compile, ['tc263','-v0'])
test('tc265', compile_timeout_multiplier(0.01), compile, [''])
test('tc266',
- [extra_clean(['Tc266.hi-boot', 'Tc266.o-boot', 'Tc266a.hi', 'Tc266a.o', 'Tc266.hi', 'Tc266.o']), run_timeout_multiplier(0.01)] ,
+ [extra_clean(['Tc266.hi-boot', 'Tc266.o-boot', 'Tc266a.hi', 'Tc266a.o', 'Tc266.hi', 'Tc266.o'])] ,
run_command,
['$MAKE -s --no-print-directory tc266'])
test('Tc267',
More information about the ghc-commits
mailing list