Title: [126049] trunk
Revision
126049
Author
[email protected]
Date
2012-08-20 11:55:12 -0700 (Mon, 20 Aug 2012)

Log Message

Unreviewed Chromium rebaselining and test failure suppressions.

Source/WebKit/chromium:

https://bugs.webkit.org/show_bug.cgi?id=94502

* tests/CCMathUtilTest.cpp:

LayoutTests:

https://bugs.webkit.org/show_bug.cgi?id=94494
https://bugs.webkit.org/show_bug.cgi?id=94501
https://bugs.webkit.org/show_bug.cgi?id=94502

* platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/chromium-mac/fast/css/text-overflow-input-expected.png:
* platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
* platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126048 => 126049)


--- trunk/LayoutTests/ChangeLog	2012-08-20 18:52:25 UTC (rev 126048)
+++ trunk/LayoutTests/ChangeLog	2012-08-20 18:55:12 UTC (rev 126049)
@@ -1,3 +1,17 @@
+2012-08-20  Kenneth Russell  <[email protected]>
+
+        Unreviewed Chromium rebaselining and test failure suppressions.
+
+        https://bugs.webkit.org/show_bug.cgi?id=94494
+        https://bugs.webkit.org/show_bug.cgi?id=94501
+        https://bugs.webkit.org/show_bug.cgi?id=94502
+
+        * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
+        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
+        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
+        * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
+        * platform/chromium/TestExpectations:
+
 2012-08-20  Mike West  <[email protected]>
 
         CSP 1.1: The 'plugin-types' warning should include details about explicit type declaration when relevant.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (126048 => 126049)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-20 18:52:25 UTC (rev 126048)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-20 18:55:12 UTC (rev 126049)
@@ -3505,3 +3505,12 @@
 
 // Needs a rebaseline.
 BUGWK40272 : svg/css/circle-in-mask-with-shadow.svg = IMAGE
+
+BUGWK90488 SLOW WIN : http/tests/inspector/network-preflight-options.html = PASS
+
+BUGWK94494 DEBUG : webaudio/audioparam-connect-audioratesignal.html = PASS CRASH
+BUGWK94494 DEBUG : webaudio/audioparam-summingjunction.html = PASS CRASH
+
+BUGWK94501 WIN : http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html = PASS TEXT
+BUGWK94501 WIN LINUX : http/tests/inspector/resource-tree/resource-tree-frame-navigate.html = PASS TEXT
+

Modified: trunk/LayoutTests/platform/chromium-mac/fast/css/text-overflow-input-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/fast/forms/box-shadow-override-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png


(Binary files differ)

Modified: trunk/Source/WebKit/chromium/ChangeLog (126048 => 126049)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-08-20 18:52:25 UTC (rev 126048)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-08-20 18:55:12 UTC (rev 126049)
@@ -1,3 +1,11 @@
+2012-08-20  Kenneth Russell  <[email protected]>
+
+        Unreviewed Chromium rebaselining and test failure suppressions.
+
+        https://bugs.webkit.org/show_bug.cgi?id=94502
+
+        * tests/CCMathUtilTest.cpp:
+
 2012-08-20  Ian Vollick  <[email protected]>
 
         [chromium] Add tracing for active composited animations

Modified: trunk/Source/WebKit/chromium/tests/CCMathUtilTest.cpp (126048 => 126049)


--- trunk/Source/WebKit/chromium/tests/CCMathUtilTest.cpp	2012-08-20 18:52:25 UTC (rev 126048)
+++ trunk/Source/WebKit/chromium/tests/CCMathUtilTest.cpp	2012-08-20 18:55:12 UTC (rev 126049)
@@ -152,7 +152,8 @@
     EXPECT_FLOAT_RECT_EQ(FloatRect(FloatPoint(-100, -100), FloatSize(90, 90)), result);
 }
 
-TEST(CCMathUtilTest, smallestAngleBetweenVectors)
+// http://webkit.org/b/94502
+TEST(CCMathUtilTest, DISABLED_smallestAngleBetweenVectors)
 {
     FloatSize x(1, 0);
     FloatSize y(0, 1);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to