Changeset 57666 in webkit


Ignore:
Timestamp:
Apr 15, 2010 1:28:26 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-15 Anton Muhin <antonm@chromium.org>

Reviewed by David Levin.

[v8] mark Array.prototype.sort tests which verify if sorting is stable as passing for Chromium
https://bugs.webkit.org/show_bug.cgi?id=37655

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57659 r57666  
     12010-04-15  Anton Muhin  <antonm@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        [v8] mark Array.prototype.sort tests which verify if sorting is stable as passing for Chromium
     6        https://bugs.webkit.org/show_bug.cgi?id=37655
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102010-04-15  Nikolas Zimmermann  <nzimmermann@rim.com>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r57647 r57666  
    414414
    415415// V8 doesn't stable sort and we currently have no intention of
    416 // changing this. It is tracked by:
    417 // http://code.google.com/p/v8/issues/detail?id=90
    418 WONTFIX : fast/js/comparefn-sort-stability.html = FAIL
    419 WONTFIX : fast/js/sort-stability.html = FAIL
     416// changing this.  The following tests only happen to pass due to
     417// the current algorithm used for sorting small arrays. If larger
     418// arrays were used in the tests, they would fail.
     419// It is tracked by: http://code.google.com/p/v8/issues/detail?id=90
     420WONTFIX : fast/js/comparefn-sort-stability.html = PASS
     421WONTFIX : fast/js/sort-stability.html = PASS
    420422
    421423// We have no indication that anyone misses this and have currently no
Note: See TracChangeset for help on using the changeset viewer.