Changeset 75392 in webkit


Ignore:
Timestamp:
Jan 10, 2011 11:10:07 AM (13 years ago)
Author:
Adam Roben
Message:

Skip some asserting JS tests

See <http://webkit.org/b/52156>.

  • Scripts/run-javascriptcore-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r75389 r75392  
     12011-01-10  Adam Roben  <aroben@apple.com>
     2
     3        Skip some asserting JS tests
     4
     5        See <http://webkit.org/b/52156>.
     6
     7        * Scripts/run-javascriptcore-tests:
     8
    192011-01-10  Martin Robinson  <mrobinson@igalia.com>
    210
  • trunk/Tools/Scripts/run-javascriptcore-tests

    r74855 r75392  
    5252    # ecma_3/Date/15.9.5.7.js fails on Mac (but not Windows) https://bugs.webkit.org/show_bug.cgi?id=25161
    5353    "ecma_3/Date/15.9.5.7.js",
     54    # These tests assert on Windows http://webkit.org/b/52156
     55    "js1_5/Regress/regress-152646.js",
     56    "js1_5/Regress/regress-192414.js",
     57    "js1_5/Regress/regress-96526-002.js",
    5458);
    5559
Note: See TracChangeset for help on using the changeset viewer.