compiler.tests.alien: Don't test ffi calls 61-63 on Windows.

db4
Doug Coleman 2014-11-09 10:52:16 -08:00
parent 1107edcc52
commit 564a67ce7e
1 changed files with 45 additions and 41 deletions

View File

@ -884,6 +884,8 @@ TUPLE: some-tuple x ;
[ ] [ anton's-regression ] unit-test [ ] [ anton's-regression ] unit-test
os windows? [
STRUCT: bool-and-ptr STRUCT: bool-and-ptr
{ b bool } { b bool }
{ ptr void* } ; { ptr void* } ;
@ -913,3 +915,5 @@ FUNCTION: ulonglong-pair ffi_test_63 ( ) ;
{ {
S{ ulonglong-pair { a 0xabcdefabcdefabcd } { b 0x1234567891234567 } } S{ ulonglong-pair { a 0xabcdefabcdefabcd } { b 0x1234567891234567 } }
} [ ffi_test_63 ] unit-test } [ ffi_test_63 ] unit-test
] unless