summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-11-14 10:13:03 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-11-14 10:13:03 +0000
commit3fff1f0f9914e9e83a80e5b9581157b2d4b13d45 (patch)
treee6a69aa43a944804e4dce772faa82ffcf61c5815
parent8ec61cd6d6195d019e25130fd4cb4aa9c72757ee (diff)
downloadhaskell-3fff1f0f9914e9e83a80e5b9581157b2d4b13d45.tar.gz
-package syb is required when linking now that array doesn't depend on syb
-rw-r--r--testsuite/tests/ghc-regress/deriving/should_run/all.T2
-rw-r--r--testsuite/tests/ghc-regress/lib/Generics/all.T42
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_run/all.T2
3 files changed, 23 insertions, 23 deletions
diff --git a/testsuite/tests/ghc-regress/deriving/should_run/all.T b/testsuite/tests/ghc-regress/deriving/should_run/all.T
index a2299d645c..1574c5c86d 100644
--- a/testsuite/tests/ghc-regress/deriving/should_run/all.T
+++ b/testsuite/tests/ghc-regress/deriving/should_run/all.T
@@ -24,5 +24,5 @@ test('drvrun018', skip_if_fast, compile_and_run, [''])
test('drvrun019', normal, compile_and_run, [''])
test('drvrun020', normal, compile_and_run, [''])
test('drvrun021', normal, compile_and_run, [''])
-test('drvrun022', normal, compile_and_run, [''])
+test('drvrun022', normal, compile_and_run, ['-package syb'])
test('T2529', normal, compile_and_run, [''])
diff --git a/testsuite/tests/ghc-regress/lib/Generics/all.T b/testsuite/tests/ghc-regress/lib/Generics/all.T
index a4452efbfb..85f752d8e2 100644
--- a/testsuite/tests/ghc-regress/lib/Generics/all.T
+++ b/testsuite/tests/ghc-regress/lib/Generics/all.T
@@ -1,24 +1,24 @@
setTestOpts(only_compiler_types(['ghc']))
-test('newtype', normal, compile_and_run, [''])
-test('datatype', normal, compile_and_run, ['-package containers'])
+test('newtype', normal, compile_and_run, ['-package syb'])
+test('datatype', normal, compile_and_run, ['-package containers -package syb'])
test('encode', omit_ways(['optc','optasm']), compile, [''])
-test('ext', normal, compile, [''])
-test('getC', normal, compile_and_run, [''])
-test('where', normal, compile_and_run, [''])
-test('gmapQ-assoc', normal, compile_and_run, [''])
-test('nested-datatypes', normal, compile_and_run, [''])
-test('local-quantors', normal, compile, [''])
-test('labels', normal, compile_and_run, [''])
-test('twin', normal, compile_and_run, [''])
-test('gread', normal, compile_and_run, [''])
-test('gread2', normal, compile_and_run, [''])
-test('gshow2', normal, compile_and_run, [''])
-test('hlist', normal, compile_and_run, [''])
-test('hopat', normal, compile_and_run, [''])
-test('foldTree', normal, compile_and_run, [''])
-test('newtype', normal, compile_and_run, [''])
-test('perm', skip_if_fast, compile_and_run, [''])
-test('typecase1', normal, compile_and_run, [''])
-test('typecase2', normal, compile_and_run, [''])
-test('typeableY', normal, compile_and_run, [''])
+test('ext', normal, compile, ['-package syb'])
+test('getC', normal, compile_and_run, ['-package syb'])
+test('where', normal, compile_and_run, ['-package syb'])
+test('gmapQ-assoc', normal, compile_and_run, ['-package syb'])
+test('nested-datatypes', normal, compile_and_run, ['-package syb'])
+test('local-quantors', normal, compile, ['-package syb'])
+test('labels', normal, compile_and_run, ['-package syb'])
+test('twin', normal, compile_and_run, ['-package syb'])
+test('gread', normal, compile_and_run, ['-package syb'])
+test('gread2', normal, compile_and_run, ['-package syb'])
+test('gshow2', normal, compile_and_run, ['-package syb'])
+test('hlist', normal, compile_and_run, ['-package syb'])
+test('hopat', normal, compile_and_run, ['-package syb'])
+test('foldTree', normal, compile_and_run, ['-package syb'])
+test('newtype', normal, compile_and_run, ['-package syb'])
+test('perm', skip_if_fast, compile_and_run, ['-package syb'])
+test('typecase1', normal, compile_and_run, ['-package syb'])
+test('typecase2', normal, compile_and_run, ['-package syb'])
+test('typeableY', normal, compile_and_run, ['-package syb'])
diff --git a/testsuite/tests/ghc-regress/typecheck/should_run/all.T b/testsuite/tests/ghc-regress/typecheck/should_run/all.T
index 0dd73c03a5..63f99cf264 100644
--- a/testsuite/tests/ghc-regress/typecheck/should_run/all.T
+++ b/testsuite/tests/ghc-regress/typecheck/should_run/all.T
@@ -21,7 +21,7 @@ def f(opts):
setTestOpts(f)
test('tcrun006', normal, compile_and_run, [''])
-test('tcrun007', normal, compile_and_run, [''])
+test('tcrun007', normal, compile_and_run, ['-package syb'])
test('tcrun008', normal, compile_and_run, [''])
test('tcrun009', normal, compile_and_run, [''])
test('tcrun010', normal, compile_and_run, [''])