[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 15:01:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ace95b683160f51fd817e7825ff2d2f6ce0093c7
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 16:37:15 2010 +0000

    2010-10-27  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed.
    
            Moved the tests with WONTFIX to the WONTFIX list.
    
            * platform/chromium/test_expectations.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70656 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index af1c2ab..7dff911 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-27  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Unreviewed.
+
+        Moved the tests with WONTFIX to the WONTFIX list.
+
+        * platform/chromium/test_expectations.txt:
+
 2010-10-27  Adam Roben  <aroben at apple.com>
 
         Test that WebKit doesn't crash if the plugin passes 0 for its
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 9d07921..62704d5 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -475,6 +475,27 @@ WONTFIX BUG37684 SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FA
 // <progress> on Mac is always animated.
 WONTFIX MAC : fast/dom/HTMLProgressElement/progress-element.html = IMAGE PASS
 
+// We do not use Safari's private browsing
+WONTFIX SKIP : storage/private-browsing-readonly.html = PASS
+
+// These tests are WONTFIX because they use codecs Chromium doesn't support.
+BUG16779 WONTFIX SKIP : media/audio-mpeg-supported.html = FAIL TIMEOUT
+BUG16779 WONTFIX SKIP : media/audio-data-url.html = FAIL TIMEOUT
+BUG16779 WONTFIX SKIP : media/media-can-play-mpeg-audio.html = TEXT
+BUG16779 WONTFIX SKIP : media/video-can-play-type.html = FAIL TIMEOUT
+BUG16779 WONTFIX SKIP : media/video-document-types.html = FAIL TIMEOUT
+BUG16779 WONTFIX SKIP : media/video-size-intrinsic-scale.html = FAIL TIMEOUT
+BUGWK45102 WONTFIX SKIP : media/media-can-play-mpeg4-video.html = TEXT
+
+// Chromium does not use the icon loader in WebCore for loading notifications.
+WONTFIX SKIP : http/tests/notifications = FAIL
+
+// Doesn't apply to Chromium (QuickTime-specific behavior)
+WONTFIX SKIP : media/video-does-not-loop.html = TIMEOUT
+
+// Pre-HTML5 parser quirks only apply to the mac port for now.
+WONTFIX SKIP : fast/parser/pre-html5-parser-quirks.html = FAIL
+
 // -----------------------------------------------------------------
 // CHROME REWRITTEN TESTS
 // -----------------------------------------------------------------
@@ -656,8 +677,6 @@ BUG33211 MAC LINUX : http/tests/loading/deleted-host-in-resource-load-delegate-c
 
 // HTML5 DB layout tests
 BUG27697 SKIP : storage/hash-change-with-xhr.html = PASS
-// We do not use Safari's private browsing
-WONTFIX SKIP : storage/private-browsing-readonly.html = PASS
 
 // HTML5 datalist element. We don't enable it because WebKit implementation
 // is incomplete.
@@ -739,15 +758,6 @@ BUG13907 : media/video-replaces-poster.html = IMAGE PASS
 // These tests are failing because they use position-dependent mouse clicks.
 BUG13907 BUG25375 : media/video-controls-transformed.html = FAIL
 
-// These tests are WONTFIX because they use codecs Chromium doesn't support.
-BUG16779 WONTFIX SKIP : media/audio-mpeg-supported.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/audio-data-url.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/media-can-play-mpeg-audio.html = TEXT
-BUG16779 WONTFIX SKIP : media/video-can-play-type.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/video-document-types.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/video-size-intrinsic-scale.html = FAIL TIMEOUT
-BUGWK45102 WONTFIX SKIP : media/media-can-play-mpeg4-video.html = TEXT
-
 // We haven't implemented the WebKit fullscreen extension.
 BUG16735 : media/media-fullscreen-inline.html = TIMEOUT
 BUG16735 : media/media-fullscreen-not-in-document.html = TIMEOUT
@@ -2605,9 +2615,6 @@ BUG45106 WIN : svg/text/text-text-05-t.svg = PASS CRASH
 
 BUG45720 WIN LINUX : http/tests/websocket/tests/reload-crash.html = PASS CRASH
 
-// Chromium does not use the icon loader in WebCore for loading notifications.
-WONTFIX SKIP : http/tests/notifications = FAIL
-
 // Chromium does not support cancel for notifications permissions.
 BUGWK42798 SKIP : fast/notifications/notifications-cancel-request-permission.html = FAIL
 
@@ -2959,9 +2966,6 @@ BUGWK44770 WIN LINUX : svg/repaint/filter-repaint.svg = IMAGE+TEXT CRASH
 // Full Screen JS API is not yet enabled.
 BUGWK44797 : fullscreen = FAIL
 
-// Doesn't apply to Chromium (QuickTime-specific behavior)
-WONTFIX SKIP : media/video-does-not-loop.html = TIMEOUT
-
 // Passes in Chromium DRT.
 BUGWK44961 : fast/notifications/notifications-click-event.html = TIMEOUT
 
@@ -3046,9 +3050,6 @@ BUG60651 : fast/canvas/webgl/gl-object-get-calls.html = TIMEOUT FAIL
 BUG60651 : fast/canvas/webgl/glsl-conformance.html = TIMEOUT FAIL
 BUG60651 : fast/canvas/webgl/uniform-location.html = TIMEOUT FAIL
 
-// Pre-HTML5 parser quirks only apply to the mac port for now.
-WONTFIX SKIP : fast/parser/pre-html5-parser-quirks.html = FAIL
-
 // Regressions after r67771
 BUG56246 : printing/css2.1/page-break-after-000.html = TEXT
 BUG56246 : printing/css2.1/page-break-after-003.html = TEXT

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list