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: Failing test262/language/statements/for-of/continue-label for big endian #291

Closed ilijapavlovic closed 8 years ago

ilijapavlovic commented 8 years ago

The test test262/language/statements/for-of/continue-label fails for big endian.

Details: https://v8.mips.com/bbv8/builders/Target%20-%20MIPS64%20-%20edge%20-%20test262/builds/4903/steps/Test262%20-%20no%20variants/logs/continue-label

ilijapavlovic commented 8 years ago

With commit a6fd69ac29dd77628572b60701cc2c92544cc712 ("[elements] Add more tests to increase coverage") the problem stopped with reproducing.