Title: [96010] trunk
Revision
96010
Author
[email protected]
Date
2011-09-26 15:34:54 -0700 (Mon, 26 Sep 2011)

Log Message

Source/WebKit/chromium: Fix copy and paste error in r96002.

* tests/InnerGestureRecognizerTest.cpp:
(TEST_F):

LayoutTests: Remove test that no longer crashes (fixed by r95985).

* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (96009 => 96010)


--- trunk/LayoutTests/ChangeLog	2011-09-26 22:28:31 UTC (rev 96009)
+++ trunk/LayoutTests/ChangeLog	2011-09-26 22:34:54 UTC (rev 96010)
@@ -1,3 +1,9 @@
+2011-09-26  Mihai Parparita  <[email protected]>
+
+        Remove test that no longer crashes (fixed by r95985).
+
+        * platform/chromium/test_expectations.txt:
+
 2011-09-26  Mike Reed  <[email protected]>
 
         [skia] need rebaseline after the next skia roll -- improvements to xfermodes on gpu

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (96009 => 96010)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-09-26 22:28:31 UTC (rev 96009)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-09-26 22:34:54 UTC (rev 96010)
@@ -3831,7 +3831,4 @@
 
 BUGWK68747 : media/controls-right-click-on-timebar.html = TIMEOUT PASS
 
-// Assert fires (on non-Chromium WebKit ports too)
-BUGWK68819 DEBUG : svg/clip-path/clip-path-on-svg.svg = CRASH
-
 BUGWK68832 WIN LINUX : editing/selection/select-bidi-run.html = FAIL

Modified: trunk/Source/WebKit/chromium/ChangeLog (96009 => 96010)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-26 22:28:31 UTC (rev 96009)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-26 22:34:54 UTC (rev 96010)
@@ -1,5 +1,12 @@
 2011-09-26  Mihai Parparita  <[email protected]>
 
+        Fix copy and paste error in r96002.
+
+        * tests/InnerGestureRecognizerTest.cpp:
+        (TEST_F):
+
+2011-09-26  Mihai Parparita  <[email protected]>
+
         Disable Chromium gesture recognizer tests that started to fail on the
         Mac bots recently.
 

Modified: trunk/Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp (96009 => 96010)


--- trunk/Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp	2011-09-26 22:28:31 UTC (rev 96009)
+++ trunk/Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp	2011-09-26 22:34:54 UTC (rev 96010)
@@ -408,12 +408,12 @@
 }
 
 #if OS(MAC_OS_X)
-#define MAYBE_tapDownWithoutTapGestureTest DISABLED_tapDownWithoutTapGestureTest
+#define MAYBE_tapDownWithTapGestureTest DISABLED_tapDownWithTapGestureTest
 #else
-#define MAYBE_tapDownWithoutTapGestureTest tapDownWithoutTapGestureTest
+#define MAYBE_tapDownWithTapGestureTest tapDownWithTapGestureTest
 #endif
 
-TEST_F(GestureRecognizerTest, MAYBE_tapDownWithoutTapGestureTest)
+TEST_F(GestureRecognizerTest, MAYBE_tapDownWithTapGestureTest)
 {
     InspectableGestureRecognizerChromium gm;
     ASSERT_EQ(GestureRecognizerChromium::NoGesture, gm.state());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to