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

Unified Diff: recipe_modules/properties/example.expected/buildbot_git_scheduled.json

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase Created 3 years, 8 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: recipe_modules/properties/example.expected/buildbot_git_scheduled.json
diff --git a/recipe_modules/properties/example.expected/buildbot_git_scheduled.json b/recipe_modules/properties/example.expected/buildbot_git_scheduled.json
index 2f0ed582c1e5e42982cb1bf05e24103f8a475886..fb197ec5e1eb2e7b8db550bc9459516ad856bd70 100644
--- a/recipe_modules/properties/example.expected/buildbot_git_scheduled.json
+++ b/recipe_modules/properties/example.expected/buildbot_git_scheduled.json
@@ -29,6 +29,111 @@
"name": "echo all"
},
{
+ "cmd": [
+ "echo",
+ "''"
+ ],
+ "name": "echo project"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'/path/to/workdir/TestSlavename'"
+ ],
+ "name": "echo workdir"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'https://chromium.googlesource.com/chromium/src.git'"
+ ],
+ "name": "echo repository"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestBuilder'"
+ ],
+ "name": "echo buildername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'properties:example'"
+ ],
+ "name": "echo recipe"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'thing'"
+ ],
+ "name": "echo foo.bar-bam"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'chromium.testing.master'"
+ ],
+ "name": "echo mastername"
+ },
+ {
+ "cmd": [
+ "echo",
+ "571"
+ ],
+ "name": "echo buildnumber"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'TestSlavename'"
+ ],
+ "name": "echo slavename"
+ },
+ {
+ "cmd": [
+ "echo",
+ "('cool_dev1337@chromium.org', 'hax@chromium.org')"
+ ],
+ "name": "echo blamelist"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'master'"
+ ],
+ "name": "echo branch"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'http://c.org/p/cr/'"
+ ],
+ "name": "echo buildbotURL"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'c14d891d44f0afff64e56ed7c9702df1d807b1ee'"
+ ],
+ "name": "echo revision"
+ },
+ {
+ "cmd": [
+ "echo",
+ "None"
+ ],
+ "name": "echo test_prop"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'test_bot'"
+ ],
+ "name": "echo bot_id"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698