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

PPC64/s390: unittest TyperTest.TypeJSShiftLeft failing #23

Closed jbajwa closed 7 years ago

jbajwa commented 8 years ago
> out/ppc64.release/unittests --random-seed=-565657138 --gtest_filter=TyperTest.TypeJSShiftLeft

Note: Google Test filter = TyperTest.TypeJSShiftLeft
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from TyperTest
[ RUN      ] TyperTest.TypeJSShiftLeft
../test/unittests/compiler/typer-unittest.cc:197: Failure
Value of: result_type->Is(expected_type)
  Actual: false
Expected: true
../test/unittests/compiler/typer-unittest.cc:197: Failure
Value of: result_type->Is(expected_type)
  Actual: false
Expected: true
../test/unittests/compiler/typer-unittest.cc:197: Failure
Value of: result_type->Is(expected_type)
  Actual: false
Expected: true
../test/unittests/compiler/typer-unittest.cc:197: Failure
Value of: result_type->Is(expected_type)
  Actual: false
Expected: true
../test/unittests/compiler/typer-unittest.cc:197: Failure
Value of: result_type->Is(expected_type)
  Actual: false
Expected: true
[  FAILED  ] TyperTest.TypeJSShiftLeft (4 ms)
[----------] 1 test from TyperTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (26 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] TyperTest.TypeJSShiftLeft

 1 FAILED TEST
ytzi commented 8 years ago

At the moment the test passes in PPC64 but fails in s390x.

jbajwa commented 7 years ago

https://codereview.chromium.org/2616743002/ Thanks @john-yan