summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-05-30 13:29:37 (GMT)
committerBen Gamari <ben@smart-cactus.org>2019-05-30 13:31:17 (GMT)
commit4b25f21bf7d49984d4dcd6a459b26ad3b5abc91a (patch)
tree1e59ecdf85cc38b06257ede318abefc0ffb18534
parenta1bf3413f850d0e8a68ecab6ee7f18f18b67ea56 (diff)
downloadghc-wip/fragile-CPUTime001.zip
ghc-wip/fragile-CPUTime001.tar.gz
ghc-wip/fragile-CPUTime001.tar.bz2
base: Mark CPUTime001 as fragilewip/fragile-CPUTime001
As noted in #16224, CPUTime001 has been quite problematic, reporting non-monotonic timestamps in CI. Unfortunately I've been unable to reproduce this locally.
-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 86c3ec9..b3ad722 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),