зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1343749
. Part 2 - remove the calls to SimpleTest.requestLongerTimeout() when MediaTestManager is used. r=jya
MozReview-Commit-ID: 4wCoA5C70Pu --HG-- extra : rebase_source : 2d0b169600f708de6789a22a3ab681f15f50b87a extra : source : 4ffe3a57383f8d5b216040423f6febc54edb8fc2
This commit is contained in:
Родитель
a4eb89f891
Коммит
3879b4bd17
|
@ -15,10 +15,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=495145
|
|||
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=495145">Mozilla Bug 495145</a>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
//longer timeout for slow platforms
|
||||
if (isSlowPlatform()) {
|
||||
SimpleTest.requestLongerTimeout(1.5);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<body>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
//longer timeout for slow platforms
|
||||
if (isSlowPlatform()) {
|
||||
SimpleTest.requestLongerTimeout(1.5);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
//longer timeout for slow platforms
|
||||
if (isSlowPlatform()) {
|
||||
SimpleTest.requestLongerTimeout(1.5);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
// Fragment parameters to try
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<body>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
//longer timeout for slow platforms
|
||||
if (isSlowPlatform()) {
|
||||
SimpleTest.requestLongerTimeout(2);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<body>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
//longer timeout for sometimes B2G emulator runs very slowly
|
||||
if (SpecialPowers.Services.appinfo.name == "B2G") {
|
||||
SimpleTest.requestLongerTimeout(3);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
|
|
|
@ -10,12 +10,6 @@
|
|||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
// longer timeout for slow platforms
|
||||
if (isSlowPlatform()) {
|
||||
SimpleTest.requestLongerTimeout(3);
|
||||
SimpleTest.requestCompleteLog();
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
function startTest(test, token) {
|
||||
|
|
|
@ -17,12 +17,6 @@
|
|||
Test pass if the video plays to the end.
|
||||
*/
|
||||
|
||||
// longer timeout for slow platforms
|
||||
if (isSlowPlatform()) {
|
||||
SimpleTest.requestLongerTimeout(1.5);
|
||||
SimpleTest.requestCompleteLog();
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
||||
function startTest(test, token) {
|
||||
|
|
|
@ -10,12 +10,7 @@
|
|||
<body>
|
||||
<pre id='test'>
|
||||
<script class="testbody" type='application/javascript'>
|
||||
//longer timeout for sometimes B2G emulator runs very slowly
|
||||
if (SpecialPowers.Services.appinfo.name == "B2G") {
|
||||
SimpleTest.requestLongerTimeout(3);
|
||||
}
|
||||
|
||||
SimpleTest.requestCompleteLog();
|
||||
let manager = new MediaTestManager;
|
||||
|
||||
function finish_test(element) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче