-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: #842 support for test targets flag in multiple testbundles xctest #1219
Merged
jan-goral
merged 19 commits into
master
from
#842-support-for-test-targets-flag-in-multiple-testbundles-xctest
Oct 26, 2020
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
83da53e
XCTestRun.rewrite methods supports now multiple test-targets
zuziaka 8475584
Usage of new `Xctestrun.rewrite` in IosRunCommand
zuziaka b3d191b
Code formatting + Removed old implementations of IosArgs.filterTests …
zuziaka 7b9cb10
Rebase from master
zuziaka 71f32bc
Code cleaning
zuziaka 4c8e96c
Updated XCtestrun tests
zuziaka 7866caf
Reverted test changes in Debug.kt
zuziaka aba2a7e
New test artifacts for iOS
zuziaka 3e6ff93
Undo changes in build.gradle.kts
zuziaka 35878a5
Update test_runner/src/main/kotlin/ftl/ios/Xctestrun.kt
zuziaka b406ba2
Apply suggestions from code review
zuziaka 69c4a0e
Fixed code formatting to pass :detekt
zuziaka d8075f2
Update test_runner/src/main/kotlin/ftl/ios/Xctestrun.kt
jan-goral f669dea
Update test_runner/src/main/kotlin/ftl/ios/Xctestrun.kt
jan-goral 990864b
Update test_runner/src/main/kotlin/ftl/args/IosArgs.kt
zuziaka 7a2d75b
Fixed incorrect test artifacts path in ParseTest.kt
zuziaka a52cc3d
Update test_runner/src/main/kotlin/ftl/ios/Xctestrun.kt
jan-goral d211a21
Update test_runner/src/main/kotlin/ftl/ios/Xctestrun.kt
jan-goral 0f4021a
Update test_runner/src/main/kotlin/ftl/ios/Xctestrun.kt
jan-goral File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ test_runner/flank/ | |
local.properties | ||
/report.json | ||
results | ||
xcuserdata/ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -488,7 +488,7 @@ | |
DEVELOPMENT_TEAM = AD2V26JBWL; | ||
ENABLE_TESTABILITY = YES; | ||
INFOPLIST_FILE = EarlGreyExampleSwiftTests/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.2; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.gogoapps.earlgrey.samples.EarlGreySwiftTests; | ||
PRODUCT_MODULE_NAME = EarlGreyExampleTestsSwift; | ||
|
@@ -509,9 +509,9 @@ | |
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
DEFINES_MODULE = NO; | ||
DEVELOPMENT_TEAM = AD2V26JBWL; | ||
DEVELOPMENT_TEAM = L2UF9MLSM6; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Using GogoApps code signing |
||
INFOPLIST_FILE = EarlGreyExampleSwiftTests/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.2; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.gogoapps.earlgrey.samples.EarlGreySwiftTests; | ||
PRODUCT_MODULE_NAME = EarlGreyExampleTestsSwift; | ||
|
@@ -559,7 +559,7 @@ | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
PRODUCT_MODULE_NAME = EarlGreyExample; | ||
|
@@ -600,7 +600,7 @@ | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
PRODUCT_MODULE_NAME = EarlGreyExample; | ||
PRODUCT_NAME = EarlGreyExample; | ||
|
@@ -622,7 +622,7 @@ | |
DEVELOPMENT_TEAM = AD2V26JBWL; | ||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; | ||
INFOPLIST_FILE = "$(SRCROOT)/EarlGreyExample/Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.gogoapps.earlgrey.samples.EarlGrey; | ||
PRODUCT_MODULE_NAME = EarlGreyExampleSwift; | ||
|
@@ -642,10 +642,10 @@ | |
CODE_SIGN_IDENTITY = "iPhone Developer"; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = AD2V26JBWL; | ||
DEVELOPMENT_TEAM = L2UF9MLSM6; | ||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; | ||
INFOPLIST_FILE = "$(SRCROOT)/EarlGreyExample/Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.gogoapps.earlgrey.samples.EarlGrey; | ||
PRODUCT_MODULE_NAME = EarlGreyExampleSwift; | ||
|
@@ -680,7 +680,7 @@ | |
$CONFIGURATION_TEMP_DIR/EarlGreyExampleSwift.build/DerivedSources, | ||
); | ||
INFOPLIST_FILE = EarlGreyExample/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 8.3; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.gogoapps.earlgrey.samples.EarlGreyTests; | ||
PRODUCT_MODULE_NAME = EarlGreyExampleTests; | ||
|
@@ -704,7 +704,7 @@ | |
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
DEFINES_MODULE = NO; | ||
DEVELOPMENT_TEAM = AD2V26JBWL; | ||
DEVELOPMENT_TEAM = L2UF9MLSM6; | ||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
HEADER_SEARCH_PATHS = ( | ||
|
@@ -714,7 +714,7 @@ | |
$CONFIGURATION_TEMP_DIR/EarlGreyExampleSwift.build/DerivedSources, | ||
); | ||
INFOPLIST_FILE = EarlGreyExample/Info.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 8.3; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = io.gogoapps.earlgrey.samples.EarlGreyTests; | ||
PRODUCT_MODULE_NAME = EarlGreyExampleTests; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User generated data for iOS projects (breakpoints, interface state etc.)