Skip to content

test262 failure on s390x #1237

@suve

Description

@suve

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions