Searched refs:reportFailure (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
H A D10.1.4-1.js47 reportFailure ("Expected *NOT* to be able to delete y");
50 reportFailure ("x did not remain defined after eval()");
52 reportFailure ("x did not retain it's value after eval()");
55 reportFailure ("Expected to be able to delete x");
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dcatchguard-003.js43 reportFailure ("Catch block (e if ((x = 1) && false) should not " +
52 reportFailure ("Same scope should be used across all catchguards.");
56 reportFailure ("Execption was never caught.");
59 reportFailure ("Exception data modified inside catch() scope should " +
64 reportFailure ("Data modified in 'catchguard expression' should " +
H A Dcatchguard-002.js47 reportFailure ("Second (e if true) catch block should not have " +
52 reportFailure ("Catch block (e) should not have executed.");
56 reportFailure ("Execption was never caught.");
H A Dcatchguard-001.js48 reportFailure ("Catch block (e if false) should not have executed.");
52 reportFailure ("Catch block (e) should not have executed.");
56 reportFailure ("Execption was never caught.");
59 reportFailure ("Exception data modified inside catch() scope should " +
H A Dcatchguard-002-n.js43 reportFailure ("var in catch clause should have caused an error.");
H A Dcatchguard-001-n.js53 reportFailure ("Illegally constructed catchguard should have thrown " +
H A Dcatchguard-003-n.js49 reportFailure ("Illegally constructed catchguard should have thrown " +
H A Dregress-50447.js66 reportFailure ("expected fileName to end with '-50447.js'");
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/FunExpr/
H A Dfe-001-n.js34 reportFailure ("Previous statement should have thrown a ReferenceError");
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-24712.js37 reportFailure ("exec() returned null.");
H A Dshell.js76 reportFailure(
88 reportFailure(
99 reportFailure(
112 reportFailure(
H A D15.10.4.1-5-n.js96 reportFailure(cnFAILURE);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
H A Dshell.js65 function reportFailure (msg) function
131 reportFailure (description);
132 reportFailure (output);
165 reportFailure ("Test driver failure, expected to exit function '" +
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
H A Dshell.js65 function reportFailure (msg) function
131 reportFailure (description);
132 reportFailure (output);
165 reportFailure ("Test driver failure, expected to exit function '" +
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
H A Dbrowser.js93 var _reportFailure = reportFailure; function
94 reportFailure = function (msg, page, line)
146 window.onerror = reportFailure;
H A Dshell.js85 function reportFailure (msg) function
153 reportFailure (description);
154 reportFailure (output);
187 reportFailure ("Test driver failure, expected to exit function '" +
/external/emma/core/java12/com/vladium/emma/rt/
H A DAppRunner.java619 final Throwable reportFailure = (Throwable) i.next ();
620 if (firstReportFailure == null) firstReportFailure = reportFailure;
622 log.log (Logger.SEVERE, "exception while creating a report:", reportFailure);
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp374 StateBase* reportFailure(StateBase* state) function in class:WebCore::__anon14506::Serializer
498 return serializer.reportFailure(this);
506 return serializer.reportFailure(this);
688 return reportFailure(next);
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java446 reportFailure(e.toString() + "\n" + Log.getStackTraceString(e));
540 private void reportFailure(String reason) { method in class:DownloaderActivity.Downloader
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 136 milliseconds