<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - New intl-numberformat.js test fails on many Linux platforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=154530#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - New intl-numberformat.js test fails on many Linux platforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=154530">bug 154530</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>In my laptop:

$ LANG=en_US.UTF-8 bin/jsc -e &quot;print(Intl.NumberFormat('es', {useGrouping: true}).format(1234567.123))&quot;
1.234.567,123

In the bot:

$ LANG=en_US.UTF-8 bin/jsc -e &quot;print(Intl.NumberFormat('es', {useGrouping: true}).format(1234567.123))&quot;
1 234 567,123

There must be something else, doesn't look like a WebKit problem.</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>