Title: [102122] trunk/Source/WebKit/chromium
Revision
102122
Author
vse...@chromium.org
Date
2011-12-06 04:53:48 -0800 (Tue, 06 Dec 2011)

Log Message

Unreviewed chromium expectations update.

* tests/KURLTest.cpp:
(ComponentCase::TEST):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102121 => 102122)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-06 12:12:11 UTC (rev 102121)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-06 12:53:48 UTC (rev 102122)
@@ -1,3 +1,10 @@
+2011-12-06  Vsevolod Vlasov  <vse...@chromium.org>
+
+        Unreviewed chromium expectations update.
+
+        * tests/KURLTest.cpp:
+        (ComponentCase::TEST):
+
 2011-12-06  Eric Penner  <epen...@google.com>
 
         [chromium] Set texture limits as multiples of viewport size instead of hardcoded values

Modified: trunk/Source/WebKit/chromium/tests/KURLTest.cpp (102121 => 102122)


--- trunk/Source/WebKit/chromium/tests/KURLTest.cpp	2011-12-06 12:12:11 UTC (rev 102121)
+++ trunk/Source/WebKit/chromium/tests/KURLTest.cpp	2011-12-06 12:53:48 UTC (rev 102122)
@@ -115,7 +115,7 @@
 
 // Test a few cases where we're different just to make sure we give reasonable
 // output.
-TEST(KURLTest, DifferentGetters)
+TEST(KURLTest, DISABLED_DifferentGetters)
 {
     ComponentCase cases[] = {
         // url                                    protocol      host        port  user  pass    path                lastPath  query      ref
@@ -155,7 +155,7 @@
 
 // Ensures that both ASCII and UTF-8 canonical URLs are handled properly and we
 // get the correct string object out.
-TEST(KURLTest, UTF8)
+TEST(KURLTest, DISABLED_UTF8)
 {
     const char asciiURL[] = "http://foo/bar#baz";
     WebCore::KURL asciiKURL(WebCore::ParsedURLString, asciiURL);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to