-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Description
I'm currently trying to package quickjs-ng for Fedora Linux. When building v0.11.0 and running test262, I get this failure on the s390x architecture:
+ ./redhat-linux-build/run-test262 -m -c test262.conf -a
Result: 94/79935 errors, 3285 excluded, 5569 skipped, 2 new
test262/test/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js:47: unexpected error: Test262Error: 51539607552,42,0,4,5,6,7,8 (Testing with Float64Array.)
test262/test/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js:47: strict mode: unexpected error: Test262Error: 51539607552,42,0,4,5,6,7,8 (Testing with Float64Array.)
This may be related to endianness, as most popular instruction sets nowadays are little-endian, whereas s390x is big-endian.
Metadata
Metadata
Assignees
Labels
No labels