Title: [232108] trunk/JSTests
- Revision
- 232108
- Author
- [email protected]
- Date
- 2018-05-23 05:37:12 -0700 (Wed, 23 May 2018)
Log Message
Unreviewed, skip test if memoryLimited is specified
https://bugs.webkit.org/show_bug.cgi?id=185888
* stress/regress-185888.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (232107 => 232108)
--- trunk/JSTests/ChangeLog 2018-05-23 06:49:59 UTC (rev 232107)
+++ trunk/JSTests/ChangeLog 2018-05-23 12:37:12 UTC (rev 232108)
@@ -1,3 +1,10 @@
+2018-05-23 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, skip test if memoryLimited is specified
+ https://bugs.webkit.org/show_bug.cgi?id=185888
+
+ * stress/regress-185888.js:
+
2018-05-22 Mark Lam <[email protected]>
BytecodeGeneratorification shouldn't add a ValueProfile if the JIT is disabled.
Modified: trunk/JSTests/stress/regress-185888.js (232107 => 232108)
--- trunk/JSTests/stress/regress-185888.js 2018-05-23 06:49:59 UTC (rev 232107)
+++ trunk/JSTests/stress/regress-185888.js 2018-05-23 12:37:12 UTC (rev 232108)
@@ -1,3 +1,4 @@
+//@skip if $memoryLimited
var exception;
try {
const str = "a".padStart(0x80000000 - 1);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes