Fix memory corruption with FFI backend #619
Annotations
11 errors
macos-14 jruby
Process completed with exit code 1.
|
macos-15 jruby
Process completed with exit code 1.
|
Failure:
test/fiddle/test_pointer.rb#L271
<"abc">("UTF-8") expected but was
<"abcava/lang/Object;Ljava5">("ASCII-8BIT").
|
Failure:
test/fiddle/test_pointer.rb#L109
<"lo world">("UTF-8") expected but was
<"lo world\x84\xC4\x7F">("ASCII-8BIT").
diff:
- lo world
+ lo world���
? +++
|
Failure:
test/fiddle/test_pointer.rb#L91
<"hello world">("UTF-8") expected but was
<"hello world\x84\xC4\x7F">("ASCII-8BIT").
diff:
- hello world
+ hello world���
? +++
|
ubuntu-latest jruby
Process completed with exit code 1.
|
macos-13 jruby
Process completed with exit code 1.
|
Failure:
test/fiddle/test_pointer.rb#L271
<"abc">("UTF-8") expected but was
<"abcb\x05">("ASCII-8BIT").
diff:
- abc
+ abcb�
? ++
|
ubuntu-latest truffleruby
Process completed with exit code 1.
|
Failure:
test/fiddle/test_pointer.rb#L109
<"lo world">("UTF-8") expected but was
<"lo worldA">("ASCII-8BIT").
diff:
- lo world
+ lo worldA
? +
|
windows-latest jruby
Process completed with exit code 1.
|