From 24aaa0fb6ec1860dc2a3ae39fdbc2dc459249b6b Mon Sep 17 00:00:00 2001 From: Ryan Newton Date: Fri, 20 Apr 2012 19:18:44 -0400 Subject: Omit hpc for CAS test. HPC breaks CAS currently. --- testsuite/tests/concurrent/should_run/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/concurrent') 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, ['']) -- cgit v1.2.1