summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2021-04-02 19:48:00 +0200
committerPeter Trommler <ptrommler@acm.org>2021-04-02 19:48:00 +0200
commite9636a6646c6760c9fa8c4657d6c8cd2dd8db3e4 (patch)
treed13ccdb2b4818ac87fe2c9195e9f6daddb54964a
parentb5325054cf99b69fec24786df2c0cefcde19eb75 (diff)
downloadhaskell-wip/ppc64-testsuite-APR21.tar.gz
testsuite/ppc64le: Mark UnboxedTuples test brokenwip/ppc64-testsuite-APR21
-rw-r--r--testsuite/tests/ghci/should_run/UnboxedTuples/unboxedtuples.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/UnboxedTuples/unboxedtuples.T b/testsuite/tests/ghci/should_run/UnboxedTuples/unboxedtuples.T
index 4166c82f7f..530c9a4ac9 100644
--- a/testsuite/tests/ghci/should_run/UnboxedTuples/unboxedtuples.T
+++ b/testsuite/tests/ghci/should_run/UnboxedTuples/unboxedtuples.T
@@ -1,6 +1,7 @@
test('UnboxedTuples',
[ extra_files(['Obj.hs', 'ByteCode.hs', 'Common.hs-incl']),
req_interp,
+ when(arch('powerpc64le'), expect_broken(19609)),
extra_ways(['ghci']),
when(config.have_ext_interp, extra_ways(['ghci', 'ghci-ext'])),
when(config.have_ext_interp and config.have_profiling, extra_ways(['ghci', 'ghci-ext', 'ghci-ext-prof']))