v8mips / v8mips

Port of Google v8 javascript engine to mips architecture
https://github.com/v8mips/v8mips/wiki
Other
167 stars 31 forks source link

Bughunting: cctest/test-run-wasm-64/Run_WasmI64* #259

Closed palfia closed 8 years ago

palfia commented 8 years ago

There are some new wasm test failures in the big-endian bots:

cctest/test-run-wasm-64/Run_WasmI64*

https://build.chromium.org/p/client.v8/builders/V8%20Mips%20-%20big%20endian%20-%20nosnap%20-%201/builds/2895

For example: https://build.chromium.org/p/client.v8/builders/V8%20Mips%20-%20big%20endian%20-%20nosnap%20-%201/builds/2895/steps/Check/logs/Run_WasmI64GeS

They fail only on the big-endian targets so I presume these are BE specific test failures.

palfia commented 8 years ago

Matt added these tests to skip list for big-endian: https://codereview.chromium.org/1761573002