summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r--testsuite/tests/profiling/should_run/all.T7
1 files changed, 2 insertions, 5 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 044d4fe2c1..f6891c3859 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -87,9 +87,7 @@ test('prof-doc-fib', [], compile_and_run, [''])
test('prof-doc-last', [], compile_and_run, ['-fno-full-laziness'])
# unicode in cost centre names
-test('T5559',
- [ skip # Skip due to non-deterministic failures on CI, see Trac #16350
- ], compile_and_run, [''])
+test('T5559', fragile(16350), compile_and_run, [''])
# Note [consistent stacks]
# Certain optimisations can change the stacks we get out of the
@@ -150,6 +148,5 @@ test('T14257', [], makefile_test, ['T14257'])
test('T15897',
[extra_ways(['profasm']), only_ways(['profasm']),
run_timeout_multiplier(2),
- # Takes too long and is quite fragile (#15467, #16193)
- skip],
+ fragile(15467)],
makefile_test, ['T15897'])