summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-10 13:06:39 -0500
committerBen Gamari <ben@well-typed.com>2019-12-16 13:01:50 -0500
commitddeb3d2117be12e0e0198efccdb2daed3475dbce (patch)
tree9d250c8863cafbc6b2a27f85f36c0b0c70a67e44
parentfddebf0c16c6a7aa21e94b0b5f231d5979676ab0 (diff)
downloadhaskell-wip/green-arm.tar.gz
testsuite: Mark print002 as fragile on ARMwip/green-arm
Due to #17557. Also accepting spurious performance change. Metric Decrease: T1969
-rw-r--r--testsuite/tests/ghci.debugger/scripts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T
index 74f4237d91..297b4c2b76 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/tests/ghci.debugger/scripts/all.T
@@ -4,7 +4,7 @@ setTestOpts([extra_run_opts('-ignore-dot-ghci'),
test('print001', normal, ghci_script, ['print001.script'])
-test('print002', extra_files(['../Test.hs']), ghci_script, ['print002.script'])
+test('print002', [extra_files(['../Test.hs']), when(arch('arm'), fragile(17557))], ghci_script, ['print002.script'])
test('print003', extra_files(['../Test.hs']), ghci_script, ['print003.script'])
test('print004', normal, ghci_script, ['print004.script'])
test('print005', extra_files(['../QSort.hs']), ghci_script, ['print005.script'])