summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-05 02:30:43 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-05 02:30:43 +0000
commit586d5826cc4beb322e96a890c740e5a2a665293c (patch)
tree8f7033ce1575b3eb854ce2a5e3aeabd9be55b351 /webkit
parentac258b6990da2a8a8a3935f358e7a18633038d37 (diff)
downloadchromium_src-586d5826cc4beb322e96a890c740e5a2a665293c.zip
chromium_src-586d5826cc4beb322e96a890c740e5a2a665293c.tar.gz
chromium_src-586d5826cc4beb322e96a890c740e5a2a665293c.tar.bz2
Commenting out a test that doesn't exist and mark video-transformed as image flaky on linux.
BUG=13907 TEST=more green please! TBR=ajwong Review URL: http://codereview.chromium.org/464053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index adc3d22..8f002762 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -294,7 +294,9 @@ WONTFIX LINUX WIN : LayoutTests/fast/replaced/pdf-as-image.html = FAIL
// These tests try to print a PDF file as the expected result. I don't think
// we plan on supporting this anytime soon.
WONTFIX SKIP : LayoutTests/printing/media-queries-print.html = PASS
-WONTFIX SKIP : LayoutTests/printing/compositing-layer-printing.html = PASS
+
+// TODO(ajwong): uncomment with next DEPS roll.
+//WONTFIX SKIP : LayoutTests/printing/compositing-layer-printing.html = PASS
// Chrome doesn't call the willCacheResponse callback (a method
// of ResourceHandleClient). That function is Mac-specific.
@@ -785,7 +787,7 @@ BUG13907 BUG25376 MAC DEBUG : LayoutTests/media/video-empty-source.html = FAIL
BUG13907 : LayoutTests/media/controls-styling.html = FAIL
// These tests are flaky with subtle pixel differences.
-BUG9798 BUG13907 MAC : LayoutTests/media/video-transformed.html = IMAGE PASS
+BUG9798 BUG13907 LINUX MAC : LayoutTests/media/video-transformed.html = IMAGE PASS
BUG9798 BUG13907 MAC : LayoutTests/media/video-layer-crash.html = IMAGE PASS
// These tests are failing because they use position-dependent mouse clicks.