Title: [90728] trunk
Revision
90728
Author
[email protected]
Date
2011-07-11 01:56:20 -0700 (Mon, 11 Jul 2011)

Log Message

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

Tools:

Patch by Kenichi Ishibashi <[email protected]> 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 <[email protected]> on 2011-07-11
Reviewed by Kent Tamura.

* platform/chromium/test_expectations.txt: Removed SKIP from plugins/form-value.html.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90727 => 90728)


--- trunk/LayoutTests/ChangeLog	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/LayoutTests/ChangeLog	2011-07-11 08:56:20 UTC (rev 90728)
@@ -1,3 +1,14 @@
+2011-07-11  Kenichi Ishibashi  <[email protected]>
+
+        Add TestNetscapePlugIn/Tests/FormValue.cpp to DRT build files
+        https://bugs.webkit.org/show_bug.cgi?id=64248
+
+        Updates test_expectations.
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium/test_expectations.txt: Removed SKIP from plugins/form-value.html.
+
 2011-07-11  James Robinson  <[email protected]>
 
         [chromium] Update win/linux pixel expectations for r90701 (part 12/12).

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (90727 => 90728)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-07-11 08:56:20 UTC (rev 90728)
@@ -3977,4 +3977,4 @@
 BUGWK61388 MAC GPU : platform/chromium/compositing/perpendicular-layer-sorting.html = IMAGE
 
 // Getting form value is not implemented yet.
-BUGWK13061 SKIP : plugins/form-value.html = TEXT
+BUGWK13061 : plugins/form-value.html = TEXT

Modified: trunk/Tools/ChangeLog (90727 => 90728)


--- trunk/Tools/ChangeLog	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/Tools/ChangeLog	2011-07-11 08:56:20 UTC (rev 90728)
@@ -1,3 +1,15 @@
+2011-07-11  Kenichi Ishibashi  <[email protected]>
+
+        Add TestNetscapePlugIn/Tests/FormValue.cpp to DRT build files
+        https://bugs.webkit.org/show_bug.cgi?id=64248
+
+        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.
+
 2011-07-10  Kenichi Ishibashi  <[email protected]>
 
         Let plugins participate in form submission

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gypi (90727 => 90728)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.gypi	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gypi	2011-07-11 08:56:20 UTC (rev 90728)
@@ -54,6 +54,7 @@
             'TestNetscapePlugIn/TestObject.h',
             'TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp',
             'TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp',
+            'TestNetscapePlugIn/Tests/FormValue.cpp',
             'TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp',
             'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp',
             'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp',

Modified: trunk/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj (90727 => 90728)


--- trunk/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj	2011-07-11 08:56:20 UTC (rev 90728)
@@ -402,6 +402,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Tests\FormValue.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\Tests\GetURLNotifyWithURLThatFailsToLoad.cpp"
 				>
 			</File>

Modified: trunk/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro (90727 => 90728)


--- trunk/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro	2011-07-11 08:56:20 UTC (rev 90728)
@@ -31,6 +31,7 @@
           main.cpp \
           Tests/DocumentOpenInDestroyStream.cpp \
           Tests/EvaluateJSAfterRemovingPluginElement.cpp \
+          Tests/FormValue.cpp \
           Tests/GetURLNotifyWithURLThatFailsToLoad.cpp \
           Tests/GetURLWithJavaScriptURL.cpp \
           Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp \

Modified: trunk/Tools/GNUmakefile.am (90727 => 90728)


--- trunk/Tools/GNUmakefile.am	2011-07-11 08:11:44 UTC (rev 90727)
+++ trunk/Tools/GNUmakefile.am	2011-07-11 08:56:20 UTC (rev 90728)
@@ -243,6 +243,7 @@
 	Tools/DumpRenderTree/unix/TestNetscapePlugin/ForwardingHeaders/WebKit/npruntime.h \
 	Tools/DumpRenderTree/TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp \
 	Tools/DumpRenderTree/TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp \
+	Tools/DumpRenderTree/TestNetscapePlugIn/Tests/FormValue.cpp \
 	Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp \
 	Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp \
 	Tools/DumpRenderTree/TestNetscapePlugIn/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to