From cd8b68663994385ed43bc123905fccb800d89134 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 24 Nov 2014 08:20:28 -0800 Subject: [PATCH] compiler.tests.alien: Test demonstrates padding bytes breaking struct= on linux32. Disable for now. --- basis/compiler/tests/alien.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/compiler/tests/alien.factor b/basis/compiler/tests/alien.factor index 52ad0bf1a4..3589ab7e89 100755 --- a/basis/compiler/tests/alien.factor +++ b/basis/compiler/tests/alien.factor @@ -890,9 +890,9 @@ os windows? [ FUNCTION: bool-and-ptr ffi_test_61 ( ) ; - { - S{ bool-and-ptr { b t } { ptr f } } - } [ ffi_test_61 ] unit-test + ! { S{ bool-and-ptr { b t } { ptr f } } } [ ffi_test_61 ] unit-test + { t } [ ffi_test_61 bool-and-ptr? ] unit-test + { { t f } } [ ffi_test_61 [ b>> ] [ ptr>> ] bi 2array ] unit-test ] unless