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

Unified Diff: remoting/host/client_session_unittest.cc

Issue 923923003: Disable tests broken on valgrind (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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: remoting/host/client_session_unittest.cc
diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc
index 054fc9a13f5b52899a7c3fb02522ddc8d57a1be4..670d5b326665d6f18411fcb548b4039bdcd7778c 100644
--- a/remoting/host/client_session_unittest.cc
+++ b/remoting/host/client_session_unittest.cc
@@ -445,7 +445,8 @@ TEST_F(ClientSessionTest, ClipboardStubFilter) {
client_session_.reset();
}
-TEST_F(ClientSessionTest, LocalInputTest) {
+// crbug.com/458691
+TEST_F(ClientSessionTest, DISABLED_LocalInputTest) {
CreateClientSession();
protocol::MouseEvent mouse_event1;
@@ -501,7 +502,8 @@ TEST_F(ClientSessionTest, LocalInputTest) {
ConnectClientSession();
}
-TEST_F(ClientSessionTest, RestoreEventState) {
+// crbug.com/458691
+TEST_F(ClientSessionTest, DISABLED_RestoreEventState) {
CreateClientSession();
protocol::KeyEvent key1;
@@ -557,7 +559,8 @@ TEST_F(ClientSessionTest, RestoreEventState) {
ConnectClientSession();
}
-TEST_F(ClientSessionTest, ClampMouseEvents) {
+// crbug.com/458691
+TEST_F(ClientSessionTest, DISABLED_ClampMouseEvents) {
CreateClientSession();
Expectation authenticated =
« 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