[commit: ghc] ghc-7.8: testsuite: T7815 requires SMP support from ghc (a674a0d)

git at git.haskell.org git at git.haskell.org
Mon Nov 3 13:25:22 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/a674a0d874c45785af6a7a66fde402008b2504fc/ghc

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

commit a674a0d874c45785af6a7a66fde402008b2504fc
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Sat Aug 23 01:20:11 2014 +0300

    testsuite: T7815 requires SMP support from ghc
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
    (cherry picked from commit ff9f4ad38521e54c5284f9bf4599c3baaefeb228)


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

a674a0d874c45785af6a7a66fde402008b2504fc
 testsuite/tests/rts/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 920368a..58fcd4b 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -176,6 +176,7 @@ test('stablename001', expect_fail_for(['hpc']), compile_and_run, [''])
 
 test('T7815', [ multi_cpu_race,
                 extra_run_opts('50000 +RTS -N2 -RTS'),
+                req_smp,
                 only_ways(['threaded1', 'threaded2']) ], compile_and_run, [''] )
 
 # ignore_output because it contains a unique:



More information about the ghc-commits mailing list