Status: Accepted
Owner: [email protected]
CC: [email protected],  [email protected]
Labels: Type-Bug Priority-Medium

New issue 1923 by [email protected]: Assertion failure in Kraken crypto tests on ARM
http://code.google.com/p/v8/issues/detail?id=1923

Kraken stanford-crypto-pbkdf2 and stanford-crypto-sha256-iterative benchmarks are failing on ARM because the computed hash doesn't match the expected hash:

this.require(output.substr(0,goodOutput.length) == goodOutput);

I bisected to this CL https://chromiumcodereview.appspot.com/9207006/

In particular line 1673 in src/arm/lithium-arm.cc

return AssignEnvironment(AssignPointerMap(DefineAsRegister(result)));

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to