Reviewers: yang1, Dmitry Lomov (chromium),

Description:
Suppress test262 test that tests duplicate properties

In ES6 duplicate properties are allowed

BUG=
LOG=Y

Please review this at https://codereview.chromium.org/492793002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+11, -0 lines):
  M test/test262/test262.status


Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index dd075d968853fa18fd5f97cf50e549bad692b680..497bad74e968575f3e2a964cfb43094a58269e8c 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -77,6 +77,17 @@
   'S8.5_A2.1': [PASS, FAIL_OK],
   'S8.5_A2.2': [PASS, FAIL_OK],

+  # ES6 allows duplicate properties
+  '11.1.5-4-4-a-1-s': [FAIL],
+  '11.1.5_4-4-b-1': [FAIL],
+  '11.1.5_4-4-b-2': [FAIL],
+  '11.1.5_4-4-c-1': [FAIL],
+  '11.1.5_4-4-c-2': [FAIL],
+  '11.1.5_4-4-d-1': [FAIL],
+  '11.1.5_4-4-d-2': [FAIL],
+  '11.1.5_4-4-d-3': [FAIL],
+  '11.1.5_4-4-d-4': [FAIL],
+
   ############################ INVALID TESTS #############################

   # The reference value calculated by Test262 is incorrect if you run these


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to