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

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

Issue 2299083002: Switch context_lost test to gpu_integration_test harness. (Closed)
Patch Set: Rebased. Created 4 years, 3 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 b431c9ed7a9b94ee4bd21161c54a89f22eb44c98..94a1e574eeb3446beccb913a8723bbf3f00ac6a7 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -918,13 +918,6 @@ NON_SWARMED_GTESTS = {
}
TELEMETRY_TESTS = {
- 'context_lost': {
- 'tester_configs': [
- {
- 'allow_on_android': True,
- },
- ]
- },
'gpu_process_launch_tests': {
'target_name': 'gpu_process',
'tester_configs': [
@@ -1007,6 +1000,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