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

Unified Diff: ui/views/mus/display_list_unittest.cc

Issue 1998543004: Fixes crash in ~ShellConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/display_list_unittest.cc
diff --git a/ui/views/mus/display_list_unittest.cc b/ui/views/mus/display_list_unittest.cc
index de43c93b1f50cd35845e12c82d59fc2647fa5398..93cdc81e608b0e8d46f78eea2be6cd9a74f01f96 100644
--- a/ui/views/mus/display_list_unittest.cc
+++ b/ui/views/mus/display_list_unittest.cc
@@ -71,8 +71,7 @@ class DisplayObserverImpl : public display::DisplayObserver {
DISALLOW_COPY_AND_ASSIGN(DisplayObserverImpl);
};
-// Test fails on linux_chromium_rel_ng, http://crbug.com/613018
-TEST(DisplayListTest, DISABLED_AddUpdateRemove) {
+TEST(DisplayListTest, AddUpdateRemove) {
DisplayList display_list;
DisplayObserverImpl observer;
display_list.AddObserver(&observer);
« no previous file with comments | « no previous file | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698