summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 23:09:12 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 23:09:12 +0000
commit90dc3fcf77319476258855daa2b6cac5fa59a114 (patch)
tree5b75fc8bdc9e5c52345712ca54d2c25906f78789 /chrome/chrome_tests.gypi
parenta4e8599648179473e375e8c6146ce9845c240ea1 (diff)
downloadchromium_src-90dc3fcf77319476258855daa2b6cac5fa59a114.zip
chromium_src-90dc3fcf77319476258855daa2b6cac5fa59a114.tar.gz
chromium_src-90dc3fcf77319476258855daa2b6cac5fa59a114.tar.bz2
Added GPUBrowserTest.BrowserTestLaunchedWithOSMesa.
This just verifies that the OpenGL backend is OSMesa and does a simple smoke test that it is functional. It is the browser test equivalent of GPUUITest.UITestLaunchedWithOSMesa. OSMesa should be required for both kinds of tests. I moved both tests into the new chrome/test/gpu directory. There are ongoing stability issues with OSMesa (and GL in general) on bots. TEST=passes locally, try BUG=none Review URL: http://codereview.chromium.org/4424001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 00737662..2de7cd8 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -507,9 +507,9 @@
'test/automation/extension_proxy_uitest.cc',
'test/automated_ui_tests/automated_ui_test_test.cc',
'test/chrome_process_util_uitest.cc',
+ 'test/gpu/gpu_uitest.cc',
'test/ui/dom_checker_uitest.cc',
'test/ui/dromaeo_benchmark_uitest.cc',
- 'test/ui/gpu_uitest.cc',
'test/ui/history_uitest.cc',
'test/ui/layout_plugin_uitest.cc',
'test/ui/npapi_uitest.cc',
@@ -2048,6 +2048,7 @@
'renderer/safe_browsing/render_view_fake_resources_test.h',
'renderer/translate_helper_browsertest.cc',
'test/automation/dom_automation_browsertest.cc',
+ 'test/gpu/gpu_browsertest.cc',
'test/in_process_browser_test.cc',
'test/in_process_browser_test.h',
'test/out_of_proc_test_runner.cc',