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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # 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.
2 This file describes manual sanity tests for traffic annotation extractor. A bug
3 is filed (will be if you LGTM on delay) to add automatic tests in future.
4
5 ## Test:
6 1. Run `third_party/llvm-build/Release+Asserts/bin/traffic_annotation_extractor
7 -p out/Debug components/autofill/core/browser/autofill_download_manager.cc >
8 ~/Desktop/autofill_core_browser.txt`
9 2. Run `third_party/llvm-build/Release+Asserts/bin/traffic_annotation_extractor
10 -p out/Debug chrome/browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc >
11 ~/Desktop/bitmap_fetcher_browsertest.txt`
12 3. Expect the outputs to be similar to the content of 'expected_outputs'
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698