<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] access/nbody and math/partial-sums fails on x86 Linux without JIT"
   href="https://bugs.webkit.org/show_bug.cgi?id=149408">149408</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[JSC] access/nbody and math/partial-sums fails on x86 Linux without JIT
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ossy&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>$ JSC_useJIT=0 Tools/Scripts/run-sunspider --efl

...

{
    &quot;3d-cube&quot;: 52,
    &quot;3d-morph&quot;: 49,
    &quot;3d-raytrace&quot;: 59,
    &quot;access-binary-trees&quot;: 14,
    &quot;access-fannkuch&quot;: 155,
    &quot;access-nbody&quot;: NaN,
    &quot;access-nsieve&quot;: 26,
    &quot;bitops-3bit-bits-in-byte&quot;: 20,
    &quot;bitops-bits-in-byte&quot;: 28,
    &quot;bitops-bitwise-and&quot;: 22,
    &quot;bitops-nsieve-bits&quot;: 72,
    &quot;controlflow-recursive&quot;: 17,
    &quot;crypto-aes&quot;: 67,
    &quot;crypto-md5&quot;: 20,
    &quot;crypto-sha1&quot;: 19,
    &quot;date-format-tofte&quot;: 40,
    &quot;date-format-xparb&quot;: 30,
    &quot;math-cordic&quot;: 55,
    &quot;math-partial-sums&quot;: NaN,
    &quot;math-spectral-norm&quot;: 22,
    &quot;regexp-dna&quot;: 12,
    &quot;string-base64&quot;: 31,
    &quot;string-fasta&quot;: 44,
    &quot;string-tagcloud&quot;: 37,
    &quot;string-unpack-code&quot;: 44,
    &quot;string-validate-input&quot;: 22
}

...

============================================
RESULTS (means and 95% confidence intervals)
--------------------------------------------
Total:                    ERROR: Some tests failed.
--------------------------------------------

  3d:                   166.3ms +/- 4.4%
    cube:                55.9ms +/- 5.2%
    morph:               49.4ms +/- 4.1%
    raytrace:            61.0ms +/- 4.4%

  access:                 ERROR: Some tests failed.
    binary-trees:        13.8ms +/- 4.8%
    fannkuch:           159.3ms +/- 4.6%
    nbody:                ERROR: Invalid test run.
    nsieve:              26.7ms +/- 3.4%

  bitops:               146.1ms +/- 5.8%
    3bit-bits-in-byte:   20.0ms +/- 6.7%
    bits-in-byte:        29.1ms +/- 4.7%
    bitwise-and:         23.5ms +/- 16.2%
    nsieve-bits:         73.5ms +/- 3.9%

  controlflow:           17.3ms +/- 3.9%
    recursive:           17.3ms +/- 3.9%

  crypto:               110.8ms +/- 3.7%
    aes:                 69.6ms +/- 3.7%
    md5:                 21.0ms +/- 3.9%
    sha1:                20.2ms +/- 3.7%

  date:                  71.1ms +/- 2.5%
    format-tofte:        40.9ms +/- 3.0%
    format-xparb:        30.2ms +/- 2.7%

  math:                   ERROR: Some tests failed.
    cordic:              54.9ms +/- 3.5%
    partial-sums:         ERROR: Invalid test run.
    spectral-norm:       21.8ms +/- 3.4%

  regexp:                12.4ms +/- 4.0%
    dna:                 12.4ms +/- 4.0%

  string:               179.9ms +/- 2.8%
    base64:              31.0ms +/- 2.9%
    fasta:               44.5ms +/- 3.1%
    tagcloud:            37.6ms +/- 2.6%
    unpack-code:         44.8ms +/- 3.1%
    validate-input:      22.0ms +/- 2.7%

----

running these tests with run-jsc-stress-tests (after making it to run them with disabled JIT):

sunspider-1.0/access-nbody.js.no-jit: Exception: ERROR: bad result: expected -1.3524862408537381 but got -1.352486240853738
sunspider-1.0/access-nbody.js.no-jit: ERROR: Unexpected exit code: 3
sunspider-1.0/math-partial-sums.js.no-jit: Exception: ERROR: bad result: expected 60.08994194659945 but got 60.089941946599446
sunspider-1.0/math-partial-sums.js.no-jit: ERROR: Unexpected exit code: 3

Only the least significant digit is different, so it must be some rounding 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>