Title: [280216] trunk/JSTests
- Revision
- 280216
- Author
- [email protected]
- Date
- 2021-07-22 20:17:51 -0700 (Thu, 22 Jul 2021)
Log Message
JSTests/stress/test-out-of-memory shouldn't assume that we always OOM
https://bugs.webkit.org/show_bug.cgi?id=228213
Reviewed by Mark Lam.
* stress/test-out-of-memory.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (280215 => 280216)
--- trunk/JSTests/ChangeLog 2021-07-23 03:17:00 UTC (rev 280215)
+++ trunk/JSTests/ChangeLog 2021-07-23 03:17:51 UTC (rev 280216)
@@ -1,3 +1,12 @@
+2021-07-22 Saam Barati <[email protected]>
+
+ JSTests/stress/test-out-of-memory shouldn't assume that we always OOM
+ https://bugs.webkit.org/show_bug.cgi?id=228213
+
+ Reviewed by Mark Lam.
+
+ * stress/test-out-of-memory.js:
+
2021-07-22 Yusuke Suzuki <[email protected]>
Reduce iteration of microbenchmarks/memcpy-typed-loop.js
Modified: trunk/JSTests/stress/test-out-of-memory.js (280215 => 280216)
--- trunk/JSTests/stress/test-out-of-memory.js 2021-07-23 03:17:00 UTC (rev 280215)
+++ trunk/JSTests/stress/test-out-of-memory.js 2021-07-23 03:17:51 UTC (rev 280216)
@@ -23,5 +23,5 @@
exception = e;
}
-if (exception != "RangeError: Out of memory")
+if (exception && exception != "RangeError: Out of memory")
throw "FAILED";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes