|
18 | 18 | test_suite(
|
19 | 19 | name = "org_golang_x_crypto",
|
20 | 20 | tests = [
|
21 |
| - "@org_golang_x_crypto//acme:go_default_test", |
22 |
| - "@org_golang_x_crypto//acme/autocert:go_default_test", |
23 |
| - "@org_golang_x_crypto//argon2:go_default_test", |
24 |
| - "@org_golang_x_crypto//bcrypt:go_default_test", |
25 |
| - "@org_golang_x_crypto//blake2b:go_default_test", |
26 |
| - "@org_golang_x_crypto//blake2s:go_default_test", |
27 |
| - "@org_golang_x_crypto//blowfish:go_default_test", |
28 |
| - "@org_golang_x_crypto//bn256:go_default_test", |
29 |
| - "@org_golang_x_crypto//cast5:go_default_test", |
30 |
| - "@org_golang_x_crypto//chacha20poly1305:go_default_test", |
31 |
| - "@org_golang_x_crypto//cryptobyte:go_default_test", |
32 |
| - "@org_golang_x_crypto//curve25519:go_default_test", |
33 |
| - "@org_golang_x_crypto//ed25519:go_default_test", |
34 |
| - "@org_golang_x_crypto//hkdf:go_default_test", |
35 |
| - "@org_golang_x_crypto//internal/chacha20:go_default_test", |
36 |
| - "@org_golang_x_crypto//internal/subtle:go_default_test", |
37 |
| - "@org_golang_x_crypto//md4:go_default_test", |
38 |
| - "@org_golang_x_crypto//nacl/auth:go_default_test", |
39 |
| - "@org_golang_x_crypto//nacl/box:go_default_test", |
40 |
| - "@org_golang_x_crypto//nacl/secretbox:go_default_test", |
41 |
| - "@org_golang_x_crypto//nacl/sign:go_default_test", |
42 |
| - "@org_golang_x_crypto//ocsp:go_default_test", |
43 |
| - "@org_golang_x_crypto//openpgp:go_default_test", |
44 |
| - "@org_golang_x_crypto//openpgp/armor:go_default_test", |
45 |
| - "@org_golang_x_crypto//openpgp/clearsign:go_default_test", |
46 |
| - "@org_golang_x_crypto//openpgp/elgamal:go_default_test", |
47 |
| - "@org_golang_x_crypto//openpgp/packet:go_default_test", |
48 |
| - "@org_golang_x_crypto//openpgp/s2k:go_default_test", |
49 |
| - "@org_golang_x_crypto//otr:go_default_test", |
50 |
| - "@org_golang_x_crypto//pbkdf2:go_default_test", |
51 |
| - "@org_golang_x_crypto//pkcs12:go_default_test", |
52 |
| - "@org_golang_x_crypto//pkcs12/internal/rc2:go_default_test", |
53 |
| - "@org_golang_x_crypto//poly1305:go_default_test", |
54 |
| - "@org_golang_x_crypto//ripemd160:go_default_test", |
55 |
| - "@org_golang_x_crypto//salsa20:go_default_test", |
56 |
| - "@org_golang_x_crypto//salsa20/salsa:go_default_test", |
57 |
| - "@org_golang_x_crypto//scrypt:go_default_test", |
58 |
| - "@org_golang_x_crypto//sha3:go_default_test", |
59 |
| - "@org_golang_x_crypto//ssh/knownhosts:go_default_test", |
60 |
| - "@org_golang_x_crypto//ssh/terminal:go_default_test", |
61 |
| - "@org_golang_x_crypto//tea:go_default_test", |
62 |
| - "@org_golang_x_crypto//twofish:go_default_test", |
63 |
| - "@org_golang_x_crypto//xtea:go_default_test", |
64 |
| - "@org_golang_x_crypto//xts:go_default_test", |
| 21 | + "@org_golang_x_crypto//acme:acme_test", |
| 22 | + "@org_golang_x_crypto//acme/autocert:autocert_test", |
| 23 | + "@org_golang_x_crypto//argon2:argon2_test", |
| 24 | + "@org_golang_x_crypto//bcrypt:bcrypt_test", |
| 25 | + "@org_golang_x_crypto//blake2b:blake2b_test", |
| 26 | + "@org_golang_x_crypto//blake2s:blake2s_test", |
| 27 | + "@org_golang_x_crypto//blowfish:blowfish_test", |
| 28 | + "@org_golang_x_crypto//bn256:bn256_test", |
| 29 | + "@org_golang_x_crypto//cast5:cast5_test", |
| 30 | + "@org_golang_x_crypto//chacha20poly1305:chacha20poly1305_test", |
| 31 | + "@org_golang_x_crypto//cryptobyte:cryptobyte_test", |
| 32 | + "@org_golang_x_crypto//curve25519:curve25519_test", |
| 33 | + "@org_golang_x_crypto//ed25519:ed25519_test", |
| 34 | + "@org_golang_x_crypto//hkdf:hkdf_test", |
| 35 | + "@org_golang_x_crypto//internal/chacha20:chacha20_test", |
| 36 | + "@org_golang_x_crypto//internal/subtle:subtle_test", |
| 37 | + "@org_golang_x_crypto//md4:md4_test", |
| 38 | + "@org_golang_x_crypto//nacl/auth:auth_test", |
| 39 | + "@org_golang_x_crypto//nacl/box:box_test", |
| 40 | + "@org_golang_x_crypto//nacl/secretbox:secretbox_test", |
| 41 | + "@org_golang_x_crypto//nacl/sign:sign_test", |
| 42 | + "@org_golang_x_crypto//ocsp:ocsp_test", |
| 43 | + "@org_golang_x_crypto//openpgp:openpgp_test", |
| 44 | + "@org_golang_x_crypto//openpgp/armor:armor_test", |
| 45 | + "@org_golang_x_crypto//openpgp/clearsign:clearsign_test", |
| 46 | + "@org_golang_x_crypto//openpgp/elgamal:elgamal_test", |
| 47 | + "@org_golang_x_crypto//openpgp/packet:packet_test", |
| 48 | + "@org_golang_x_crypto//openpgp/s2k:s2k_test", |
| 49 | + "@org_golang_x_crypto//otr:otr_test", |
| 50 | + "@org_golang_x_crypto//pbkdf2:pbkdf2_test", |
| 51 | + "@org_golang_x_crypto//pkcs12:pkcs12_test", |
| 52 | + "@org_golang_x_crypto//pkcs12/internal/rc2:rc2_test", |
| 53 | + "@org_golang_x_crypto//poly1305:poly1305_test", |
| 54 | + "@org_golang_x_crypto//ripemd160:ripemd160_test", |
| 55 | + "@org_golang_x_crypto//salsa20:salsa20_test", |
| 56 | + "@org_golang_x_crypto//salsa20/salsa:salsa_test", |
| 57 | + "@org_golang_x_crypto//scrypt:scrypt_test", |
| 58 | + "@org_golang_x_crypto//sha3:sha3_test", |
| 59 | + "@org_golang_x_crypto//ssh/knownhosts:knownhosts_test", |
| 60 | + "@org_golang_x_crypto//ssh/terminal:terminal_test", |
| 61 | + "@org_golang_x_crypto//tea:tea_test", |
| 62 | + "@org_golang_x_crypto//twofish:twofish_test", |
| 63 | + "@org_golang_x_crypto//xtea:xtea_test", |
| 64 | + "@org_golang_x_crypto//xts:xts_test", |
65 | 65 | ],
|
66 | 66 | )
|
67 | 67 |
|
68 | 68 | test_suite(
|
69 | 69 | name = "org_golang_x_net",
|
70 | 70 | tests = [
|
71 |
| - "@org_golang_x_net//context:go_default_test", |
72 |
| - "@org_golang_x_net//context/ctxhttp:go_default_test", |
73 |
| - "@org_golang_x_net//dns/dnsmessage:go_default_test", |
74 |
| - "@org_golang_x_net//html:go_default_test", |
75 |
| - "@org_golang_x_net//html/atom:go_default_test", |
76 |
| - "@org_golang_x_net//http2/hpack:go_default_test", |
77 |
| - "@org_golang_x_net//idna:go_default_test", |
78 |
| - "@org_golang_x_net//internal/socket:go_default_test", |
79 |
| - "@org_golang_x_net//internal/timeseries:go_default_test", |
80 |
| - "@org_golang_x_net//ipv4:go_default_test", |
81 |
| - "@org_golang_x_net//ipv6:go_default_test", |
82 |
| - "@org_golang_x_net//lex/httplex:go_default_test", |
83 |
| - "@org_golang_x_net//netutil:go_default_test", |
84 |
| - "@org_golang_x_net//proxy:go_default_test", |
85 |
| - "@org_golang_x_net//publicsuffix:go_default_test", |
86 |
| - "@org_golang_x_net//trace:go_default_test", |
87 |
| - "@org_golang_x_net//webdav:go_default_test", |
88 |
| - "@org_golang_x_net//webdav/internal/xml:go_default_test", |
89 |
| - "@org_golang_x_net//websocket:go_default_test", |
90 |
| - "@org_golang_x_net//xsrftoken:go_default_test", |
| 71 | + "@org_golang_x_net//context:context_test", |
| 72 | + "@org_golang_x_net//context/ctxhttp:ctxhttp_test", |
| 73 | + "@org_golang_x_net//dns/dnsmessage:dnsmessage_test", |
| 74 | + "@org_golang_x_net//html:html_test", |
| 75 | + "@org_golang_x_net//html/atom:atom_test", |
| 76 | + "@org_golang_x_net//http2/hpack:hpack_test", |
| 77 | + "@org_golang_x_net//idna:idna_test", |
| 78 | + "@org_golang_x_net//internal/socket:socket_test", |
| 79 | + "@org_golang_x_net//internal/timeseries:timeseries_test", |
| 80 | + "@org_golang_x_net//ipv4:ipv4_test", |
| 81 | + "@org_golang_x_net//ipv6:ipv6_test", |
| 82 | + "@org_golang_x_net//lex/httplex:httplex_test", |
| 83 | + "@org_golang_x_net//netutil:netutil_test", |
| 84 | + "@org_golang_x_net//proxy:proxy_test", |
| 85 | + "@org_golang_x_net//publicsuffix:publicsuffix_test", |
| 86 | + "@org_golang_x_net//trace:trace_test", |
| 87 | + "@org_golang_x_net//webdav:webdav_test", |
| 88 | + "@org_golang_x_net//webdav/internal/xml:xml_test", |
| 89 | + "@org_golang_x_net//websocket:websocket_test", |
| 90 | + "@org_golang_x_net//xsrftoken:xsrftoken_test", |
91 | 91 | ],
|
92 | 92 | )
|
93 | 93 |
|
94 | 94 | test_suite(
|
95 | 95 | name = "org_golang_x_sys",
|
96 | 96 | tests = [
|
97 |
| - "@org_golang_x_sys//cpu:go_default_test", |
98 |
| - "@org_golang_x_sys//plan9:go_default_test", |
99 |
| - "@org_golang_x_sys//windows:go_default_test", |
100 |
| - "@org_golang_x_sys//windows/registry:go_default_test", |
101 |
| - "@org_golang_x_sys//windows/svc:go_default_test", |
102 |
| - "@org_golang_x_sys//windows/svc/eventlog:go_default_test", |
103 |
| - "@org_golang_x_sys//windows/svc/mgr:go_default_test", |
| 97 | + "@org_golang_x_sys//cpu:cpu_test", |
| 98 | + "@org_golang_x_sys//plan9:plan9_test", |
| 99 | + "@org_golang_x_sys//unix:unix_test", |
| 100 | + "@org_golang_x_sys//windows:windows_test", |
| 101 | + "@org_golang_x_sys//windows/registry:registry_test", |
| 102 | + "@org_golang_x_sys//windows/svc:svc_test", |
| 103 | + "@org_golang_x_sys//windows/svc/eventlog:eventlog_test", |
| 104 | + "@org_golang_x_sys//windows/svc/mgr:mgr_test", |
104 | 105 | ],
|
105 | 106 | )
|
106 | 107 |
|
107 | 108 | test_suite(
|
108 | 109 | name = "org_golang_x_text",
|
109 | 110 | tests = [
|
110 |
| - "@org_golang_x_text//cases:go_default_test", |
111 |
| - "@org_golang_x_text//collate:go_default_test", |
112 |
| - "@org_golang_x_text//collate/build:go_default_test", |
113 |
| - "@org_golang_x_text//currency:go_default_test", |
114 |
| - "@org_golang_x_text//encoding:go_default_test", |
115 |
| - "@org_golang_x_text//encoding/htmlindex:go_default_test", |
116 |
| - "@org_golang_x_text//encoding/ianaindex:go_default_test", |
117 |
| - "@org_golang_x_text//feature/plural:go_default_test", |
118 |
| - "@org_golang_x_text//internal:go_default_test", |
119 |
| - "@org_golang_x_text//internal/catmsg:go_default_test", |
120 |
| - "@org_golang_x_text//internal/colltab:go_default_test", |
121 |
| - "@org_golang_x_text//internal/export/idna:go_default_test", |
122 |
| - "@org_golang_x_text//internal/number:go_default_test", |
123 |
| - "@org_golang_x_text//internal/stringset:go_default_test", |
124 |
| - "@org_golang_x_text//internal/tag:go_default_test", |
125 |
| - "@org_golang_x_text//internal/triegen:go_default_test", |
126 |
| - "@org_golang_x_text//internal/ucd:go_default_test", |
127 |
| - "@org_golang_x_text//language:go_default_test", |
128 |
| - "@org_golang_x_text//language/display:go_default_test", |
129 |
| - "@org_golang_x_text//message:go_default_test", |
130 |
| - "@org_golang_x_text//runes:go_default_test", |
131 |
| - "@org_golang_x_text//search:go_default_test", |
132 |
| - "@org_golang_x_text//secure/bidirule:go_default_test", |
133 |
| - "@org_golang_x_text//secure/precis:go_default_test", |
134 |
| - "@org_golang_x_text//transform:go_default_test", |
135 |
| - "@org_golang_x_text//unicode/bidi:go_default_test", |
136 |
| - "@org_golang_x_text//unicode/cldr:go_default_test", |
137 |
| - "@org_golang_x_text//unicode/norm:go_default_test", |
138 |
| - "@org_golang_x_text//unicode/rangetable:go_default_test", |
139 |
| - "@org_golang_x_text//unicode/runenames:go_default_test", |
140 |
| - "@org_golang_x_text//width:go_default_test", |
| 111 | + "@org_golang_x_text//cases:cases_test", |
| 112 | + "@org_golang_x_text//collate:collate_test", |
| 113 | + "@org_golang_x_text//collate/build:build_test", |
| 114 | + "@org_golang_x_text//currency:currency_test", |
| 115 | + "@org_golang_x_text//encoding:encoding_test", |
| 116 | + "@org_golang_x_text//encoding/htmlindex:htmlindex_test", |
| 117 | + "@org_golang_x_text//encoding/ianaindex:ianaindex_test", |
| 118 | + "@org_golang_x_text//feature/plural:plural_test", |
| 119 | + "@org_golang_x_text//internal:internal_test", |
| 120 | + "@org_golang_x_text//internal/catmsg:catmsg_test", |
| 121 | + "@org_golang_x_text//internal/colltab:colltab_test", |
| 122 | + "@org_golang_x_text//internal/export/idna:idna_test", |
| 123 | + "@org_golang_x_text//internal/number:number_test", |
| 124 | + "@org_golang_x_text//internal/stringset:stringset_test", |
| 125 | + "@org_golang_x_text//internal/tag:tag_test", |
| 126 | + "@org_golang_x_text//internal/triegen:triegen_test", |
| 127 | + "@org_golang_x_text//internal/ucd:ucd_test", |
| 128 | + "@org_golang_x_text//language:language_test", |
| 129 | + "@org_golang_x_text//language/display:display_test", |
| 130 | + "@org_golang_x_text//message:message_test", |
| 131 | + "@org_golang_x_text//runes:runes_test", |
| 132 | + "@org_golang_x_text//search:search_test", |
| 133 | + "@org_golang_x_text//secure/bidirule:bidirule_test", |
| 134 | + "@org_golang_x_text//secure/precis:precis_test", |
| 135 | + "@org_golang_x_text//transform:transform_test", |
| 136 | + "@org_golang_x_text//unicode/bidi:bidi_test", |
| 137 | + "@org_golang_x_text//unicode/cldr:cldr_test", |
| 138 | + "@org_golang_x_text//unicode/norm:norm_test", |
| 139 | + "@org_golang_x_text//unicode/rangetable:rangetable_test", |
| 140 | + "@org_golang_x_text//unicode/runenames:runenames_test", |
| 141 | + "@org_golang_x_text//width:width_test", |
141 | 142 | ],
|
142 | 143 | )
|
143 | 144 |
|
@@ -182,29 +183,29 @@ test_suite(
|
182 | 183 | test_suite(
|
183 | 184 | name = "com_github_golang_glog",
|
184 | 185 | tests = [
|
185 |
| - "@com_github_golang_glog//:go_default_test", |
| 186 | + "@com_github_golang_glog//:glog_test", |
186 | 187 | ],
|
187 | 188 | )
|
188 | 189 |
|
189 | 190 | test_suite(
|
190 | 191 | name = "org_golang_x_sync",
|
191 | 192 | tests = [
|
192 |
| - "@org_golang_x_sync//errgroup:go_default_test", |
193 |
| - "@org_golang_x_sync//semaphore:go_default_test", |
194 |
| - "@org_golang_x_sync//singleflight:go_default_test", |
195 |
| - "@org_golang_x_sync//syncmap:go_default_test", |
| 193 | + "@org_golang_x_sync//errgroup:errgroup_test", |
| 194 | + "@org_golang_x_sync//semaphore:semaphore_test", |
| 195 | + "@org_golang_x_sync//singleflight:singleflight_test", |
| 196 | + "@org_golang_x_sync//syncmap:syncmap_test", |
196 | 197 | ],
|
197 | 198 | )
|
198 | 199 |
|
199 | 200 | test_suite(
|
200 | 201 | name = "org_golang_x_mod",
|
201 | 202 | tests = [
|
202 |
| - "@org_golang_x_mod//modfile:go_default_test", |
203 |
| - "@org_golang_x_mod//module:go_default_test", |
204 |
| - "@org_golang_x_mod//semver:go_default_test", |
205 |
| - "@org_golang_x_mod//sumdb:go_default_test", |
206 |
| - "@org_golang_x_mod//sumdb/dirhash:go_default_test", |
207 |
| - "@org_golang_x_mod//sumdb/note:go_default_test", |
208 |
| - "@org_golang_x_mod//sumdb/storage:go_default_test", |
| 203 | + "@org_golang_x_mod//modfile:modfile_test", |
| 204 | + "@org_golang_x_mod//module:module_test", |
| 205 | + "@org_golang_x_mod//semver:semver_test", |
| 206 | + "@org_golang_x_mod//sumdb:sumdb_test", |
| 207 | + "@org_golang_x_mod//sumdb/dirhash:dirhash_test", |
| 208 | + "@org_golang_x_mod//sumdb/note:note_test", |
| 209 | + "@org_golang_x_mod//sumdb/storage:storage_test", |
209 | 210 | ],
|
210 | 211 | )
|
0 commit comments