summaryrefslogtreecommitdiff
path: root/libraries/base/tests/all.T
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-05-30 09:29:37 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-10 07:59:41 -0400
commit1a3420cabdcf6d7d90c154681230f1150604c097 (patch)
treec2097245f79dca3aaae8045dd42b1fe657720f05 /libraries/base/tests/all.T
parent8e60e3f0c6c1482f448dd4d24d716d34046503e9 (diff)
downloadhaskell-1a3420cabdcf6d7d90c154681230f1150604c097.tar.gz
base: Mark CPUTime001 as fragile
As noted in #16224, CPUTime001 has been quite problematic, reporting non-monotonic timestamps in CI. Unfortunately I've been unable to reproduce this locally.
Diffstat (limited to 'libraries/base/tests/all.T')
-rw-r--r--libraries/base/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 97d3ca4168..e64ca40006 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -20,7 +20,7 @@ test('tempfiles', normal, compile_and_run, [''])
test('fixed', normal, compile_and_run, [''])
test('quotOverflow', normal, compile_and_run, [''])
test('assert', exit_code(1), compile_and_run, ['-fno-ignore-asserts'])
-test('CPUTime001', normal, compile_and_run, [''])
+test('CPUTime001', fragile(16224), compile_and_run, [''])
test('readLitChar', normal, compile_and_run, [''])
test('unicode001',
when(platform('i386-unknown-openbsd'), expect_fail),