Changeset 175644 in webkit


Ignore:
Timestamp:
Nov 5, 2014 3:20:28 PM (9 years ago)
Author:
msaboff@apple.com
Message:

Disable flakey float32-repeat-out-of-bounds.js and int8-repeat-out-of-bounds.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138381

Reviewed by Mark Lam.

Disabled these test for ARM64. Will address the failures and then re-enable.

  • tests/stress/float32-repeat-out-of-bounds.js:
  • tests/stress/int8-repeat-out-of-bounds.js:
Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r175629 r175644  
     12014-11-05  Michael Saboff  <msaboff@apple.com>
     2
     3        Disable flakey float32-repeat-out-of-bounds.js and int8-repeat-out-of-bounds.js tests for ARM64
     4        https://bugs.webkit.org/show_bug.cgi?id=138381
     5
     6        Reviewed by Mark Lam.
     7
     8        Disabled these test for ARM64.  Will address the failures and then re-enable.
     9
     10        * tests/stress/float32-repeat-out-of-bounds.js:
     11        * tests/stress/int8-repeat-out-of-bounds.js:
     12
    1132014-11-05  Alexey Proskuryakov  <ap@apple.com>
    214
  • trunk/Source/JavaScriptCore/tests/stress/float32-repeat-out-of-bounds.js

    r175587 r175644  
    1 //@ skip if $architecture == "arm64" and $hostOS == "darwin"
    2 //@ defaultNoEagerRun
     1//@ if $architecture == "arm64" and $hostOS == "darwin" then skip else defaultNoEagerRun end
    32
    43function foo(a) {
  • trunk/Source/JavaScriptCore/tests/stress/int8-repeat-out-of-bounds.js

    r175587 r175644  
    1 //@ skip if $architecture == "arm64" and $hostOS == "darwin"
    2 //@ defaultNoEagerRun
     1//@ if $architecture == "arm64" and $hostOS == "darwin" then skip else defaultNoEagerRun end
    32
    43function foo(a) {
Note: See TracChangeset for help on using the changeset viewer.