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

Unified Diff: mojo/tools/data/apptests

Issue 1341073004: Fix bug in shut down of HTMLViewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk 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 | « components/html_viewer/global_state.cc ('k') | 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 0ddb75363fc036143d1e6ed514e527f2a791793b..bf094d7c45a77cc127b03b26e21f0e117f2f17e8 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -56,24 +56,23 @@ if config.target_os != config.OS_ANDROID:
'test': 'mojo:filesystem_apptests',
'type': 'gtest_isolated',
},
-# 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']
-# },
+ {
+ '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 | « components/html_viewer/global_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698