Changeset 90728 in webkit


Ignore:
Timestamp:
Jul 11, 2011 1:56:20 AM (13 years ago)
Author:
bashi@chromium.org
Message:

Add TestNetscapePlugIn/Tests/FormValue.cpp to DRT build files
https://bugs.webkit.org/show_bug.cgi?id=64248

Tools:

Patch by Kenichi Ishibashi <bashi@chromium.org> on 2011-07-11
Reviewed by Kent Tamura.

  • DumpRenderTree/DumpRenderTree.gypi: Added FormValue.cpp.
  • DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj: Ditto.
  • DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro: Ditto.
  • GNUmakefile.am: Ditto.

LayoutTests:

Updates test_expectations.

Patch by Kenichi Ishibashi <bashi@chromium.org> on 2011-07-11
Reviewed by Kent Tamura.

  • platform/chromium/test_expectations.txt: Removed SKIP from plugins/form-value.html.
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r90727 r90728  
     12011-07-11  Kenichi Ishibashi  <bashi@chromium.org>
     2
     3        Add TestNetscapePlugIn/Tests/FormValue.cpp to DRT build files
     4        https://bugs.webkit.org/show_bug.cgi?id=64248
     5
     6        Updates test_expectations.
     7
     8        Reviewed by Kent Tamura.
     9
     10        * platform/chromium/test_expectations.txt: Removed SKIP from plugins/form-value.html.
     11
    1122011-07-11  James Robinson  <jamesr@chromium.org>
    213
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r90727 r90728  
    39783978
    39793979// Getting form value is not implemented yet.
    3980 BUGWK13061 SKIP : plugins/form-value.html = TEXT
     3980BUGWK13061 : plugins/form-value.html = TEXT
  • trunk/Tools/ChangeLog

    r90707 r90728  
     12011-07-11  Kenichi Ishibashi  <bashi@chromium.org>
     2
     3        Add TestNetscapePlugIn/Tests/FormValue.cpp to DRT build files
     4        https://bugs.webkit.org/show_bug.cgi?id=64248
     5
     6        Reviewed by Kent Tamura.
     7
     8        * DumpRenderTree/DumpRenderTree.gypi: Added FormValue.cpp.
     9        * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj: Ditto.
     10        * DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro: Ditto.
     11        * GNUmakefile.am: Ditto.
     12
    1132011-07-10  Kenichi Ishibashi  <bashi@chromium.org>
    214
  • trunk/Tools/DumpRenderTree/DumpRenderTree.gypi

    r87860 r90728  
    5555            'TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp',
    5656            'TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp',
     57            'TestNetscapePlugIn/Tests/FormValue.cpp',
    5758            'TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp',
    5859            'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp',
  • trunk/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj

    r87324 r90728  
    403403                        </File>
    404404                        <File
     405                                RelativePath="..\Tests\FormValue.cpp"
     406                                >
     407                        </File>
     408                        <File
    405409                                RelativePath="..\Tests\GetURLNotifyWithURLThatFailsToLoad.cpp"
    406410                                >
  • trunk/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro

    r88712 r90728  
    3232          Tests/DocumentOpenInDestroyStream.cpp \
    3333          Tests/EvaluateJSAfterRemovingPluginElement.cpp \
     34          Tests/FormValue.cpp \
    3435          Tests/GetURLNotifyWithURLThatFailsToLoad.cpp \
    3536          Tests/GetURLWithJavaScriptURL.cpp \
  • trunk/Tools/GNUmakefile.am

    r90148 r90728  
    244244        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp \
    245245        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp \
     246        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/FormValue.cpp \
    246247        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp \
    247248        Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp \
Note: See TracChangeset for help on using the changeset viewer.