mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
e3633d892b
commit
970056f44e
@ -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();
|
||||
|
@ -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;',
|
||||
|
Loading…
Reference in New Issue
Block a user