Closed
Bug 763964
Opened 13 years ago
Closed 13 years ago
Intermittent make check error 1: TEST-UNEXPECTED-FAIL | Couldn't get script security manager!
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: intermittent-failure)
Linux QT profiling build on 2012-06-11 11:31:49 PDT for push de52901d1654
slave: mv-moz2-linux-ix-slave02
https://tbpl.mozilla.org/php/getParsedLog.php?id=12557600&tree=Profiling
{
make -C test check
make[3]: Entering directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test'
Running XMLHttpRequest tests...
TEST-UNEXPECTED-FAIL | Couldn't get script security manager!
Finished running XMLHttpRequest tests.
make[3]: *** [check] Error 1
make -C chrome check
make[4]: Entering directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test/chrome'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test/chrome'
make -C websocket_hybi check
make[4]: Entering directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test/websocket_hybi'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test/websocket_hybi'
make[3]: Leaving directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test'
make[2]: *** [check] Error 2
}
The error string appears in both /content/base/test/TestNativeXMLHttpRequest.cpp and /content/base/test/TestGetURL.cpp, but due to bug 490255 we don't get told the filename.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•13 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•13 years ago
|
Whiteboard: [orange]
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•