code generated for Array literals is broken (on nil contents) must wrap the nil (e.g. smalltalk.UndefinedObject:alias()) |
code generation for #isNil can't support refinement of #isNil |
test[s8] IKO and responds tests | OK |
test[s8] on: Error do:... | failed: DNU __true |
test[s8] block closures | OK |
test[s8] division and reminder | OK |
test[s8] strict arithmetic | 5 + #34 - Error: Must be a an error |
test[s8] isObject | singular objects - Error: Wrong result for undefined |
test[s8] identity tests | Test identity on multiple targets... //eqeq test failed: XXXX == nil = false //eqeq test failed: #(7 nil) last == nil = true //eqeq test failed: nil == #(98 nil) last = true |
test[s8] simple evaluation | OK |
test[s8] hashed collections | HashedSet with #toString and #valueOf - Error: Wrong size PoolDictionary with #toString and #valueOf - Error: Wrong size |
test[s8] points and rectangles | OK |
test[s8] deep calls | OK |
test[s8] epilogue | OK |