diff options
author | imasaki@google.com <imasaki@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 02:17:10 +0000 |
---|---|---|
committer | imasaki@google.com <imasaki@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 02:17:10 +0000 |
commit | 0b521b12a2aef25f291d0a96bd200378adda3604 (patch) | |
tree | 95678c1b2885be793cab5a389d712915433527c1 /media/tools/layout_tests/testname | |
parent | 89f40c7cbf3f4c36930f7fa9e409de02ed665556 (diff) | |
download | chromium_src-0b521b12a2aef25f291d0a96bd200378adda3604.zip chromium_src-0b521b12a2aef25f291d0a96bd200378adda3604.tar.gz chromium_src-0b521b12a2aef25f291d0a96bd200378adda3604.tar.bz2 |
Intial checkin of layout test analyzer. This is continuation of http://codereview.chromium.org/7671049/. The goal of this tool is to provide
updated information about layout test status to help developers. The tool goes to Webkit SVN to get layout test cases and the test expectation file (chromium) and do some analysis and send out periodical emails.
Review URL: http://codereview.chromium.org/7693018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools/layout_tests/testname')
-rw-r--r-- | media/tools/layout_tests/testname/media.csv | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media/tools/layout_tests/testname/media.csv b/media/tools/layout_tests/testname/media.csv new file mode 100644 index 0000000..d0b5982 --- /dev/null +++ b/media/tools/layout_tests/testname/media.csv @@ -0,0 +1,24 @@ +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, +compositing/overflow/overflow-compositing-descendant.html, +compositing/overflow/scroll-ancestor-update.html, +compositing/reflections/load-video-in-reflection.html, +compositing/self-painting-layers.html, +compositing/self-painting-layers2.html, +compositing/video/video-background-color.html, +compositing/video/video-poster.html, +fast/canvas/webgl/context-lost.html, +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, +http/tests/appcache/video.html, +http/tests/canvas/webgl/origin-clean-conformance.html, +http/tests/security/contentSecurityPolicy/media-src-allowed.html, +http/tests/security/contentSecurityPolicy/media-src-blocked.html, |