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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "mojo_public_utility_unittests", 1041 "mojo_public_utility_unittests",
1042 "mojo_system_unittests", 1042 "mojo_system_unittests",
1043 "nacl_loader_unittests" 1043 "nacl_loader_unittests"
1044 ], 1044 ],
1045 "scripts": [ 1045 "scripts": [
1046 { 1046 {
1047 "name": "nacl_integration", 1047 "name": "nacl_integration",
1048 "script": "nacl_integration.py" 1048 "script": "nacl_integration.py"
1049 } 1049 }
1050 ] 1050 ]
1051 },
1052 "ClangToTLinuxASan tester": {
1053 "gtest_tests": [
1054 "accessibility_unittests",
1055 "extensions_browsertests",
1056 {
1057 "test": "base_unittests",
1058 "swarming": {
1059 "can_use_on_swarming_builders": true
1060 }
1061 },
1062 {
1063 "test": "browser_tests",
1064 "swarming": {
1065 "can_use_on_swarming_builders": true,
1066 "shards": 5
1067 }
1068 },
1069 "cacheinvalidation_unittests",
1070 "cast_unittests",
1071 "cc_unittests",
1072 "components_unittests",
1073 {
1074 "test": "content_browsertests",
1075 "swarming": {
1076 "can_use_on_swarming_builders": true
1077 }
1078 },
1079 {
1080 "test": "content_unittests",
1081 "swarming": {
1082 "can_use_on_swarming_builders": true
1083 }
1084 },
1085 {
1086 "test": "crypto_unittests",
1087 "swarming": {
1088 "can_use_on_swarming_builders": true
1089 }
1090 },
1091 "device_unittests",
1092 "display_unittests",
1093 "extensions_unittests",
1094 "gcm_unit_tests",
1095 "gfx_unittests",
1096 "google_apis_unittests",
1097 "gpu_unittests",
1098 {
1099 "test": "interactive_ui_tests",
1100 "swarming": {
1101 "can_use_on_swarming_builders": true
1102 }
1103 },
1104 "ipc_tests",
1105 "jingle_unittests",
1106 "media_unittests",
1107 {
1108 "test": "net_unittests",
1109 "swarming": {
1110 "can_use_on_swarming_builders": true,
1111 "shards": 4
1112 }
1113 },
1114 "ppapi_unittests",
1115 "printing_unittests",
1116 "remoting_unittests",
1117 "sandbox_linux_unittests",
1118 "skia_unittests",
1119 "sql_unittests",
1120 "sync_unit_tests",
1121 "ui_base_unittests",
1122 {
1123 "test": "unit_tests",
1124 "swarming": {
1125 "can_use_on_swarming_builders": true,
1126 "shards": 2
1127 }
1128 },
1129 "url_unittests"
1130 ]
1131 } 1051 }
1132 } 1052 }
OLDNEW
« no previous file with comments | « testing/android/native_test_jni_onload.cc ('k') | testing/chromoting/browser_test_commands_linux.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698