Changeset 175586 in webkit


Ignore:
Timestamp:
Nov 4, 2014 4:26:08 PM (9 years ago)
Author:
msaboff@apple.com
Message:

Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138379

Reviewed by Mark Lam.

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

  • js/script-tests/dfg-int16array.js:
  • js/script-tests/dfg-int8array.js:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r175579 r175586  
     12014-11-04  Michael Saboff  <msaboff@apple.com>
     2
     3        Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
     4        https://bugs.webkit.org/show_bug.cgi?id=138379
     5
     6        Reviewed by Mark Lam.
     7
     8        Disabled these test for ARM64.  Will address the failures and then re-enable.
     9
     10        * js/script-tests/dfg-int16array.js:
     11        * js/script-tests/dfg-int8array.js:
     12
    1132014-11-04  Myles C. Maxfield  <mmaxfield@apple.com>
    214
  • trunk/LayoutTests/js/script-tests/dfg-int16array.js

    r114594 r175586  
     1//@ skip if $architecture == "arm64" and $hostOS == "darwin"
     2
    13description(
    24"This tests that int16 arrays work in the DFG."
  • trunk/LayoutTests/js/script-tests/dfg-int8array.js

    r114594 r175586  
     1//@ skip if $architecture == "arm64" and $hostOS == "darwin"
     2
    13description(
    24"This tests that int8 arrays work in the DFG."
Note: See TracChangeset for help on using the changeset viewer.