diff options
Diffstat (limited to 'testsuite/tests/deriving/should_run/all.T')
-rw-r--r-- | testsuite/tests/deriving/should_run/all.T | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_run/all.T b/testsuite/tests/deriving/should_run/all.T new file mode 100644 index 0000000000..572f95bacd --- /dev/null +++ b/testsuite/tests/deriving/should_run/all.T @@ -0,0 +1,39 @@ +# Args to vt are: +# extra compile flags +# extra run flags +# expected process return value, if not zero + +test('drvrun001', when(fast(), skip), compile_and_run, ['']) +test('drvrun002', when(fast(), skip), compile_and_run, ['']) +test('drvrun003', when(fast(), skip), compile_and_run, ['']) +test('drvrun004', when(fast(), skip), compile_and_run, ['']) +test('drvrun005', when(fast(), skip), compile_and_run, ['']) +test('drvrun006', normal, compile_and_run, ['']) +test('drvrun007', when(fast(), skip), compile_and_run, ['']) +test('drvrun008', when(fast(), skip), compile_and_run, ['-funbox-strict-fields']) +test('drvrun009', when(fast(), skip), compile_and_run, ['']) +test('drvrun010', when(fast(), skip), compile_and_run, ['']) +test('drvrun011', when(fast(), skip), compile_and_run, ['']) +test('drvrun012', when(fast(), skip), compile_and_run, ['']) +test('drvrun013', when(fast(), skip), compile_and_run, ['']) +test('drvrun014', when(fast(), skip), compile_and_run, ['']) +test('drvrun015', when(fast(), skip), compile_and_run, ['']) +test('drvrun016', when(fast(), skip), compile_and_run, ['-funbox-strict-fields']) +test('drvrun017', [when(fast(), skip), only_compiler_types(['ghc'])], compile_and_run, ['']) +test('drvrun018', when(fast(), skip), compile_and_run, ['']) +test('drvrun019', normal, compile_and_run, ['']) +test('drvrun020', normal, compile_and_run, ['']) +test('drvrun021', normal, compile_and_run, ['']) +test('drvrun022', reqlib('syb'), compile_and_run, ['-package syb']) +test('T3087', reqlib('syb'), compile_and_run, ['-package syb']) +test('T2529', normal, compile_and_run, ['']) +test('drvrun-functor1', normal, compile_and_run, ['']) +test('drvrun-foldable1', normal, compile_and_run, ['']) +test('T4136', normal, compile_and_run, ['']) +test('T4528a', normal, compile_and_run, ['']) +test('T5041', normal, compile_and_run, ['']) +test('T5628', exit_code(1), compile_and_run, ['']) +test('T5712', normal, compile_and_run, ['']) +test('T7931', normal, compile_and_run, ['']) +test('T8280', normal, compile_and_run, ['']) + |