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

Unified Diff: logdog/client/annotee/annotation/test_data/coverage.annotations.txt

Issue 2994593004: [annotee] add SOURCE_MANIFEST annotation. (Closed)
Patch Set: rename to deployment_manifests Created 3 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
Index: logdog/client/annotee/annotation/test_data/coverage.annotations.txt
diff --git a/logdog/client/annotee/annotation/test_data/coverage.annotations.txt b/logdog/client/annotee/annotation/test_data/coverage.annotations.txt
index 49aef8085a51cfdaf45b040e6a298961c415ce81..0748d419ddd5a93b7de6604f4e76193387b96739 100644
--- a/logdog/client/annotee/annotation/test_data/coverage.annotations.txt
+++ b/logdog/client/annotee/annotation/test_data/coverage.annotations.txt
@@ -89,5 +89,17 @@ BUILD_STEP qux
STEP_NEST_LEVEL@999999999
+time
HALT_ON_FAILURE
+
+DEPLOYMENT_MANIFEST@cool_name@deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef@logdog://example.com/some/prefix/+/some/path
+
++error DEPLOYMENT_MANIFEST expected 3 params, got "neat"
+DEPLOYMENT_MANIFEST@neat
+
++error DEPLOYMENT_MANIFEST has bad hash:
+DEPLOYMENT_MANIFEST@neat@not_a_hash@logdog://example.com
+
++error repeated DEPLOYMENT_MANIFEST name "cool_name"
+DEPLOYMENT_MANIFEST@cool_name@badc0ffeebadc0ffeebadc0ffeebadc0ffeebadc0ffeebadc0ffeebadc0ffeeb@logdog://example.com/some/prefix/+/some/path
+
BUILD_FAILED
STEP_TEXT@will not be emitted, since we're halting on failure.

Powered by Google App Engine
This is Rietveld 408576698