Closed
Bug 834101
Opened 13 years ago
Closed 13 years ago
Elm test failure on Fedora after the 1/23 merge
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: glandium)
References
Details
Attachments
(1 file)
|
2.27 KB,
patch
|
Details | Diff | Splinter Review |
164997 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/components/prompts/test/test_modal_prompts.html | Checking focused element
Succeeds on win and mac. Not sure what could have broken this.
| Reporter | ||
Updated•13 years ago
|
Summary: Elm test failure in test_modal_prompts.html on Fedora after the 1/23 merge → Elm test failure on Fedora after the 1/23 merge
| Reporter | ||
Comment 1•13 years ago
|
||
TEST-PASS | /home/cltbld/talos-slave/test/build/xpcshell/tests/uriloader/exthandler/tests/unit/test_handlerService.js | [run_test : 132] 0 == 0
TEST-UNEXPECTED-FAIL | /home/cltbld/talos-slave/test/build/xpcshell/tests/uriloader/exthandler/tests/unit/test_handlerService.js | true == false - See following stack:
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/head.js :: do_throw :: line 461
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/head.js :: do_report_result :: line 563
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/head.js :: _do_check_eq :: line 573
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/head.js :: do_check_eq :: line 580
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/head.js :: do_check_false :: line 608
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/tests/uriloader/exthandler/tests/unit/test_handlerService.js :: run_test :: line 133
JS frame :: /home/cltbld/talos-slave/test/build/xpcshell/head.js :: _execute_test :: line 325
JS frame :: -e :: <TOP_LEVEL> :: line 1
native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0
| Reporter | ||
Comment 2•13 years ago
|
||
TEST-INFO | checking window state
TEST-START | chrome://mochitests/content/browser/browser/components/shell/test/browser_420786.js
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/components/shell/test/browser_420786.js | uncaught exception - NS_ERROR_XPC_GS_RETURNED_FAILURE: Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService] at chrome://mochitests/content/browser/browser/components/shell/test/browser_420786.js:33
Stack trace:
JS frame :: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js :: simpletestOnerror :: line 1067
native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0
| Reporter | ||
Comment 3•13 years ago
|
||
test_handlerService seems the easiest to debug -
129 const kExternalWarningPrefPrefix = "network.protocol-handler.warn-external.";
130 prefSvc.setBoolPref(kExternalWarningPrefPrefix + "http", false);
131 protoInfo = protoSvc.getProtocolHandlerInfo("http");
132 do_check_eq(0, protoInfo.possibleApplicationHandlers.length);
133 do_check_false(protoInfo.alwaysAskBeforeHandling);
we set a pref using the pref service indicating the browser should not ask before handling 'http', then query to see if the handler info reflects that, which it doesn't.
| Assignee | ||
Comment 4•13 years ago
|
||
This part of 755724 is missing on elm.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mh+mozilla
| Reporter | ||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•