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

Unified Diff: tools/clang/traffic_annotation_extractor/tests/README.md

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: Windows compatibility update. 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: tools/clang/traffic_annotation_extractor/tests/README.md
diff --git a/tools/clang/traffic_annotation_extractor/tests/README.md b/tools/clang/traffic_annotation_extractor/tests/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..4ebd15b95d0241d4060e870b4cbefb4953eb3486
--- /dev/null
+++ b/tools/clang/traffic_annotation_extractor/tests/README.md
@@ -0,0 +1,13 @@
+# Manual tests for Traffic Annotation Extractor
battre 2017/04/20 13:41:03 This testing makes no sense to me. What happens if
Ramin Halavati 2017/04/20 13:53:46 Acknowledged.
+This file describes manual sanity tests for traffic annotation extractor. A bug
+is filed (will be if you LGTM on delay) to add automatic tests in future.
+
+## Test:
+1. Run `third_party/llvm-build/Release+Asserts/bin/traffic_annotation_extractor
+-p out/Debug components/autofill/core/browser/autofill_download_manager.cc >
+~/Desktop/autofill_core_browser.txt`
+2. Run `third_party/llvm-build/Release+Asserts/bin/traffic_annotation_extractor
+-p out/Debug chrome/browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc >
+~/Desktop/bitmap_fetcher_browsertest.txt`
+3. Expect the outputs to be similar to the content of 'expected_outputs'
+

Powered by Google App Engine
This is Rietveld 408576698