Bug 1280362 - Remove the pointless stopTest function from shell.js. r=arai

--HG--
extra : rebase_source : 71a9d20474545b139d548d05751db5cc6d27ca8e
This commit is contained in:
Jeff Walden 2016-07-28 09:22:15 -07:00
Родитель 437dd1b555
Коммит 6d66d5c376
12 изменённых файлов: 0 добавлений и 24 удалений

Просмотреть файл

@ -68,7 +68,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -66,6 +66,5 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -70,7 +70,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -68,7 +68,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -70,7 +70,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -70,7 +70,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}
function MyObject() {

Просмотреть файл

@ -69,7 +69,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -70,7 +70,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -91,6 +91,5 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -53,6 +53,5 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : " ignored chars after line terminator of single-line comment";
}
stopTest();
return ( gTestcases );
}

Просмотреть файл

@ -68,7 +68,6 @@ function test() {
gTestcases[gTc].reason += ( gTestcases[gTc].passed ) ? "" : "wrong value ";
}
stopTest();
return ( gTestcases );
}
function MyObject( n ) {

Просмотреть файл

@ -806,7 +806,6 @@ function test() {
print('test(): empty testcase for gTc = ' + gTc + ' ' + e);
}
}
stopTest();
return ( gTestcases );
}
@ -832,18 +831,6 @@ function writeHeaderToLog( string ) {
/* end of print functions */
/*
* When running in the shell, run the garbage collector after the
* test has completed.
*/
function stopTest() {
var gc;
if ( gc != undefined ) {
gc();
}
}
function jsTestDriverEnd()
{
// gDelayTestDriverEnd is used to