summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/unboxedsums/all.T')
-rw-r--r--testsuite/tests/unboxedsums/all.T32
1 files changed, 16 insertions, 16 deletions
diff --git a/testsuite/tests/unboxedsums/all.T b/testsuite/tests/unboxedsums/all.T
index e6823d8e81..b2069a9d73 100644
--- a/testsuite/tests/unboxedsums/all.T
+++ b/testsuite/tests/unboxedsums/all.T
@@ -3,29 +3,29 @@ test('unboxedsums_unit_tests',
compile_and_run,
['-package ghc'])
-test('unarise', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums1', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums2', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums3', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums4', omit_ways(['ghci']), compile_fail, [''])
-test('unboxedsums5', omit_ways(['ghci']), compile, [''])
-test('unboxedsums6', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums7', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums8', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums9', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums10', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums11', omit_ways(['ghci']), compile_and_run, [''])
-test('unboxedsums12', omit_ways(['ghci']), compile, [''])
+test('unarise', normal, compile_and_run, [''])
+test('unboxedsums1', normal, compile_and_run, [''])
+test('unboxedsums2', omit_ways(['ghci']), compile_and_run, ['']) # broken on ghci because of #23412
+test('unboxedsums3', normal, compile_and_run, [''])
+test('unboxedsums4', normal, compile_fail, [''])
+test('unboxedsums5', normal, compile, [''])
+test('unboxedsums6', normal, compile_and_run, [''])
+test('unboxedsums7', normal, compile_and_run, [''])
+test('unboxedsums8', normal, compile_and_run, [''])
+test('unboxedsums9', normal, compile_and_run, [''])
+test('unboxedsums10', normal, compile_and_run, [''])
+test('unboxedsums11', normal, compile_and_run, [''])
+test('unboxedsums12', normal, compile, [''])
-test('UnboxedSumsTH', [req_th,omit_ways(['ghci'])], compile, [''])
-test('UnboxedSumsTH_Fail', [req_th,omit_ways(['ghci'])], compile_fail, [''])
+test('UnboxedSumsTH', [req_th], compile, [''])
+test('UnboxedSumsTH_Fail', [req_th], compile_fail, [''])
test('ffi1', normal, compile_fail, [''])
test('thunk', only_ways(['normal']), compile_and_run, [''])
test('T12375', only_ways(['normal']), compile_and_run, [''])
test('empty_sum', only_ways(['normal']), compile_and_run, [''])
test('sum_rr', normal, compile, [''])
-test('T12711', only_ways(['ghci']), ghci_script, ['T12711.script'])
+test('T12711', normal, ghci_script, ['T12711.script'])
test('UbxSumLevPoly', normal, compile, ['-Wno-overlapping-patterns'])
test('T14051', normal, multi_compile, ['T14051.hs', [('T14051a.hs', '')], '-O2 -v0'])