help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] The regression check for 1.95.1


From: H. Nanosecond
Subject: [Help-smalltalk] The regression check for 1.95.1
Date: Sat, 10 Feb 2001 14:25:21 -0500 (EST)

Hello,

One problem with the check is some spelling differences:

68c68
< returned value is inf
---
> returned value is Inf
74c74
< returned value is -inf
---
> returned value is -Inf
80c80
< returned value is nan
---
> returned value is NaN
FAIL: floatmath.st

Also, you should include checks to cover previously corrected bugs:
(e.g. from 1.7.4 patch):

- erroneous parsing of empty arrays inside arrays, such as #( () ),
  to nil
- crash on #[] (empty ByteArray literal)
- HP-UX malfunctioning due to bug in LargeInteger>>#~= (thanks to
  Marko Schuetz)


Thanks.




reply via email to

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