diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-10 13:06:39 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-17 07:24:40 -0500 |
commit | 1d2bb9eb828f8daac552a9494746b6d6af60b515 (patch) | |
tree | 27ae682345a25c191ac3b8c79cbf098d54b2d3e6 /testsuite/tests/ghci.debugger | |
parent | efc92216f0f961dd86f1fcbc20fd79b4af41e95b (diff) | |
download | haskell-1d2bb9eb828f8daac552a9494746b6d6af60b515.tar.gz |
testsuite: Mark print002 as fragile on ARM
Due to #17557.
Also accepting spurious performance change.
Metric Decrease:
T1969
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 2 |
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']) |