From 90dc3fcf77319476258855daa2b6cac5fa59a114 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Thu, 4 Nov 2010 23:09:12 +0000 Subject: 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 --- chrome/chrome_tests.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/chrome_tests.gypi') 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', -- cgit v1.1