From 23fc615679072a6fa433460a92f597af2ae388b2 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 1 Mar 2019 22:57:55 -0500 Subject: testsuite: Mark heapprof001 as fragile on all platforms See #15382. --- testsuite/tests/profiling/should_run/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index c250ea952b..a56223d848 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'), fragile(15382)), + fragile(15382), extra_run_opts('7')], compile_and_run, ['']) -- cgit v1.2.1