Revision: 8422
Author:   [email protected]
Date:     Fri Jun 24 09:54:47 2011
Log:      Updated test expectations of future reserved keyword tests.

Review URL: http://codereview.chromium.org/7237027
http://code.google.com/p/v8/source/detail?r=8422

Modified:
 /branches/bleeding_edge/test/mozilla/mozilla.status
 /branches/bleeding_edge/test/sputnik/sputnik.status

=======================================
--- /branches/bleeding_edge/test/mozilla/mozilla.status Mon Jun 20 03:20:57 2011 +++ /branches/bleeding_edge/test/mozilla/mozilla.status Fri Jun 24 09:54:47 2011
@@ -531,6 +531,12 @@
 js1_5/LexicalConventions/regress-343675: FAIL_OK


+# Tests if future reserved keywords of ECMA-262, edition 3 emit warnings. We +# implement the edition 5 behaviour and fail on use of edition 5 future reserved
+# keywords as identifiers.
+js1_5/Regress/regress-240317: FAIL_OK
+
+
 # Unsupported list comprehensions: [ ... for ... ] and for each.
 js1_5/Regress/regress-352009: FAIL_OK
 js1_5/Regress/regress-349648: FAIL_OK
@@ -590,20 +596,6 @@
 js1_5/Array/regress-350256-02: FAIL


-# 'export' and 'import' are not keywords in V8.
-ecma_2/Exceptions/lexical-010: FAIL
-ecma_2/Exceptions/lexical-022: FAIL
-
-
-# Requires Mozilla-specific strict mode.
-ecma_2/Exceptions/lexical-011: FAIL
-ecma_2/Exceptions/lexical-014: FAIL
-ecma_2/Exceptions/lexical-016: FAIL
-ecma_2/Exceptions/lexical-021: FAIL
-ecma_2/LexicalConventions/keywords-001: FAIL
-js1_5/Regress/regress-306633: FAIL
-
-
 # This test seems designed to fail (it produces a 700Mbyte string).
 # We fail on out of memory.  The important thing is not to crash.
 js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug
=======================================
--- /branches/bleeding_edge/test/sputnik/sputnik.status Mon Jun 20 03:20:57 2011 +++ /branches/bleeding_edge/test/sputnik/sputnik.status Fri Jun 24 09:54:47 2011
@@ -90,19 +90,13 @@
 S7.8.4_A7.2_T5: FAIL_OK

 # We allow some keywords to be used as identifiers.
-S7.5.3_A1.5: FAIL_OK
-S7.5.3_A1.9: FAIL_OK
-S7.5.3_A1.10: FAIL_OK
-S7.5.3_A1.11: FAIL_OK
 S7.5.3_A1.15: FAIL_OK
-S7.5.3_A1.16: FAIL_OK
 S7.5.3_A1.18: FAIL_OK
 S7.5.3_A1.21: FAIL_OK
 S7.5.3_A1.22: FAIL_OK
 S7.5.3_A1.23: FAIL_OK
 S7.5.3_A1.24: FAIL_OK
 S7.5.3_A1.26: FAIL_OK
-S7.5.3_A1.27: FAIL_OK

 # This checks for non-262 behavior
 S12.6.4_A14_T1: PASS || FAIL_OK

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to