Closed Bug 384851 Opened 19 years ago Closed 18 years ago

ecma/extensions/10.1.6.js FAIL - browser|shell

Categories

(Core :: JavaScript Engine, defect, P5)

x86
All
defect

Tracking

()

RESOLVED DUPLICATE of bug 396584

People

(Reporter: bc, Unassigned)

References

Details

(Keywords: regression)

bug 383269 caused ecma/extensions/10.1.6.js to fail where the behavior changed from TestFunction(1,2,3) = value of the argument property PASSED! to TestFunction(1,2,3) = [object Object] FAILED! expected: value of the argument property note also: js> version(170) 0 js> function f(){ let a=arguments; print(a[0]); arguments=42; print(arguments); return a } js> f(33)[0] 33 [object Object] 33
Flags: in-testsuite+
Flags: blocking1.9?
cc:ing brendan, since 383269 was his bug. Brendan: I'd be glad to check this out, if you can point me in the right direction.
Setting P5 for now as we don't fully understand it. Might want to up if this is commonly done on the web.
Flags: blocking1.9? → blocking1.9+
Keywords: regression
Priority: -- → P5
fixed by bug 396584.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.