Skip to content

Commit

Permalink
compiler.tests.alien: Test demonstrates padding bytes breaking struct…
Browse files Browse the repository at this point in the history
…= on linux32. Disable for now.
  • Loading branch information
erg committed Nov 24, 2014
1 parent 726e506 commit cd8b686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basis/compiler/tests/alien.factor
Expand Up @@ -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

Expand Down

0 comments on commit cd8b686

Please sign in to comment.