Skip to content

Commit

Permalink
Unreviewed, skip test if memoryLimited is specified
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=185888

* stress/regress-185888.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@232108 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
[email protected] committed May 23, 2018
1 parent 4cb2d7f commit 63d333b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions JSTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions JSTests/stress/regress-185888.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@skip if $memoryLimited
var exception;
try {
const str = "a".padStart(0x80000000 - 1);
Expand Down

0 comments on commit 63d333b

Please sign in to comment.