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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2611263002: Port gpu_process tests to gpu_integration_test harness. (Closed)
Patch Set: Added workaround for flakiness on Android. Created 3 years, 11 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 | « content/test/data/gpu/functional_files/context.js ('k') | content/test/gpu/gpu_tests/gpu_process.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 28cc68be47aba800340c02a4af68d6e5d281aa6f..f0af56fdba94e53ab95e74e429ae3da7197460d8 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1115,14 +1115,6 @@ NON_SWARMED_GTESTS = {
}
TELEMETRY_TESTS = {
- 'gpu_process_launch_tests': {
- 'target_name': 'gpu_process',
- 'tester_configs': [
- {
- 'allow_on_android': True,
- }
- ],
- },
'hardware_accelerated_feature': {
'tester_configs': [
{
@@ -1173,6 +1165,14 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
},
]
},
+ 'gpu_process_launch_tests': {
+ 'target_name': 'gpu_process',
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ }
+ ],
+ },
'pixel_test': {
'target_name': 'pixel',
'args': [
« no previous file with comments | « content/test/data/gpu/functional_files/context.js ('k') | content/test/gpu/gpu_tests/gpu_process.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698