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

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

Issue 2297623002: Switch context_lost test to gpu_integration_test harness. (Closed)
Patch Set: Switch context_lost test to gpu_integration_test harness. Created 4 years, 4 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/context_lost_expectations.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 b357a628dad91df3ca6d3022db09886801f5a3ba..2f06628350a3342909f2a2edc9bc64de0a4214cd 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -801,13 +801,6 @@ NON_SWARMED_GTESTS = {
}
TELEMETRY_TESTS = {
- 'context_lost': {
- 'tester_configs': [
- {
- 'allow_on_android': True,
- },
- ]
- },
'gpu_process_launch_tests': {
'target_name': 'gpu_process',
'tester_configs': [
@@ -890,6 +883,13 @@ TELEMETRY_TESTS = {
# Eventually all of the Telemetry based tests above will be ported to
# this harness, and the old harness will be deleted.
TELEMETRY_GPU_INTEGRATION_TESTS = {
+ 'context_lost': {
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ]
+ },
'webgl_conformance': {
'tester_configs': [
{
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/context_lost_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698