> 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