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

Unified Diff: chrome/browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js

Issue 2646693002: Disable CertificateManagerDialogWebUITest.Basic on ASAN (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js
diff --git a/chrome/browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js b/chrome/browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js
index a50525d5f8a655c1b6349489e3c2716e134db857..42b78858e2c3480d9606a4a227ac9abdf29fc354 100644
--- a/chrome/browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js
+++ b/chrome/browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.js
@@ -18,7 +18,13 @@ CertificateManagerDialogWebUITest.prototype = {
browsePreload: 'chrome://certificate-manager/',
};
+// crbug.com/682497
+GEN('#if defined(ADDRESS_SANITIZER)');
+GEN('#define MAYBE_Basic DISABLED_Basic');
+GEN('#else');
+GEN('#define MAYBE_Basic Basic');
+GEN('#endif');
// Sanity test of the WebUI could be opened with no errors.
-TEST_F('CertificateManagerDialogWebUITest', 'Basic', function() {
+TEST_F('CertificateManagerDialogWebUITest', 'MAYBE_Basic', function() {
assertEquals(this.browsePreload, document.location.href);
});
« 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