зеркало из https://github.com/mozilla/gecko-dev.git
Regression test for bug 281487, add status messages making it clear the test is DEBUG only and only fails if it crashes. Not part of the build
This commit is contained in:
Родитель
401cfd8900
Коммит
1bb25b3ccc
|
@ -43,6 +43,11 @@ var expect = 'No Crash';
|
|||
printBugNumber (bug);
|
||||
printStatus (summary);
|
||||
|
||||
printStatus('This test requires a DEBUG build and will cause a false ' +
|
||||
'failure to be reported by jsDriver.pl since the tracing output ' +
|
||||
'will contain the string FAILED.');
|
||||
printStatus('This test only fails if it causes a crash.');
|
||||
|
||||
if (typeof tracing == 'function')
|
||||
{
|
||||
tracing(true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче