summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-11 01:09:17 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:27:25 -0400
commit3f1022c514cf2a89f4b329a898467872315477b2 (patch)
treeac35cfd78ca1ae1bb2b4c2a20c386b2e14960ff6
parenta8579e5b3fadcc7d17e97016b3ea57e78b6a1b78 (diff)
downloadhaskell-3f1022c514cf2a89f4b329a898467872315477b2.tar.gz
testsuite: Skip cgrun078 in ghci way
This test requires FFI usage.
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 9456b1c921..5545c9ebb0 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -83,7 +83,7 @@ test('cgrun072', normal, compile_and_run, [''])
test('cgrun075', normal, compile_and_run, [''])
test('cgrun076', normal, compile_and_run, [''])
test('cgrun077', [when(have_cpu_feature('bmi2'), extra_hc_opts('-mbmi2'))], compile_and_run, [''])
-test('cgrun078', normal, compile_and_run, [''])
+test('cgrun078', omit_ways(['ghci']), compile_and_run, [''])
test('T1852', normal, compile_and_run, [''])
test('T1861', extra_run_opts('0'), compile_and_run, [''])