Title: [260148] trunk/JSTests
Revision
260148
Author
[email protected]
Date
2020-04-15 13:38:04 -0700 (Wed, 15 Apr 2020)

Log Message

stress/delete-property-dfg-inline.js.ftl-no-cjit-small-pool consistently timing out on debug JSC bot
https://bugs.webkit.org/show_bug.cgi?id=210513

Patch by Justin Michaud <[email protected]> on 2020-04-15
Reviewed by Saam Barati.

* stress/delete-property-dfg-inline.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (260147 => 260148)


--- trunk/JSTests/ChangeLog	2020-04-15 20:22:45 UTC (rev 260147)
+++ trunk/JSTests/ChangeLog	2020-04-15 20:38:04 UTC (rev 260148)
@@ -1,3 +1,12 @@
+2020-04-15  Justin Michaud  <[email protected]>
+
+        stress/delete-property-dfg-inline.js.ftl-no-cjit-small-pool consistently timing out on debug JSC bot
+        https://bugs.webkit.org/show_bug.cgi?id=210513
+
+        Reviewed by Saam Barati.
+
+        * stress/delete-property-dfg-inline.js:
+
 2020-04-15  Ross Kirsling  <[email protected]>
 
         [ECMA-402] Fix Intl.DateTimeFormat patterns and fields in WebKit

Modified: trunk/JSTests/stress/delete-property-dfg-inline.js (260147 => 260148)


--- trunk/JSTests/stress/delete-property-dfg-inline.js	2020-04-15 20:22:45 UTC (rev 260147)
+++ trunk/JSTests/stress/delete-property-dfg-inline.js	2020-04-15 20:38:04 UTC (rev 260148)
@@ -1,3 +1,5 @@
+//@ slow!
+
 function assert(condition) {
     if (!condition)
         throw new Error("assertion failed")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to