Title: [283231] trunk/JSTests
- Revision
- 283231
- Author
- [email protected]
- Date
- 2021-09-29 09:56:07 -0700 (Wed, 29 Sep 2021)
Log Message
DoesGCCheck does not use enough bits for nodeIndex
https://bugs.webkit.org/show_bug.cgi?id=230915
<rdar://83297515>
Unreviewed. Forgot to add a try/catch in the test.
* stress/verify-can-gc-node-index.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (283230 => 283231)
--- trunk/JSTests/ChangeLog 2021-09-29 16:54:57 UTC (rev 283230)
+++ trunk/JSTests/ChangeLog 2021-09-29 16:56:07 UTC (rev 283231)
@@ -1,3 +1,13 @@
+2021-09-29 Saam Barati <[email protected]>
+
+ DoesGCCheck does not use enough bits for nodeIndex
+ https://bugs.webkit.org/show_bug.cgi?id=230915
+ <rdar://83297515>
+
+ Unreviewed. Forgot to add a try/catch in the test.
+
+ * stress/verify-can-gc-node-index.js:
+
2021-09-28 Saam Barati <[email protected]>
DoesGCCheck does not use enough bits for nodeIndex
Modified: trunk/JSTests/stress/verify-can-gc-node-index.js (283230 => 283231)
--- trunk/JSTests/stress/verify-can-gc-node-index.js 2021-09-29 16:54:57 UTC (rev 283230)
+++ trunk/JSTests/stress/verify-can-gc-node-index.js 2021-09-29 16:56:07 UTC (rev 283231)
@@ -16,4 +16,6 @@
f();
f();
};
-f();
+try {
+ f();
+} catch { }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes