WebKit Bugzilla
Attachment 368603 Details for
Bug 197437
: Add memory-limited skipping to some tests generating very large strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
197437.1.diff (text/plain), 1.88 KB, created by
Stephan Szabo
on 2019-04-30 13:37:44 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stephan Szabo
Created:
2019-04-30 13:37:44 PDT
Size:
1.88 KB
patch
obsolete
>diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index c3da161144e..8dfdf040218 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,14 @@ >+2019-04-30 Stephan Szabo <stephan.szabo@sony.com> >+ >+ Add memory-limited skipping to some tests generating very large strings >+ https://bugs.webkit.org/show_bug.cgi?id=197437 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * stress/StringObject-define-length-getter-rope-string-oom.js: >+ * stress/create-error-out-of-memory-rope-string.js: >+ * stress/string-16bit-repeat-overflow.js: >+ > 2019-04-19 Saam Barati <sbarati@apple.com> > > AbstractValue can represent more than int52 >diff --git a/JSTests/stress/StringObject-define-length-getter-rope-string-oom.js b/JSTests/stress/StringObject-define-length-getter-rope-string-oom.js >index e7e706c0fe8..96532472fd6 100644 >--- a/JSTests/stress/StringObject-define-length-getter-rope-string-oom.js >+++ b/JSTests/stress/StringObject-define-length-getter-rope-string-oom.js >@@ -1,3 +1,4 @@ >+//@ skip if $memoryLimited > try { > let char16 = decodeURI('%E7%9A%84'); > let rope = char16.padEnd(2147483644, 1); >diff --git a/JSTests/stress/create-error-out-of-memory-rope-string.js b/JSTests/stress/create-error-out-of-memory-rope-string.js >index 33fff7c1ab9..81d8817ddf3 100644 >--- a/JSTests/stress/create-error-out-of-memory-rope-string.js >+++ b/JSTests/stress/create-error-out-of-memory-rope-string.js >@@ -1,3 +1,4 @@ >+//@ skip if $memoryLimited > function assert(a, message) { > if (!a) > throw new Error(message); >diff --git a/JSTests/stress/string-16bit-repeat-overflow.js b/JSTests/stress/string-16bit-repeat-overflow.js >index bc724fbf62b..f7c41c87c2e 100644 >--- a/JSTests/stress/string-16bit-repeat-overflow.js >+++ b/JSTests/stress/string-16bit-repeat-overflow.js >@@ -1,3 +1,4 @@ >+//@ skip if $memoryLimited > var exception; > try { > print('\ud000'.repeat(2**30));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197437
: 368603