ibmruntimes / v8-zos

The official mirror of the V8 git repository
https://chromium.googlesource.com/v8/v8.git
Other
1 stars 1 forks source link

PPC/S390: regress-694088.js failing #38

Closed jbajwa closed 7 years ago

jbajwa commented 7 years ago
>out/ppc64.release/d8 --test --random-seed=-385268958 --ignition-staging --nohard-abort --nodead-code-elimination --nofold-constants test/mjsunit/mjsunit.js test/mjsunit/compiler/regress-694088.js
=== mjsunit/compiler/regress-694088 ===
test/mjsunit/mjsunit.js:254: Failure: expected <0> found <1072693248>

Stack: Error
    at new MjsUnitAssertionError (/home/jbajwa/ppcbe_v8_lnx/v8/test/mjsunit/mjsunit.js:31:16)
    at fail (test/mjsunit/mjsunit.js:254:11)
    at assertEquals (test/mjsunit/mjsunit.js:325:7)
    at test/mjsunit/compiler/regress-694088.js:15:3
    at /test/mjsunit/compiler/regress-694088.js:16:3
    throw new MjsUnitAssertionError(message);
    ^
Error
    at new MjsUnitAssertionError (test/mjsunit/mjsunit.js:31:16)
    at fail (test/mjsunit/mjsunit.js:254:11)
    at assertEquals (test/mjsunit/mjsunit.js:325:7)
    at test/mjsunit/compiler/regress-694088.js:15:3
    at test/mjsunit/compiler/regress-694088.js:16:3

Test case was added today in CL https://codereview.chromium.org/2725593002 Seems to be endianness related

jbajwa commented 7 years ago

The failure is expected behaviour on BigEndian, added suggestion in the original CL to fix the testcase.

jbajwa commented 7 years ago

fix under https://codereview.chromium.org/2739403002