blob: a33ec79e52653466df8dde94dc64446ab74227f0 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch77715442016-02-22 14:20:25 -080017 - src/core/census/mlog.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch77715442016-02-22 14:20:25 -080022 - src/core/census/mlog.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
Craig Tillerc72cc422016-03-11 10:54:36 -080058 - src/core/support/backoff.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - src/core/support/block_annotate.h
60 - src/core/support/env.h
Craig Tiller732a8752016-02-22 15:59:19 -080061 - src/core/support/load_file.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 - src/core/support/murmur_hash.h
63 - src/core/support/stack_lockfree.h
64 - src/core/support/string.h
65 - src/core/support/string_win32.h
66 - src/core/support/thd_internal.h
67 - src/core/support/time_precise.h
Craig Tiller732a8752016-02-22 15:59:19 -080068 - src/core/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010069 src:
70 - src/core/profiling/basic_timers.c
71 - src/core/profiling/stap_timers.c
72 - src/core/support/alloc.c
73 - src/core/support/avl.c
Craig Tillerc72cc422016-03-11 10:54:36 -080074 - src/core/support/backoff.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - src/core/support/cmdline.c
76 - src/core/support/cpu_iphone.c
77 - src/core/support/cpu_linux.c
78 - src/core/support/cpu_posix.c
79 - src/core/support/cpu_windows.c
80 - src/core/support/env_linux.c
81 - src/core/support/env_posix.c
82 - src/core/support/env_win32.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010083 - src/core/support/histogram.c
84 - src/core/support/host_port.c
Craig Tiller732a8752016-02-22 15:59:19 -080085 - src/core/support/load_file.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010086 - src/core/support/log.c
87 - src/core/support/log_android.c
88 - src/core/support/log_linux.c
89 - src/core/support/log_posix.c
90 - src/core/support/log_win32.c
91 - src/core/support/murmur_hash.c
92 - src/core/support/slice.c
93 - src/core/support/slice_buffer.c
94 - src/core/support/stack_lockfree.c
95 - src/core/support/string.c
96 - src/core/support/string_posix.c
97 - src/core/support/string_win32.c
98 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010099 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 - src/core/support/sync.c
101 - src/core/support/sync_posix.c
102 - src/core/support/sync_win32.c
103 - src/core/support/thd.c
104 - src/core/support/thd_posix.c
105 - src/core/support/thd_win32.c
106 - src/core/support/time.c
107 - src/core/support/time_posix.c
108 - src/core/support/time_precise.c
109 - src/core/support/time_win32.c
110 - src/core/support/tls_pthread.c
Craig Tiller732a8752016-02-22 15:59:19 -0800111 - src/core/support/tmpfile_posix.c
112 - src/core/support/tmpfile_win32.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100113 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800114- name: gpr_codegen
115 public_headers:
116 - include/grpc/impl/codegen/alloc.h
117 - include/grpc/impl/codegen/atm.h
118 - include/grpc/impl/codegen/atm_gcc_atomic.h
119 - include/grpc/impl/codegen/atm_gcc_sync.h
120 - include/grpc/impl/codegen/atm_win32.h
121 - include/grpc/impl/codegen/log.h
122 - include/grpc/impl/codegen/port_platform.h
123 - include/grpc/impl/codegen/slice.h
124 - include/grpc/impl/codegen/slice_buffer.h
125 - include/grpc/impl/codegen/sync.h
126 - include/grpc/impl/codegen/sync_generic.h
127 - include/grpc/impl/codegen/sync_posix.h
128 - include/grpc/impl/codegen/sync_win32.h
129 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700130- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700131 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800132 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700133 - include/grpc++/channel.h
134 - include/grpc++/client_context.h
135 - include/grpc++/completion_queue.h
136 - include/grpc++/create_channel.h
137 - include/grpc++/generic/async_generic_service.h
138 - include/grpc++/generic/generic_stub.h
139 - include/grpc++/grpc++.h
140 - include/grpc++/impl/call.h
141 - include/grpc++/impl/client_unary_call.h
142 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800143 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/impl/proto_utils.h
145 - include/grpc++/impl/rpc_method.h
146 - include/grpc++/impl/rpc_service_method.h
147 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800148 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700149 - include/grpc++/impl/service_type.h
150 - include/grpc++/impl/sync.h
151 - include/grpc++/impl/sync_cxx11.h
152 - include/grpc++/impl/sync_no_cxx11.h
153 - include/grpc++/impl/thd.h
154 - include/grpc++/impl/thd_cxx11.h
155 - include/grpc++/impl/thd_no_cxx11.h
156 - include/grpc++/security/auth_context.h
157 - include/grpc++/security/auth_metadata_processor.h
158 - include/grpc++/security/credentials.h
159 - include/grpc++/security/server_credentials.h
160 - include/grpc++/server.h
161 - include/grpc++/server_builder.h
162 - include/grpc++/server_context.h
163 - include/grpc++/support/async_stream.h
164 - include/grpc++/support/async_unary_call.h
165 - include/grpc++/support/byte_buffer.h
166 - include/grpc++/support/channel_arguments.h
167 - include/grpc++/support/config.h
168 - include/grpc++/support/config_protobuf.h
169 - include/grpc++/support/slice.h
170 - include/grpc++/support/status.h
171 - include/grpc++/support/status_code_enum.h
172 - include/grpc++/support/string_ref.h
173 - include/grpc++/support/stub_options.h
174 - include/grpc++/support/sync_stream.h
175 - include/grpc++/support/time.h
176 headers:
177 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800178 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/common/create_auth_context.h
180 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700181 - src/cpp/server/thread_pool_interface.h
182 src:
183 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700184 - src/cpp/client/client_context.cc
185 - src/cpp/client/create_channel.cc
186 - src/cpp/client/create_channel_internal.cc
187 - src/cpp/client/credentials.cc
188 - src/cpp/client/generic_stub.cc
189 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800190 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100192 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700193 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700194 - src/cpp/server/async_generic_service.cc
195 - src/cpp/server/create_default_thread_pool.cc
196 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700197 - src/cpp/server/insecure_server_credentials.cc
198 - src/cpp/server/server.cc
199 - src/cpp/server/server_builder.cc
200 - src/cpp/server/server_context.cc
201 - src/cpp/server/server_credentials.cc
202 - src/cpp/util/byte_buffer.cc
203 - src/cpp/util/slice.cc
204 - src/cpp/util/status.cc
205 - src/cpp/util/string_ref.cc
206 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800207- name: grpc++_codegen
208 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800209 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800210 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800211 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800212 - include/grpc++/impl/codegen/call_hook.h
213 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800214 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800215 - include/grpc++/impl/codegen/client_unary_call.h
216 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800217 - include/grpc++/impl/codegen/completion_queue_tag.h
218 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800219 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100220 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800221 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800222 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800223 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800224 - include/grpc++/impl/codegen/rpc_method.h
225 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800226 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/serialization_traits.h
228 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800229 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800230 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800231 - include/grpc++/impl/codegen/status.h
232 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800233 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800234 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800235 - include/grpc++/impl/codegen/sync.h
236 - include/grpc++/impl/codegen/sync_cxx11.h
237 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800238 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800239 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800240 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100241 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700242- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700243 public_headers:
244 - include/grpc/byte_buffer.h
245 - include/grpc/byte_buffer_reader.h
246 - include/grpc/compression.h
247 - include/grpc/grpc.h
248 - include/grpc/status.h
249 headers:
250 - src/core/census/grpc_filter.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800251 - src/core/census/grpc_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/channel_args.h
253 - src/core/channel/channel_stack.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800254 - src/core/channel/channel_stack_builder.h
Craig Tiller25834342015-09-25 08:08:24 -0700255 - src/core/channel/client_channel.h
256 - src/core/channel/compress_filter.h
257 - src/core/channel/connected_channel.h
258 - src/core/channel/context.h
259 - src/core/channel/http_client_filter.h
260 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800261 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700262 - src/core/client_config/client_config.h
263 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800264 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800265 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700266 - src/core/client_config/lb_policies/pick_first.h
267 - src/core/client_config/lb_policies/round_robin.h
268 - src/core/client_config/lb_policy.h
269 - src/core/client_config/lb_policy_factory.h
270 - src/core/client_config/lb_policy_registry.h
271 - src/core/client_config/resolver.h
272 - src/core/client_config/resolver_factory.h
273 - src/core/client_config/resolver_registry.h
274 - src/core/client_config/resolvers/dns_resolver.h
275 - src/core/client_config/resolvers/sockaddr_resolver.h
276 - src/core/client_config/subchannel.h
277 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800278 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700279 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800280 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 - src/core/compression/message_compress.h
282 - src/core/debug/trace.h
Matthew Iselin1824f052016-02-10 12:16:06 +1100283 - src/core/http/format_request.h
284 - src/core/http/httpcli.h
285 - src/core/http/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 - src/core/iomgr/closure.h
287 - src/core/iomgr/endpoint.h
288 - src/core/iomgr/endpoint_pair.h
289 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700290 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700291 - src/core/iomgr/fd_posix.h
292 - src/core/iomgr/iocp_windows.h
293 - src/core/iomgr/iomgr.h
294 - src/core/iomgr/iomgr_internal.h
295 - src/core/iomgr/iomgr_posix.h
296 - src/core/iomgr/pollset.h
297 - src/core/iomgr/pollset_posix.h
298 - src/core/iomgr/pollset_set.h
299 - src/core/iomgr/pollset_set_posix.h
300 - src/core/iomgr/pollset_set_windows.h
301 - src/core/iomgr/pollset_windows.h
302 - src/core/iomgr/resolve_address.h
303 - src/core/iomgr/sockaddr.h
304 - src/core/iomgr/sockaddr_posix.h
305 - src/core/iomgr/sockaddr_utils.h
306 - src/core/iomgr/sockaddr_win32.h
307 - src/core/iomgr/socket_utils_posix.h
308 - src/core/iomgr/socket_windows.h
309 - src/core/iomgr/tcp_client.h
310 - src/core/iomgr/tcp_posix.h
311 - src/core/iomgr/tcp_server.h
312 - src/core/iomgr/tcp_windows.h
313 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700314 - src/core/iomgr/timer.h
315 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700316 - src/core/iomgr/udp_server.h
ahedberg43df2952016-03-18 10:46:38 -0400317 - src/core/iomgr/unix_sockets_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700318 - src/core/iomgr/wakeup_fd_pipe.h
319 - src/core/iomgr/wakeup_fd_posix.h
320 - src/core/iomgr/workqueue.h
321 - src/core/iomgr/workqueue_posix.h
322 - src/core/iomgr/workqueue_windows.h
323 - src/core/json/json.h
324 - src/core/json/json_common.h
325 - src/core/json/json_reader.h
326 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800327 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700328 - src/core/statistics/census_interface.h
329 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700330 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700331 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700332 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700333 - src/core/surface/channel.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800334 - src/core/surface/channel_init.h
335 - src/core/surface/channel_stack_type.h
Craig Tiller25834342015-09-25 08:08:24 -0700336 - src/core/surface/completion_queue.h
337 - src/core/surface/event_string.h
338 - src/core/surface/init.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800339 - src/core/surface/lame_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700340 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700341 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800342 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700343 - src/core/transport/chttp2/alpn.h
344 - src/core/transport/chttp2/bin_encoder.h
345 - src/core/transport/chttp2/frame.h
346 - src/core/transport/chttp2/frame_data.h
347 - src/core/transport/chttp2/frame_goaway.h
348 - src/core/transport/chttp2/frame_ping.h
349 - src/core/transport/chttp2/frame_rst_stream.h
350 - src/core/transport/chttp2/frame_settings.h
351 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800352 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700353 - src/core/transport/chttp2/hpack_parser.h
354 - src/core/transport/chttp2/hpack_table.h
355 - src/core/transport/chttp2/http2_errors.h
356 - src/core/transport/chttp2/huffsyms.h
357 - src/core/transport/chttp2/incoming_metadata.h
358 - src/core/transport/chttp2/internal.h
359 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700360 - src/core/transport/chttp2/stream_map.h
361 - src/core/transport/chttp2/timeout_encoding.h
362 - src/core/transport/chttp2/varint.h
363 - src/core/transport/chttp2_transport.h
364 - src/core/transport/connectivity_state.h
365 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800366 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800367 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700368 - src/core/transport/transport.h
369 - src/core/transport/transport_impl.h
370 src:
371 - src/core/census/grpc_context.c
372 - src/core/census/grpc_filter.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800373 - src/core/census/grpc_plugin.c
Craig Tiller25834342015-09-25 08:08:24 -0700374 - src/core/channel/channel_args.c
375 - src/core/channel/channel_stack.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800376 - src/core/channel/channel_stack_builder.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/channel/client_channel.c
378 - src/core/channel/compress_filter.c
379 - src/core/channel/connected_channel.c
380 - src/core/channel/http_client_filter.c
381 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800382 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700383 - src/core/client_config/client_config.c
384 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800385 - src/core/client_config/default_initial_connect_string.c
386 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800387 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700388 - src/core/client_config/lb_policies/pick_first.c
389 - src/core/client_config/lb_policies/round_robin.c
390 - src/core/client_config/lb_policy.c
391 - src/core/client_config/lb_policy_factory.c
392 - src/core/client_config/lb_policy_registry.c
393 - src/core/client_config/resolver.c
394 - src/core/client_config/resolver_factory.c
395 - src/core/client_config/resolver_registry.c
396 - src/core/client_config/resolvers/dns_resolver.c
397 - src/core/client_config/resolvers/sockaddr_resolver.c
398 - src/core/client_config/subchannel.c
399 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800400 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700401 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800402 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700403 - src/core/compression/message_compress.c
404 - src/core/debug/trace.c
Matthew Iselin1824f052016-02-10 12:16:06 +1100405 - src/core/http/format_request.c
406 - src/core/http/httpcli.c
407 - src/core/http/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700408 - src/core/iomgr/closure.c
409 - src/core/iomgr/endpoint.c
410 - src/core/iomgr/endpoint_pair_posix.c
411 - src/core/iomgr/endpoint_pair_windows.c
412 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700413 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700414 - src/core/iomgr/fd_posix.c
415 - src/core/iomgr/iocp_windows.c
416 - src/core/iomgr/iomgr.c
417 - src/core/iomgr/iomgr_posix.c
418 - src/core/iomgr/iomgr_windows.c
419 - src/core/iomgr/pollset_multipoller_with_epoll.c
420 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
421 - src/core/iomgr/pollset_posix.c
422 - src/core/iomgr/pollset_set_posix.c
423 - src/core/iomgr/pollset_set_windows.c
424 - src/core/iomgr/pollset_windows.c
425 - src/core/iomgr/resolve_address_posix.c
426 - src/core/iomgr/resolve_address_windows.c
427 - src/core/iomgr/sockaddr_utils.c
428 - src/core/iomgr/socket_utils_common_posix.c
429 - src/core/iomgr/socket_utils_linux.c
430 - src/core/iomgr/socket_utils_posix.c
431 - src/core/iomgr/socket_windows.c
432 - src/core/iomgr/tcp_client_posix.c
433 - src/core/iomgr/tcp_client_windows.c
434 - src/core/iomgr/tcp_posix.c
435 - src/core/iomgr/tcp_server_posix.c
436 - src/core/iomgr/tcp_server_windows.c
437 - src/core/iomgr/tcp_windows.c
438 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700439 - src/core/iomgr/timer.c
440 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700441 - src/core/iomgr/udp_server.c
ahedberg43df2952016-03-18 10:46:38 -0400442 - src/core/iomgr/unix_sockets_posix.c
443 - src/core/iomgr/unix_sockets_posix_noop.c
Craig Tiller25834342015-09-25 08:08:24 -0700444 - src/core/iomgr/wakeup_fd_eventfd.c
445 - src/core/iomgr/wakeup_fd_nospecial.c
446 - src/core/iomgr/wakeup_fd_pipe.c
447 - src/core/iomgr/wakeup_fd_posix.c
448 - src/core/iomgr/workqueue_posix.c
449 - src/core/iomgr/workqueue_windows.c
450 - src/core/json/json.c
451 - src/core/json/json_reader.c
452 - src/core/json/json_string.c
453 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800454 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100455 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700456 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700457 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700458 - src/core/surface/byte_buffer_reader.c
459 - src/core/surface/call.c
460 - src/core/surface/call_details.c
461 - src/core/surface/call_log_batch.c
462 - src/core/surface/channel.c
463 - src/core/surface/channel_connectivity.c
464 - src/core/surface/channel_create.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800465 - src/core/surface/channel_init.c
Craig Tiller26dab312015-12-07 14:43:47 -0800466 - src/core/surface/channel_ping.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800467 - src/core/surface/channel_stack_type.c
Craig Tiller25834342015-09-25 08:08:24 -0700468 - src/core/surface/completion_queue.c
469 - src/core/surface/event_string.c
470 - src/core/surface/init.c
471 - src/core/surface/lame_client.c
472 - src/core/surface/metadata_array.c
473 - src/core/surface/server.c
474 - src/core/surface/server_chttp2.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800475 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700476 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800477 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - src/core/transport/chttp2/alpn.c
479 - src/core/transport/chttp2/bin_encoder.c
480 - src/core/transport/chttp2/frame_data.c
481 - src/core/transport/chttp2/frame_goaway.c
482 - src/core/transport/chttp2/frame_ping.c
483 - src/core/transport/chttp2/frame_rst_stream.c
484 - src/core/transport/chttp2/frame_settings.c
485 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800486 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700487 - src/core/transport/chttp2/hpack_parser.c
488 - src/core/transport/chttp2/hpack_table.c
489 - src/core/transport/chttp2/huffsyms.c
490 - src/core/transport/chttp2/incoming_metadata.c
491 - src/core/transport/chttp2/parsing.c
492 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700493 - src/core/transport/chttp2/stream_lists.c
494 - src/core/transport/chttp2/stream_map.c
495 - src/core/transport/chttp2/timeout_encoding.c
496 - src/core/transport/chttp2/varint.c
497 - src/core/transport/chttp2/writing.c
498 - src/core/transport/chttp2_transport.c
499 - src/core/transport/connectivity_state.c
500 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800501 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800502 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700503 - src/core/transport/transport.c
504 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800505- name: grpc_codegen
506 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800507 - include/grpc/impl/codegen/byte_buffer.h
508 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800509 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800512 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100513- name: grpc_secure
514 headers:
515 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800516 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100517 - src/core/security/credentials.h
518 - src/core/security/handshake.h
519 - src/core/security/json_token.h
520 - src/core/security/jwt_verifier.h
521 - src/core/security/secure_endpoint.h
522 - src/core/security/security_connector.h
523 - src/core/security/security_context.h
524 - src/core/tsi/fake_transport_security.h
525 - src/core/tsi/ssl_transport_security.h
526 - src/core/tsi/ssl_types.h
527 - src/core/tsi/transport_security.h
528 - src/core/tsi/transport_security_interface.h
529 src:
Matthew Iselin1824f052016-02-10 12:16:06 +1100530 - src/core/http/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800531 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100532 - src/core/security/client_auth_filter.c
533 - src/core/security/credentials.c
534 - src/core/security/credentials_metadata.c
535 - src/core/security/credentials_posix.c
536 - src/core/security/credentials_win32.c
537 - src/core/security/google_default_credentials.c
538 - src/core/security/handshake.c
539 - src/core/security/json_token.c
540 - src/core/security/jwt_verifier.c
541 - src/core/security/secure_endpoint.c
542 - src/core/security/security_connector.c
543 - src/core/security/security_context.c
544 - src/core/security/server_auth_filter.c
545 - src/core/security/server_secure_chttp2.c
546 - src/core/surface/init_secure.c
547 - src/core/surface/secure_channel_create.c
548 - src/core/tsi/fake_transport_security.c
549 - src/core/tsi/ssl_transport_security.c
550 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700551- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700552 headers:
553 - test/core/end2end/cq_verifier.h
554 - test/core/end2end/fixtures/proxy.h
555 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/grpc_profiler.h
557 - test/core/util/parse_hexstring.h
558 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700559 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700560 - test/core/util/slice_splitter.h
561 src:
562 - test/core/end2end/cq_verifier.c
563 - test/core/end2end/fixtures/proxy.c
564 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700565 - test/core/util/grpc_profiler.c
566 - test/core/util/parse_hexstring.c
567 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700568 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700569 - test/core/util/port_windows.c
570 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800571- name: nanopb
572 headers:
573 - third_party/nanopb/pb.h
574 - third_party/nanopb/pb_common.h
575 - third_party/nanopb/pb_decode.h
576 - third_party/nanopb/pb_encode.h
577 src:
578 - third_party/nanopb/pb_common.c
579 - third_party/nanopb/pb_decode.c
580 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100581libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800582- name: gpr
583 build: all
584 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800585 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800586 - gpr
587 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800588 secure: false
589 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
590- name: gpr_test_util
591 build: private
592 language: c
593 headers:
594 - test/core/util/test_config.h
595 src:
596 - test/core/util/test_config.c
597 deps:
598 - gpr
599 secure: false
600 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700601- name: grpc
602 build: all
603 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700604 public_headers:
605 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800606 deps:
607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700608 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800609 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700610 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700611 filegroups:
612 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100613 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100614 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700615 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800616 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700617 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700618 vs_packages:
619 - grpc.dependencies.openssl
620 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700621 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800622- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100623 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800624 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800625 headers: []
626 src: []
627 filegroups:
628 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100629 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800630 secure: false
631 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100632- name: grpc_dll
633 build: private
634 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100635 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100636 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100637 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100639 build_system:
640 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100641 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100642 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100643 vs_config_type: DynamicLibrary
644 vs_packages:
645 - grpc.dependencies.openssl
646 - grpc.dependencies.zlib
647 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
648 vs_props:
649 - zlib
650 - openssl
651 - winsock
652 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700653- name: grpc_test_util
654 build: private
655 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700656 headers:
657 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800658 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700659 src:
660 - test/core/end2end/data/server1_cert.c
661 - test/core/end2end/data/server1_key.c
662 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800663 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700664 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800666 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700667 - grpc
668 filegroups:
669 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700670 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
671- name: grpc_test_util_unsecure
672 build: private
673 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700674 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800675 - gpr
676 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800677 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700678 filegroups:
679 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700680 secure: false
681 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
682- name: grpc_unsecure
683 build: all
684 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700685 src:
686 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800687 deps:
688 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700689 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800690 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700691 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700692 filegroups:
693 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800694 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700695 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800696 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700697 secure: false
698 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
699- name: grpc_zookeeper
700 build: all
701 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700702 public_headers:
703 - include/grpc/grpc_zookeeper.h
704 headers:
705 - src/core/client_config/resolvers/zookeeper_resolver.h
706 src:
707 - src/core/client_config/resolvers/zookeeper_resolver.c
708 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700710 - grpc
711 external_deps:
712 - zookeeper
713 platforms:
714 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700715 secure: false
716- name: reconnect_server
717 build: private
718 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700719 headers:
720 - test/core/util/reconnect_server.h
721 src:
722 - test/core/util/reconnect_server.c
723 deps:
yang-gc9fca182015-11-06 16:41:33 -0800724 - test_tcp_server
725 - grpc_test_util
726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 - gpr_test_util
728 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800729- name: test_tcp_server
730 build: private
731 language: c
732 headers:
733 - test/core/util/test_tcp_server.h
734 src:
735 - test/core/util/test_tcp_server.c
736 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700737 - grpc_test_util
738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800739 - gpr_test_util
740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700741- name: grpc++
742 build: all
743 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700744 headers:
745 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800746 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700747 - src/cpp/common/secure_auth_context.h
748 - src/cpp/server/secure_server_credentials.h
749 src:
Craig Tiller25834342015-09-25 08:08:24 -0700750 - src/cpp/client/secure_credentials.cc
751 - src/cpp/common/auth_property_iterator.cc
752 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800753 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700754 - src/cpp/common/secure_create_auth_context.cc
755 - src/cpp/server/secure_server_credentials.cc
756 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700757 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700758 baselib: true
759 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700760 filegroups:
761 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800762 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700763 secure: check
764 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800765- name: grpc++_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100766 build: protoc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800767 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800768 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100769 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800770 filegroups:
771 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100772 - grpc_codegen
773 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800774 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800775 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700776- name: grpc++_test_config
777 build: private
778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700779 headers:
780 - test/cpp/util/test_config.h
781 src:
782 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700783- name: grpc++_test_util
784 build: private
785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700786 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800787 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800788 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700789 - test/cpp/util/cli_call.h
790 - test/cpp/util/create_test_channel.h
791 - test/cpp/util/string_ref_helper.h
792 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800793 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700794 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800795 - src/proto/grpc/testing/echo_messages.proto
796 - src/proto/grpc/testing/echo.proto
797 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800798 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800799 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700800 - test/cpp/util/cli_call.cc
801 - test/cpp/util/create_test_channel.cc
802 - test/cpp/util/string_ref_helper.cc
803 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800804 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700805 deps:
806 - grpc++
807 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700808- name: grpc++_unsecure
809 build: all
810 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700811 src:
812 - src/cpp/common/insecure_create_auth_context.cc
813 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700815 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700816 baselib: true
817 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700818 filegroups:
819 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800820 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821 secure: false
822 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
823- name: grpc_plugin_support
824 build: protoc
825 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700826 headers:
827 - include/grpc++/support/config.h
828 - include/grpc++/support/config_protobuf.h
829 - src/compiler/config.h
830 - src/compiler/cpp_generator.h
831 - src/compiler/cpp_generator_helpers.h
832 - src/compiler/csharp_generator.h
833 - src/compiler/csharp_generator_helpers.h
834 - src/compiler/generator_helpers.h
835 - src/compiler/objective_c_generator.h
836 - src/compiler/objective_c_generator_helpers.h
837 - src/compiler/python_generator.h
838 - src/compiler/ruby_generator.h
839 - src/compiler/ruby_generator_helpers-inl.h
840 - src/compiler/ruby_generator_map-inl.h
841 - src/compiler/ruby_generator_string-inl.h
842 src:
843 - src/compiler/cpp_generator.cc
844 - src/compiler/csharp_generator.cc
845 - src/compiler/objective_c_generator.cc
846 - src/compiler/python_generator.cc
847 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800848 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800849 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800850 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800851 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852 secure: false
853 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800854 vs_props:
855 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856- name: interop_client_helper
857 build: private
858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700859 headers:
860 - test/cpp/interop/client_helper.h
861 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800862 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700863 - test/cpp/interop/client_helper.cc
864 deps:
865 - grpc++_test_util
866 - grpc_test_util
867 - grpc++
868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870- name: interop_client_main
871 build: private
872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700873 headers:
874 - test/cpp/interop/interop_client.h
875 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800876 - src/proto/grpc/testing/empty.proto
877 - src/proto/grpc/testing/messages.proto
878 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700879 - test/cpp/interop/client.cc
880 - test/cpp/interop/interop_client.cc
881 deps:
882 - interop_client_helper
883 - grpc++_test_util
884 - grpc_test_util
885 - grpc++
886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800887 - gpr_test_util
888 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700889 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890- name: interop_server_helper
891 build: private
892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700893 headers:
894 - test/cpp/interop/server_helper.h
895 src:
896 - test/cpp/interop/server_helper.cc
897 deps:
898 - grpc_test_util
899 - grpc++
900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902- name: interop_server_main
903 build: private
904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700905 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800906 - src/proto/grpc/testing/empty.proto
907 - src/proto/grpc/testing/messages.proto
908 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800909 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700910 deps:
911 - interop_server_helper
912 - grpc++_test_util
913 - grpc_test_util
914 - grpc++
915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800916 - gpr_test_util
917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700918 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919- name: qps
920 build: private
921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700922 headers:
923 - test/cpp/qps/client.h
924 - test/cpp/qps/driver.h
925 - test/cpp/qps/histogram.h
926 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800927 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700928 - test/cpp/qps/perf_db_client.h
929 - test/cpp/qps/qps_worker.h
930 - test/cpp/qps/report.h
931 - test/cpp/qps/server.h
932 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800933 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700934 - test/cpp/util/benchmark_config.h
935 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800936 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800937 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800938 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800939 - src/proto/grpc/testing/control.proto
940 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800941 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700942 - test/cpp/qps/client_async.cc
943 - test/cpp/qps/client_sync.cc
944 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800945 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700946 - test/cpp/qps/perf_db_client.cc
947 - test/cpp/qps/qps_worker.cc
948 - test/cpp/qps/report.cc
949 - test/cpp/qps/server_async.cc
950 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800951 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700952 - test/cpp/util/benchmark_config.cc
953 deps:
954 - grpc_test_util
955 - grpc++_test_util
956 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957- name: grpc_csharp_ext
958 build: all
959 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700960 src:
961 - src/csharp/ext/grpc_csharp_ext.c
962 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800965 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800966 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 dll: only
968 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700969 vs_packages:
970 - grpc.dependencies.openssl
971 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700973 vs_props:
974 - zlib
975 - openssl
976 - winsock
977 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100979- name: alarm_test
980 build: test
981 language: c
982 src:
983 - test/core/surface/alarm_test.c
984 deps:
985 - grpc_test_util
986 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800987 - gpr_test_util
988 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800989- name: algorithm_test
990 build: test
991 language: c
992 src:
993 - test/core/compression/algorithm_test.c
994 deps:
995 - grpc_test_util
996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800997 - gpr_test_util
998 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800999- name: alloc_test
1000 build: test
1001 language: c
1002 src:
1003 - test/core/support/alloc_test.c
1004 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr_test_util
1006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007- name: alpn_test
1008 build: test
1009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001010 src:
1011 - test/core/transport/chttp2/alpn_test.c
1012 deps:
1013 - grpc_test_util
1014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 - gpr_test_util
1016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017- name: bin_encoder_test
1018 build: test
1019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001020 src:
1021 - test/core/transport/chttp2/bin_encoder_test.c
1022 deps:
1023 - grpc_test_util
1024 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001025- name: census_context_test
1026 build: test
1027 language: c
1028 src:
1029 - test/core/census/context_test.c
1030 deps:
1031 - grpc_test_util
1032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001033 - gpr_test_util
1034 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001035- name: channel_create_test
1036 build: test
1037 language: c
1038 src:
1039 - test/core/surface/channel_create_test.c
1040 deps:
1041 - grpc_test_util
1042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001043 - gpr_test_util
1044 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001045- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046 build: test
1047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001048 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001049 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001050 deps:
1051 - grpc_test_util
1052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001053 - gpr_test_util
1054 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001055- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001056 build: test
1057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001058 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001059 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001060 deps:
1061 - grpc_test_util
1062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 - gpr_test_util
1064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: chttp2_stream_map_test
1066 build: test
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 src:
1069 - test/core/transport/chttp2/stream_map_test.c
1070 deps:
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001075- name: chttp2_varint_test
1076 build: test
1077 language: c
1078 src:
1079 - test/core/transport/chttp2/varint_test.c
1080 deps:
1081 - grpc_test_util
1082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr_test_util
1084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: compression_test
1086 build: test
1087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001088 src:
1089 - test/core/compression/compression_test.c
1090 deps:
1091 - grpc_test_util
1092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 - gpr_test_util
1094 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001095- name: concurrent_connectivity_test
1096 build: test
1097 language: c
1098 src:
1099 - test/core/surface/concurrent_connectivity_test.c
1100 deps:
1101 - grpc_test_util
1102 - grpc
1103 - gpr_test_util
1104 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001105- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001106 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001107 build: test
1108 language: c
1109 src:
1110 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1111 deps:
1112 - grpc_test_util
1113 - grpc
1114 - gpr_test_util
1115 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001116- name: dns_resolver_test
1117 build: test
1118 language: c
1119 src:
1120 - test/core/client_config/resolvers/dns_resolver_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001127 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128 build: test
1129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001130 src:
1131 - test/core/end2end/dualstack_socket_test.c
1132 deps:
1133 - grpc_test_util
1134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 - gpr_test_util
1136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001137 platforms:
1138 - mac
1139 - linux
1140 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001141- name: endpoint_pair_test
1142 build: test
1143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001144 src:
1145 - test/core/iomgr/endpoint_pair_test.c
1146 deps:
1147 - grpc_test_util
1148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr_test_util
1150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: fd_conservation_posix_test
1152 build: test
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - test/core/iomgr/fd_conservation_posix_test.c
1156 deps:
1157 - grpc_test_util
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001161 platforms:
1162 - mac
1163 - linux
1164 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001165- name: fd_posix_test
1166 build: test
1167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001168 src:
1169 - test/core/iomgr/fd_posix_test.c
1170 deps:
1171 - grpc_test_util
1172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 - gpr_test_util
1174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001175 platforms:
1176 - mac
1177 - linux
1178 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: fling_client
1180 build: test
1181 run: false
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
1184 - test/core/fling/client.c
1185 deps:
1186 - grpc_test_util
1187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: fling_server
1191 build: test
1192 run: false
1193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001194 src:
1195 - test/core/fling/server.c
1196 deps:
1197 - grpc_test_util
1198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001202 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203 build: test
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
1206 - test/core/fling/fling_stream_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr_test_util
1211 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001212 platforms:
1213 - mac
1214 - linux
1215 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001217 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/fling/fling_test.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 platforms:
1228 - mac
1229 - linux
1230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: gen_hpack_tables
1232 build: tool
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
1235 - tools/codegen/core/gen_hpack_tables.c
1236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001238 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: gen_legal_metadata_characters
1240 build: tool
1241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001242 src:
1243 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001245- name: goaway_server_test
1246 cpu_cost: 0.1
1247 build: test
1248 language: c
1249 src:
1250 - test/core/end2end/goaway_server_test.c
1251 deps:
1252 - grpc_test_util
1253 - grpc
1254 - gpr_test_util
1255 - gpr
1256 platforms:
1257 - mac
1258 - linux
1259 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001260- name: gpr_avl_test
1261 build: test
1262 language: c
1263 src:
1264 - test/core/support/avl_test.c
1265 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001268- name: gpr_backoff_test
1269 build: test
1270 language: c
1271 src:
1272 - test/core/support/backoff_test.c
1273 deps:
1274 - gpr_test_util
1275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276- name: gpr_cmdline_test
1277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/support/cmdline_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001284- name: gpr_cpu_test
1285 build: test
1286 language: c
1287 src:
1288 - test/core/support/cpu_test.c
1289 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: gpr_env_test
1293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
1296 - test/core/support/env_test.c
1297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: gpr_histogram_test
1301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
1304 - test/core/support/histogram_test.c
1305 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: gpr_host_port_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/support/host_port_test.c
1313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001316- name: gpr_load_file_test
1317 build: test
1318 language: c
1319 src:
1320 - test/core/support/load_file_test.c
1321 deps:
1322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: gpr_log_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/support/log_test.c
1329 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: gpr_slice_buffer_test
1333 build: test
1334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001335 src:
1336 - test/core/support/slice_buffer_test.c
1337 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 - gpr_test_util
1339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: gpr_slice_test
1341 build: test
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/support/slice_test.c
1345 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001349 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350 build: test
1351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001352 src:
1353 - test/core/support/stack_lockfree_test.c
1354 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr_test_util
1356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357- name: gpr_string_test
1358 build: test
1359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
1361 - test/core/support/string_test.c
1362 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr_test_util
1364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001366 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367 build: test
1368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - test/core/support/sync_test.c
1371 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr_test_util
1373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001375 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376 build: test
1377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001378 src:
1379 - test/core/support/thd_test.c
1380 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: gpr_time_test
1384 build: test
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
1387 - test/core/support/time_test.c
1388 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: gpr_tls_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/support/tls_test.c
1396 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: gpr_useful_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/support/useful_test.c
1404 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: grpc_auth_context_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/security/auth_context_test.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001415 - gpr_test_util
1416 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001417- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418 build: test
1419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001420 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001421 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001422 deps:
1423 - grpc_test_util
1424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: grpc_byte_buffer_reader_test
1428 build: test
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/surface/byte_buffer_reader_test.c
1432 deps:
1433 - grpc_test_util
1434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr_test_util
1436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: grpc_channel_args_test
1438 build: test
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/channel/channel_args_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: grpc_channel_stack_test
1448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/channel/channel_stack_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: grpc_completion_queue_test
1458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/surface/completion_queue_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr_test_util
1466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467- name: grpc_create_jwt
1468 build: tool
1469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001470 src:
1471 - test/core/security/create_jwt.c
1472 deps:
1473 - grpc_test_util
1474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001475 - gpr_test_util
1476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477- name: grpc_credentials_test
1478 build: test
1479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001480 src:
1481 - test/core/security/credentials_test.c
1482 deps:
1483 - grpc_test_util
1484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001485 - gpr_test_util
1486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: grpc_fetch_oauth2
1488 build: tool
1489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
1491 - test/core/security/fetch_oauth2.c
1492 deps:
1493 - grpc_test_util
1494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001497- name: grpc_invalid_channel_args_test
1498 build: test
1499 language: c
1500 src:
1501 - test/core/surface/invalid_channel_args_test.c
1502 deps:
1503 - grpc_test_util
1504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: grpc_json_token_test
1508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/security/json_token_test.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001517 platforms:
1518 - linux
1519 - posix
1520 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521- name: grpc_jwt_verifier_test
1522 build: test
1523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001524 src:
1525 - test/core/security/jwt_verifier_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: grpc_print_google_default_creds_token
1532 build: tool
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/security/print_google_default_creds_token.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541- name: grpc_security_connector_test
1542 build: test
1543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001544 src:
1545 - test/core/security/security_connector_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: grpc_verify_jwt
1552 build: tool
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/security/verify_jwt.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561- name: hpack_parser_test
1562 build: test
1563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001564 src:
1565 - test/core/transport/chttp2/hpack_parser_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: hpack_table_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/transport/chttp2/hpack_table_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001581- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001585 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001591- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592 build: test
1593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001594 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001595 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001596 deps:
1597 - grpc_test_util
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001601- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001602 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603 build: test
1604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001605 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001606 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001612 platforms:
1613 - mac
1614 - linux
1615 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001616- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001617 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001618 build: test
1619 language: c
1620 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001621 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001627 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001628 - linux
yang-gf1183302015-12-07 16:02:05 -08001629- name: init_test
1630 build: test
1631 language: c
1632 src:
1633 - test/core/surface/init_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001639- name: invalid_call_argument_test
1640 build: test
1641 language: c
1642 src:
1643 - test/core/end2end/invalid_call_argument_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: json_rewrite
1650 build: test
1651 run: false
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/json/json_rewrite.c
1655 deps:
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: json_rewrite_test
1659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/json/json_rewrite_test.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001668- name: json_stream_error_test
1669 build: test
1670 language: c
1671 src:
1672 - test/core/json/json_stream_error_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678- name: json_test
1679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/json/json_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: lame_client_test
1689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/surface/lame_client_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001698- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001699 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001700 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/client_config/lb_policies_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: low_level_ping_pong_benchmark
1711 build: benchmark
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/network_benchmarks/low_level_ping_pong.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: message_compress_test
1725 build: test
1726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001727 src:
1728 - test/core/compression/message_compress_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001734- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001735 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001736 build: test
1737 language: c
1738 src:
1739 - test/core/census/mlog_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
1743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: multiple_server_queues_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/end2end/multiple_server_queues_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: murmur_hash_test
1756 build: test
1757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001758 src:
1759 - test/core/support/murmur_hash_test.c
1760 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001764 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/end2end/no_server_test.c
1769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: resolve_address_test
1775 build: test
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/iomgr/resolve_address_test.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
yang-gd482e592015-12-10 14:04:00 -08001784- name: secure_channel_create_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/surface/secure_channel_create_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: secure_endpoint_test
1795 build: test
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
1798 - test/core/security/secure_endpoint_test.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001802 - gpr_test_util
1803 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001804- name: server_chttp2_test
1805 build: test
1806 language: c
1807 src:
1808 - test/core/surface/server_chttp2_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001814- name: server_test
1815 build: test
1816 language: c
1817 src:
1818 - test/core/surface/server_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001824- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001825 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001826 build: test
1827 language: c
1828 src:
1829 - test/core/client_config/set_initial_connect_string_test.c
1830 deps:
1831 - test_tcp_server
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001836- name: sockaddr_resolver_test
1837 build: test
1838 language: c
1839 src:
1840 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: sockaddr_utils_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/iomgr/sockaddr_utils_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001856- name: socket_utils_test
1857 build: test
1858 language: c
1859 src:
1860 - test/core/iomgr/socket_utils_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001866 platforms:
1867 - mac
1868 - linux
1869 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001871 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/iomgr/tcp_client_posix_test.c
1876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001881 platforms:
1882 - mac
1883 - linux
1884 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001886 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/iomgr/tcp_posix_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001896 platforms:
1897 - mac
1898 - linux
1899 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: tcp_server_posix_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/iomgr/tcp_server_posix_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001910 platforms:
1911 - mac
1912 - linux
1913 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914- name: time_averaged_stats_test
1915 build: test
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
1918 - test/core/iomgr/time_averaged_stats_test.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: timeout_encoding_test
1925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/transport/chttp2/timeout_encoding_test.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001934- name: timer_heap_test
1935 build: test
1936 language: c
1937 src:
1938 - test/core/iomgr/timer_heap_test.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001944- name: timer_list_test
1945 build: test
1946 language: c
1947 src:
1948 - test/core/iomgr/timer_list_test.c
1949 deps:
1950 - grpc_test_util
1951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: timers_test
1955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/profiling/timers_test.c
1959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001964- name: transport_connectivity_state_test
1965 build: test
1966 language: c
1967 src:
1968 - test/core/transport/connectivity_state_test.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: transport_metadata_test
1975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/transport/metadata_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: transport_security_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/tsi/transport_security_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001994 platforms:
1995 - linux
1996 - posix
1997 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: udp_server_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/iomgr/udp_server_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002008 platforms:
2009 - mac
2010 - linux
2011 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: uri_parser_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/client_config/uri_parser_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002022- name: workqueue_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/iomgr/workqueue_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002032 platforms:
2033 - mac
2034 - linux
2035 - posix
vjpai04e992a2016-02-10 16:58:38 -08002036- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002037 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002038 build: test
2039 language: c++
2040 src:
2041 - test/cpp/common/alarm_cpp_test.cc
2042 deps:
2043 - grpc++_test_util
2044 - grpc_test_util
2045 - grpc++
2046 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002050 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051 build: test
2052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/cpp/end2end/async_end2end_test.cc
2055 deps:
2056 - grpc++_test_util
2057 - grpc_test_util
2058 - grpc++
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: async_streaming_ping_pong_test
2063 build: test
2064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
2066 - test/cpp/qps/async_streaming_ping_pong_test.cc
2067 deps:
2068 - qps
2069 - grpc++_test_util
2070 - grpc_test_util
2071 - grpc++
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002075 platforms:
2076 - mac
2077 - linux
2078 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: async_unary_ping_pong_test
2080 build: test
2081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/cpp/qps/async_unary_ping_pong_test.cc
2084 deps:
2085 - qps
2086 - grpc++_test_util
2087 - grpc_test_util
2088 - grpc++
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002092 platforms:
2093 - mac
2094 - linux
2095 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002097 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098 build: test
2099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/cpp/common/auth_property_iterator_test.cc
2102 deps:
2103 - grpc++_test_util
2104 - grpc_test_util
2105 - grpc++
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002110 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111 build: test
2112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
yang-g52705592015-11-25 11:45:33 -08002114 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002115 deps:
2116 - grpc++
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002120 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/cpp/util/cli_call_test.cc
2125 deps:
2126 - grpc++_test_util
2127 - grpc_test_util
2128 - grpc++
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002133 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002134 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135 build: test
2136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/cpp/end2end/client_crash_test.cc
2139 deps:
2140 - grpc++_test_util
2141 - grpc_test_util
2142 - grpc++
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002146 platforms:
2147 - mac
2148 - linux
2149 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: client_crash_test_server
2151 build: test
2152 run: false
2153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/cpp/end2end/client_crash_test_server.cc
2156 deps:
2157 - grpc++_test_util
2158 - grpc_test_util
2159 - grpc++
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002163- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002164 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002165 build: test
2166 language: c++
2167 src:
2168 - src/proto/grpc/testing/control.proto
2169 - src/proto/grpc/testing/messages.proto
2170 - src/proto/grpc/testing/payloads.proto
2171 - src/proto/grpc/testing/perf_db.proto
2172 - src/proto/grpc/testing/services.proto
2173 - src/proto/grpc/testing/stats.proto
2174 - test/cpp/codegen/codegen_test.cc
2175 deps:
2176 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002178 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179 build: test
2180 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - test/cpp/client/credentials_test.cc
2183 deps:
2184 - grpc++
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002187- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002188 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189 build: test
2190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002191 src:
2192 - test/cpp/util/byte_buffer_test.cc
2193 deps:
2194 - grpc_test_util
2195 - grpc++
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002200 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201 build: test
2202 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
2204 - test/cpp/util/slice_test.cc
2205 deps:
2206 - grpc_test_util
2207 - grpc++
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002212 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213 build: test
2214 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002215 src:
2216 - test/cpp/util/string_ref_test.cc
2217 deps:
2218 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002220 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221 build: test
2222 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002223 src:
2224 - test/cpp/util/time_test.cc
2225 deps:
2226 - grpc_test_util
2227 - grpc++
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002232 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002233 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234 build: test
2235 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/cpp/end2end/end2end_test.cc
2238 deps:
2239 - grpc++_test_util
2240 - grpc_test_util
2241 - grpc++
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
vjpai083dc622016-01-11 09:41:17 -08002245- name: generic_async_streaming_ping_pong_test
2246 build: test
2247 language: c++
2248 src:
2249 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2250 deps:
2251 - qps
2252 - grpc++_test_util
2253 - grpc_test_util
2254 - grpc++
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
vjpai083dc622016-01-11 09:41:17 -08002258 platforms:
2259 - mac
2260 - linux
2261 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002263 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 build: test
2265 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/cpp/end2end/generic_end2end_test.cc
2268 deps:
2269 - grpc++_test_util
2270 - grpc_test_util
2271 - grpc++
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275- name: grpc_cli
2276 build: test
2277 run: false
2278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
2280 - test/cpp/util/grpc_cli.cc
2281 deps:
2282 - grpc++_test_util
2283 - grpc_test_util
2284 - grpc++
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002288 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289- name: grpc_cpp_plugin
2290 build: protoc
2291 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
2293 - src/compiler/cpp_plugin.cc
2294 deps:
2295 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296 secure: false
2297 vs_config_type: Application
2298 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2299- name: grpc_csharp_plugin
2300 build: protoc
2301 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - src/compiler/csharp_plugin.cc
2304 deps:
2305 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306 secure: false
2307 vs_config_type: Application
2308 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2309- name: grpc_objective_c_plugin
2310 build: protoc
2311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - src/compiler/objective_c_plugin.cc
2314 deps:
2315 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316 secure: false
2317 vs_config_type: Application
2318 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2319- name: grpc_python_plugin
2320 build: protoc
2321 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - src/compiler/python_plugin.cc
2324 deps:
2325 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326 secure: false
2327 vs_config_type: Application
2328 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2329- name: grpc_ruby_plugin
2330 build: protoc
2331 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - src/compiler/ruby_plugin.cc
2334 deps:
2335 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336 secure: false
2337 vs_config_type: Application
2338 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002339- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002340 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002341 build: test
2342 language: c++
2343 src:
2344 - src/proto/grpc/lb/v0/load_balancer.proto
2345 - test/cpp/grpclb/grpclb_api_test.cc
2346 deps:
2347 - grpc++_test_util
2348 - grpc_test_util
2349 - grpc++
2350 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002351- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002352 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002353 build: test
2354 language: c++
2355 src:
2356 - test/cpp/end2end/hybrid_end2end_test.cc
2357 deps:
2358 - grpc++_test_util
2359 - grpc_test_util
2360 - grpc++
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: interop_client
2365 build: test
2366 run: false
2367 language: c++
2368 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002369 deps:
2370 - interop_client_main
2371 - interop_client_helper
2372 - grpc++_test_util
2373 - grpc_test_util
2374 - grpc++
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 - grpc++_test_config
2379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: interop_server
2384 build: test
2385 run: false
2386 language: c++
2387 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002388 deps:
2389 - interop_server_main
2390 - interop_server_helper
2391 - grpc++_test_util
2392 - grpc_test_util
2393 - grpc++
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002397 - grpc++_test_config
2398 platforms:
2399 - mac
2400 - linux
2401 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002403 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404 build: test
2405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
2407 - test/cpp/interop/interop_test.cc
2408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002413 platforms:
2414 - mac
2415 - linux
2416 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002417- name: metrics_client
2418 build: test
2419 run: false
2420 language: c++
2421 headers:
2422 - test/cpp/util/metrics_server.h
2423 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002424 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002425 - test/cpp/interop/metrics_client.cc
2426 deps:
2427 - grpc++
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002430 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002432 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433 build: test
2434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/cpp/end2end/mock_test.cc
2437 deps:
2438 - grpc++_test_util
2439 - grpc_test_util
2440 - grpc++
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: qps_driver
2445 build: benchmark
2446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/cpp/qps/qps_driver.cc
2449 deps:
2450 - qps
2451 - grpc++_test_util
2452 - grpc_test_util
2453 - grpc++
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002457 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: qps_interarrival_test
2459 build: test
2460 run: false
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/qps/qps_interarrival_test.cc
2464 deps:
2465 - qps
2466 - grpc++_test_util
2467 - grpc_test_util
2468 - grpc++
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002472 platforms:
2473 - mac
2474 - linux
2475 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002477 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478 build: test
2479 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/cpp/qps/qps_openloop_test.cc
2482 deps:
2483 - qps
2484 - grpc++_test_util
2485 - grpc_test_util
2486 - grpc++
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002490 - grpc++_test_config
2491 platforms:
2492 - mac
2493 - linux
2494 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002496 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497 build: test
2498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/cpp/qps/qps_test.cc
2501 deps:
2502 - qps
2503 - grpc++_test_util
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002509 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002510 platforms:
2511 - mac
2512 - linux
2513 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: qps_worker
2515 build: benchmark
2516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002517 headers:
2518 - test/cpp/qps/client.h
2519 - test/cpp/qps/server.h
2520 src:
2521 - test/cpp/qps/worker.cc
2522 deps:
2523 - qps
2524 - grpc++_test_util
2525 - grpc_test_util
2526 - grpc++
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002530 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531- name: reconnect_interop_client
2532 build: test
2533 run: false
2534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002536 - src/proto/grpc/testing/empty.proto
2537 - src/proto/grpc/testing/messages.proto
2538 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002539 - test/cpp/interop/reconnect_interop_client.cc
2540 deps:
2541 - grpc++_test_util
2542 - grpc_test_util
2543 - grpc++
2544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002545 - gpr_test_util
2546 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002547 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002548- name: reconnect_interop_server
2549 build: test
2550 run: false
2551 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002553 - src/proto/grpc/testing/empty.proto
2554 - src/proto/grpc/testing/messages.proto
2555 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002556 - test/cpp/interop/reconnect_interop_server.cc
2557 deps:
2558 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002559 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002560 - grpc++_test_util
2561 - grpc_test_util
2562 - grpc++
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002566 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002568 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569 build: test
2570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
2572 - test/cpp/common/secure_auth_context_test.cc
2573 deps:
2574 - grpc++_test_util
2575 - grpc_test_util
2576 - grpc++
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002580- name: secure_sync_unary_ping_pong_test
2581 build: test
2582 language: c++
2583 src:
2584 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2585 deps:
2586 - qps
2587 - grpc++_test_util
2588 - grpc_test_util
2589 - grpc++
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002593 platforms:
2594 - mac
2595 - linux
2596 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002598 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002599 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 build: test
2601 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
2603 - test/cpp/end2end/server_crash_test.cc
2604 deps:
2605 - grpc++_test_util
2606 - grpc_test_util
2607 - grpc++
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002611 platforms:
2612 - mac
2613 - linux
2614 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615- name: server_crash_test_client
2616 build: test
2617 run: false
2618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - test/cpp/end2end/server_crash_test_client.cc
2621 deps:
2622 - grpc++_test_util
2623 - grpc_test_util
2624 - grpc++
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002629 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630 build: test
2631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
2633 - test/cpp/end2end/shutdown_test.cc
2634 deps:
2635 - grpc++_test_util
2636 - grpc_test_util
2637 - grpc++
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641- name: status_test
2642 build: test
2643 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
2645 - test/cpp/util/status_test.cc
2646 deps:
2647 - grpc_test_util
2648 - grpc++
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002652- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002653 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002654 build: test
2655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002656 src:
2657 - test/cpp/end2end/streaming_throughput_test.cc
2658 deps:
2659 - grpc++_test_util
2660 - grpc_test_util
2661 - grpc++
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002665 platforms:
2666 - mac
2667 - linux
2668 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002669- name: stress_test
2670 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002671 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002672 language: c++
2673 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002674 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002675 - test/cpp/interop/interop_client.h
2676 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002677 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002678 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002679 - src/proto/grpc/testing/empty.proto
2680 - src/proto/grpc/testing/messages.proto
2681 - src/proto/grpc/testing/metrics.proto
2682 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002683 - test/cpp/interop/interop_client.cc
2684 - test/cpp/interop/stress_interop_client.cc
2685 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002686 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002687 deps:
2688 - grpc++_test_util
2689 - grpc_test_util
2690 - grpc++
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002694 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: sync_streaming_ping_pong_test
2696 build: test
2697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
2699 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2700 deps:
2701 - qps
2702 - grpc++_test_util
2703 - grpc_test_util
2704 - grpc++
2705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002706 - gpr_test_util
2707 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002708 platforms:
2709 - mac
2710 - linux
2711 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002712- name: sync_unary_ping_pong_test
2713 build: test
2714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002715 src:
2716 - test/cpp/qps/sync_unary_ping_pong_test.cc
2717 deps:
2718 - qps
2719 - grpc++_test_util
2720 - grpc_test_util
2721 - grpc++
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002725 platforms:
2726 - mac
2727 - linux
2728 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002729- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002730 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002731 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732 build: test
2733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
2735 - test/cpp/end2end/thread_stress_test.cc
2736 deps:
2737 - grpc++_test_util
2738 - grpc_test_util
2739 - grpc++
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002743- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002744 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002746 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002747 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002749 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002750 - test/cpp/end2end/zookeeper_test.cc
2751 deps:
2752 - grpc++_test_util
2753 - grpc_test_util
2754 - grpc++
2755 - grpc_zookeeper
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002759 external_deps:
2760 - zookeeper
2761 platforms:
2762 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002763- name: public_headers_must_be_c89
2764 build: test
2765 language: c89
2766 src:
2767 - test/core/surface/public_headers_must_be_c89.c
2768 deps:
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002772- linkage: static
2773 name: grpc.dependencies.zlib
2774 props: false
2775 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002776 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002777- linkage: static
2778 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002779 props: true
2780 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002781 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002782- name: gflags
2783 props: false
2784 redist: false
2785 version: 2.1.2.1
2786- name: gtest
2787 props: false
2788 redist: false
2789 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002790configs:
2791 asan:
2792 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002793 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002794 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002795 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002796 LD: clang
2797 LDFLAGS: -fsanitize=address
2798 LDXX: clang++
2799 compile_the_world: true
2800 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002801 ASAN_OPTIONS: detect_leaks=1:color=always
2802 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002803 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002804 asan-noleaks:
2805 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002806 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002807 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002808 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002809 LD: clang
2810 LDFLAGS: -fsanitize=address
2811 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002812 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002813 test_environ:
2814 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002815 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002816 basicprof:
2817 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2818 DEFINES: NDEBUG
2819 dbg:
2820 CPPFLAGS: -O0
2821 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002822 easan:
2823 CC: clang
2824 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
2825 -DGPR_NO_DIRECT_SYSCALLS
2826 CXX: clang++
2827 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2828 LD: clang
2829 LDFLAGS: -fsanitize=address
2830 LDXX: clang++
2831 compile_the_world: true
2832 test_environ:
2833 ASAN_OPTIONS: detect_leaks=1:color=always
2834 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2835 timeout_multiplier: 3
2836 edbg:
2837 CPPFLAGS: -O0
2838 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2839 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002840 CC: clang
2841 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002842 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08002843 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002844 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002845 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002846 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08002847 LDXX: clang++
2848 compile_the_world: true
2849 test_environ:
2850 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2851 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002852 gcov:
2853 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002854 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002855 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002856 DEFINES: _DEBUG DEBUG GPR_GCOV
2857 LD: gcc
2858 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2859 LDXX: g++
2860 helgrind:
2861 CPPFLAGS: -O0
2862 DEFINES: _DEBUG DEBUG
2863 LDFLAGS: -rdynamic
2864 timeout_multiplier: 20
2865 valgrind: --tool=helgrind
2866 memcheck:
2867 CPPFLAGS: -O0
2868 DEFINES: _DEBUG DEBUG
2869 LDFLAGS: -rdynamic
2870 timeout_multiplier: 10
2871 valgrind: --tool=memcheck --leak-check=full
2872 msan:
2873 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002874 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002875 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002876 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002877 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002878 DEFINES: NDEBUG
2879 LD: clang
2880 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2881 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2882 LDXX: clang++
2883 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002884 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002885 mutrace:
2886 CPPFLAGS: -O0
2887 DEFINES: _DEBUG DEBUG
2888 LDFLAGS: -rdynamic
2889 opt:
2890 CPPFLAGS: -O2
2891 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002892 stapprof:
2893 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2894 DEFINES: NDEBUG
2895 tsan:
2896 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002897 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002898 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002899 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002900 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002901 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08002902 LDXX: clang++
2903 compile_the_world: true
2904 test_environ:
2905 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002906 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002907 ubsan:
2908 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002909 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002910 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002911 DEFINES: NDEBUG
2912 LD: clang
2913 LDFLAGS: -fsanitize=undefined
2914 LDXX: clang++
2915 compile_the_world: true
2916 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002917defaults:
2918 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002919 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002920 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002921 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002922 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002923 global:
2924 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2925 LDFLAGS: -g
2926 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002927 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002928 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002929node_modules:
2930- deps:
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002933 - boringssl
2934 - z
murgatroid9994a75412015-11-19 14:04:53 -08002935 headers:
2936 - src/node/ext/byte_buffer.h
2937 - src/node/ext/call.h
2938 - src/node/ext/call_credentials.h
2939 - src/node/ext/channel.h
2940 - src/node/ext/channel_credentials.h
2941 - src/node/ext/completion_queue_async_worker.h
2942 - src/node/ext/server.h
2943 - src/node/ext/server_credentials.h
2944 - src/node/ext/timeval.h
2945 js:
2946 - src/node/index.js
2947 - src/node/src/client.js
2948 - src/node/src/common.js
2949 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002950 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002951 - src/node/src/metadata.js
2952 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002953 name: grpc_node
2954 src:
2955 - src/node/ext/byte_buffer.cc
2956 - src/node/ext/call.cc
2957 - src/node/ext/call_credentials.cc
2958 - src/node/ext/channel.cc
2959 - src/node/ext/channel_credentials.cc
2960 - src/node/ext/completion_queue_async_worker.cc
2961 - src/node/ext/node_grpc.cc
2962 - src/node/ext/server.cc
2963 - src/node/ext/server_credentials.cc
2964 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002965openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07002966 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08002967 extraction_dir: openssl-1.0.2f
2968 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002969php_config_m4:
2970 deps:
2971 - grpc
2972 - gpr
2973 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002974 headers:
2975 - src/php/ext/grpc/byte_buffer.h
2976 - src/php/ext/grpc/call.h
2977 - src/php/ext/grpc/call_credentials.h
2978 - src/php/ext/grpc/channel.h
2979 - src/php/ext/grpc/channel_credentials.h
2980 - src/php/ext/grpc/completion_queue.h
2981 - src/php/ext/grpc/php_grpc.h
2982 - src/php/ext/grpc/server.h
2983 - src/php/ext/grpc/server_credentials.h
2984 - src/php/ext/grpc/timeval.h
2985 src:
2986 - src/php/ext/grpc/byte_buffer.c
2987 - src/php/ext/grpc/call.c
2988 - src/php/ext/grpc/call_credentials.c
2989 - src/php/ext/grpc/channel.c
2990 - src/php/ext/grpc/channel_credentials.c
2991 - src/php/ext/grpc/completion_queue.c
2992 - src/php/ext/grpc/php_grpc.c
2993 - src/php/ext/grpc/server.c
2994 - src/php/ext/grpc/server_credentials.c
2995 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002996python_dependencies:
2997 deps:
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003000 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003001 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003002ruby_gem:
3003 deps:
3004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003007 - z