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

Side by Side Diff: docs/layout_tests_linux.md

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | docs/linux_sandboxing.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Running layout tests on Linux 1 # Running layout tests on Linux
2 2
3 1. Build `blink_tests` (see LinuxBuildInstructions) 3 1. Build `blink_tests` (see [Linux-specific build instructions](https://chromiu m.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md))
4 1. Checkout the layout tests 4 1. Checkout the layout tests
5 * If you have an entry in your `.gclient` file that includes 5 * If you have an entry in your `.gclient` file that includes
6 "LayoutTests", you may need to comment it out and sync. 6 "LayoutTests", you may need to comment it out and sync.
7 * You can run a subset of the tests by passing in a path relative to 7 * You can run a subset of the tests by passing in a path relative to
8 `src/third_party/WebKit/LayoutTests/`. For example, 8 `src/third_party/WebKit/LayoutTests/`. For example,
9 `run_layout_tests.py fast` will only run the tests under 9 `run_layout_tests.py fast` will only run the tests under
10 `src/third_party/WebKit/LayoutTests/fast/`. 10 `src/third_party/WebKit/LayoutTests/fast/`.
11 1. When the tests finish, any unexpected results should be displayed. 11 1. When the tests finish, any unexpected results should be displayed.
12 12
13 See 13 See
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 In your `.xmonad/xmonad.hs`, change your config to include a manageHook along 129 In your `.xmonad/xmonad.hs`, change your config to include a manageHook along
130 these lines: 130 these lines:
131 131
132 ``` 132 ```
133 test_shell_manage = className =? "Test_shell" --> doFloat 133 test_shell_manage = className =? "Test_shell" --> doFloat
134 main = xmonad $ 134 main = xmonad $
135 defaultConfig 135 defaultConfig
136 { manageHook = test_shell_manage <+> manageHook defaultConfig 136 { manageHook = test_shell_manage <+> manageHook defaultConfig
137 ... 137 ...
138 ``` 138 ```
OLDNEW
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | docs/linux_sandboxing.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698