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

Unified Diff: docs/layout_tests_linux.md

Issue 2632003002: Remove stray doc references to valgrind. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | docs/linux_debugging.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/layout_tests_linux.md
diff --git a/docs/layout_tests_linux.md b/docs/layout_tests_linux.md
index b1c57e42976378c2f8910280e2d6795ac65f4df9..1dfd1684e1a0f076fa8352cddbb2631103a43ae5 100644
--- a/docs/layout_tests_linux.md
+++ b/docs/layout_tests_linux.md
@@ -40,27 +40,6 @@ If `fast/dom/object-plugin-hides-properties.html` and
sudo apt-get remove totem-mozilla
-
-## Running layout tests under valgrind on Linux
-
-As above, but use `tools/valgrind/chrome_tests.sh -t webkit` instead. e.g.
-
- sh tools/valgrind/chrome_tests.sh -t webkit LayoutTests/fast/
-
-This defaults to using --debug. Read the script for more details.
-
-If you're trying to reproduce a run from the valgrind buildbot, look for the
-`--run_chunk=XX:YY` line in the bot's log. You can rerun exactly as the bot did
-with the commands.
-
-```shell
-cd ~/chromium/src
-echo XX > valgrind_layout_chunk.txt
-sh tools/valgrind/chrome_tests.sh -t layout -n YY
-```
-
-That will run the XXth chunk of YY layout tests.
-
## Configuration tips
* Use an optimized `content_shell` when rebaselining or running a lot of
« no previous file with comments | « no previous file | docs/linux_debugging.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698