Index: test/sputnik/sputnik.status |
diff --git a/test/sputnik/sputnik.status b/test/sputnik/sputnik.status |
index 4c6fd1e6370b46937eba0299ce75d75fd21e9a67..13108c0fb3e42f430f26b67edaa9a1c394435e2a 100644 |
--- a/test/sputnik/sputnik.status |
+++ b/test/sputnik/sputnik.status |
@@ -158,11 +158,6 @@ S15.5.4.11_D1.1_T1: PASS || FAIL_OK |
S15.5.4.11_D1.1_T3: PASS || FAIL_OK |
S12.6.4_D1: PASS || FAIL_OK |
-# We deliberately don't throw type errors when iterating through the |
-# undefined object |
-S9.9_A1: FAIL_OK |
-S9.9_A2: FAIL_OK |
- |
# We allow function declarations within statements |
S12.5_A9_T1: FAIL_OK |
S12.5_A9_T2: FAIL_OK |
@@ -184,6 +179,21 @@ S15.3.4.2_A1_T1: FAIL_OK |
S8.5_A2.2: PASS, FAIL if $system == linux, FAIL if $system == macos |
S8.5_A2.1: PASS, FAIL if $system == linux, FAIL if $system == macos |
+##################### ES3 TESTS ######################### |
+# These tests check for ES3 semantics, and differ from ES5. |
+# When we follow ES5 semantics, it's ok to fail the test. |
+ |
+# Allow keywords as names of properties in object initialisers and |
+# in dot-notation property access. |
+S11.1.5_A4.1: FAIL_OK |
+S11.1.5_A4.2: FAIL_OK |
+ |
+# Don't throw type errors when iterating through the undefined object. |
+S9.9_A1: FAIL_OK |
+S9.9_A2: FAIL_OK |
+ |
+ |
+ |
##################### SKIPPED TESTS ##################### |
# These tests take a looong time to run in debug mode. |