Closed Bug 912304 Opened 11 years ago Closed 11 years ago

Differential Testing: Different output message involving decodeURIComponent

Categories

(Core :: JavaScript Engine, defect)

x86
Windows 7
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 911369

People

(Reporter: gkw, Unassigned)

Details

(Keywords: testcase)

g = this; (function() { toString = (function() { var r = x % 2; }) })() var x = 1; valueOf = Uint8Array.bind; try { [this].some(decodeURIComponent); x = g; print(g); } catch (e) {} try { print(g); } catch (e) {} shows nothing on js opt shell on m-c changeset 8c5a94ba1096 without any CLI arguments, when the testcase is passed in as a CLI argument. However it shows only the following with --ion-eager: undefined My configure flags are: --enable-optimize --disable-debug --enable-profiling --enable-gczeal --enable-debug-symbols --enable-methodjit --enable-type-inference --disable-tests --enable-more-deterministic --enable-threadsafe <more NSPR compilation flags>
Flags: needinfo?(jdemooij)
Duplicate of bug 911369, verified the patch there fixes it. Tests that use valueOf are likely duplicates until that bug is fixed :)
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jdemooij)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.