Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/95782fa7df54d6d7b2516040c2f44b20b0ca50d7 >--------------------------------------------------------------- commit 95782fa7df54d6d7b2516040c2f44b20b0ca50d7 Author: Simon Marlow <[email protected]> Date: Wed Aug 3 15:19:32 2011 +0100 add some more reqlib('random')s >--------------------------------------------------------------- tests/concurrent/prog002/all.T | 1 + tests/concurrent/prog003/all.T | 1 + tests/concurrent/should_run/all.T | 1 + tests/ffi/should_run/all.T | 1 + 4 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tests/concurrent/prog002/all.T b/tests/concurrent/prog002/all.T index f87bc8b..de90966 100644 --- a/tests/concurrent/prog002/all.T +++ b/tests/concurrent/prog002/all.T @@ -9,6 +9,7 @@ test('concprog002', extra_ways(['threaded2_hT']), exit_code(1), skip_if_fast, + reqlib('random'), extra_clean(['Event.hi', 'Event.o', 'Scheduler.hi', 'Scheduler.o', 'Server.hi', 'Server.o', diff --git a/tests/concurrent/prog003/all.T b/tests/concurrent/prog003/all.T index fc342e9..874b396 100644 --- a/tests/concurrent/prog003/all.T +++ b/tests/concurrent/prog003/all.T @@ -27,6 +27,7 @@ test('concprog003', 'Main.hi', 'Main.o', 'TestData.hi', 'TestData.o' ]), + reqlib('random'), extra_run_opts('IMM -t test-8-3000-3000-2-1-4'), ], multimod_compile_and_run, diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T index f7745d5..ed3c55d 100644 --- a/tests/concurrent/should_run/all.T +++ b/tests/concurrent/should_run/all.T @@ -114,6 +114,7 @@ else: test('conc023', composes([skip_if_fast, only_compiler_types(['ghc']), + reqlib('random'), conc023_ways]), compile_and_run, ['']) test('conc024', only_compiler_types(['ghc']), compile_and_run, ['']) diff --git a/tests/ffi/should_run/all.T b/tests/ffi/should_run/all.T index 434397d..cf1e169 100644 --- a/tests/ffi/should_run/all.T +++ b/tests/ffi/should_run/all.T @@ -68,6 +68,7 @@ if config.platform.startswith('i386-'): maybe_skip = only_ways(['ghci']) test('ffi009', [skip_if_fast, expect_fail_for(['extcore','optextcore']), + reqlib('random'), maybe_skip] ,compile_and_run, [opts]) # Doesn't work with External Core due to __labels _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
