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

Unified Diff: chrome/test/data/webui/bluetooth_internals_browsertest.js

Issue 2795143002: Disable BluetoothInternalsTest.Startup_BluetoothInternal more (Closed)
Patch Set: upd comment Created 3 years, 8 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: chrome/test/data/webui/bluetooth_internals_browsertest.js
diff --git a/chrome/test/data/webui/bluetooth_internals_browsertest.js b/chrome/test/data/webui/bluetooth_internals_browsertest.js
index e3720828b671c5b6df3ce41f965cf5226f1c0547..cef7a06f633eb004ea3ad238b27e29ea55c1bec2 100644
--- a/chrome/test/data/webui/bluetooth_internals_browsertest.js
+++ b/chrome/test/data/webui/bluetooth_internals_browsertest.js
@@ -307,8 +307,8 @@ BluetoothInternalsTest.prototype = {
},
};
-// Flaky on Mac & Linux in Debug. See crbug.com/707824
-GEN('#if !defined(NDEBUG) && (defined(OS_MACOSX) || defined(OS_LINUX))');
+// Flaky on Debug and ASAN. See crbug.com/707530
+GEN('#if !defined(NDEBUG) || defined(ADDRESS_SANITIZER)');
GEN('#define MAYBE_Startup_BluetoothInternals ' +
'DISABLED_Startup_BluetoothInternals');
GEN('#else');
« 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