[commit: ghc] wip/heapprof001-fragile: testsuite: Mark heapprof001 as fragile on all platforms (3981c41)
git at git.haskell.org
git at git.haskell.org
Sat Mar 2 14:52:20 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/heapprof001-fragile
Link : http://ghc.haskell.org/trac/ghc/changeset/3981c4126954b6bca86afbea2bdb47bdcc31ecf4/ghc
>---------------------------------------------------------------
commit 3981c4126954b6bca86afbea2bdb47bdcc31ecf4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 1 22:57:55 2019 -0500
testsuite: Mark heapprof001 as fragile on all platforms
See #15382.
>---------------------------------------------------------------
3981c4126954b6bca86afbea2bdb47bdcc31ecf4
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 f6891c3..0222a3e 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, [''])
More information about the ghc-commits
mailing list