Note bug number (bug 846137) for assertion annotation.

This commit is contained in:
L. David Baron 2013-03-31 00:50:29 -07:00
parent 1114475e62
commit 24464f1f93

View File

@ -29,7 +29,7 @@ const DEFAULT_CSP_PRIV = "default-src *; script-src 'self'; style-src 'self' 'un
const DEFAULT_CSP_CERT = "default-src *; script-src 'self'; style-src 'self'; object-src 'none'";
if (navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(0, 1);
SimpleTest.expectAssertions(0, 1); // bug 846137, ASSERTION: wrong thread: 'PR_GetCurrentThread() == gSocketThread'
}
SimpleTest.waitForExplicitFinish();