diff options
Diffstat (limited to 'testsuite/tests/ghc-api')
-rw-r--r-- | testsuite/tests/ghc-api/T10052/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/all.T | 7 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/dynCompileExpr/all.T | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/testsuite/tests/ghc-api/T10052/all.T b/testsuite/tests/ghc-api/T10052/all.T index bb73f85fa1..40b80cdc5e 100644 --- a/testsuite/tests/ghc-api/T10052/all.T +++ b/testsuite/tests/ghc-api/T10052/all.T @@ -1,2 +1,2 @@ -test('T10052', normal, run_command, +test('T10052', when(arch('powerpc64'), expect_broken(11259)), run_command, ['$MAKE -s --no-print-directory T10052']) diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T index e3e31da70c..8aa2ede97f 100644 --- a/testsuite/tests/ghc-api/all.T +++ b/testsuite/tests/ghc-api/all.T @@ -2,16 +2,17 @@ test('ghcApi', normal, compile_and_run, ['-package ghc']) test('T6145', normal, run_command, ['$MAKE -s --no-print-directory T6145']) -test('T8639_api', normal, +test('T8639_api', when(arch('powerpc64'), expect_broken(11259)), run_command, ['$MAKE -s --no-print-directory T8639_api']) -test('T8628', normal, +test('T8628', when(arch('powerpc64'), expect_broken(11259)), run_command, ['$MAKE -s --no-print-directory T8628']) test('T9595', extra_run_opts('"' + config.libdir + '"'), compile_and_run, ['-package ghc']) -test('T10508_api', extra_run_opts('"' + config.libdir + '"'), +test('T10508_api', [ extra_run_opts('"' + config.libdir + '"'), + when(arch('powerpc64'), expect_broken(11259))], compile_and_run, ['-package ghc']) test('T10942', extra_run_opts('"' + config.libdir + '"'), diff --git a/testsuite/tests/ghc-api/dynCompileExpr/all.T b/testsuite/tests/ghc-api/dynCompileExpr/all.T index c6034eab6b..cefbe691f1 100644 --- a/testsuite/tests/ghc-api/dynCompileExpr/all.T +++ b/testsuite/tests/ghc-api/dynCompileExpr/all.T @@ -1,5 +1,6 @@ test('dynCompileExpr', [ extra_run_opts('"' + config.libdir + '"'), when(opsys('mingw32'), expect_broken_for(5987, ['dyn'])), + when(arch('powerpc64'), expect_broken(11259)), omit_ways(prof_ways) ], # cannot run interpreted code with -prof compile_and_run, ['-package ghc']) |