Changeset 192708 in webkit


Ignore:
Timestamp:
Nov 20, 2015 3:45:40 PM (8 years ago)
Author:
mark.lam@apple.com
Message:

New JSC tests introduced in r192664 fail on ARM.
https://bugs.webkit.org/show_bug.cgi?id=151485

Reviewed by Geoffrey Garen.

The newly added tests are exposing some pre-existing bugs. The bugs are tracked here:

https://bugs.webkit.org/show_bug.cgi?id=151514
https://bugs.webkit.org/show_bug.cgi?id=151515

Skipping the tests for now.

  • tests/stress/op_div.js:
  • tests/stress/op_rshift.js:
  • tests/stress/op_urshift.js:
Location:
trunk/Source/JavaScriptCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r192699 r192708  
     12015-11-20  Mark Lam  <mark.lam@apple.com>
     2
     3        New JSC tests introduced in r192664 fail on ARM.
     4        https://bugs.webkit.org/show_bug.cgi?id=151485
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        The newly added tests are exposing some pre-existing bugs.  The bugs are tracked here:
     9            https://bugs.webkit.org/show_bug.cgi?id=151514
     10            https://bugs.webkit.org/show_bug.cgi?id=151515
     11
     12        Skipping the tests for now.
     13
     14        * tests/stress/op_div.js:
     15        * tests/stress/op_rshift.js:
     16        * tests/stress/op_urshift.js:
     17
    1182015-11-20  Filip Pizlo  <fpizlo@apple.com>
    219
  • trunk/Source/JavaScriptCore/tests/stress/op_div.js

    r192664 r192708  
    1 //@ runFTLNoCJIT
     1//@ skip
     2// FIXME: https://bugs.webkit.org/show_bug.cgi?id=151515
    23
    34// If all goes well, this test module will terminate silently. If not, it will print
  • trunk/Source/JavaScriptCore/tests/stress/op_rshift.js

    r192664 r192708  
    1 //@ runFTLNoCJIT
     1//@ skip
     2// FIXME: https://bugs.webkit.org/show_bug.cgi?id=151514
    23
    34// If all goes well, this test module will terminate silently. If not, it will print
  • trunk/Source/JavaScriptCore/tests/stress/op_urshift.js

    r192664 r192708  
    1 //@ runFTLNoCJIT
     1//@ skip
     2// FIXME: https://bugs.webkit.org/show_bug.cgi?id=151514
    23
    34// If all goes well, this test module will terminate silently. If not, it will print
Note: See TracChangeset for help on using the changeset viewer.