Closed
Bug 948948
Opened 11 years ago
Closed 7 years ago
window.open fails with NS_ERROR_FAILURE on some B2G Desktop Linux x64 sandbox iframe tests.
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bobowen, Unassigned)
References
Details
I have found this when creating new tests for bug 785310.
When the tests are running on B2G Desktop Linux x64 and try to call window.open we get the following:
01:27:13 INFO - * Call to xpconnect wrapped JSObject produced this error: *
01:27:13 INFO - [Exception... "'Failure' when calling method: [nsIPromptFactory::getPrompt]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: no]
01:27:13 INFO - ************************************************************
01:27:13 INFO - 79115 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_iframe_sandbox_navigation_script.html | uncaught exception - NS_ERROR_FAILURE: at http://mochi.test:8888/tests/content/html/content/test/SimpleTestSuite.js:341
01:27:13 INFO - JavaScript error: http://mochi.test:8888/tests/content/html/content/test/SimpleTestSuite.js, line 341: NS_ERROR_FAILURE:
(see try push: https://tbpl.mozilla.org/?tree=Try&rev=74d8867d14f6)
This appears to be an existing issue, as all the sandbox iframe tests are disabled for this platform and if I enable test_iframe_sandbox_navigation2.html, which also opens windows I get the same error.
(see try push: https://tbpl.mozilla.org/?tree=Try&rev=c834a226e0ab)
I'm not sure I've filed this for the correct Product or Component.
Comment 1•11 years ago
|
||
I have also encountered this while creating new tests for bug 687297
See push: https://tbpl.mozilla.org/?rev=b0e36a2e2ee5&tree=Mozilla-Inbound
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•