diff options
author | msw <msw@chromium.org> | 2015-04-22 20:56:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-23 03:56:16 +0000 |
commit | c63074b1ff450b5a4e71d810f71a9a42af432bca (patch) | |
tree | 7297723c9d5a9cc5f7bb0aa3431bcd7a22fb070b /mojo | |
parent | 7460107c71fa697f1f765a1c9b00062020223f1e (diff) | |
download | chromium_src-c63074b1ff450b5a4e71d810f71a9a42af432bca.zip chromium_src-c63074b1ff450b5a4e71d810f71a9a42af432bca.tar.gz chromium_src-c63074b1ff450b5a4e71d810f71a9a42af432bca.tar.bz2 |
Use --is-headless flag for mojo:html_viewer_apptests.
Shutdown flakily crashes in gles2 code without this flag.
BUG=479298
TEST=html_viewer_apptests passes and doesn't crash locally and on the bots.
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/1101043002
Cr-Commit-Position: refs/heads/master@{#326442}
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/tools/data/apptests | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests index 705225f..7f336c6 100644 --- a/mojo/tools/data/apptests +++ b/mojo/tools/data/apptests @@ -28,10 +28,10 @@ tests = [ { "test": "mojo:clipboard_apptests", }, - # TODO(msw): Fix and enable the html_viewer_apptests: http://crbug.com/479298 - #{ - # "test": "mojo:html_viewer_apptests", - #}, + { + "test": "mojo:html_viewer_apptests", + "shell-args": ["--is-headless"], + }, { "test": "mojo:network_service_apptests", }, |