Changeset 58021 in webkit


Ignore:
Timestamp:
Apr 21, 2010 4:16:19 PM (14 years ago)
Author:
johnnyg@google.com
Message:

2010-04-15 John Gregg <johnnyg@google.com>

Reviewed by David Levin.

Enable the notifications layout tests, but skip them on the ports that don't
implement notifications.
https://bugs.webkit.org/show_bug.cgi?id=37667

  • fast/notifications/notifications-check-permission.html: Added.
  • fast/notifications/notifications-check-permission.html-disabled: Removed.
  • fast/notifications/notifications-display-close-events.html: Added.
  • fast/notifications/notifications-display-close-events.html-disabled: Removed.
  • fast/notifications/notifications-double-show.html: Added.
  • fast/notifications/notifications-double-show.html-disabled: Removed.
  • fast/notifications/notifications-no-icon.html: Added.
  • fast/notifications/notifications-no-icon.html-disabled: Removed.
  • fast/notifications/notifications-request-permission.html: Added.
  • fast/notifications/notifications-request-permission.html-disabled: Removed.
  • fast/notifications/notifications-with-permission.html: Added.
  • fast/notifications/notifications-with-permission.html-disabled: Removed.
  • fast/notifications/notifications-without-permission.html: Added.
  • fast/notifications/notifications-without-permission.html-disabled: Removed.
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
Location:
trunk/LayoutTests
Files:
5 edited
7 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58015 r58021  
     12010-04-15  John Gregg  <johnnyg@google.com>
     2
     3        Reviewed by David Levin.
     4
     5        Enable the notifications layout tests, but skip them on the ports that don't
     6        implement notifications.
     7        https://bugs.webkit.org/show_bug.cgi?id=37667
     8
     9        * fast/notifications/notifications-check-permission.html: Added.
     10        * fast/notifications/notifications-check-permission.html-disabled: Removed.
     11        * fast/notifications/notifications-display-close-events.html: Added.
     12        * fast/notifications/notifications-display-close-events.html-disabled: Removed.
     13        * fast/notifications/notifications-double-show.html: Added.
     14        * fast/notifications/notifications-double-show.html-disabled: Removed.
     15        * fast/notifications/notifications-no-icon.html: Added.
     16        * fast/notifications/notifications-no-icon.html-disabled: Removed.
     17        * fast/notifications/notifications-request-permission.html: Added.
     18        * fast/notifications/notifications-request-permission.html-disabled: Removed.
     19        * fast/notifications/notifications-with-permission.html: Added.
     20        * fast/notifications/notifications-with-permission.html-disabled: Removed.
     21        * fast/notifications/notifications-without-permission.html: Added.
     22        * fast/notifications/notifications-without-permission.html-disabled: Removed.
     23        * platform/gtk/Skipped:
     24        * platform/mac/Skipped:
     25        * platform/qt/Skipped:
     26        * platform/win/Skipped:
     27
    1282010-04-21  Simon Fraser  <simon.fraser@apple.com>
    229
  • trunk/LayoutTests/platform/gtk/Skipped

    r57958 r58021  
    14091409fast/fast-mobile-scrolling/fixed-position-element.html
    14101410fast/fast-mobile-scrolling/no-fixed-position-elements.html
     1411fast/notifications
    14111412fast/regex/test1.html
    14121413fast/regex/test4.html
  • trunk/LayoutTests/platform/mac/Skipped

    r57989 r58021  
    6767# This port doesn't support Geolocation.
    6868fast/dom/Geolocation
     69
     70# This port doesn't support Notifications.
     71fast/notifications
    6972
    7073# Skipped while Eric Carlson works on a fix.
  • trunk/LayoutTests/platform/qt/Skipped

    r57997 r58021  
    49014901fast/dom/Geolocation
    49024902
     4903# This port doesn't support Notifications.
     4904fast/notifications
     4905
    49034906# Missing DRT ability to set accept cookie policy
    49044907http/tests/xmlhttprequest/cross-origin-cookie-storage.html
  • trunk/LayoutTests/platform/win/Skipped

    r57989 r58021  
    636636fast/dom/Geolocation
    637637
     638# This port doesn't support Notifications.
     639fast/notifications
     640
    638641# MediaPlayerPrivateQuickTimeWin doesn't return to NETWORK_IDLE and hence doesn't fire a suspend event
    639642# https://bugs.webkit.org/show_bug.cgi?id=37035
Note: See TracChangeset for help on using the changeset viewer.