Title: [154590] trunk/Tools
Revision
154590
Author
[email protected]
Date
2013-08-26 00:53:10 -0700 (Mon, 26 Aug 2013)

Log Message

[GTK] Add WillLoad test files to the TestWebKitAPI/TestWebKit2 program
https://bugs.webkit.org/show_bug.cgi?id=120288

Reviewed by Carlos Garcia Campos.

* TestWebKitAPI/GNUmakefile.am: Add the WillLoad.cpp build target that should be compiled
into the TestWebKit2 program. The InjectedBundle counterpart file is added to the build as well.
These unit tests are at the moment failing in debug configurations, so it would be nice to
have the GTK builds report these failures as well.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (154589 => 154590)


--- trunk/Tools/ChangeLog	2013-08-26 07:47:55 UTC (rev 154589)
+++ trunk/Tools/ChangeLog	2013-08-26 07:53:10 UTC (rev 154590)
@@ -1,3 +1,15 @@
+2013-08-26  Zan Dobersek  <[email protected]>
+
+        [GTK] Add WillLoad test files to the TestWebKitAPI/TestWebKit2 program
+        https://bugs.webkit.org/show_bug.cgi?id=120288
+
+        Reviewed by Carlos Garcia Campos.
+
+        * TestWebKitAPI/GNUmakefile.am: Add the WillLoad.cpp build target that should be compiled
+        into the TestWebKit2 program. The InjectedBundle counterpart file is added to the build as well.
+        These unit tests are at the moment failing in debug configurations, so it would be nice to
+        have the GTK builds report these failures as well.
+
 2013-08-25  Ryuan Choi  <[email protected]>
 
         [EFL] EWebLauncher is executed as full screen with device pixel ratio

Modified: trunk/Tools/TestWebKitAPI/GNUmakefile.am (154589 => 154590)


--- trunk/Tools/TestWebKitAPI/GNUmakefile.am	2013-08-26 07:47:55 UTC (rev 154589)
+++ trunk/Tools/TestWebKitAPI/GNUmakefile.am	2013-08-26 07:53:10 UTC (rev 154590)
@@ -283,6 +283,7 @@
 	Tools/TestWebKitAPI/Tests/WebKit2/SpacebarScrolling.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/TerminateTwice.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/UserMessage.cpp \
+	Tools/TestWebKitAPI/Tests/WebKit2/WillLoad.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/WillSendSubmitEvent.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/WKConnection.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/WKPageGetScaleFactorNotZero.cpp \
@@ -320,6 +321,7 @@
 	Tools/TestWebKitAPI/Tests/WebKit2/ResponsivenessTimerDoesntFireEarly_Bundle.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/ShouldGoToBackForwardListItem_Bundle.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/UserMessage_Bundle.cpp \
+	Tools/TestWebKitAPI/Tests/WebKit2/WillLoad_Bundle.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/WillSendSubmitEvent_Bundle.cpp \
 	Tools/TestWebKitAPI/Tests/WebKit2/WKConnection_Bundle.cpp \
 	Tools/TestWebKitAPI/gtk/InjectedBundleControllerGtk.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to