diff options
author | imasaki@google.com <imasaki@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 00:04:14 +0000 |
---|---|---|
committer | imasaki@google.com <imasaki@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 00:04:14 +0000 |
commit | 3ab48b0eccf6c40c5579e801be07f4df1d2ce251 (patch) | |
tree | 68a328d3cb96825f4581e8665839152e53797ba3 /media/tools | |
parent | c974ff9381ae348446f582483edd585c2496b997 (diff) | |
download | chromium_src-3ab48b0eccf6c40c5579e801be07f4df1d2ce251.zip chromium_src-3ab48b0eccf6c40c5579e801be07f4df1d2ce251.tar.gz chromium_src-3ab48b0eccf6c40c5579e801be07f4df1d2ce251.tar.bz2 |
Per issue 125757, added more test cases to be monitored in the layout test anazlyzer. Also, changed CSV format to use double quotations for seperators instead of commas.
BUG=125757
TEST=make sure layout analzyer runs with new test cases
Review URL: https://chromiumcodereview.appspot.com/10261034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools')
-rwxr-xr-x | media/tools/layout_tests/layouttest_analyzer.py | 2 | ||||
-rw-r--r-- | media/tools/layout_tests/layouttests.py | 2 | ||||
-rw-r--r-- | media/tools/layout_tests/testname/media.csv | 13 |
3 files changed, 9 insertions, 8 deletions
diff --git a/media/tools/layout_tests/layouttest_analyzer.py b/media/tools/layout_tests/layouttest_analyzer.py index 5f93b2d..412092a 100755 --- a/media/tools/layout_tests/layouttest_analyzer.py +++ b/media/tools/layout_tests/layouttest_analyzer.py @@ -143,7 +143,7 @@ def GetCurrentAndPreviousResults(debug, test_group_file_location, test_group_file_location) parent_location_list = ( layouttests.LayoutTests.GetParentDirectoryList(filter_names)) - recursion = False + recursion = True else: # When test group CSV file is not specified, test group name # (e.g., 'media') is used for getting layout tests. diff --git a/media/tools/layout_tests/layouttests.py b/media/tools/layout_tests/layouttests.py index c118194..9811c22 100644 --- a/media/tools/layout_tests/layouttests.py +++ b/media/tools/layout_tests/layouttests.py @@ -172,7 +172,7 @@ class LayoutTests(object): file_name = file_name[0].repos_path.encode(default_encoding) # Remove the word '/truck/LayoutTests'. file_name = file_name.replace('/trunk/LayoutTests/', '') - if file_name.endswith('.html') or file_name.endswith('.svg'): + if file_name.endswith('.html'): name_map[file_name] = True return name_map diff --git a/media/tools/layout_tests/testname/media.csv b/media/tools/layout_tests/testname/media.csv index cf3b561..90da82b 100644 --- a/media/tools/layout_tests/testname/media.csv +++ b/media/tools/layout_tests/testname/media.csv @@ -1,8 +1,3 @@ -http/tests/media/\S+.html, -media/\S+.html, -media/track/\S+.html, -http/tests/security/\S+video\S+.html, -fast/layers/video-layer.html, compositing/geometry/clipped-video-controller.html, compositing/geometry/video-fixed-scrolling.html, compositing/geometry/video-opacity-overlay.html, @@ -18,8 +13,14 @@ fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html, fast/dom/beforeload/remove-video-in-beforeload-listener.html, fast/dom/beforeload/video-before-load.html, fast/dom/shadow/frameless-media-element-crash.html, +fast/events/constructors/media-key-event-constructor.html, +fast/events/constructors/track-event-constructor.html, +fast/layers/video-layer.html, http/tests/appcache/video.html, http/tests/canvas/webgl/origin-clean-conformance.html, +http/tests/media/, +http/tests/security/\S+video\S+.html, http/tests/security/contentSecurityPolicy/media-src-allowed.html, http/tests/security/contentSecurityPolicy/media-src-blocked.html, -platform/chromium/media/\S+.html, +media/, +platform/chromium/media/,
\ No newline at end of file |