[commit: ghc] ghc-7.8: testsuite: mark testwsdeque mark as faulty on NOSMP builds (8a7c348)

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


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

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

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

commit 8a7c3488b014367470fa157dd9dc69d930c25afa
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>
    (cherry picked from commit 2fcb36e41f46f80f75e2f245a1a45457f0f7d6d2)


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

8a7c3488b014367470fa157dd9dc69d930c25afa
 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 58fcd4b..1506f3c 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