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

Unified Diff: ash/system/tray/system_tray_unittest.cc

Issue 10533088: Revert 141498 - Re-enable a couple of aura_shell_unittests cases for the asan failure has been fixe… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | ash/wm/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_unittest.cc
===================================================================
--- ash/system/tray/system_tray_unittest.cc (revision 141508)
+++ ash/system/tray/system_tray_unittest.cc (working copy)
@@ -164,7 +164,8 @@
tray->GetWidget()->GetWindowScreenBounds().size().ToString());
}
-TEST_F(SystemTrayTest, SystemTrayNotifications) {
+// Disabled due to a use-after-free, see http://crbug.com/127539.
+TEST_F(SystemTrayTest, DISABLED_SystemTrayNotifications) {
scoped_ptr<SystemTray> tray(CreateSystemTray());
ASSERT_TRUE(tray->GetWidget());
« no previous file with comments | « no previous file | ash/wm/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698