[commit: ghc] master: testsuite: mark testwsdeque mark as faulty on NOSMP builds (2fcb36e)

git at git.haskell.org git at git.haskell.org
Sat Aug 23 08:59:57 UTC 2014


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

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

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

commit 2fcb36e41f46f80f75e2f245a1a45457f0f7d6d2
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Sat Aug 23 11:32:05 2014 +0300

    testsuite: mark testwsdeque mark as faulty on NOSMP builds
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


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

2fcb36e41f46f80f75e2f245a1a45457f0f7d6d2
 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 1549fe2..0eb54ba 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -49,6 +49,7 @@ test('T2783', [ omit_ways(['ghci']), exit_code(1) ], compile_and_run, [''])
 # Test the work-stealing deque implementation.  We run this test in
 # both threaded1 (-threaded -debug) and threaded2 (-threaded) ways.
 test('testwsdeque', [unless(in_tree_compiler(), skip),
+                    req_smp, # needs atomic 'cas'
                     c_src, only_ways(['threaded1', 'threaded2'])],
                     compile_and_run, ['-I../../../rts'])
 



More information about the ghc-commits mailing list