diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-03 15:19:32 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-04 09:33:05 +0100 |
commit | a55eca9941e538e01a31a38c1682e7ff42faf4cc (patch) | |
tree | 5b114b9dcee95822ee19c5a8c7e8aac0de4942c2 | |
parent | 25d4863492fd8ffa987c1487549351d786e58895 (diff) | |
download | haskell-a55eca9941e538e01a31a38c1682e7ff42faf4cc.tar.gz |
add some more reqlib('random')s
-rw-r--r-- | testsuite/tests/concurrent/prog002/all.T | 1 | ||||
-rw-r--r-- | testsuite/tests/concurrent/prog003/all.T | 1 | ||||
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 1 | ||||
-rw-r--r-- | testsuite/tests/ffi/should_run/all.T | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/prog002/all.T b/testsuite/tests/concurrent/prog002/all.T index f87bc8b77f..de90966b0f 100644 --- a/testsuite/tests/concurrent/prog002/all.T +++ b/testsuite/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/testsuite/tests/concurrent/prog003/all.T b/testsuite/tests/concurrent/prog003/all.T index fc342e9fd0..874b3967dd 100644 --- a/testsuite/tests/concurrent/prog003/all.T +++ b/testsuite/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/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index f7745d5d97..ed3c55d921 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/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/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T index 434397d065..cf1e169c25 100644 --- a/testsuite/tests/ffi/should_run/all.T +++ b/testsuite/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 |