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

Unified Diff: media/tools/layout_tests/bug.py

Issue 2505683002: Update links to layout test documentation. (Closed)
Patch Set: Use relative paths in markdown, and src-relative paths elsewhere. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/layout_tests_linux.md ('k') | media/tools/layout_tests/test_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/layout_tests/bug.py
diff --git a/media/tools/layout_tests/bug.py b/media/tools/layout_tests/bug.py
index d8cd20a1b3f93c0077c716a0529d6f093c06778a..74b614a175d43c7da4c2bcb90cb3ac311fd30415 100644
--- a/media/tools/layout_tests/bug.py
+++ b/media/tools/layout_tests/bug.py
@@ -27,9 +27,8 @@ class Bug(object):
Args:
bug_modifier: a string representing a bug modifier. According to
- http://www.chromium.org/developers/testing/webkit-layout-tests/\
- testexpectations
- Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345",
+ //docs/testing/layout_test_expectations.md
+ bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345",
"code.google.com/p/v8/issues/detail?id=12345" or "Bug(username)"
"""
match = re.match('Bug\((\w+)\)$', bug_modifier)
« no previous file with comments | « docs/layout_tests_linux.md ('k') | media/tools/layout_tests/test_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698