Title: [231362] trunk/JSTests
- Revision
- 231362
- Author
- [email protected]
- Date
- 2018-05-04 10:46:47 -0700 (Fri, 04 May 2018)
Log Message
Disable tests on systems with limited memory
https://bugs.webkit.org/show_bug.cgi?id=185296
Patch by Dominik Infuehr <[email protected]> on 2018-05-04
Reviewed by Saam Barati.
Test doesn't work with a limited amount of memory. I tried to reduce memory usage
but then it was hard to reproduce the failure the test was originally made to test.
* stress/array-reverse-doesnt-clobber.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (231361 => 231362)
--- trunk/JSTests/ChangeLog 2018-05-04 17:38:54 UTC (rev 231361)
+++ trunk/JSTests/ChangeLog 2018-05-04 17:46:47 UTC (rev 231362)
@@ -1,3 +1,15 @@
+2018-05-04 Dominik Infuehr <[email protected]>
+
+ Disable tests on systems with limited memory
+ https://bugs.webkit.org/show_bug.cgi?id=185296
+
+ Reviewed by Saam Barati.
+
+ Test doesn't work with a limited amount of memory. I tried to reduce memory usage
+ but then it was hard to reproduce the failure the test was originally made to test.
+
+ * stress/array-reverse-doesnt-clobber.js:
+
2018-05-03 Saam Barati <[email protected]>
Don't prevent CreateThis being folded to NewObject when the structure is poly proto
Modified: trunk/JSTests/stress/array-reverse-doesnt-clobber.js (231361 => 231362)
--- trunk/JSTests/stress/array-reverse-doesnt-clobber.js 2018-05-04 17:38:54 UTC (rev 231361)
+++ trunk/JSTests/stress/array-reverse-doesnt-clobber.js 2018-05-04 17:46:47 UTC (rev 231362)
@@ -1,3 +1,5 @@
+//@ skip if $memoryLimited
+
// This tests that array.Prototype.reverse() doesn't inadvertently clobber indexed properties.
// This test shouldn't throw or crash.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes