From 4b25f21bf7d49984d4dcd6a459b26ad3b5abc91a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 30 May 2019 09:29:37 -0400 Subject: 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. 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), -- cgit v0.10.2-6-g49f6