From 0b995759ae2ba2161097a1c43efc650ccbce0276 Mon Sep 17 00:00:00 2001 From: DylanZA Date: Tue, 13 Oct 2020 16:54:03 -0400 Subject: Apply suggestion to testsuite/tests/ffi/should_run/all.T --- testsuite/tests/ffi/should_run/all.T | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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']) -- cgit v1.2.1