Changeset 131006 in webkit


Ignore:
Timestamp:
Oct 10, 2012 8:39:51 PM (12 years ago)
Author:
simonjam@chromium.org
Message:

Import W3C test suite for performance.now()
https://bugs.webkit.org/show_bug.cgi?id=98953

Reviewed by Tony Gentilcore.

  • http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
  • http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
  • http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
  • http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
  • http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
  • http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
  • http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
  • platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/qt/TestExpectations:
Location:
trunk/LayoutTests
Files:
9 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r131005 r131006  
     12012-10-10  James Simonsen  <simonjam@chromium.org>
     2
     3        Import W3C test suite for performance.now()
     4        https://bugs.webkit.org/show_bug.cgi?id=98953
     5
     6        Reviewed by Tony Gentilcore.
     7
     8        * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
     9        * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
     10        * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
     11        * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
     12        * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
     13        * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
     14        * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
     15        * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
     16        * platform/efl/TestExpectations:
     17        * platform/gtk/TestExpectations:
     18        * platform/qt/TestExpectations:
     19
    1202012-10-10  Dan Bernstein  <mitz@apple.com>
    221
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r131004 r131006  
    40294029
    40304030webkit.org/b/98948 [ Linux Debug ] http/tests/media/media-source/video-media-source-play.html [ PASS CRASH ]
     4031
     4032# Skipped until the prefix is removed.
     4033webkit.org/b/98953 http/tests/w3c/webperf/approved/HighResolutionTime [ Skip ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r130959 r131006  
    14311431webkit.org/b/98729 fast/loader/data-url-encoding-svg.html [ Failure ]
    14321432webkit.org/b/98729 fast/spatial-navigation/snav-iframe-nested.html [ Failure ]
     1433
     1434# Skipped until the prefix is removed.
     1435webkit.org/b/98953 http/tests/w3c/webperf/approved/HighResolutionTime [ Skip ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r130840 r131006  
    13811381webkit.org/b/98729 svg/custom/object-data-href.html [ ImageOnlyFailure ]
    13821382
     1383# Skipped until the prefix is removed.
     1384webkit.org/b/98953 http/tests/w3c/webperf/approved/HighResolutionTime [ Skip ]
     1385
    13831386#////////////////////////////////////////////////////////////////////////////////////////
    13841387# End of Tests failing
  • trunk/LayoutTests/platform/qt/TestExpectations

    r130877 r131006  
    26742674webkit.org/b/98525 plugins/resize-from-plugin.html
    26752675webkit.org/b/98640 plugins/refcount-leaks.html
     2676
     2677# Skipped until the prefix is removed.
     2678webkit.org/b/98953 http/tests/w3c/webperf/approved/HighResolutionTime [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.