[commit: ghc] master: testsuite: Mark scc001 and T5363 as broken due to #14705 (55aea8f)

git at git.haskell.org git at git.haskell.org
Wed Jan 31 23:41:23 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/55aea8fda42dfa29face29292b298994fabfb962/ghc

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

commit 55aea8fda42dfa29face29292b298994fabfb962
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jan 31 15:40:01 2018 -0500

    testsuite: Mark scc001 and T5363 as broken due to #14705
    
    These two tests have been failing on CircleCI.


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

55aea8fda42dfa29face29292b298994fabfb962
 testsuite/tests/profiling/should_run/all.T | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 7d14f77..4c4822c 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -38,7 +38,9 @@ test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])],
 
 # As with ioprof001, the unoptimised profile is different but
 # not badly wrong (CAF attribution is different).
-test('scc001', expect_broken_for_10037, compile_and_run,
+test('scc001',
+     [expect_broken_for_10037, expect_broken_for(14705, ['ghci-ext-prof'])],
+     compile_and_run,
      ['-fno-state-hack -fno-full-laziness']) # Note [consistent stacks]
 
 test('scc002', [], compile_and_run, [''])
@@ -106,7 +108,9 @@ test('callstack002',
      ['-fprof-auto-calls -fno-full-laziness -fno-state-hack'])
 
 # Should not stack overflow with -prof -fprof-auto
-test('T5363', [], compile_and_run, [''])
+test('T5363',
+     [expect_broken_for(14705, ['ghci-ext-prof'])],
+     compile_and_run, [''])
 
 test('profinline001', [], compile_and_run, [''])
 



More information about the ghc-commits mailing list