Closed
Bug 336773
Opened 19 years ago
Closed 19 years ago
ecma_3/ExecutionContexts/10.6.1-01.js result: FAILED type: browser
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bc, Unassigned)
References
()
Details
(Keywords: regression)
20060503 win/mac/linux 1.9.
regression from bug 325951?
BUGNUMBER: 290774
STATUS: activation object never delegates to Object.prototype
STATUS: normal
STATUS: ======
STATUS: toStringResult function toString() {
STATUS: return "fooString";
STATUS: }
STATUS: toString function toString() {
STATUS: return "fooString";
STATUS: }
STATUS: evalResult fooEval
STATUS: eval fooEval
STATUS: watchResult undefined
STATUS: watch undefined
STATUS: parseIntResult fooParseInt
STATUS: parseInt fooParseInt
STATUS: outerinner
STATUS: ==========
STATUS: toStringResult function toString() {
STATUS: [native code]
STATUS: }
STATUS: toString function toString() {
STATUS: return "fooString";
STATUS: }
FAILED!: Section 5 of test -
FAILED!: Expected value 'true', Actual value 'false'
FAILED!:
STATUS: evalResult function eval() {
STATUS: [native code]
STATUS: }
STATUS: eval fooEval
FAILED!: Section 6 of test -
FAILED!: Expected value 'true', Actual value 'false'
FAILED!:
STATUS: watchResult function watch() {
STATUS: [native code]
STATUS: }
STATUS: watch undefined
FAILED!: Section 7 of test -
FAILED!: Expected value 'true', Actual value 'false'
FAILED!:
STATUS: parseIntResult fooParseInt
STATUS: parseInt fooParseInt
| Reporter | ||
Updated•19 years ago
|
Keywords: regression
| Reporter | ||
Updated•19 years ago
|
Flags: in-testsuite+
| Reporter | ||
Comment 1•19 years ago
|
||
I think this was fixed by bug 336100. I haven't seen this again since the 20060508 run.
| Reporter | ||
Comment 2•19 years ago
|
||
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.
Description
•