Closed
Bug 417916
Opened 18 years ago
Closed 18 years ago
js1_6/extensions/regress-385393-08.js - browser only - dump is not defined
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: bc, Assigned: mrbkap)
References
()
Details
(Keywords: regression, testcase)
browser only. regression in since last nightly.
Error: dump is not defined
Source File: http://test.bclary.com/tests/mozilla.org/js/shell.js
Line: 157
breaking on that line in venkman:
155:
156: TestCase.prototype.dump = function () {
157: dump('\njstest: ' + this.path + ' ' +
158: 'bug: ' + this.bugnumber + ' ' +
159: 'result: ' + (this.passed ? 'PASSED':'FAILED') + ' ' +
0001: dump
Caught exception: “ReferenceError: dump is not defined”
0001: window.dump
$[0] = [function] [class: Function] dump
blame:
<http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=mozilla%2Fjs%2Fsrc&file=&filetype=match&who=&whotype=match&sortby=Date&date=hours&hours=26&mindate=&maxdate=&cvsroot=%2Fcvsroot>
I pick bug 395993.
Flags: in-testsuite+
Flags: in-litmus-
Flags: blocking1.9?
| Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Flags: tracking1.9? → blocking1.9?
Comment 2•18 years ago
|
||
blocking on this until we can investigate more. Assigning to bkap.
Assignee: general → mrbkap
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
| Assignee | ||
Comment 3•18 years ago
|
||
This WFM in my cvs build from last night (around 7pm). Marking as such. Bob, please reopen if this isn't the case for you.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•18 years ago
|
||
I had some iffy results until I clobbered. It appears fine to me as well. Thanks.
Checking in public-failures.txt;
/cvsroot/mozilla/js/tests/public-failures.txt,v <-- public-failures.txt
new revision: 1.46; previous revision: 1.45
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•