<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - number-toLocaleString.js test fails on ARM Linux buildbots"
   href="https://bugs.webkit.org/show_bug.cgi?id=154533#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - number-toLocaleString.js test fails on ARM Linux buildbots"
   href="https://bugs.webkit.org/show_bug.cgi?id=154533">bug 154533</a>
              from <span class="vcard"><a class="email" href="mailto:sukolsak&#64;gmail.com" title="Sukolsak Sakshuwong &lt;sukolsak&#64;gmail.com&gt;"> <span class="fn">Sukolsak Sakshuwong</span></a>
</span></b>
        <pre>This is likely the same issue as <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intl.Collator uses POSIX locale (detected by js/intl-collator.html on iOS Simulator)"
   href="show_bug.cgi?id=152448">Bug 152448</a>. It is because Intl uses POSIX locale.

    $ LANG=en_US.UTF-8 ./jsc -e &quot;print(Infinity.toLocaleString())&quot;
    ∞
    $ LANG=en_US_POSIX.UTF-8 ./jsc -e &quot;print(Infinity.toLocaleString())&quot;
    INF

The proposed patch in <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Intl.Collator uses POSIX locale (detected by js/intl-collator.html on iOS Simulator)"
   href="show_bug.cgi?id=152448">Bug 152448</a> should fix it.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>