diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-12-29 11:36:21 -0500 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-12-29 11:36:21 -0500 |
commit | 4e1e776a4cc54f117c2cbbdba1d4ed9be453b550 (patch) | |
tree | a62624b708779feba2cbab58fcee46ff6306291f /testsuite/tests/ffi | |
parent | b32c22760687a6a1a2e88fdba8de32f6951b5029 (diff) | |
download | haskell-4e1e776a4cc54f117c2cbbdba1d4ed9be453b550.tar.gz |
Skip T2276_ghci on Darwin, since stdcall is not supported.
Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: austin, erikd
Reviewed By: erikd
Subscribers: erikd, carter, thomie
Differential Revision: https://phabricator.haskell.org/D588
Diffstat (limited to 'testsuite/tests/ffi')
-rw-r--r-- | testsuite/tests/ffi/should_run/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T index 0352f31768..cf785f132c 100644 --- a/testsuite/tests/ffi/should_run/all.T +++ b/testsuite/tests/ffi/should_run/all.T @@ -115,6 +115,7 @@ test('T2276', [ omit_ways(['ghci']), extra_clean(['T2276_c.o']) ], compile_and_run, ['T2276_c.c']) test('T2276_ghci', [ only_ways(['ghci']), + when(opsys('darwin'), skip), # stdcall not supported on OS X pre_cmd('$MAKE -s --no-print-directory T2276_ghci_setup'), extra_clean(['T2276_ghci_c.o']) ], compile_and_run, ['-fobject-code T2276_ghci_c.o']) |