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

Unified Diff: scripts/slave/recipes_test/run_presubmit.blink_bare_test.expected

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add coverage to third_party. The C module is a speed-only optimization. Created 7 years, 7 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_test/run_presubmit.blink_bare_test.expected
diff --git a/scripts/slave/recipes_test/run_presubmit.blink_bare_test.expected b/scripts/slave/recipes_test/run_presubmit.blink_bare_test.expected
new file mode 100644
index 0000000000000000000000000000000000000000..316b1d0448b280a814e2bc0dbc5d242a184ae0b7
--- /dev/null
+++ b/scripts/slave/recipes_test/run_presubmit.blink_bare_test.expected
@@ -0,0 +1,44 @@
+[
+ {
+ "cmd": [
+ "[DEPOT_TOOLS_ROOT]/apply_issue",
+ "-r",
+ "[BUILD_ROOT]/slave/fake_slave/build/blink",
+ "-i",
+ 12853011,
+ "-p",
+ 1,
+ "-s",
+ "https://chromiumcodereview.appspot.com",
+ "-e",
+ "commit-bot@chromium.org"
+ ],
+ "name": "apply_issue"
+ },
+ {
+ "cmd": [
+ "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
+ "--root",
+ "[BUILD_ROOT]/slave/fake_slave/build/blink",
+ "--commit",
+ "--verbose",
+ "--verbose",
+ "--issue",
+ 12853011,
+ "--patchset",
+ 1,
+ "--skip_canned",
+ "CheckRietveldTryJobExecution",
+ "--skip_canned",
+ "CheckTreeIsOpen",
+ "--skip_canned",
+ "CheckBuildbotPendingBuilds",
+ "--rietveld_url",
+ "https://chromiumcodereview.appspot.com",
+ "--rietveld_email",
+ "",
+ "--rietveld_fetch"
+ ],
+ "name": "presubmit"
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698