]> gitweb.factorcode.org Git - factor.git/commitdiff
retire mixed int/float fastcall tests because who cares
authorJoe Groff <arcata@gmail.com>
Fri, 2 Apr 2010 01:25:56 +0000 (18:25 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 2 Apr 2010 01:25:56 +0000 (18:25 -0700)
basis/compiler/tests/alien.factor

index 7aab8c8920bc8de6fe55d04b17fe1697b9852da8..2b10c8bd3848f858bd9fdebd8873aacd174f1c87 100755 (executable)
@@ -618,27 +618,7 @@ FUNCTION: void this_does_not_exist ( ) ;
 : ffi_test_51 ( x y z -- int )
     int "f-fastcall" "ffi_test_51" { int int int }
     alien-invoke gc ;
-: ffi_test_52 ( x y z -- int )
-    int "f-fastcall" "ffi_test_52" { int float int }
-    alien-invoke gc ;
-: ffi_test_53 ( x y z w -- int )
-    int "f-fastcall" "ffi_test_53" { int int int int }
-    alien-invoke gc ;
-: ffi_test_54 ( x y -- int )
-    int "f-fastcall" "ffi_test_54" { test-struct-11 int }
-    alien-invoke gc ;
-: ffi_test_55 ( x y z -- int )
-    int "f-fastcall" "ffi_test_55" { test-struct-11 int int }
-    alien-invoke gc ;
-: ffi_test_56 ( x y z w -- int )
-    int "f-fastcall" "ffi_test_56" { test-struct-11 int int int }
-    alien-invoke gc ;
     
 [ 4 ] [ 3 ffi_test_49 ] unit-test
 [ 8 ] [ 3 4 ffi_test_50 ] unit-test
 [ 13 ] [ 3 4 5 ffi_test_51 ] unit-test
-[ 13 ] [ 3 4.0 5 ffi_test_52 ] unit-test
-[ 19 ] [ 3 4.0 5 6 ffi_test_53 ] unit-test
-[ 13 ] [ 3 4 test-struct-11 <struct-boa> 5 ffi_test_54 ] unit-test
-[ 19 ] [ 3 4 test-struct-11 <struct-boa> 5 6 ffi_test_55 ] unit-test
-[ 26 ] [ 3 4 test-struct-11 <struct-boa> 5 6 7 ffi_test_56 ] unit-test