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

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

Issue 2619493004: Port hw_accel_feature and screenshot_sync tests to new harness. (Closed)
Patch Set: Increase screenshot_sync repetitions back to 20. 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 | « no previous file | content/test/gpu/gpu_tests/hardware_accelerated_feature.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 f0af56fdba94e53ab95e74e429ae3da7197460d8..f158e024b35762e5ce3aed29f44bf6fae6a6cf3d 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1115,13 +1115,6 @@ NON_SWARMED_GTESTS = {
}
TELEMETRY_TESTS = {
- 'hardware_accelerated_feature': {
- 'tester_configs': [
- {
- 'allow_on_android': True,
- },
- ],
- },
'maps_pixel_test': {
'target_name': 'maps',
'args': [
@@ -1138,13 +1131,6 @@ TELEMETRY_TESTS = {
},
],
},
- 'screenshot_sync': {
- 'tester_configs': [
- {
- 'allow_on_android': True,
- },
- ],
- },
}
# These tests use Telemetry's new, simpler, browser_test_runner.
@@ -1173,6 +1159,13 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
}
],
},
+ 'hardware_accelerated_feature': {
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ],
+ },
'pixel_test': {
'target_name': 'pixel',
'args': [
@@ -1197,6 +1190,13 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
},
],
},
+ 'screenshot_sync': {
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ],
+ },
'trace_test': {
'tester_configs': [
{
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/hardware_accelerated_feature.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698