Title: [146386] trunk/Tools
Revision
146386
Author
[email protected]
Date
2013-03-20 13:55:30 -0700 (Wed, 20 Mar 2013)

Log Message

API test gardening AppleWin port.

The BitmapImageEmptyFrameTest should only be tested on Cairo not on AppleWin port.

* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
* TestWebKitAPI/win/TestWebKitAPI.vcproj:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (146385 => 146386)


--- trunk/Tools/ChangeLog	2013-03-20 20:47:10 UTC (rev 146385)
+++ trunk/Tools/ChangeLog	2013-03-20 20:55:30 UTC (rev 146386)
@@ -1,5 +1,14 @@
 2013-03-20  Roger Fong  <[email protected]>
 
+        API test gardening AppleWin port.
+
+        The BitmapImageEmptyFrameTest should only be tested on Cairo not on AppleWin port.
+
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
+        * TestWebKitAPI/win/TestWebKitAPI.vcproj:
+
+2013-03-20  Roger Fong  <[email protected]>
+
         Test fix for Win EWS bots, catch various errors and restart script if necessary.
 
         * EWSTools/start-queue-win.sh:

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj (146385 => 146386)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj	2013-03-20 20:47:10 UTC (rev 146385)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj	2013-03-20 20:55:30 UTC (rev 146386)
@@ -106,7 +106,12 @@
   <ItemGroup>
     <ClCompile Include="..\TestsController.cpp" />
     <ClCompile Include="..\Tests\WebCore\LayoutUnit.cpp" />
-    <ClCompile Include="..\Tests\WebCore\win\BitmapImage.cpp" />
+    <ClCompile Include="..\Tests\WebCore\win\BitmapImage.cpp">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+    </ClCompile>
     <ClCompile Include="..\Tests\WebKit\win\WebViewDestruction.cpp" />
     <ClCompile Include="..\Tests\WTF\cf\RetainPtr.cpp" />
     <ClCompile Include="..\Tests\WTF\cf\RetainPtrHashing.cpp" />

Modified: trunk/Tools/TestWebKitAPI/win/TestWebKitAPI.vcproj (146385 => 146386)


--- trunk/Tools/TestWebKitAPI/win/TestWebKitAPI.vcproj	2013-03-20 20:47:10 UTC (rev 146385)
+++ trunk/Tools/TestWebKitAPI/win/TestWebKitAPI.vcproj	2013-03-20 20:55:30 UTC (rev 146386)
@@ -407,18 +407,66 @@
 			<Filter
 				Name="WebCore"
 				>
+				<File
+					RelativePath="..\Tests\WebCore\LayoutUnit.cpp"
+					>
+				</File>
 				<Filter
 					Name="win"
 					>
 					<File
 						RelativePath="..\Tests\WebCore\win\BitmapImage.cpp"
 						>
+						<FileConfiguration
+							Name="Debug|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Release|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Debug_All|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Debug_Cairo_CFLite|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Release_Cairo_CFLite|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Production|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
 					</File>
 				</Filter>
-				<File
-					RelativePath="..\Tests\WebCore\LayoutUnit.cpp"
-					>
-				</File>
 			</Filter>
 			<Filter
 				Name="WTF"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to