Title: [218013] trunk/LayoutTests
Revision
218013
Author
[email protected]
Date
2017-06-09 12:47:07 -0700 (Fri, 09 Jun 2017)

Log Message

Add a result file for js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short.html.
https://bugs.webkit.org/show_bug.cgi?id=161156

Unreviewed test gardening.

* js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (218012 => 218013)


--- trunk/LayoutTests/ChangeLog	2017-06-09 19:41:13 UTC (rev 218012)
+++ trunk/LayoutTests/ChangeLog	2017-06-09 19:47:07 UTC (rev 218013)
@@ -1,3 +1,12 @@
+2017-06-09  Ryan Haddad  <[email protected]>
+
+        Add a result file for js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short.html.
+        https://bugs.webkit.org/show_bug.cgi?id=161156
+
+        Unreviewed test gardening.
+
+        * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short-expected.txt: Added.
+
 2017-06-09  Matthew Hanson  <[email protected]>
 
         Revert r217955. rdar://problem/21125708

Added: trunk/LayoutTests/js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short-expected.txt (0 => 218013)


--- trunk/LayoutTests/js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-short-expected.txt	2017-06-09 19:47:07 UTC (rev 218013)
@@ -0,0 +1,19 @@
+Tests what happens when you make prototype chain accesses with impure GetOwnPropertySlot traps in the way.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS typeof f() is "function"
+PASS typeof f() is "function"
+PASS typeof f() is "function"
+PASS typeof f() is "function"
+PASS typeof f() is "function"
+PASS typeof f() is "object"
+PASS typeof f() is "object"
+PASS typeof f() is "object"
+PASS typeof f() is "object"
+PASS typeof f() is "object"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to