[commit: ghc] master: testsuite: Mark heapprof001 as broken in prof_hc_hb way on i386 (8fd3f9a)
git at git.haskell.org
git at git.haskell.org
Sat Dec 22 18:07:28 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8fd3f9a67f9c7b447a5bfcb3aefd8986794918ce/ghc
>---------------------------------------------------------------
commit 8fd3f9a67f9c7b447a5bfcb3aefd8986794918ce
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 22 13:02:08 2018 -0500
testsuite: Mark heapprof001 as broken in prof_hc_hb way on i386
As documented in #15382, this is known to fail in prof_hc_hb on i386.
Concerningly, I have also seen this test non-deterministically fail in
prof_hc_hb on amd64. We should really investigate this.
>---------------------------------------------------------------
8fd3f9a67f9c7b447a5bfcb3aefd8986794918ce
testsuite/tests/profiling/should_run/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 8d605f2..c3d34af 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -23,7 +23,9 @@ expect_broken_for_10037 = expect_broken_for(
# e.g. prof and profllvm
test('heapprof001',
- [when(have_profiling(), extra_ways(extra_prof_ways)), extra_run_opts('7')],
+ [when(have_profiling(), extra_ways(extra_prof_ways)),
+ when(arch('i386'), expect_broken_for(15382, ['prof_hc_hb'])),
+ extra_run_opts('7')],
compile_and_run, [''])
test('T2592',
More information about the ghc-commits
mailing list