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

Unified Diff: mojo/tools/data/apptests

Issue 1345503002: Temporarily disables html_viewer tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index bf094d7c45a77cc127b03b26e21f0e117f2f17e8..0ddb75363fc036143d1e6ed514e527f2a791793b 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -56,23 +56,24 @@ if config.target_os != config.OS_ANDROID:
'test': 'mojo:filesystem_apptests',
'type': 'gtest_isolated',
},
- {
- 'test': 'mojo:html_viewer_apptests',
- 'name': 'mojo:html_viewer_apptests',
- 'type': 'gtest_isolated',
- 'args': ['--enable-html-viewer-test-interface',
- '--use-x11-test-config',
- '--override-use-gl-with-osmesa-for-tests']
- },
- {
- 'test': 'mojo:html_viewer_apptests',
- 'name': 'mojo:html_viewer_apptests new frame',
- 'type': 'gtest_isolated',
- 'args': ['--oopif-always-create-new-frame-tree',
- '--enable-html-viewer-test-interface',
- '--use-x11-test-config',
- '--override-use-gl-with-osmesa-for-tests']
- },
+# TODO(sky): reenable once 531120 is fixed.
+# {
+# 'test': 'mojo:html_viewer_apptests',
+# 'name': 'mojo:html_viewer_apptests',
+# 'type': 'gtest_isolated',
+# 'args': ['--enable-html-viewer-test-interface',
+# '--use-x11-test-config',
+# '--override-use-gl-with-osmesa-for-tests']
+# },
+# {
+# 'test': 'mojo:html_viewer_apptests',
+# 'name': 'mojo:html_viewer_apptests new frame',
+# 'type': 'gtest_isolated',
+# 'args': ['--oopif-always-create-new-frame-tree',
+# '--enable-html-viewer-test-interface',
+# '--use-x11-test-config',
+# '--override-use-gl-with-osmesa-for-tests']
+# },
# TODO(ben): These tests are disabled pending mandoline:browser refactoring.
#{
# 'test': 'mojo:mandoline_browser_apptests',
« 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