Reviewers: Michael Achenbach,

Message:
Committed patchset #3 (id:40001) manually as
54570cfa74f99dc3628a193c4161de7b09183fe7 (presubmit successful).

Description:
PPC aftermath: Fix regress-crbug-178790.

The test fails on XP only, so let's tentatively raise the stack limit more. We
probably need to investigate what a tighter limit might be and (more
importantly) what the underlying reason for the failure is.

Hopefully 1800kB is enough, we can't test this via try jobs, because we don't
have XP try bots. :-/

R=machenb...@chromium.org

Committed:
https://chromium.googlesource.com/v8/v8/+/54570cfa74f99dc3628a193c4161de7b09183fe7

Please review this at https://codereview.chromium.org/791693005/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M test/mjsunit/regress/regress-crbug-178790.js


Index: test/mjsunit/regress/regress-crbug-178790.js
diff --git a/test/mjsunit/regress/regress-crbug-178790.js b/test/mjsunit/regress/regress-crbug-178790.js index 6b5c77b9aa07e13401f060cb57f169f0369730f7..0fafe9126466bcb19f32b067e23997d1d9b57c47 100644
--- a/test/mjsunit/regress/regress-crbug-178790.js
+++ b/test/mjsunit/regress/regress-crbug-178790.js
@@ -25,7 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Flags: --stack-size=1300
+// Flags: --stack-size=1800

 // Create a regexp in the form of a?a?...a? so that fully
 // traversing the entire graph would be prohibitively expensive.


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to