| 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 46de5e29aeee69aedfb791084da2bcc52f584017..48e817708036675445e381b242a1f741cdc8eb01 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -1105,6 +1105,15 @@ COMMON_GTESTS = {
|
| ],
|
| 'test': 'gles2_conform_test',
|
| },
|
| + 'swiftshader_unittests': {
|
| + 'tester_configs': [
|
| + {
|
| + 'fyi_only': True,
|
| + # Run this on the optional tryservers.
|
| + 'run_on_optional': True,
|
| + },
|
| + ],
|
| + },
|
| 'tab_capture_end2end_tests': {
|
| 'tester_configs': [
|
| {
|
|
|