summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-05-30 09:29:37 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-11 20:07:25 -0400
commit9c385294d29be3da71af07dac9845cbf135219e0 (patch)
tree181c0913ab65c85b3184ae3dc912a529d9d38fea
parenta9a34082b7398e54e9927e2eedc2d959a50cd2c6 (diff)
downloadhaskell-9c385294d29be3da71af07dac9845cbf135219e0.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. (cherry picked from commit 1a3420cabdcf6d7d90c154681230f1150604c097)
-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 a6cb96d771..c5c86316e8 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),