[squeak-dev] FFI: FFI-Tests-mt.55.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Aug 9 10:01:57 UTC 2021


Marcel Taeumel uploaded a new version of FFI-Tests to project FFI:
http://source.squeak.org/FFI/FFI-Tests-mt.55.mcz

==================== Summary ====================

Name: FFI-Tests-mt.55
Author: mt
Time: 9 August 2021, 12:01:19.708535 pm
UUID: 869cfb3f-b03d-fc41-a6b0-70ee61eae5ca
Ancestors: FFI-Tests-mt.54

Refactor the one test that fails only on macOS to get better error message in CI.

=============== Diff against FFI-Tests-mt.54 ===============

Item was changed:
  ----- Method: FFIPluginTests>>testChars (in category 'tests - atomics') -----
  testChars
  
  	| result |
  	result := self invoke: 'ffiTestChars' with: $A with: 65 with: 65.0 with: true.
  	self assert: result isCharacter.
+ 	self assert: 130 equals: result asciiValue.!
- 	self assert: result asciiValue = 130.!



More information about the Squeak-dev mailing list