[commit: ghc] master: testsuite: T7815 requires SMP support from ghc (ff9f4ad)

git at git.haskell.org git at git.haskell.org
Fri Aug 22 22:23:26 UTC 2014


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

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

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

commit ff9f4ad38521e54c5284f9bf4599c3baaefeb228
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>


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

ff9f4ad38521e54c5284f9bf4599c3baaefeb228
 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 59114bd..1549fe2 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -191,6 +191,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