<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>162386</bug_id>
          
          <creation_ts>2016-09-22 06:19:11 -0700</creation_ts>
          <short_desc>Skip stress/string-joining-long-strings-should-not-crash.js on memory limited devices</short_desc>
          <delta_ts>2016-09-26 07:29:19 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Csaba Osztrogonác">ossy</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>mark.lam</cc>
    
    <cc>ossy</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>saam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1232421</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-09-22 06:19:11 -0700</bug_when>
    <thetext>stress/string-joining-long-strings-should-not-crash.js consumes
at least 935Mb memory and then crashes on our JSCOnly bots.
Let&apos;s skip it on memory limited devices.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232425</commentid>
    <comment_count>1</comment_count>
      <attachid>289555</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-09-22 06:42:32 -0700</bug_when>
    <thetext>Created attachment 289555
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232429</commentid>
    <comment_count>2</comment_count>
      <attachid>289555</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-09-22 06:47:07 -0700</bug_when>
    <thetext>Comment on attachment 289555
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=289555&amp;action=review

&gt; JSTests/stress/string-joining-long-strings-should-not-crash.js:2
&gt; -//@ runDefault
&gt; +//@largeHeap
&gt; +// @runDefault if !$memoryLimited

We need this hack, because run-jsc-stress-tests processes all lines started with &quot;//@&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232845</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-09-23 07:26:17 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; stress/string-joining-long-strings-should-not-crash.js consumes
&gt; at least 935Mb memory and then crashes on our JSCOnly bots.
&gt; Let&apos;s skip it on memory limited devices.

note: This test consumes 4.3Gb memory on X86_64</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232923</commentid>
    <comment_count>4</comment_count>
      <attachid>289555</attachid>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2016-09-23 11:39:05 -0700</bug_when>
    <thetext>Comment on attachment 289555
Patch

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232931</commentid>
    <comment_count>5</comment_count>
      <attachid>289555</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-09-23 12:02:34 -0700</bug_when>
    <thetext>Comment on attachment 289555
Patch

Clearing flags on attachment: 289555

Committed r206317: &lt;http://trac.webkit.org/changeset/206317&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232932</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-09-23 12:02:36 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232985</commentid>
    <comment_count>7</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-09-23 14:03:59 -0700</bug_when>
    <thetext>Reverted r206317 for reason:

This change caused timeouts on El Capitan Release JSC tests

Committed r206330: &lt;http://trac.webkit.org/changeset/206330&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1232987</commentid>
    <comment_count>8</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-09-23 14:04:51 -0700</bug_when>
    <thetext>*** Bug 162508 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1233387</commentid>
    <comment_count>9</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-09-26 06:49:51 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; Reverted r206317 for reason:
&gt; 
&gt; This change caused timeouts on El Capitan Release JSC tests
&gt; 
&gt; Committed r206330: &lt;http://trac.webkit.org/changeset/206330&gt;

Sorry for the trouble. It was a typo in my patch, I&apos;ll land the fixed patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1233388</commentid>
    <comment_count>10</comment_count>
      <attachid>289825</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-09-26 06:55:56 -0700</bug_when>
    <thetext>Created attachment 289825
Patch for landing</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1233398</commentid>
    <comment_count>11</comment_count>
      <attachid>289825</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-09-26 07:29:14 -0700</bug_when>
    <thetext>Comment on attachment 289825
Patch for landing

Clearing flags on attachment: 289825

Committed r206374: &lt;http://trac.webkit.org/changeset/206374&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1233399</commentid>
    <comment_count>12</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-09-26 07:29:19 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>289555</attachid>
            <date>2016-09-22 06:42:32 -0700</date>
            <delta_ts>2016-09-26 06:55:50 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-162386-20160922153942.patch</filename>
            <type>text/plain</type>
            <size>1177</size>
            <attacher name="Csaba Osztrogonác">ossy</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjA2MjU3CmRpZmYgLS1naXQgYS9KU1Rlc3RzL0NoYW5nZUxv
