[commit: ghc] wip/fix-i386: testsuite: Mark heapprof001 as fragile on i386 (a988c89)

git at git.haskell.org git at git.haskell.org
Wed Feb 27 01:14:01 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/fix-i386
Link       : http://ghc.haskell.org/trac/ghc/changeset/a988c89c5d69013b1db2fbff3eef20968cd5e672/ghc

>---------------------------------------------------------------

commit a988c89c5d69013b1db2fbff3eef20968cd5e672
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Feb 26 10:14:02 2019 -0500

    testsuite: Mark heapprof001 as fragile on i386


>---------------------------------------------------------------

a988c89c5d69013b1db2fbff3eef20968cd5e672
 testsuite/tests/profiling/should_run/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 9b6018c..044d4fe 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, [''])
 



More information about the ghc-commits mailing list