[commit: testsuite] atomics: Omit hpc for CAS test. HPC breaks CAS currently. (1ea02b6)

git at git.haskell.org git at git.haskell.org
Wed Aug 21 14:06:50 CEST 2013


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

On branch  : atomics
Link       : http://ghc.haskell.org/trac/ghc/changeset/1ea02b60c7f239a8bd552337f2c7face785412ab/testsuite

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

commit 1ea02b60c7f239a8bd552337f2c7face785412ab
Author: Ryan Newton <rrnewton at gmail.com>
Date:   Fri Apr 20 19:18:44 2012 -0400

    Omit hpc for CAS test.  HPC breaks CAS currently.


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

1ea02b60c7f239a8bd552337f2c7face785412ab
 tests/concurrent/should_run/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T
index 8dfa79f..0eec846 100644
--- a/tests/concurrent/should_run/all.T
+++ b/tests/concurrent/should_run/all.T
@@ -242,4 +242,4 @@ test('setnumcapabilities001',
      compile_and_run, [''])
 
 # omit ghci, which can't handle unboxed tuples:
-test('compareAndSwap', omit_ways(['ghci']), compile_and_run, [''])
+test('compareAndSwap', omit_ways(['ghci','hpc']), compile_and_run, [''])





More information about the ghc-commits mailing list