help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] smalltalk-2.1.7 failing tests


From: Sven Verdoolaege
Subject: [Help-smalltalk] smalltalk-2.1.7 failing tests
Date: Fri, 6 Feb 2004 17:33:35 +0100
User-agent: Mutt/1.3.28i

I have two failing tests with smalltalk-2.1.7

FAIL: arrays.st
PASS: classes.st
PASS: blocks.st
PASS: sets.st
PASS: processes.st
PASS: exceptions.st
PASS: intmath.st
FAIL: floatmath.st
PASS: dates.st
PASS: objects.st
PASS: strings.st
[..]

Details in attachment.

I had to apply this as well (pasted)

--- libgst/prims.def.orig       Fri Feb  6 16:33:24 2004
+++ libgst/prims.def    Fri Feb  6 16:34:10 2004
@@ -2733,10 +2733,13 @@
 primitive VMpr_Process_yield [succeed,check_interrupt]
 {
   OOP oop1;
+#if defined HAVE_NANOSLEEP
+  struct timespec ts = { 0, 1000000 };
+#endif
+
   _gst_primitives_executed++;
 
 #if defined HAVE_NANOSLEEP
-  struct timespec ts = { 0, 1000000 };
   nanosleep (&ts, NULL);
 #elif defined HAVE_USLEEP
   usleep (1000);               /* exhibit good behavior */

skimo

Attachment: config.log.gz
Description: Binary data

Attachment: floatmath.diff
Description: Text document

Attachment: arrays.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]