[commit: ghc] master: CopySmallArrayStressTest needs random (c310823)
git at git.haskell.org
git at git.haskell.org
Sat Mar 29 20:09:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c3108234cb1ce1842bcb288ab533315934524cff/ghc
>---------------------------------------------------------------
commit c3108234cb1ce1842bcb288ab533315934524cff
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Mar 29 21:08:17 2014 +0100
CopySmallArrayStressTest needs random
>---------------------------------------------------------------
c3108234cb1ce1842bcb288ab533315934524cff
testsuite/tests/codeGen/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 7604427..9077af2 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -119,5 +119,5 @@ test('T6084',normal, compile_and_run, ['-O2'])
test('StaticArraySize', normal, compile_and_run, ['-O2'])
test('StaticByteArraySize', normal, compile_and_run, ['-O2'])
test('CopySmallArray', normal, compile_and_run, [''])
-test('CopySmallArrayStressTest', normal, compile_and_run, [''])
+test('CopySmallArrayStressTest', reqlib('random'), compile_and_run, [''])
test('SizeOfSmallArray', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list