Changeset 169102 in webkit


Ignore:
Timestamp:
May 19, 2014 9:40:13 PM (10 years ago)
Author:
fpizlo@apple.com
Message:

Test gardening: skip some failing tests on not-X86.

Source/JavaScriptCore:

  • tests/mozilla/mozilla-tests.yaml:

LayoutTests:

  • js/script-tests/function-apply-many-args.js:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r169093 r169102  
     12014-05-19  Filip Pizlo  <fpizlo@apple.com>
     2
     3        Test gardening: skip some failing tests on not-X86.
     4
     5        * js/script-tests/function-apply-many-args.js:
     6
    172014-05-19  Chris Fleizach  <cfleizach@apple.com>
    28
  • trunk/LayoutTests/js/script-tests/function-apply-many-args.js

    r98407 r169102  
     1//@ skip if $architecture !~ /x86/i
     2
    13description("Tests that we throw an error when passing a number of arguments beyond a certain threshold.");
    24
  • trunk/Source/JavaScriptCore/ChangeLog

    r169094 r169102  
     12014-05-19  Filip Pizlo  <fpizlo@apple.com>
     2
     3        Test gardening: skip some failing tests on not-X86.
     4
     5        * tests/mozilla/mozilla-tests.yaml:
     6
    172014-05-19  Mark Lam  <mark.lam@apple.com>
    28
  • trunk/Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml

    r157014 r169102  
    21132113  cmd: defaultRunMozillaTest :normal, "../shell.js"
    21142114- path: js1_5/Regress/regress-159334.js
    2115   cmd: defaultRunMozillaTest :normal, "../shell.js"
     2115  cmd: |
     2116      if $architecture =~ /x86/i
     2117          defaultRunMozillaTest :normal, "../shell.js"
     2118      else
     2119          skip
     2120      end
    21162121- path: js1_5/Regress/regress-168347.js
    21172122  cmd: defaultRunMozillaTest :normal, "../shell.js"
Note: See TracChangeset for help on using the changeset viewer.