Closed Bug 336750 Opened 18 years ago Closed 18 years ago

ecma/ExecutionContexts/10.1.6.js result: FAILED type: browser

Categories

(Core :: JavaScript Engine, defect)

x86
All
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: bc, Unassigned)

References

()

Details

(Keywords: regression)

20060503 win/mac/linux 1.9.

regression from bug 325951?
10.1.6 Activation Object
(new TestObject(0,1,2,3,4,5)).length = 6   PASSED!
(new TestObject(0,1,2,3,4,5))[0] = 0   PASSED!
(new TestObject(0,1,2,3,4,5))[1] = 1   PASSED!
(new TestObject(0,1,2,3,4,5))[2] = 2   PASSED!
(new TestObject(0,1,2,3,4,5))[3] = 3   PASSED!
(new TestObject(0,1,2,3,4,5))[4] = 4   PASSED!
(new TestObject(0,1,2,3,4,5))[5] = 5   PASSED!
(new AnotherTestObject(1,2,3)).arguments = value of the argument property   PASSED!
TestFunction(1,2,3) = [object Object]  FAILED! expected: value of the argument property
Keywords: regression
Flags: in-testsuite+
not seen in the 20060516 or 20060520 runs. marking fixed by bug 336100
Status: NEW → RESOLVED
Closed: 18 years ago
Depends on: 336100
Resolution: --- → FIXED
verified fixed 20060609 win/macppc/linux trunk.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.