diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/deriving/should_compile/all.T | 2 | ||||
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T index b51cc30c49..46cddbb0b9 100644 --- a/testsuite/tests/codeGen/should_run/all.T +++ b/testsuite/tests/codeGen/should_run/all.T @@ -113,4 +113,4 @@ test('Word2Float64', unless(wordsize(64), skip), compile_and_run, ['']) test('T7361', normal, compile_and_run, ['']) test('T7600', normal, compile_and_run, ['']) test('T8103', only_ways(['normal']), compile_and_run, ['']) -test('T7953', normal, compile_and_run, ['']) +test('T7953', reqlib('random'), compile_and_run, ['']) diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 15457fd489..e495c096fc 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -242,4 +242,4 @@ test('setnumcapabilities001', compile_and_run, ['']) # omit ghci, which can't handle unboxed tuples: -test('compareAndSwap', omit_ways(['ghci','hpc']), compile_and_run, ['']) +test('compareAndSwap', [omit_ways(['ghci','hpc']), reqlib('primitive')], compile_and_run, ['']) diff --git a/testsuite/tests/deriving/should_compile/all.T b/testsuite/tests/deriving/should_compile/all.T index d27f829c4a..488c8e8f90 100644 --- a/testsuite/tests/deriving/should_compile/all.T +++ b/testsuite/tests/deriving/should_compile/all.T @@ -41,4 +41,4 @@ test('T7710', normal, compile, ['']) test('AutoDeriveTypeable', normal, compile, ['']) -test('T8138', normal, compile, ['-O2'])
\ No newline at end of file +test('T8138', reqlib('primitive'), compile, ['-O2']) diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 2eb1a6fd1f..06ba3bbb96 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -28,7 +28,7 @@ test('ghci014', reqlib('QuickCheck'), ghci_script, ['ghci014.script']) test('ghci015', ignore_output, ghci_script, ['ghci015.script']) test('ghci016', expect_broken(552), ghci_script, ['ghci016.script']) -test('ghci017', extra_run_opts('-hide-package haskell98'), ghci_script, ['ghci017.script']) +test('ghci017', [reqlib('haskell98'), extra_run_opts('-hide-package haskell98')], ghci_script, ['ghci017.script']) test('ghci018', expect_broken(1201), ghci_script, ['ghci018.script']) test('ghci019', normal, ghci_script, ['ghci019.script']) test('ghci020', normal, ghci_script, ['ghci020.script']) |