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

Unified Diff: ios/clean/chrome/browser/browser_coordinator_unittest.mm

Issue 2667873002: [ios clean] Remove stop on Browser coordinator dealloc (Closed)
Patch Set: Disable Test Created 3 years, 11 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 | « ios/clean/chrome/browser/browser_coordinator.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/browser_coordinator_unittest.mm
diff --git a/ios/clean/chrome/browser/browser_coordinator_unittest.mm b/ios/clean/chrome/browser/browser_coordinator_unittest.mm
index c4fabd2f3d336d47aefc65683adc7c8824d1ab65..8f545fcf35143cd5e95ebd750f28e7d7a6587394 100644
--- a/ios/clean/chrome/browser/browser_coordinator_unittest.mm
+++ b/ios/clean/chrome/browser/browser_coordinator_unittest.mm
@@ -50,7 +50,9 @@
namespace {
-TEST(BrowserCoordinatorTest, TestStopOnDealloc) {
+// HACK: This test will stay disabled, removed or changed depending on how
+// BrowserCoordinator behaves on dealloc.
edchin 2017/02/02 22:43:20 I think it is best to remove this code entirely. Y
sczs 2017/02/02 23:25:51 I was thinking the exact same thing. But decide to
marq (ping after 24h) 2017/02/03 08:36:15 I want to get out of the mindset of disabling test
sczs 2017/02/03 18:51:23 Done.
+TEST(DISABLED_BrowserCoordinatorTest, TestStopOnDealloc) {
__block BOOL called = NO;
{
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698