diff --git a/js/tests/js1_5/Regress/regress-281487.js b/js/tests/js1_5/Regress/regress-281487.js index 71f177739216..e1d4a426cf16 100755 --- a/js/tests/js1_5/Regress/regress-281487.js +++ b/js/tests/js1_5/Regress/regress-281487.js @@ -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);