diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-05-30 09:29:37 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-10 07:59:41 -0400 |
commit | 1a3420cabdcf6d7d90c154681230f1150604c097 (patch) | |
tree | c2097245f79dca3aaae8045dd42b1fe657720f05 | |
parent | 8e60e3f0c6c1482f448dd4d24d716d34046503e9 (diff) | |
download | haskell-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.
-rw-r--r-- | libraries/base/tests/all.T | 2 |
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), |