Changeset 166478 in webkit


Ignore:
Timestamp:
Mar 30, 2014 11:37:34 PM (10 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

Move test cases of navigator content utils in own directory
https://bugs.webkit.org/show_bug.cgi?id=130927

Reviewed by Ryosuke Niwa.

Add NavigatorContentUtils dir to fast/dom in order to manage the test cases well.

  • fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt: Renamed from LayoutTests/fast/dom/is-protocol-handler-registered-expected.txt.
  • fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html: Renamed from LayoutTests/fast/dom/is-protocol-handler-registered.html.
  • fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt: Renamed from LayoutTests/fast/dom/register-protocol-handler-expected.txt.
  • fast/dom/NavigatorContentUtils/register-protocol-handler.html: Renamed from LayoutTests/fast/dom/register-protocol-handler.html.
  • fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt: Renamed from LayoutTests/fast/dom/unregister-protocol-handler-expected.txt.
  • fast/dom/NavigatorContentUtils/unregister-protocol-handler.html: Renamed from LayoutTests/fast/dom/unregister-protocol-handler.html.
  • platform/efl-wk2/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
1 added
4 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r166472 r166478  
     12014-03-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Move test cases of navigator content utils in own directory
     4        https://bugs.webkit.org/show_bug.cgi?id=130927
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Add NavigatorContentUtils dir to fast/dom in order to manage the test cases well.
     9
     10        * fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt: Renamed from LayoutTests/fast/dom/is-protocol-handler-registered-expected.txt.
     11        * fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html: Renamed from LayoutTests/fast/dom/is-protocol-handler-registered.html.
     12        * fast/dom/NavigatorContentUtils/register-protocol-handler-expected.txt: Renamed from LayoutTests/fast/dom/register-protocol-handler-expected.txt.
     13        * fast/dom/NavigatorContentUtils/register-protocol-handler.html: Renamed from LayoutTests/fast/dom/register-protocol-handler.html.
     14        * fast/dom/NavigatorContentUtils/unregister-protocol-handler-expected.txt: Renamed from LayoutTests/fast/dom/unregister-protocol-handler-expected.txt.
     15        * fast/dom/NavigatorContentUtils/unregister-protocol-handler.html: Renamed from LayoutTests/fast/dom/unregister-protocol-handler.html.
     16        * platform/efl-wk2/TestExpectations:
     17        * platform/gtk/TestExpectations:
     18        * platform/mac/TestExpectations:
     19
    1202014-03-30  Alexey Proskuryakov  <ap@apple.com>
    221
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r166164 r166478  
    4242# CRASHES
    4343#////////////////////////////////////////////////////////////////////////////////////////
    44 webkit.org/b/92726 fast/dom/register-protocol-handler.html [ Crash ]
    45 webkit.org/b/92726 fast/dom/unregister-protocol-handler.html [ Crash ]
     44webkit.org/b/92726 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
     45webkit.org/b/92726 fast/dom/NavigatorContentUtils/unregister-protocol-handler.html [ Crash ]
    4646
    4747# Crashes on plugin test, also blocked by 108077
     
    289289
    290290# isProtocolHandlerRegistered() isn't supported by WK2 yet.
    291 webkit.org/b/92749 fast/dom/is-protocol-handler-registered.html [ Skip ]
     291webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
    292292
    293293# WebKitTestRunner needs an implementation for testRunner.titleTextDirection
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r166301 r166478  
    221221
    222222# isProtocolHandlerRegistered() isn't supported yet.
    223 webkit.org/b/92749 fast/dom/is-protocol-handler-registered.html [ Skip ]
     223webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
    224224
    225225# Tests for MediaSource API. Feature is not totally functional.
  • trunk/LayoutTests/platform/mac/TestExpectations

    r166472 r166478  
    10651065
    10661066# isProtocolHandlerRegistered() isn't supported yet.
    1067 webkit.org/b/92749 fast/dom/is-protocol-handler-registered.html [ Skip ]
     1067webkit.org/b/92749 fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Skip ]
    10681068
    10691069# Snapshotted plugins not enabled on WK1
Note: See TracChangeset for help on using the changeset viewer.