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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 14878002: Some fix for gpu driver bug list. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | content/browser/gpu/gpu_driver_bug_list.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_runner.py
===================================================================
--- build/android/pylib/gtest/test_runner.py (revision 197113)
+++ build/android/pylib/gtest/test_runner.py (working copy)
@@ -109,6 +109,8 @@
]
elif test_suite_basename == 'content_unittests':
return [
+ 'content/browser/gpu/gpu_driver_bug_list.json',
+ 'content/browser/gpu/gpu_switching_list.json',
'content/browser/gpu/software_rendering_list.json',
'content/test/data/gpu/webgl_conformance_test_expectations.txt',
'net/data/ssl/certificates/',
« no previous file with comments | « no previous file | content/browser/gpu/gpu_driver_bug_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698