Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json

Issue 2229183002: Use iossim/test-without-building for Earlgrey tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove unused arg Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/ios/unified_builder_tester.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
diff --git a/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json b/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
index c3d3e0704d79ccedc98d3d02d536eae69583a5c6..b8d8eaef10a2d43a1a01132e280099cae20cc912 100644
--- a/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
+++ b/scripts/slave/recipes/ios/unified_builder_tester.expected/basic.json
@@ -186,7 +186,7 @@
"@@@STEP_LOG_LINE@json.output@ \"app\": \"fake_eg_test_host\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device 3\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"os\": \"9.3\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"xctest\": true@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"xctest\": \"fake_eg_test\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ], @@@",
"@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@@@",
@@ -198,7 +198,7 @@
"cmd": [
"echo",
"-e",
- "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp define 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {\n \"fake env var 1\": \"fake env value 1\", \n \"fake env var 2\": \"fake env value 2\"\n }, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"id\": \"0\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"id\": \"1\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake_eg_test_host\", \n \"device type\": \"fake device 3\", \n \"id\": \"2\", \n \"os\": \"9.3\", \n \"xctest\": true\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
+ "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp define 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {\n \"fake env var 1\": \"fake env value 1\", \n \"fake env var 2\": \"fake env value 2\"\n }, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"id\": \"0\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"id\": \"1\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake_eg_test_host\", \n \"device type\": \"fake device 3\", \n \"id\": \"2\", \n \"os\": \"9.3\", \n \"xctest\": \"fake_eg_test\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
],
"name": "finalize build config"
},
@@ -326,10 +326,8 @@
"[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake_eg_test_host.app",
"--json_file",
"/path/to/tmp/json",
- "--test-host",
- "fake_eg_test_host",
- "--dummyproj",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/TestProject/TestProject.xcodeproj",
+ "--xctest",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake_eg_test_host.app/PlugIns/fake_eg_test.xctest",
"--iossim",
"[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
"--platform",
« no previous file with comments | « scripts/slave/recipes/ios/unified_builder_tester.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698