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:
bob%bclary.com 2005-10-27 06:46:37 +00:00
Родитель 401cfd8900
Коммит 1bb25b3ccc
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -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);