Changeset 195077 in webkit


Ignore:
Timestamp:
Jan 14, 2016 2:44:19 PM (8 years ago)
Author:
keith_miller@apple.com
Message:

Unreviewed mark passing es6 tests as no longer failing.

  • tests/es6.yaml:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r195070 r195077  
     12016-01-14  Keith Miller  <keith_miller@apple.com>
     2
     3        Unreviewed mark passing es6 tests as no longer failing.
     4
     5        * tests/es6.yaml:
     6
    172016-01-14  Keith Miller  <keith_miller@apple.com>
    28
  • trunk/Source/JavaScriptCore/tests/es6.yaml

    r194643 r195077  
    778778  cmd: runES6 :fail
    779779- path: es6/Function_is_subclassable_can_be_called.js
    780   cmd: runES6 :fail
     780  cmd: runES6 :normal
    781781- path: es6/Function_is_subclassable_can_be_used_with_new.js
    782   cmd: runES6 :fail
     782  cmd: runES6 :normal
    783783- path: es6/Function_is_subclassable_correct_prototype_chain.js
    784   cmd: runES6 :fail
     784  cmd: runES6 :normal
    785785- path: es6/Function_is_subclassable_Function.prototype.apply.js
    786   cmd: runES6 :fail
     786  cmd: runES6 :normal
    787787- path: es6/Function_is_subclassable_Function.prototype.bind.js
    788788  cmd: runES6 :fail
    789789- path: es6/Function_is_subclassable_Function.prototype.call.js
    790   cmd: runES6 :fail
     790  cmd: runES6 :normal
    791791- path: es6/function_name_property_accessor_properties.js
    792792  cmd: runES6 :fail
Note: See TracChangeset for help on using the changeset viewer.