Bug 851097 - 2 tests are failing on debug builds in ubuntu VM's on mochitest chrome due to assertion counts. r=dbaron

This commit is contained in:
Joel Maher 2013-03-15 13:17:20 -04:00
parent e3633d892b
commit 970056f44e
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=758258
var Ci = Components.interfaces;
if (navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(2);
SimpleTest.expectAssertions(2, 4);
}
SimpleTest.waitForExplicitFinish();

View File

@ -50,6 +50,10 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=393970
<script type="application/javascript"><![CDATA[
/** Test for Bug 393970 **/
if (navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(0, 24);
}
var tests = [
'overflow-x: hidden; overflow-y: hidden;',
'overflow-x: scroll; overflow-y: hidden;',