summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylanZA <dyudaken@gmail.com>2020-10-13 16:54:03 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-17 22:02:50 -0400
commit0b995759ae2ba2161097a1c43efc650ccbce0276 (patch)
treed319333bd6e0a3299afd9d64f93152fcea52d4e1
parent50e9df49b7cd637c4552ab34bf629a01af4767c0 (diff)
downloadhaskell-0b995759ae2ba2161097a1c43efc650ccbce0276.tar.gz
Apply suggestion to testsuite/tests/ffi/should_run/all.T
-rw-r--r--testsuite/tests/ffi/should_run/all.T7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index bde21c7c26..95213d38b4 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -219,4 +219,9 @@ test('UnliftedNewtypesByteArrayOffset', [omit_ways(['ghci'])], compile_and_run,
test('T17471', [omit_ways(['ghci'])], compile_and_run,
['T17471_c.c -optc-D -optcFOO'])
-test('IncallAffinity', [req_smp, only_ways(['threaded1', 'threaded2'])], compile_and_run, ['IncallAffinity_c.c -no-hs-main'])
+test('IncallAffinity',
+ [req_smp, only_ways(['threaded1', 'threaded2']),
+ # Unregisterised build doesn't support
+ when(unregisterised(), skip)],
+ compile_and_run,
+ ['IncallAffinity_c.c -no-hs-main'])