[commit: ghc] master: T12035j: disable on NOSMP targets (88e8194)

git at git.haskell.org git at git.haskell.org
Sun Dec 18 17:35:03 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/88e819483d9820e86d14e09654a2fc58af8ee681/ghc

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

commit 88e819483d9820e86d14e09654a2fc58af8ee681
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Sun Dec 18 17:01:11 2016 +0000

    T12035j: disable on NOSMP targets
    
    Test calls setNumCapabilities, requires SMP support.
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


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

88e819483d9820e86d14e09654a2fc58af8ee681
 testsuite/tests/typecheck/should_fail/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index 9f578a0..69add40 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -416,7 +416,7 @@ test('T11990a', normal, compile_fail, [''])
 test('T11990b', normal, compile_fail, [''])
 test('T12035', extra_clean(['T12035.hi-boot', 'T12035.o-boot', 'T12035a.hi', 'T12035a.o']),
      multimod_compile_fail, ['T12035', '-v0'])
-test('T12035j', extra_clean(['T12035.hi-boot', 'T12035.o-boot', 'T12035a.hi', 'T12035a.o']),
+test('T12035j', [ req_smp, extra_clean(['T12035.hi-boot', 'T12035.o-boot', 'T12035a.hi', 'T12035a.o']) ],
      multimod_compile_fail, ['T12035', '-j2 -v0'])
 test('T12063', [ expect_broken(12063), extra_clean(['T12063.hi-boot', 'T12063.o-boot', 'T12063a.hi', 'T12063a.o']) ],
      multimod_compile_fail, ['T12063', '-v0'])



More information about the ghc-commits mailing list