summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorRyan Newton <rrnewton@gmail.com>2012-04-20 19:18:44 -0400
committerRyan Newton <rrnewton@gmail.com>2013-08-21 00:12:26 -0400
commit24aaa0fb6ec1860dc2a3ae39fdbc2dc459249b6b (patch)
tree3324a0a4366ac85e9b5e4321198873abd6f27047 /testsuite/tests/concurrent
parenta29b67b232d133c3e47ff6168fb6929ee8af88c9 (diff)
downloadhaskell-24aaa0fb6ec1860dc2a3ae39fdbc2dc459249b6b.tar.gz
Omit hpc for CAS test. HPC breaks CAS currently.
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 8dfa79f333..0eec8462ee 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/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, [''])