diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-26 10:14:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-11 20:07:25 -0400 |
commit | 18ffc38669bf0a6c650431b545fdfbfd7b79117a (patch) | |
tree | e212300d34dd4a7c54de6906cd1c657645fd2a2d | |
parent | 175d49e6c8ae1cfff0b8836a4a067d256a5a23e8 (diff) | |
download | haskell-18ffc38669bf0a6c650431b545fdfbfd7b79117a.tar.gz |
testsuite: Mark heapprof001 as fragile on i386
(cherry picked from commit 910185a3eb5fd2148e42d39f6374ab03d098b682)
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 52dcf98aa2..2b6c758f01 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -24,7 +24,7 @@ expect_broken_for_10037 = expect_broken_for( test('heapprof001', [when(have_profiling(), extra_ways(extra_prof_ways)), - when(arch('i386'), expect_broken_for(15382, ['prof_hc_hb'])), + when(arch('i386'), fragile(15382)), extra_run_opts('7')], compile_and_run, ['']) |