On 02/05/2011 04:29 PM, Paolo Bonzini wrote:

> I'll make it XFAIL for now.  For 3.3 we can change the PrimitiveFailed to
> invoke a Smalltalk implementation of the type checks and raise a proper
> exception.

It fails because we don't ignore the stderr output... e.g. this will make the
test case pass. I will put that into another patch... so you can put this
before the cint patch.

diff --git a/tests/local.at b/tests/local.at
index 49f9111..7dedf2c 100755
--- a/tests/local.at
+++ b/tests/local.at
@@ -64,7 +64,7 @@ m4_define([AT_OPTIONAL_PACKAGE_TEST], [
     case $ret in
       2) exit 77 ;;
       0|1) exit $ret ;;
-    esac], [], [], [ignore])
+    esac], [], [], [ignore], [ignore])
   AT_CLEANUP
 ])


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to