Regression
windows-64 / Tests-windows-64 / Windows64.UnifiedFFI.Tests.Tests.FFITypesTest.testSignedLongLong (from UnifiedFFI-Tests)
Error Message
Got 2147483647 instead of -2147483649.
Stacktrace
TestFailure Got 2147483647 instead of -2147483649. FFITypesTest(TestAsserter)>>assert:description:resumable: FFITypesTest(TestAsserter)>>assert:description: FFITypesTest(TestAsserter)>>assert:equals: [ :int | |ref| ref := ByteArray new: FFIInt64 externalTypeSize. ref signedLongLongAt: 1 put: int. self assert: (ref signedLongLongAt: 1) equals: int ] in FFITypesTest>>testSignedLongLong Array(SequenceableCollection)>>do: FFITypesTest>>testSignedLongLong FFITypesTest(TestCase)>>performTest