Closed
Bug 494397
Opened 16 years ago
Closed 15 years ago
SimpleTest.js |window.onerror| calls |SimpleTest.finish()| while test is still running
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
(Keywords: autotest-issue, crash, fixed1.9.1, Whiteboard: [Av1: fixed1.9.1rc3; Bv2: fixed1.9.2b1 fixed1.9.1.4])
Attachments
(4 files, 1 obsolete file)
599 bytes,
text/plain
|
Details | |
1.16 KB,
text/plain
|
Details | |
3.74 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
4.44 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090518 SeaMonkey/2.0b1pre] (experimental/_m-c_, home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/a7c0b3588242
+http://hg.mozilla.org/comm-central/rev/6786ebf24275 + bug 493008 patches)
I found this (instead) while trying to reproduce bug 492956 (with this few days old build).
Assignee | ||
Comment 1•16 years ago
|
||
Note that UI reports 1+3 errors and log summary confirms this with 'Failed: 4';
yet, log itself contains 1+1 errors only :-(
Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 379151 [details]
Initial log
Not this bug, but while here:
> [...] Error thrown during test: this.Utils is undefined - got 0, expected 1
The Error Console reports the full error:
{
Error: this.Utils is undefined
Source File: chrome://global/content/bindings/videocontrols.xml
Line: 274
}
I wonder if it would be possible to retrieve the file+line data?
Maybe bug 481406 will do that (too)?
Assignee | ||
Comment 3•16 years ago
|
||
Now the UI, the detail and the summary agree: 1+0 error.
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #379166 -
Flags: review?(rcampbell)
Assignee | ||
Updated•16 years ago
|
Assignee | ||
Updated•16 years ago
|
Assignee | ||
Updated•15 years ago
|
Attachment #379166 -
Flags: review?(jwalden+bmo)
Assignee | ||
Comment 5•15 years ago
|
||
Ping for review.
Updated•15 years ago
|
Attachment #379166 -
Flags: review?(rcampbell) → review+
Comment 6•15 years ago
|
||
Comment on attachment 379166 [details] [diff] [review]
(Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon()
[Checkin: Comment 7 & 8]
ok(true, "wfm").
Assignee | ||
Comment 7•15 years ago
|
||
Comment on attachment 379166 [details] [diff] [review]
(Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon()
[Checkin: Comment 7 & 8]
http://hg.mozilla.org/mozilla-central/rev/26bfd1ee3185
Attachment #379166 -
Attachment description: (Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon() → (Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon()
[Checkin: Comment 7]
Attachment #379166 -
Flags: review?(jwalden+bmo)
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Attachment #379166 -
Attachment description: (Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon()
[Checkin: Comment 7] → (Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon()
[Checkin: Comment 7 & 8]
Assignee | ||
Comment 8•15 years ago
|
||
Comment on attachment 379166 [details] [diff] [review]
(Av1) Tabs cleanup, Improve+Add error messages, Use executeSoon()
[Checkin: Comment 7 & 8]
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/6c64b67339e1
Assignee | ||
Updated•15 years ago
|
Keywords: fixed1.9.1
Whiteboard: [fixed1.9.1rc2+]
Assignee | ||
Comment 9•15 years ago
|
||
A nit I noticed afterward.
Attachment #384296 -
Flags: review?(rcampbell)
Assignee | ||
Updated•15 years ago
|
Whiteboard: [fixed1.9.1rc2+] → [fixed1.9.1rc3]
Comment 10•15 years ago
|
||
what does the output from this look like? Is the event going to be wedged into the string with no spacing?
Assignee | ||
Comment 11•15 years ago
|
||
Bv1, with comment 10 suggestion(s):
Make interactive report more like file report.
Attachment #384296 -
Attachment is obsolete: true
Attachment #386919 -
Flags: review?(rcampbell)
Attachment #384296 -
Flags: review?(rcampbell)
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Comment 12•15 years ago
|
||
Comment on attachment 386919 [details] [diff] [review]
(Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15 & 16]
rcampbell: ping for review?
Updated•15 years ago
|
Attachment #386919 -
Flags: review?(rcampbell) → review+
Comment 13•15 years ago
|
||
Comment on attachment 386919 [details] [diff] [review]
(Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15 & 16]
ok
Assignee | ||
Comment 14•15 years ago
|
||
Comment on attachment 386919 [details] [diff] [review]
(Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15 & 16]
http://hg.mozilla.org/mozilla-central/rev/5d7e05797de0
Attachment #386919 -
Attachment description: (Bv2) Update interactive report, Use 'diag' parameter from |window.onerror| → (Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14]
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Whiteboard: [fixed1.9.1rc3] → [c-n: Bv2 to m-1.9.2] [fixed1.9.1rc3: Av1]
Target Milestone: mozilla1.9.2a1 → mozilla1.9.3a1
Assignee | ||
Comment 15•15 years ago
|
||
Comment on attachment 386919 [details] [diff] [review]
(Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15 & 16]
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/2ddcf171ca75
Attachment #386919 -
Attachment description: (Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14] → (Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15]
Assignee | ||
Updated•15 years ago
|
Whiteboard: [c-n: Bv2 to m-1.9.2] [fixed1.9.1rc3: Av1] → [c-n: Bv2 to m-1.9.2] [fixed1.9.1rc3: Av1; fixed1.9.1.3: Bv2]
Assignee | ||
Updated•15 years ago
|
Whiteboard: [c-n: Bv2 to m-1.9.2] [fixed1.9.1rc3: Av1; fixed1.9.1.3: Bv2] → [c-n: Bv2 to m-1.9.2] [fixed1.9.1rc3: Av1; fixed1.9.1.4: Bv2]
Assignee | ||
Comment 16•15 years ago
|
||
Comment on attachment 386919 [details] [diff] [review]
(Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15 & 16]
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/3403e00f4b3c
Attachment #386919 -
Attachment description: (Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15] → (Bv2) Update interactive report, Use 'diag' parameter from |window.onerror|
[Checkin: Comment 14 & 15 & 16]
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Whiteboard: [c-n: Bv2 to m-1.9.2] [fixed1.9.1rc3: Av1; fixed1.9.1.4: Bv2] → [Av1: fixed1.9.1rc3; Bv2: fixed1.9.2b1 fixed1.9.1.3]
Assignee | ||
Updated•15 years ago
|
Whiteboard: [Av1: fixed1.9.1rc3; Bv2: fixed1.9.2b1 fixed1.9.1.3] → [Av1: fixed1.9.1rc3; Bv2: fixed1.9.2b1 fixed1.9.1.4]
You need to log in
before you can comment on or make changes to this bug.
Description
•