summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/primops/should_run/all.T')
-rw-r--r--testsuite/tests/primops/should_run/all.T6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/primops/should_run/all.T b/testsuite/tests/primops/should_run/all.T
index 68a2d5609f..742206d93d 100644
--- a/testsuite/tests/primops/should_run/all.T
+++ b/testsuite/tests/primops/should_run/all.T
@@ -1,7 +1,10 @@
test('T6135', normal, compile_and_run, [''])
test('T7689', normal, compile_and_run, [''])
-# The test is using unboxed tuples, so omit ghci
+# These tests are using unboxed tuples, so omit ghci
test('T9430', omit_ways(['ghci']), compile_and_run, [''])
+test('T4442',
+ [omit_ways(['ghci']), when(wordsize(32), expect_broken(15184))],
+ compile_and_run, [''])
test('T10481', exit_code(1), compile_and_run, [''])
test('T10678',
[stats_num_field('bytes allocated',
@@ -13,3 +16,4 @@ test('T10678',
],
compile_and_run, ['-O'])
test('T11296', normal, compile_and_run, [''])
+test('T13825-compile', normal, compile_and_run, [''])