Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2140)

Unified Diff: base/clipboard_unittest.cc

Issue 11258: disable some tests while I debug offline (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/clipboard_unittest.cc
diff --git a/base/clipboard_unittest.cc b/base/clipboard_unittest.cc
index fb48b49f26b53df0bfc4f09a5ba9fcc74a869f26..17ceba8f38ae9c563e937d1c0cd1dcaac6a2c535 100644
--- a/base/clipboard_unittest.cc
+++ b/base/clipboard_unittest.cc
@@ -53,7 +53,7 @@ TEST_F(ClipboardTest, TextTest) {
EXPECT_EQ(WideToUTF8(text), ascii_text);
}
-TEST_F(ClipboardTest, HTMLTest) {
+TEST_F(ClipboardTest, DISABLED_HTMLTest) {
Clipboard clipboard;
std::wstring markup(L"<string>Hi!</string>"), markup_result;
@@ -75,7 +75,7 @@ TEST_F(ClipboardTest, HTMLTest) {
#endif
}
-TEST_F(ClipboardTest, TrickyHTMLTest) {
+TEST_F(ClipboardTest, DISABLED_TrickyHTMLTest) {
Clipboard clipboard;
std::wstring markup(L"<em>Bye!<!--EndFragment --></em>"), markup_result;
@@ -118,7 +118,7 @@ TEST_F(ClipboardTest, BookmarkTest) {
}
#endif
-TEST_F(ClipboardTest, MultiFormatTest) {
+TEST_F(ClipboardTest, DISABLED_MultiFormatTest) {
Clipboard clipboard;
std::wstring text(L"Hi!"), text_result;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698