Closed
Bug 745507
Opened 14 years ago
Closed 14 years ago
test_location.html fails if it is executed alone
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: emk, Assigned: emk)
Details
Attachments
(1 file)
|
2.19 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
$ make -C obj-i686-pc-mingw32/dom/workers/test && TEST_PATH=dom/workers/test/test_location.html make -C obj-i686-pc-mingw32 mochitest-plain
Actual result:
failed | Correct filename - got test_location.html, expected
failed | undefined - got http://mochi.test:8888/tests/dom/workers/test/location_worker.js, expected http://mochi.test:8888/tests/dom/workers/test/test_location.html?autorun=1&closeWhenDone=1&logFile=h%3A%5Cmozdev%5Cmozilla-central%5Cobj-i686-pc-mingw32%5Cmochitest-plain.log&fileLevel=INFO&consoleLevel=INFO&failureFile=h:/mozdev/mozilla-central/obj-i686-pc-mingw32/_tests/testing/mochitest/location_worker.js
failed | undefined - got http://mochi.test:8888/tests/dom/workers/test/location_worker.js, expected http://mochi.test:8888/tests/dom/workers/test/test_location.html?autorun=1&closeWhenDone=1&logFile=h%3A%5Cmozdev%5Cmozilla-central%5Cobj-i686-pc-mingw32%5Cmochitest-plain.log&fileLevel=INFO&consoleLevel=INFO&failureFile=h:/mozdev/mozilla-central/obj-i686-pc-mingw32/_tests/testing/mochitest/location_worker.js
If the test is executed along with other worker tests, it doesn't fail. (So tinderbox can't catch this)
| Assignee | ||
Comment 1•14 years ago
|
||
The test failed if the query contained "/".
I also added event.data.string as a test message because "undefined" didn't help at all to find out what caused the bug.
Attachment #615109 -
Flags: review?(bent.mozilla)
Updated•14 years ago
|
Attachment #615109 -
Flags: review?(bent.mozilla) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Assignee: nobody → VYV03354
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•