summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/all.T')
-rw-r--r--testsuite/tests/indexed-types/should_fail/all.T72
1 files changed, 72 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/all.T b/testsuite/tests/indexed-types/should_fail/all.T
new file mode 100644
index 0000000000..f2d904d32e
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_fail/all.T
@@ -0,0 +1,72 @@
+setTestOpts(only_compiler_types(['ghc']))
+setTestOpts(omit_ways(['optasm']))
+
+test('SimpleFail1a', normal, compile_fail, [''])
+test('SimpleFail1b', normal, compile_fail, [''])
+test('SimpleFail2a', normal, compile_fail, [''])
+test('SimpleFail2b', normal, compile_fail, [''])
+test('SimpleFail3a', normal, compile_fail, [''])
+test('SimpleFail4', normal, compile_fail, [''])
+test('SimpleFail5a', normal, compile_fail, [''])
+test('SimpleFail5b', normal, compile_fail, [''])
+test('SimpleFail6', normal, compile_fail, [''])
+test('SimpleFail7', normal, compile_fail, [''])
+test('SimpleFail8', normal, compile_fail, [''])
+test('SimpleFail9', normal, compile_fail, [''])
+test('SimpleFail10', normal, compile_fail, [''])
+test('SimpleFail11a', normal, compile_fail, [''])
+test('SimpleFail11b', normal, compile_fail, [''])
+test('SimpleFail11c', normal, compile_fail, [''])
+test('SimpleFail11d', normal, compile_fail, [''])
+test('SimpleFail12', normal, compile_fail, [''])
+test('SimpleFail13', normal, compile_fail, [''])
+test('SimpleFail14', normal, compile_fail, [''])
+test('SimpleFail15', normal, compile_fail, [''])
+test('SimpleFail16', normal, compile_fail, [''])
+test('TyFamArity1', normal, compile_fail, [''])
+test('TyFamArity2', normal, compile_fail, [''])
+test('TyFamUndec', normal, compile_fail, [''])
+
+test('NotRelaxedExamples', normal, compile_fail, [''])
+test('NonLinearSigErr', normal, compile, [''])
+
+test('GADTwrong1', normal, compile_fail, [''])
+
+test('Over',
+ extra_clean(['OverA.hi', 'OverA.o',
+ 'OverB.hi', 'OverB.o',
+ 'OverC.hi', 'OverC.o']),
+ multimod_compile_fail,
+ ['OverD', '-no-hs-main -c -v0'])
+
+test('SkolemOccursLoop', expect_fail, compile_fail, [''])
+
+test('T2334', normal, compile_fail, [''])
+test('T1900', normal, compile_fail, [''])
+test('T2157', normal, compile_fail, [''])
+test('T2203a', normal, compile_fail, [''])
+test('T2627b', normal, compile_fail, [''])
+test('T2693', normal, compile_fail, [''])
+test('T2888', normal, compile, [''])
+test('T3092', normal, compile_fail, [''])
+test('NoMatchErr', normal, compile_fail, [''])
+test('T2677', normal, compile_fail, [''])
+test('T4099', normal, compile_fail, [''])
+test('T4272', normal, compile_fail, [''])
+test('T4246', normal, compile_fail, [''])
+test('T4093a', normal, compile_fail, [''])
+test('T4093b', normal, compile_fail, [''])
+test('T3330a', reqlib('mtl'), compile_fail, [''])
+test('T3330b', normal, compile_fail, [''])
+test('T3330c', normal, compile_fail, [''])
+test('T4179', normal, compile_fail, [''])
+test('T4254', normal, compile_fail, [''])
+test('T2239', normal, compile_fail, [''])
+test('T3440', normal, compile_fail, [''])
+test('T4485', normal, compile_fail, [''])
+test('T4174', normal, compile_fail, [''])
+test('DerivUnsatFam', if_compiler_lt('ghc', '7.1', expect_fail), compile_fail, [''])
+test('T2664', normal, compile_fail, [''])
+test('T2664a', normal, compile, [''])
+test('T2544', normal, compile_fail, [''])
+