summaryrefslogtreecommitdiff
path: root/libraries/base/tests/GHC/IO/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/tests/GHC/IO/all.T')
-rw-r--r--libraries/base/tests/GHC/IO/all.T6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/base/tests/GHC/IO/all.T b/libraries/base/tests/GHC/IO/all.T
new file mode 100644
index 0000000000..0d83cf117d
--- /dev/null
+++ b/libraries/base/tests/GHC/IO/all.T
@@ -0,0 +1,6 @@
+test('throwIO', [only_ways(prof_ways), extra_files(['../Exception/ThrowTestLib.hs'])], compile_and_run, ['-finfo-table-map -prof'])
+test('throwIO_rethrowException', normal, compile_and_run, [''])
+test('throwIOWithCallStack', [when(opsys('mingw32'), skip)], compile_and_run, [''])
+test('throwIOWithCallStack_Windows', [unless(opsys('mingw32'), skip)], compile_and_run, [''])
+test('throwIOWithCostCenterStack', [only_ways(prof_ways)], compile_and_run, ['-prof'])
+test('throwIOWithIPEStack', normal, compile_and_run, ['-finfo-table-map'])