cuing / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

Testsuite fails with opera 10.53 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start the Testsuite on Opera 10.53

What is the expected output? What do you see instead?

All tests should pass but these are failing

test util.gt: failed.
Value should be true.
Expected: true (boolean)
Actual: false (boolean)

test util.lt: failed.
Value should be true.
Expected: true (boolean)
Actual: false (boolean)

test util.endian: failed.
Values should be equal.
Expected: 4041261184 (number)
Actual: -253706112 (number)

test enc.UTF8.decode: failed.
Values should be equal.
Expected: 1105365410,3465620992 (string)
Actual: 1105365410,-829346304 (string)

test enc.Base64.decode: failed.
Values should be equal.
Expected: 352033795,3648913408 (string)
Actual: 352033795,-646053888 (object)

test types.WordArray.concat: failed.
Values should be equal.
Expected: 4294967295 (string)
Actual: -1 (string)

test SHA256: failed.
Values should be equal.
Expected: f7846f55cf23e14eebeab5b4e1550cad5b509e3348fbc4efa3a1413d393cb650 
(string)
Actual: 8a19c396a89853b8baf0050e3b4dfeb4f19bae586f6b491249a1fe38ff98faa5 
(string)

Opera
Version 10.53
Build 3374
Platform Win32

Original issue reported on code.google.com by cakru...@gmail.com on 5 Jun 2010 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by Jeff.Mott.OR on 6 Jun 2010 at 12:55

GoogleCodeExporter commented 8 years ago
I never could identify the cause of this issue, but as of Opera 11.1, 
CryptoJS's test suite fully passes. This leads me to believe that the culprit 
was a bug in Opera itself.

Opera 10.x has fallen to 0.25% market share, so I'm changing this issue's 
status to "won't fix."

Original comment by Jeff.Mott.OR on 18 Jul 2011 at 10:34