Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: test/webkit/fast/js/kde/exceptions-expected.txt

Issue 21070002: Migrate more tests from blink repository. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/webkit/fast/js/kde/exceptions.js ('k') | test/webkit/fast/js/kde/func-decl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test/webkit/fast/js/kde/exceptions.js ('k') | test/webkit/fast/js/kde/func-decl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698