Closed Bug 500702 Opened 15 years ago Closed 15 years ago

TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/base/content/test/browser_bug495058.js | about:blank: emptytext is present

Categories

(Firefox :: General, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 3.6b1

People

(Reporter: jrmuizel, Assigned: dao)

References

Details

(Keywords: intermittent-failure)

Blocks: 438871
Whiteboard: [orange]
Here's the full summary:

TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/base/content/test/browser_bug495058.js | about:blank: emptytext is present
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/base/content/test/browser_bug495058.js | about:blank: emptytext is displayed
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1248595045.1248602282.20566.gz
WINNT 5.2 mozilla-central unit test on 2009/07/26 00:57:25
Maybe the 100ms delay isn't sufficient?

35         // wait for delayedStartup
36         win.setTimeout(function () {
...
40           ok(win.gURLBar.emptyText, uri + ": emptytext is present");
41           ok(win.gURLBar.hasAttribute("isempty"), uri + ": emptytext is displayed");
...
48         }, 100);
(In reply to comment #3)
> Maybe the 100ms delay isn't sufficient?

delayedStartup is executed using a 0 timeout from the onload handler, so it should be finished by the time this piece of code is executed.  Is that right?
That's what I expected when I wrote the test. But I don't see what else could go wrong.
about:sessionrestore too:

Linux mozilla-1.9.1 test everythingelse on 2009/07/28 12:50:57  
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5-Unittest/1248810657.1248812660.20390.gz

TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/base/content/test/browser_bug495058.js | about:sessionrestore: emptytext is present
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/base/content/test/browser_bug495058.js | about:sessionrestore: emptytext is displayed
Whoops, comment 6 is on Linux, changing platform to All accordingly.
OS: Mac OS X → All
Blocks: 495058
Trying a different approach:

http://hg.mozilla.org/mozilla-central/rev/908834ee9c28
Assignee: nobody → dao
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.6b1
Whiteboard: [orange]
You need to log in before you can comment on or make changes to this bug.