summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-03-02 11:08:46 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-03-02 11:08:46 +0000
commit37b3ab6cfa54a86384062e6d2c4b897738741f2b (patch)
tree1d38afe4e5e7dda9937822fdb4c3c252b9be86d9
parentd6c8e75ff2840f011efd5e457a5b6513a8051539 (diff)
downloadhaskell-37b3ab6cfa54a86384062e6d2c4b897738741f2b.tar.gz
stdcall: T2276
-rw-r--r--testsuite/tests/ffi/should_run/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index 83188cc1f7..f99b60087f 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -115,9 +115,9 @@ test('T1288_ghci',
pre_cmd('$MAKE -s --no-print-directory T1288_ghci_setup')],
compile_and_run, ['T1288_ghci_c.o'])
-test('T2276', [omit_ways(['ghci']), req_c], compile_and_run, ['T2276_c.c'])
+test('T2276', [ unless(opsys('mingw32'), skip), omit_ways(['ghci']), req_c], compile_and_run, ['T2276_c.c'])
test('T2276_ghci', [ only_ways(['ghci']),
- when(opsys('darwin'), skip), # stdcall not supported on OS X
+ unless(opsys('mingw32'), skip),
pre_cmd('$MAKE -s --no-print-directory T2276_ghci_setup') ],
compile_and_run, ['-fobject-code T2276_ghci_c.o'])