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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json

Issue 1346173004: Run tests that do not have any compile targets if source files change (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase expectations Created 5 years, 3 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
Index: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
similarity index 95%
copy from scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing.json
copy to scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
index 2774c656442a6d3d28d2722d5eed95902ac1cb1a..14ff08e9754845031fca40a0e3b3dbc6ed132117 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
@@ -153,7 +153,8 @@
"name": "git diff to analyze patch",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@files@foo.cc@@@",
+ "@@@STEP_LOG_LINE@files@README.md@@@",
+ "@@@STEP_LOG_LINE@files@foo/bar/baz.py@@@",
"@@@STEP_LOG_END@files@@@"
]
},
@@ -189,7 +190,7 @@
"-u",
"[SLAVE_BUILD]\\src\\build\\gyp_chromium",
"--analyzer",
- "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"crash_service\", \"gl_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
+ "{\"files\": [\"README.md\", \"foo/bar/baz.py\"], \"targets\": [\"angle_unittests_run\", \"chrome\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"crash_service\", \"gl_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698