Title: [210572] trunk/Tools
Revision
210572
Author
[email protected]
Date
2017-01-10 17:54:25 -0800 (Tue, 10 Jan 2017)

Log Message

MobileMiniBrowser tests don't work by default
https://bugs.webkit.org/show_bug.cgi?id=166910

Reviewed by Alex Christensen.

* MobileMiniBrowser/MobileMiniBrowser.xcodeproj/xcshareddata/xcschemes/MobileMiniBrowserUITests.xcscheme: Added.
Add a shared scheme; the Makefile depends on the MobileMiniBrowserUITests scheme existing, at the very least.

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/ChangeLog (210571 => 210572)


--- trunk/Tools/ChangeLog	2017-01-11 01:51:25 UTC (rev 210571)
+++ trunk/Tools/ChangeLog	2017-01-11 01:54:25 UTC (rev 210572)
@@ -1,3 +1,13 @@
+2017-01-10  Tim Horton  <[email protected]>
+
+        MobileMiniBrowser tests don't work by default
+        https://bugs.webkit.org/show_bug.cgi?id=166910
+
+        Reviewed by Alex Christensen.
+
+        * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/xcshareddata/xcschemes/MobileMiniBrowserUITests.xcscheme: Added.
+        Add a shared scheme; the Makefile depends on the MobileMiniBrowserUITests scheme existing, at the very least.
+
 2017-01-10  Brent Fulgham  <[email protected]>
 
         File scheme should not allow access of a resource on a different volume.

Added: trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/xcshareddata/xcschemes/MobileMiniBrowserUITests.xcscheme (0 => 210572)


--- trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/xcshareddata/xcschemes/MobileMiniBrowserUITests.xcscheme	                        (rev 0)
+++ trunk/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/xcshareddata/xcschemes/MobileMiniBrowserUITests.xcscheme	2017-01-11 01:54:25 UTC (rev 210572)
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0810"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <Testables>
+         <TestableReference
+            skipped = "NO">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "CD1DAFAA1D709E3600017CF0"
+               BuildableName = "MobileMiniBrowserUITests.xctest"
+               BlueprintName = "MobileMiniBrowserUITests"
+               ReferencedContainer = "container:MobileMiniBrowser.xcodeproj">
+            </BuildableReference>
+         </TestableReference>
+      </Testables>
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Release"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to