Skip to content

Regression

Darwin-arm64 / Tests-Darwin-arm64-CoInterpreter / MacOSX64.UnifiedFFI.Tests.Tests.FFITypesTest.testSignedLongLong (from UnifiedFFI-Tests)

Failing for the past 1 build (Since Aborted #86 )
Took 1 ms.

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