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

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

Issue 2604153005: Port trace_test to the new gpu_integration_test harness. (Closed)
Patch Set: Created 4 years 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/trace_integration_test.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 0ad1c8e199650fac56a056b61ceb59e234a98cbc..28cc68be47aba800340c02a4af68d6e5d281aa6f 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1153,13 +1153,6 @@ TELEMETRY_TESTS = {
},
],
},
- 'trace_test': {
- 'tester_configs': [
- {
- 'allow_on_android': True,
- },
- ],
- },
}
# These tests use Telemetry's new, simpler, browser_test_runner.
@@ -1204,6 +1197,13 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
},
],
},
+ 'trace_test': {
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ],
+ },
'webgl_conformance': {
'tester_configs': [
{
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/trace_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698