diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-26 10:14:02 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-06 21:48:10 -0500 |
commit | 910185a3eb5fd2148e42d39f6374ab03d098b682 (patch) | |
tree | b65cb07f2b644699143a53328d75a096d6b573b4 /testsuite/tests/profiling | |
parent | 4ca271d1880a6f4c5f49869de7f1920a2073adb6 (diff) | |
download | haskell-910185a3eb5fd2148e42d39f6374ab03d098b682.tar.gz |
testsuite: Mark heapprof001 as fragile on i386
Diffstat (limited to 'testsuite/tests/profiling')
-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 9b6018ca81..044d4fe2c1 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -23,7 +23,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, ['']) |