Index: test/webkit/fast/js/kde/exceptions-expected.txt |
diff --git a/test/webkit/array-indexing-expected.txt b/test/webkit/fast/js/kde/exceptions-expected.txt |
similarity index 83% |
copy from test/webkit/array-indexing-expected.txt |
copy to test/webkit/fast/js/kde/exceptions-expected.txt |
index 4ddc498246e13d4a162fea7a761e6471c15ca47d..6c11b506f531cff7841204d666fb177bd3d3233c 100644 |
--- a/test/webkit/array-indexing-expected.txt |
+++ b/test/webkit/fast/js/kde/exceptions-expected.txt |
@@ -21,14 +21,20 @@ |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-This test checks that array accessing doesn't do the wrong thing for negative indices |
+KDE JS Test |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS a.length is 0 |
-PASS a["-5"] is a[-5] |
-PASS a[4] is undefined |
+Except a lot of errors. They should all be caught and lead to PASS |
+testing throw() .......... Passed |
+testing throw() .......... Passed |
+ReferenceError .......... Passed |
+error propagation in functions .......... Passed |
+catch |
+finally |
+Math() error .......... Passed |
+Abort while() on error .......... Passed |
PASS successfullyParsed is true |
TEST COMPLETE |