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

Unified Diff: dbus/end_to_end_async_unittest.cc

Issue 8866009: Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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: dbus/end_to_end_async_unittest.cc
diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc
index 5c98fe9b713d70c91780fd6c17d6585f915805a4..bbde2c6ebf1595fe83859bd74d24619d6faa25b2 100644
--- a/dbus/end_to_end_async_unittest.cc
+++ b/dbus/end_to_end_async_unittest.cc
@@ -295,7 +295,7 @@ TEST_F(EndToEndAsyncTest, TestSignal) {
ASSERT_EQ(kMessage, test_signal_string_);
}
Raghu Simha 2011/12/08 00:51:59 nit: Add an annotation to the bug ID with a TODO.
-TEST_F(EndToEndAsyncTest, TestSignalFromRoot) {
+TEST_F(EndToEndAsyncTest, FLAKY_TestSignalFromRoot) {
const char kMessage[] = "hello, world";
// Send the test signal from the root object path, to see if we can
// handle signals sent from "/", like dbus-send does.
« 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