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

Side by Side Diff: docs/android_test_instructions.md

Issue 2505683002: Update links to layout test documentation. (Closed)
Patch Set: Created 4 years, 1 month 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
1 # Android Test Instructions 1 # Android Test Instructions
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Device Setup 5 ## Device Setup
6 6
7 ### Physical Device Setup 7 ### Physical Device Setup
8 8
9 #### ADB Debugging 9 #### ADB Debugging
10 10
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 # Run a subset of tests by annotation, such as filtering by Feature 292 # Run a subset of tests by annotation, such as filtering by Feature
293 out/Debug/bin/run_content_shell_test_apk -A Feature=Navigation 293 out/Debug/bin/run_content_shell_test_apk -A Feature=Navigation
294 ``` 294 ```
295 295
296 You might want to add stars `*` to each as a regular expression, e.g. 296 You might want to add stars `*` to each as a regular expression, e.g.
297 `*`AddressDetectionTest`*` 297 `*`AddressDetectionTest`*`
298 298
299 ## Running Blink Layout Tests 299 ## Running Blink Layout Tests
300 300
301 See 301 See
302 https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tes ts 302 https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_test s.md
303 303
304 ## Running GPU tests 304 ## Running GPU tests
305 305
306 (e.g. the "Android Debug (Nexus 7)" bot on the chromium.gpu waterfall) 306 (e.g. the "Android Debug (Nexus 7)" bot on the chromium.gpu waterfall)
307 307
308 See http://www.chromium.org/developers/testing/gpu-testing for details. Use 308 See http://www.chromium.org/developers/testing/gpu-testing for details. Use
309 `--browser=android-content-shell`. Examine the stdio from the test invocation on 309 `--browser=android-content-shell`. Examine the stdio from the test invocation on
310 the bots to see arguments to pass to `src/content/test/gpu/run_gpu_test.py`. 310 the bots to see arguments to pass to `src/content/test/gpu/run_gpu_test.py`.
OLDNEW
« no previous file with comments | « no previous file | docs/how_to_extend_layout_test_framework.md » ('j') | docs/how_to_extend_layout_test_framework.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698