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

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

Issue 8774021: Disable CertificateViewerUITests on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 1 month 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/certificate_viewer_dialog_test.js
diff --git a/chrome/test/data/webui/certificate_viewer_dialog_test.js b/chrome/test/data/webui/certificate_viewer_dialog_test.js
index fc22d6d53120ae3fff9de70456e3e4226c30cf83..161e8a7297ec9b4390e1143068f2be6c876ea068 100644
--- a/chrome/test/data/webui/certificate_viewer_dialog_test.js
+++ b/chrome/test/data/webui/certificate_viewer_dialog_test.js
@@ -43,9 +43,10 @@ CertificateViewerUITestAsync.prototype = {
// Include the bulk of c++ code.
// Certificate viewer UI tests are disabled on platforms with native certificate
// viewers.
+// They fails on aura/linux, aura/chromeos. See crbug.com/105952.
Sheridan Rawlins 2011/12/02 01:04:39 nit: s/fails/fail/
GEN('#include "chrome/test/data/webui/certificate_viewer_ui_test-inl.h"');
GEN('')
-GEN('#if !defined(OS_POSIX) || defined(OS_MACOSX)')
+GEN('#if !defined(OS_POSIX) || defined(OS_MACOSX) || defined(USE_AURA)')
GEN('#define MAYBE_testDialogURL DISABLED_testDialogURL')
GEN('#define MAYBE_testCN DISABLED_testCN')
GEN('#define MAYBE_testDetails DISABLED_testDetails')
« 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