Commit 2f152dd8 authored by hans's avatar hans Committed by Commit bot

Add angle_unittests to Clang ToT buildbot test lists

These broke in the last roll attempt, and weren't caught by ToT bots :(

BUG=452726

Review URL: https://codereview.chromium.org/1125313007

Cr-Commit-Position: refs/heads/master@{#330667}
parent 41e9150f
...@@ -169,6 +169,9 @@ ...@@ -169,6 +169,9 @@
}, },
"test": "accessibility_unittests" "test": "accessibility_unittests"
}, },
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -341,6 +344,9 @@ ...@@ -341,6 +344,9 @@
}, },
"test": "accessibility_unittests" "test": "accessibility_unittests"
}, },
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -477,6 +483,9 @@ ...@@ -477,6 +483,9 @@
{ {
"test": "accessibility_unittests" "test": "accessibility_unittests"
}, },
{
"test": "angle_unittests"
},
{ {
"test": "app_list_unittests" "test": "app_list_unittests"
}, },
...@@ -642,6 +651,9 @@ ...@@ -642,6 +651,9 @@
{ {
"test": "accessibility_unittests" "test": "accessibility_unittests"
}, },
{
"test": "angle_unittests"
},
{ {
"test": "app_list_unittests" "test": "app_list_unittests"
}, },
...@@ -804,6 +816,9 @@ ...@@ -804,6 +816,9 @@
}, },
"CrWinAsan tester": { "CrWinAsan tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -919,6 +934,9 @@ ...@@ -919,6 +934,9 @@
}, },
"CrWinAsan(dll) tester": { "CrWinAsan(dll) tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1034,6 +1052,9 @@ ...@@ -1034,6 +1052,9 @@
}, },
"CrWinClang tester": { "CrWinClang tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1162,6 +1183,9 @@ ...@@ -1162,6 +1183,9 @@
}, },
"CrWinClang(dbg) tester": { "CrWinClang(dbg) tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1290,6 +1314,9 @@ ...@@ -1290,6 +1314,9 @@
}, },
"CrWinClang(shared) tester": { "CrWinClang(shared) tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1418,6 +1445,9 @@ ...@@ -1418,6 +1445,9 @@
}, },
"CrWinClang64 tester": { "CrWinClang64 tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1546,6 +1576,9 @@ ...@@ -1546,6 +1576,9 @@
}, },
"CrWinClang64(dbg) tester": { "CrWinClang64(dbg) tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1674,6 +1707,9 @@ ...@@ -1674,6 +1707,9 @@
}, },
"CrWinClang64(dll) tester": { "CrWinClang64(dll) tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -1802,6 +1838,9 @@ ...@@ -1802,6 +1838,9 @@
}, },
"CrWinClangLLD tester": { "CrWinClangLLD tester": {
"gtest_tests": [ "gtest_tests": [
{
"test": "angle_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment