Title: [247615] branches/safari-608-branch/JSTests
- Revision
- 247615
- Author
- kocsen_ch...@apple.com
- Date
- 2019-07-18 13:25:51 -0700 (Thu, 18 Jul 2019)
Log Message
Cherry-pick r247485. rdar://problem/53229615
Unreviewed, test262 gardening.
* test262/expectations.yaml:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247485 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-608-branch/JSTests/ChangeLog (247614 => 247615)
--- branches/safari-608-branch/JSTests/ChangeLog 2019-07-18 20:25:46 UTC (rev 247614)
+++ branches/safari-608-branch/JSTests/ChangeLog 2019-07-18 20:25:51 UTC (rev 247615)
@@ -1,5 +1,21 @@
2019-07-17 Kocsen Chung <kocsen_ch...@apple.com>
+ Cherry-pick r247485. rdar://problem/53229615
+
+ Unreviewed, test262 gardening.
+
+ * test262/expectations.yaml:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247485 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-07-16 Keith Miller <keith_mil...@apple.com>
+
+ Unreviewed, test262 gardening.
+
+ * test262/expectations.yaml:
+
+2019-07-17 Kocsen Chung <kocsen_ch...@apple.com>
+
Cherry-pick r247469. rdar://problem/53229615
Update test262
Modified: branches/safari-608-branch/JSTests/test262/expectations.yaml (247614 => 247615)
--- branches/safari-608-branch/JSTests/test262/expectations.yaml 2019-07-18 20:25:46 UTC (rev 247614)
+++ branches/safari-608-branch/JSTests/test262/expectations.yaml 2019-07-18 20:25:51 UTC (rev 247615)
@@ -1986,15 +1986,84 @@
test/built-ins/WeakMap/proto-from-ctor-realm.js:
default: 'Test262Error: Expected SameValue(«[object WeakMap]», «[object WeakMap]») to be true'
strict mode: 'Test262Error: Expected SameValue(«[object WeakMap]», «[object WeakMap]») to be true'
+test/built-ins/WeakRef/constructor.js:
+ default: 'Test262Error: typeof WeakRef is function Expected SameValue(«undefined», «function») to be true'
+ strict mode: 'Test262Error: typeof WeakRef is function Expected SameValue(«undefined», «function») to be true'
+test/built-ins/WeakRef/instance-extensible.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/length.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/name.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/newtarget-prototype-is-not-object.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prop-desc.js:
+ default: 'Test262Error: obj should have an own property WeakRef'
+ strict mode: 'Test262Error: obj should have an own property WeakRef'
test/built-ins/WeakRef/proto-from-ctor-realm.js:
- default: 'Test262Error: newTarget.prototype is undefined Expected SameValue(«[object WeakRef]», «[object WeakRef]») to be true'
- strict mode: 'Test262Error: newTarget.prototype is undefined Expected SameValue(«[object WeakRef]», «[object WeakRef]») to be true'
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/proto.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype-from-newtarget-abrupt.js:
+ default: 'Test262Error: Expected a Test262Error but got a ReferenceError'
+ strict mode: 'Test262Error: Expected a Test262Error but got a ReferenceError'
+test/built-ins/WeakRef/prototype-from-newtarget-custom.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype-from-newtarget.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/Symbol.toStringTag.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/constructor.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/deref/custom-this.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
test/built-ins/WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js:
- default: "TypeError: $262.gc is not a function. (In '$262.gc()', '$262.gc' is undefined)"
- strict mode: "TypeError: $262.gc is not a function. (In '$262.gc()', '$262.gc' is undefined)"
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/deref/length.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/deref/name.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/deref/prop-desc.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/deref/return-target.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
test/built-ins/WeakRef/prototype/deref/this-does-not-have-internal-target-throws.js:
- default: "ReferenceError: Can't find variable: FinalizationGroup"
- strict mode: "ReferenceError: Can't find variable: FinalizationGroup"
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/deref/this-not-object-throws.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/prop-desc.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/prototype/proto.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/returns-new-object-from-constructor.js:
+ default: "ReferenceError: Can't find variable: WeakRef"
+ strict mode: "ReferenceError: Can't find variable: WeakRef"
+test/built-ins/WeakRef/target-not-object-throws.js:
+ default: 'Test262Error: typeof WeakRef is function Expected SameValue(«undefined», «function») to be true'
+ strict mode: 'Test262Error: typeof WeakRef is function Expected SameValue(«undefined», «function») to be true'
+test/built-ins/WeakRef/undefined-newtarget-throws.js:
+ default: 'Test262Error: typeof WeakRef is function Expected SameValue(«undefined», «function») to be true'
+ strict mode: 'Test262Error: typeof WeakRef is function Expected SameValue(«undefined», «function») to be true'
test/built-ins/WeakSet/proto-from-ctor-realm.js:
default: 'Test262Error: Expected SameValue(«[object WeakSet]», «[object WeakSet]») to be true'
strict mode: 'Test262Error: Expected SameValue(«[object WeakSet]», «[object WeakSet]») to be true'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes