diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2019-02-24 01:03:35 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-24 16:23:11 -0500 |
commit | 14586f5d737ec5dc828633267b50dcf0d47e1696 (patch) | |
tree | 51fc631adde403c49dbd5348c8d52ec2edfb8514 /testsuite/tests/profiling | |
parent | 9059343e8d1fc94ac62145688d6fdd70a791eaf1 (diff) | |
download | haskell-14586f5d737ec5dc828633267b50dcf0d47e1696.tar.gz |
Disable fragile test cases: T14697 T5559 T3424
See Trac #15072, Trac #16349, Trac #16350
Diffstat (limited to 'testsuite/tests/profiling')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 8baddcbe65..9b6018ca81 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -87,7 +87,9 @@ test('prof-doc-fib', [], compile_and_run, ['']) test('prof-doc-last', [], compile_and_run, ['-fno-full-laziness']) # unicode in cost centre names -test('T5559', [], compile_and_run, ['']) +test('T5559', + [ skip # Skip due to non-deterministic failures on CI, see Trac #16350 + ], compile_and_run, ['']) # Note [consistent stacks] # Certain optimisations can change the stacks we get out of the |