Title: [245001] trunk/JSTests
Revision
245001
Author
d...@apple.com
Date
2019-05-06 22:05:42 -0700 (Mon, 06 May 2019)

Log Message

Update test262 expectations for Proxy passes
https://bugs.webkit.org/show_bug.cgi?id=197628

Reviewed by Yusuke Suzuki.

There are two consistent passes in Proxy.ownKeys.

* test262/expectations.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (245000 => 245001)


--- trunk/JSTests/ChangeLog	2019-05-07 03:51:58 UTC (rev 245000)
+++ trunk/JSTests/ChangeLog	2019-05-07 05:05:42 UTC (rev 245001)
@@ -1,3 +1,14 @@
+2019-05-06  Dean Jackson  <d...@apple.com>
+
+        Update test262 expectations for Proxy passes
+        https://bugs.webkit.org/show_bug.cgi?id=197628
+
+        Reviewed by Yusuke Suzuki.
+
+        There are two consistent passes in Proxy.ownKeys.
+
+        * test262/expectations.yaml:
+
 2019-05-06  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] We should check OOM for description string of Symbol

Modified: trunk/JSTests/test262/expectations.yaml (245000 => 245001)


--- trunk/JSTests/test262/expectations.yaml	2019-05-07 03:51:58 UTC (rev 245000)
+++ trunk/JSTests/test262/expectations.yaml	2019-05-07 05:05:42 UTC (rev 245001)
@@ -1098,12 +1098,6 @@
 test/built-ins/Proxy/create-handler-is-revoked-proxy.js:
   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
-test/built-ins/Proxy/ownKeys/return-duplicate-entries-throws.js:
-  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
-  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
-test/built-ins/Proxy/ownKeys/return-duplicate-symbol-entries-throws.js:
-  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
-  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
 test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js:
   default: 'Test262Error: Expected SameValue(«b», «$<a>») to be true'
   strict mode: 'Test262Error: Expected SameValue(«b», «$<a>») to be true'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to