ZyBiL0pTVGVzdHMvQ2hhbmdlTG9nCmluZGV4IGIzZjY4ZDJmY2VlZTVkNzAyNDJjMzI5ZmRjMDM2
OWEyY2FhMzU2MzAuLjcyOTYzMTE1MzhmNjI1ZDUzZTU0MWIwOGQzMDJlM2RlMjRlZTkzYzUgMTAw
NjQ0Ci0tLSBhL0pTVGVzdHMvQ2hhbmdlTG9nCisrKyBiL0pTVGVzdHMvQ2hhbmdlTG9nCkBAIC0x
LDMgKzEsMTIgQEAKKzIwMTYtMDktMjIgIENzYWJhIE9zenRyb2dvbsOhYyAgPG9zc3lAd2Via2l0
Lm9yZz4KKworICAgICAgICBTa2lwIHN0cmVzcy9zdHJpbmctam9pbmluZy1sb25nLXN0cmluZ3Mt
c2hvdWxkLW5vdC1jcmFzaC5qcyBvbiBtZW1vcnkgbGltaXRlZCBkZXZpY2VzCisgICAgICAgIGh0
dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNjIzODYKKworICAgICAgICBS
ZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICAqIHN0cmVzcy9zdHJpbmctam9p
bmluZy1sb25nLXN0cmluZ3Mtc2hvdWxkLW5vdC1jcmFzaC5qczoKKwogMjAxNi0wOS0yMCAgQmVu
amFtaW4gUG91bGFpbiAgPGJwb3VsYWluQGFwcGxlLmNvbT4KIAogICAgICAgICBbSlNDXSBEbyBu
b3QgdXNlIEVhZ2VyUnVuIG9uIHRlc3RzIGNvdW50aW5nIHJlY29tcGlsYXRpb24KZGlmZiAtLWdp
dCBhL0pTVGVzdHMvc3RyZXNzL3N0cmluZy1qb2luaW5nLWxvbmctc3RyaW5ncy1zaG91bGQtbm90
LWNyYXNoLmpzIGIvSlNUZXN0cy9zdHJlc3Mvc3RyaW5nLWpvaW5pbmctbG9uZy1zdHJpbmdzLXNo
b3VsZC1ub3QtY3Jhc2guanMKaW5kZXggNjJhZmFlZDg0MTIzNzM0NTIxNDhmOTUwNWVlYjBkNmVh
MDczMzNmNi4uNmNhZDFmODdmYmU2MzM4N2ZkNWMzMDI2OTEwZTgxMDYyYTNiMDkyOCAxMDA2NDQK
LS0tIGEvSlNUZXN0cy9zdHJlc3Mvc3RyaW5nLWpvaW5pbmctbG9uZy1zdHJpbmdzLXNob3VsZC1u
b3QtY3Jhc2guanMKKysrIGIvSlNUZXN0cy9zdHJlc3Mvc3RyaW5nLWpvaW5pbmctbG9uZy1zdHJp
bmdzLXNob3VsZC1ub3QtY3Jhc2guanMKQEAgLTEsNCArMSw1IEBACi0vL0AgcnVuRGVmYXVsdAor
Ly9AbGFyZ2VIZWFwCisvLyBAcnVuRGVmYXVsdCBpZiAhJG1lbW9yeUxpbWl0ZWQKIC8vIFRoaXMg
dGVzdCBzaG91bGQgbm90IGNyYXNoLgogCiB2YXIgZXJyb3I7Cg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>289825</attachid>
            <date>2016-09-26 06:55:56 -0700</date>
            <delta_ts>2016-09-26 07:29:14 -0700</delta_ts>
            <desc>Patch for landing</desc>
            <filename>bug-162386-20160926155259.patch</filename>
            <type>text/plain</type>
            <size>1192</size>
            <attacher name="Csaba Osztrogonác">ossy</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjA2MzcyCmRpZmYgLS1naXQgYS9KU1Rlc3RzL0NoYW5nZUxv
ZyBiL0pTVGVzdHMvQ2hhbmdlTG9nCmluZGV4IGExMTM2NzQzMDBhYzRlOThkZjY5ZWZmMWU3ZTQz
YmZkNTgzZTkzYTUuLjU4MzJkMmNjNGMzMWY3NTQ0ZmRhYmM4N2ZkYjNiNjY2Nzk5ZTRiM2IgMTAw
NjQ0Ci0tLSBhL0pTVGVzdHMvQ2hhbmdlTG9nCisrKyBiL0pTVGVzdHMvQ2hhbmdlTG9nCkBAIC0x
LDMgKzEsMTIgQEAKKzIwMTYtMDktMjYgIENzYWJhIE9zenRyb2dvbsOhYyAgPG9zemlAaW5mLnUt
c3plZ2VkLmh1PgorCisgICAgICAgIFNraXAgc3RyZXNzL3N0cmluZy1qb2luaW5nLWxvbmctc3Ry
aW5ncy1zaG91bGQtbm90LWNyYXNoLmpzIG9uIG1lbW9yeSBsaW1pdGVkIGRldmljZXMKKyAgICAg
ICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTE2MjM4NgorCisgICAg
ICAgIFVucmV2aWV3ZWQsIHJlbGFuZGluZyByMjA2MzE3IGFmdGVyIHR5cG8gZml4LgorCisgICAg
ICAgICogc3RyZXNzL3N0cmluZy1qb2luaW5nLWxvbmctc3RyaW5ncy1zaG91bGQtbm90LWNyYXNo
LmpzOgorCiAyMDE2LTA5LTI0ICBDYWl0bGluIFBvdHRlciAgPGNhaXRwQGlnYWxpYS5jb20+CiAK
ICAgICAgICAgW0pTVGVzdHNdIGZpeCB0ZXN0MjYyIGV4cGVjdGF0aW9ucyBmb2xsb3dpbmcgcjIw
NjMzMwpkaWZmIC0tZ2l0IGEvSlNUZXN0cy9zdHJlc3Mvc3RyaW5nLWpvaW5pbmctbG9uZy1zdHJp
bmdzLXNob3VsZC1ub3QtY3Jhc2guanMgYi9KU1Rlc3RzL3N0cmVzcy9zdHJpbmctam9pbmluZy1s
b25nLXN0cmluZ3Mtc2hvdWxkLW5vdC1jcmFzaC5qcwppbmRleCA2MmFmYWVkODQxMjM3MzQ1MjE0
OGY5NTA1ZWViMGQ2ZWEwNzMzM2Y2Li5lZDc3NmJmZmM5ZmMyZTY1MjdkNDliZDk5YTBkOGY4OWJk
YjIzZWQxIDEwMDY0NAotLS0gYS9KU1Rlc3RzL3N0cmVzcy9zdHJpbmctam9pbmluZy1sb25nLXN0
cmluZ3Mtc2hvdWxkLW5vdC1jcmFzaC5qcworKysgYi9KU1Rlc3RzL3N0cmVzcy9zdHJpbmctam9p
bmluZy1sb25nLXN0cmluZ3Mtc2hvdWxkLW5vdC1jcmFzaC5qcwpAQCAtMSw0ICsxLDUgQEAKLS8v
QCBydW5EZWZhdWx0CisvL0AgbGFyZ2VIZWFwCisvL0AgcnVuRGVmYXVsdCBpZiAhJG1lbW9yeUxp
bWl0ZWQKIC8vIFRoaXMgdGVzdCBzaG91bGQgbm90IGNyYXNoLgogCiB2YXIgZXJyb3I7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>