Closed
Bug 901356
Opened 12 years ago
Closed 10 years ago
Failures on b2g mochitest while trying to run test_bug466080.html
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
Attachments
(1 file)
|
13.33 KB,
text/plain
|
Details |
I was trying to run this test on b2g mochitest on my emulator and I got these failures:
0 INFO SimpleTest START
1 INFO TEST-START | /tests/content/base/test/test_bug466080.html
2 ERROR TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_bug466080.html | Loading resource via src-attribute
3 INFO TEST-PASS | /tests/content/base/test/test_bug466080.html | XHR from relative URL
4 INFO TEST-PASS | /tests/content/base/test/test_bug466080.html | XHR loading non-existing resource
5 INFO TEST-PASS | /tests/content/base/test/test_bug466080.html | XHR from cross-site plaintext server
6 ERROR TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_bug466080.html | XHR from cross-site secure server
7 ERROR TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_bug466080.html | XHR from cross-site secure server requesting certificate
8 INFO TEST-PASS | /tests/content/base/test/test_bug466080.html | XHR from cross-site secure server requiring certificate
9 ERROR TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_bug466080.html | XHR w/ credentials from cross-site secure server requiring certificate
10 ERROR TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_bug466080.html | XHR w/ credentials from cross-site secure server requiring certificate
11 INFO TEST-PASS | /tests/content/base/test/test_bug466080.html | XHR PREFLIGHT from cross-site secure server requiring certificate
12 INFO TEST-END | /tests/content/base/test/test_bug466080.html | finished in 2676ms
This test is disabled on android and b2g currently, so I guess this has something to do with android and b2g mochitests tested remotely and desktop not?
Comment 1•12 years ago
|
||
Could be that the secure server didn't start correctly. Bad you didn't attach ref to the log...
| Reporter | ||
Comment 2•12 years ago
|
||
Sorry, this is a follow-up from bug 901343.
There is a log here: https://tbpl.mozilla.org/php/getParsedLog.php?id=26450404&tree=Try
Full log: https://tbpl.mozilla.org/php/getParsedLog.php?id=26450404&tree=Try&full=1
I can also reproduce this locally.
Comment 3•12 years ago
|
||
(In reply to Martijn Wargers [:mw22] (QA - IRC nick: mw22) from comment #2)
> Sorry, this is a follow-up from bug 901343.
> There is a log here:
> https://tbpl.mozilla.org/php/getParsedLog.php?id=26450404&tree=Try
> Full log:
> https://tbpl.mozilla.org/php/getParsedLog.php?id=26450404&tree=Try&full=1
>
> I can also reproduce this locally.
I don't see test_bug466080.html failing in that log. What should I look for?
| Reporter | ||
Comment 4•12 years ago
|
||
Ugh, sorry about that, I was mixing this bug with some other bug. Please ignore comment 2.
I hope this is a useful log to you.
| Reporter | ||
Comment 5•12 years ago
|
||
I guess the fix for bug 907770 made this work?
Or perhaps this is already enabled now?
http://mxr.mozilla.org/mozilla-central/source/content/base/test/mochitest.ini#392
So this bug can be closed?
Flags: needinfo?(martin.thomson)
Comment 6•12 years ago
|
||
907770 landed, but it doesn't enable all the tests. So not closed. A patch will be required to re-enable this.
I started re-enabling all the tests that failed due to 907770. A lot of them failed for other reasons. Rather than create a new wave of oranges, I haven't re-enabled everything.
Flags: needinfo?(martin.thomson)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•