blob: 43d3c680b8d140c160b252ec974302a4522e109d [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:
Craig Tillerf23078c2016-03-25 17:07:29 -070016 - src/core/lib/census/aggregation.h
17 - src/core/lib/census/mlog.h
18 - src/core/lib/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070019 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070020 - src/core/lib/census/context.c
21 - src/core/lib/census/initialize.c
22 - src/core/lib/census/mlog.c
23 - src/core/lib/census/operation.c
24 - src/core/lib/census/placeholders.c
25 - src/core/lib/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:
Craig Tillerf23078c2016-03-25 17:07:29 -070057 - src/core/lib/profiling/timers.h
58 - src/core/lib/support/backoff.h
59 - src/core/lib/support/block_annotate.h
60 - src/core/lib/support/env.h
61 - src/core/lib/support/load_file.h
62 - src/core/lib/support/murmur_hash.h
63 - src/core/lib/support/stack_lockfree.h
64 - src/core/lib/support/string.h
65 - src/core/lib/support/string_win32.h
66 - src/core/lib/support/thd_internal.h
67 - src/core/lib/support/time_precise.h
68 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010069 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070070 - src/core/lib/profiling/basic_timers.c
71 - src/core/lib/profiling/stap_timers.c
72 - src/core/lib/support/alloc.c
73 - src/core/lib/support/avl.c
74 - src/core/lib/support/backoff.c
75 - src/core/lib/support/cmdline.c
76 - src/core/lib/support/cpu_iphone.c
77 - src/core/lib/support/cpu_linux.c
78 - src/core/lib/support/cpu_posix.c
79 - src/core/lib/support/cpu_windows.c
80 - src/core/lib/support/env_linux.c
81 - src/core/lib/support/env_posix.c
82 - src/core/lib/support/env_win32.c
83 - src/core/lib/support/histogram.c
84 - src/core/lib/support/host_port.c
85 - src/core/lib/support/load_file.c
86 - src/core/lib/support/log.c
87 - src/core/lib/support/log_android.c
88 - src/core/lib/support/log_linux.c
89 - src/core/lib/support/log_posix.c
90 - src/core/lib/support/log_win32.c
91 - src/core/lib/support/murmur_hash.c
92 - src/core/lib/support/slice.c
93 - src/core/lib/support/slice_buffer.c
94 - src/core/lib/support/stack_lockfree.c
95 - src/core/lib/support/string.c
96 - src/core/lib/support/string_posix.c
97 - src/core/lib/support/string_win32.c
98 - src/core/lib/support/subprocess_posix.c
99 - src/core/lib/support/subprocess_windows.c
100 - src/core/lib/support/sync.c
101 - src/core/lib/support/sync_posix.c
102 - src/core/lib/support/sync_win32.c
103 - src/core/lib/support/thd.c
104 - src/core/lib/support/thd_posix.c
105 - src/core/lib/support/thd_win32.c
106 - src/core/lib/support/time.c
107 - src/core/lib/support/time_posix.c
108 - src/core/lib/support/time_precise.c
109 - src/core/lib/support/time_win32.c
110 - src/core/lib/support/tls_pthread.c
111 - src/core/lib/support/tmpfile_posix.c
112 - src/core/lib/support/tmpfile_win32.c
113 - src/core/lib/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:
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/census/grpc_filter.h
251 - src/core/lib/census/grpc_plugin.h
252 - src/core/lib/channel/channel_args.h
253 - src/core/lib/channel/channel_stack.h
254 - src/core/lib/channel/channel_stack_builder.h
255 - src/core/lib/channel/client_channel.h
256 - src/core/lib/channel/compress_filter.h
257 - src/core/lib/channel/connected_channel.h
258 - src/core/lib/channel/context.h
259 - src/core/lib/channel/http_client_filter.h
260 - src/core/lib/channel/http_server_filter.h
261 - src/core/lib/channel/subchannel_call_holder.h
262 - src/core/lib/client_config/client_config.h
263 - src/core/lib/client_config/connector.h
264 - src/core/lib/client_config/initial_connect_string.h
265 - src/core/lib/client_config/lb_policies/load_balancer_api.h
266 - src/core/lib/client_config/lb_policies/pick_first.h
267 - src/core/lib/client_config/lb_policies/round_robin.h
268 - src/core/lib/client_config/lb_policy.h
269 - src/core/lib/client_config/lb_policy_factory.h
270 - src/core/lib/client_config/lb_policy_registry.h
271 - src/core/lib/client_config/resolver.h
272 - src/core/lib/client_config/resolver_factory.h
273 - src/core/lib/client_config/resolver_registry.h
274 - src/core/lib/client_config/resolvers/dns_resolver.h
275 - src/core/lib/client_config/resolvers/sockaddr_resolver.h
276 - src/core/lib/client_config/subchannel.h
277 - src/core/lib/client_config/subchannel_factory.h
278 - src/core/lib/client_config/subchannel_index.h
279 - src/core/lib/client_config/uri_parser.h
280 - src/core/lib/compression/algorithm_metadata.h
281 - src/core/lib/compression/message_compress.h
282 - src/core/lib/debug/trace.h
283 - src/core/lib/http/format_request.h
284 - src/core/lib/http/httpcli.h
285 - src/core/lib/http/parser.h
286 - src/core/lib/iomgr/closure.h
287 - src/core/lib/iomgr/endpoint.h
288 - src/core/lib/iomgr/endpoint_pair.h
289 - src/core/lib/iomgr/exec_ctx.h
290 - src/core/lib/iomgr/executor.h
291 - src/core/lib/iomgr/fd_posix.h
292 - src/core/lib/iomgr/iocp_windows.h
293 - src/core/lib/iomgr/iomgr.h
294 - src/core/lib/iomgr/iomgr_internal.h
295 - src/core/lib/iomgr/iomgr_posix.h
296 - src/core/lib/iomgr/pollset.h
297 - src/core/lib/iomgr/pollset_posix.h
298 - src/core/lib/iomgr/pollset_set.h
299 - src/core/lib/iomgr/pollset_set_posix.h
300 - src/core/lib/iomgr/pollset_set_windows.h
301 - src/core/lib/iomgr/pollset_windows.h
302 - src/core/lib/iomgr/resolve_address.h
303 - src/core/lib/iomgr/sockaddr.h
304 - src/core/lib/iomgr/sockaddr_posix.h
305 - src/core/lib/iomgr/sockaddr_utils.h
306 - src/core/lib/iomgr/sockaddr_win32.h
307 - src/core/lib/iomgr/socket_utils_posix.h
308 - src/core/lib/iomgr/socket_windows.h
309 - src/core/lib/iomgr/tcp_client.h
310 - src/core/lib/iomgr/tcp_posix.h
311 - src/core/lib/iomgr/tcp_server.h
312 - src/core/lib/iomgr/tcp_windows.h
313 - src/core/lib/iomgr/time_averaged_stats.h
314 - src/core/lib/iomgr/timer.h
315 - src/core/lib/iomgr/timer_heap.h
316 - src/core/lib/iomgr/udp_server.h
317 - src/core/lib/iomgr/unix_sockets_posix.h
318 - src/core/lib/iomgr/wakeup_fd_pipe.h
319 - src/core/lib/iomgr/wakeup_fd_posix.h
320 - src/core/lib/iomgr/workqueue.h
321 - src/core/lib/iomgr/workqueue_posix.h
322 - src/core/lib/iomgr/workqueue_windows.h
323 - src/core/lib/json/json.h
324 - src/core/lib/json/json_common.h
325 - src/core/lib/json/json_reader.h
326 - src/core/lib/json/json_writer.h
327 - src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h
328 - src/core/lib/statistics/census_interface.h
329 - src/core/lib/statistics/census_rpc_stats.h
330 - src/core/lib/surface/api_trace.h
331 - src/core/lib/surface/call.h
332 - src/core/lib/surface/call_test_only.h
333 - src/core/lib/surface/channel.h
334 - src/core/lib/surface/channel_init.h
335 - src/core/lib/surface/channel_stack_type.h
336 - src/core/lib/surface/completion_queue.h
337 - src/core/lib/surface/event_string.h
338 - src/core/lib/surface/init.h
339 - src/core/lib/surface/lame_client.h
340 - src/core/lib/surface/server.h
341 - src/core/lib/surface/surface_trace.h
342 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/transport/connectivity_state.h
344 - src/core/lib/transport/metadata.h
345 - src/core/lib/transport/metadata_batch.h
346 - src/core/lib/transport/static_metadata.h
347 - src/core/lib/transport/transport.h
348 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700349 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/census/grpc_context.c
351 - src/core/lib/census/grpc_filter.c
352 - src/core/lib/census/grpc_plugin.c
353 - src/core/lib/channel/channel_args.c
354 - src/core/lib/channel/channel_stack.c
355 - src/core/lib/channel/channel_stack_builder.c
356 - src/core/lib/channel/client_channel.c
357 - src/core/lib/channel/compress_filter.c
358 - src/core/lib/channel/connected_channel.c
359 - src/core/lib/channel/http_client_filter.c
360 - src/core/lib/channel/http_server_filter.c
361 - src/core/lib/channel/subchannel_call_holder.c
362 - src/core/lib/client_config/client_config.c
363 - src/core/lib/client_config/connector.c
364 - src/core/lib/client_config/default_initial_connect_string.c
365 - src/core/lib/client_config/initial_connect_string.c
366 - src/core/lib/client_config/lb_policies/load_balancer_api.c
367 - src/core/lib/client_config/lb_policies/pick_first.c
368 - src/core/lib/client_config/lb_policies/round_robin.c
369 - src/core/lib/client_config/lb_policy.c
370 - src/core/lib/client_config/lb_policy_factory.c
371 - src/core/lib/client_config/lb_policy_registry.c
372 - src/core/lib/client_config/resolver.c
373 - src/core/lib/client_config/resolver_factory.c
374 - src/core/lib/client_config/resolver_registry.c
375 - src/core/lib/client_config/resolvers/dns_resolver.c
376 - src/core/lib/client_config/resolvers/sockaddr_resolver.c
377 - src/core/lib/client_config/subchannel.c
378 - src/core/lib/client_config/subchannel_factory.c
379 - src/core/lib/client_config/subchannel_index.c
380 - src/core/lib/client_config/uri_parser.c
381 - src/core/lib/compression/compression_algorithm.c
382 - src/core/lib/compression/message_compress.c
383 - src/core/lib/debug/trace.c
384 - src/core/lib/http/format_request.c
385 - src/core/lib/http/httpcli.c
386 - src/core/lib/http/parser.c
387 - src/core/lib/iomgr/closure.c
388 - src/core/lib/iomgr/endpoint.c
389 - src/core/lib/iomgr/endpoint_pair_posix.c
390 - src/core/lib/iomgr/endpoint_pair_windows.c
391 - src/core/lib/iomgr/exec_ctx.c
392 - src/core/lib/iomgr/executor.c
393 - src/core/lib/iomgr/fd_posix.c
394 - src/core/lib/iomgr/iocp_windows.c
395 - src/core/lib/iomgr/iomgr.c
396 - src/core/lib/iomgr/iomgr_posix.c
397 - src/core/lib/iomgr/iomgr_windows.c
398 - src/core/lib/iomgr/pollset_multipoller_with_epoll.c
399 - src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c
400 - src/core/lib/iomgr/pollset_posix.c
401 - src/core/lib/iomgr/pollset_set_posix.c
402 - src/core/lib/iomgr/pollset_set_windows.c
403 - src/core/lib/iomgr/pollset_windows.c
404 - src/core/lib/iomgr/resolve_address_posix.c
405 - src/core/lib/iomgr/resolve_address_windows.c
406 - src/core/lib/iomgr/sockaddr_utils.c
407 - src/core/lib/iomgr/socket_utils_common_posix.c
408 - src/core/lib/iomgr/socket_utils_linux.c
409 - src/core/lib/iomgr/socket_utils_posix.c
410 - src/core/lib/iomgr/socket_windows.c
411 - src/core/lib/iomgr/tcp_client_posix.c
412 - src/core/lib/iomgr/tcp_client_windows.c
413 - src/core/lib/iomgr/tcp_posix.c
414 - src/core/lib/iomgr/tcp_server_posix.c
415 - src/core/lib/iomgr/tcp_server_windows.c
416 - src/core/lib/iomgr/tcp_windows.c
417 - src/core/lib/iomgr/time_averaged_stats.c
418 - src/core/lib/iomgr/timer.c
419 - src/core/lib/iomgr/timer_heap.c
420 - src/core/lib/iomgr/udp_server.c
421 - src/core/lib/iomgr/unix_sockets_posix.c
422 - src/core/lib/iomgr/unix_sockets_posix_noop.c
423 - src/core/lib/iomgr/wakeup_fd_eventfd.c
424 - src/core/lib/iomgr/wakeup_fd_nospecial.c
425 - src/core/lib/iomgr/wakeup_fd_pipe.c
426 - src/core/lib/iomgr/wakeup_fd_posix.c
427 - src/core/lib/iomgr/workqueue_posix.c
428 - src/core/lib/iomgr/workqueue_windows.c
429 - src/core/lib/json/json.c
430 - src/core/lib/json/json_reader.c
431 - src/core/lib/json/json_string.c
432 - src/core/lib/json/json_writer.c
433 - src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c
434 - src/core/lib/surface/alarm.c
435 - src/core/lib/surface/api_trace.c
436 - src/core/lib/surface/byte_buffer.c
437 - src/core/lib/surface/byte_buffer_reader.c
438 - src/core/lib/surface/call.c
439 - src/core/lib/surface/call_details.c
440 - src/core/lib/surface/call_log_batch.c
441 - src/core/lib/surface/channel.c
442 - src/core/lib/surface/channel_connectivity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700443 - src/core/lib/surface/channel_init.c
444 - src/core/lib/surface/channel_ping.c
445 - src/core/lib/surface/channel_stack_type.c
446 - src/core/lib/surface/completion_queue.c
447 - src/core/lib/surface/event_string.c
448 - src/core/lib/surface/init.c
449 - src/core/lib/surface/lame_client.c
450 - src/core/lib/surface/metadata_array.c
451 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700452 - src/core/lib/surface/validate_metadata.c
453 - src/core/lib/surface/version.c
454 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700455 - src/core/lib/transport/connectivity_state.c
456 - src/core/lib/transport/metadata.c
457 - src/core/lib/transport/metadata_batch.c
458 - src/core/lib/transport/static_metadata.c
459 - src/core/lib/transport/transport.c
460 - src/core/lib/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800461- name: grpc_codegen
462 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/byte_buffer.h
464 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800465 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100469- name: grpc_secure
470 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700471 - src/core/lib/security/auth_filters.h
472 - src/core/lib/security/b64.h
473 - src/core/lib/security/credentials.h
474 - src/core/lib/security/handshake.h
475 - src/core/lib/security/json_token.h
476 - src/core/lib/security/jwt_verifier.h
477 - src/core/lib/security/secure_endpoint.h
478 - src/core/lib/security/security_connector.h
479 - src/core/lib/security/security_context.h
480 - src/core/lib/tsi/fake_transport_security.h
481 - src/core/lib/tsi/ssl_transport_security.h
482 - src/core/lib/tsi/ssl_types.h
483 - src/core/lib/tsi/transport_security.h
484 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100485 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700486 - src/core/lib/http/httpcli_security_connector.c
487 - src/core/lib/security/b64.c
488 - src/core/lib/security/client_auth_filter.c
489 - src/core/lib/security/credentials.c
490 - src/core/lib/security/credentials_metadata.c
491 - src/core/lib/security/credentials_posix.c
492 - src/core/lib/security/credentials_win32.c
493 - src/core/lib/security/google_default_credentials.c
494 - src/core/lib/security/handshake.c
495 - src/core/lib/security/json_token.c
496 - src/core/lib/security/jwt_verifier.c
497 - src/core/lib/security/secure_endpoint.c
498 - src/core/lib/security/security_connector.c
499 - src/core/lib/security/security_context.c
500 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700501 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700502 - src/core/lib/tsi/fake_transport_security.c
503 - src/core/lib/tsi/ssl_transport_security.c
504 - src/core/lib/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700505- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700506 headers:
507 - test/core/end2end/cq_verifier.h
508 - test/core/end2end/fixtures/proxy.h
509 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700510 - test/core/util/grpc_profiler.h
511 - test/core/util/parse_hexstring.h
512 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700513 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700514 - test/core/util/slice_splitter.h
515 src:
516 - test/core/end2end/cq_verifier.c
517 - test/core/end2end/fixtures/proxy.c
518 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/grpc_profiler.c
520 - test/core/util/parse_hexstring.c
521 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700522 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/port_windows.c
524 - test/core/util/slice_splitter.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700525- name: grpc_transport_chttp2
526 headers:
527 - src/core/ext/transport/chttp2/transport/alpn.h
528 - src/core/ext/transport/chttp2/transport/bin_encoder.h
529 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
530 - src/core/ext/transport/chttp2/transport/frame.h
531 - src/core/ext/transport/chttp2/transport/frame_data.h
532 - src/core/ext/transport/chttp2/transport/frame_goaway.h
533 - src/core/ext/transport/chttp2/transport/frame_ping.h
534 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
535 - src/core/ext/transport/chttp2/transport/frame_settings.h
536 - src/core/ext/transport/chttp2/transport/frame_window_update.h
537 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
538 - src/core/ext/transport/chttp2/transport/hpack_parser.h
539 - src/core/ext/transport/chttp2/transport/hpack_table.h
540 - src/core/ext/transport/chttp2/transport/http2_errors.h
541 - src/core/ext/transport/chttp2/transport/huffsyms.h
542 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
543 - src/core/ext/transport/chttp2/transport/internal.h
544 - src/core/ext/transport/chttp2/transport/status_conversion.h
545 - src/core/ext/transport/chttp2/transport/stream_map.h
546 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
547 - src/core/ext/transport/chttp2/transport/varint.h
548 src:
549 - src/core/ext/transport/chttp2/transport/alpn.c
550 - src/core/ext/transport/chttp2/transport/bin_encoder.c
551 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
552 - src/core/ext/transport/chttp2/transport/frame_data.c
553 - src/core/ext/transport/chttp2/transport/frame_goaway.c
554 - src/core/ext/transport/chttp2/transport/frame_ping.c
555 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
556 - src/core/ext/transport/chttp2/transport/frame_settings.c
557 - src/core/ext/transport/chttp2/transport/frame_window_update.c
558 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
559 - src/core/ext/transport/chttp2/transport/hpack_parser.c
560 - src/core/ext/transport/chttp2/transport/hpack_table.c
561 - src/core/ext/transport/chttp2/transport/huffsyms.c
562 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
563 - src/core/ext/transport/chttp2/transport/parsing.c
564 - src/core/ext/transport/chttp2/transport/status_conversion.c
565 - src/core/ext/transport/chttp2/transport/stream_lists.c
566 - src/core/ext/transport/chttp2/transport/stream_map.c
567 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
568 - src/core/ext/transport/chttp2/transport/varint.c
569 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700570 uses:
571 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700572- name: grpc_transport_chttp2_client_insecure
573 src:
574 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700575 uses:
576 - grpc_transport_chttp2
577 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700578- name: grpc_transport_chttp2_client_secure
579 src:
580 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_transport_chttp2
583 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700584- name: grpc_transport_chttp2_server_insecure
585 src:
586 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700587 uses:
588 - grpc_transport_chttp2
589 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700590- name: grpc_transport_chttp2_server_secure
591 src:
592 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700593 uses:
594 - grpc_transport_chttp2
595 - grpc_base
Craig Tillereb841e22016-02-11 15:49:16 -0800596- name: nanopb
597 headers:
598 - third_party/nanopb/pb.h
599 - third_party/nanopb/pb_common.h
600 - third_party/nanopb/pb_decode.h
601 - third_party/nanopb/pb_encode.h
602 src:
603 - third_party/nanopb/pb_common.c
604 - third_party/nanopb/pb_decode.c
605 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100606libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800607- name: gpr
608 build: all
609 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800610 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800611 - gpr
612 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800613 secure: false
614 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
615- name: gpr_test_util
616 build: private
617 language: c
618 headers:
619 - test/core/util/test_config.h
620 src:
621 - test/core/util/test_config.c
622 deps:
623 - gpr
624 secure: false
625 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700626- name: grpc
627 build: all
628 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700629 public_headers:
630 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800631 deps:
632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700633 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800634 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700635 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700636 filegroups:
637 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - grpc_transport_chttp2_server_secure
639 - grpc_transport_chttp2_client_secure
640 - grpc_transport_chttp2_server_insecure
641 - grpc_transport_chttp2_client_insecure
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100642 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100643 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700644 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800645 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700646 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700647 vs_packages:
648 - grpc.dependencies.openssl
649 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700650 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800651- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100652 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800653 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800654 headers: []
655 src: []
656 filegroups:
657 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100658 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800659 secure: false
660 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100661- name: grpc_dll
662 build: private
663 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100664 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100665 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100666 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100667 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100668 build_system:
669 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100670 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100671 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100672 vs_config_type: DynamicLibrary
673 vs_packages:
674 - grpc.dependencies.openssl
675 - grpc.dependencies.zlib
676 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
677 vs_props:
678 - zlib
679 - openssl
680 - winsock
681 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700682- name: grpc_test_util
683 build: private
684 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700685 headers:
686 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800687 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700688 src:
689 - test/core/end2end/data/server1_cert.c
690 - test/core/end2end/data/server1_key.c
691 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800692 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700693 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800694 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800695 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700696 - grpc
697 filegroups:
698 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700699 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
700- name: grpc_test_util_unsecure
701 build: private
702 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700703 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800704 - gpr
705 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800706 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700707 filegroups:
708 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709 secure: false
710 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
711- name: grpc_unsecure
712 build: all
713 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700714 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700715 - src/core/lib/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800716 deps:
717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700718 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800719 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700721 filegroups:
722 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700723 - grpc_transport_chttp2_server_insecure
724 - grpc_transport_chttp2_client_insecure
Craig Tillerad095982016-02-09 12:45:04 -0800725 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700726 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800727 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700728 secure: false
729 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
730- name: grpc_zookeeper
731 build: all
732 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700733 public_headers:
734 - include/grpc/grpc_zookeeper.h
735 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700736 - src/core/lib/client_config/resolvers/zookeeper_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700737 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700738 - src/core/lib/client_config/resolvers/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700739 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700741 - grpc
742 external_deps:
743 - zookeeper
744 platforms:
745 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700746 secure: false
747- name: reconnect_server
748 build: private
749 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700750 headers:
751 - test/core/util/reconnect_server.h
752 src:
753 - test/core/util/reconnect_server.c
754 deps:
yang-gc9fca182015-11-06 16:41:33 -0800755 - test_tcp_server
756 - grpc_test_util
757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800758 - gpr_test_util
759 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800760- name: test_tcp_server
761 build: private
762 language: c
763 headers:
764 - test/core/util/test_tcp_server.h
765 src:
766 - test/core/util/test_tcp_server.c
767 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700768 - grpc_test_util
769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800770 - gpr_test_util
771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772- name: grpc++
773 build: all
774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700775 headers:
776 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800777 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700778 - src/cpp/common/secure_auth_context.h
779 - src/cpp/server/secure_server_credentials.h
780 src:
Craig Tiller25834342015-09-25 08:08:24 -0700781 - src/cpp/client/secure_credentials.cc
782 - src/cpp/common/auth_property_iterator.cc
783 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800784 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700785 - src/cpp/common/secure_create_auth_context.cc
786 - src/cpp/server/secure_server_credentials.cc
787 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700788 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700789 baselib: true
790 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700791 filegroups:
792 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800793 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700794 secure: check
795 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800796- name: grpc++_codegen_lib
vjpai9507eab2016-03-25 06:38:45 -0700797 build: all
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800798 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800799 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100800 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800801 filegroups:
802 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100803 - grpc_codegen
804 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800805 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800806 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807- name: grpc++_test_config
808 build: private
809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700810 headers:
811 - test/cpp/util/test_config.h
812 src:
813 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700814- name: grpc++_test_util
815 build: private
816 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700817 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800818 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800819 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700820 - test/cpp/util/cli_call.h
821 - test/cpp/util/create_test_channel.h
822 - test/cpp/util/string_ref_helper.h
823 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800824 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700825 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800826 - src/proto/grpc/testing/echo_messages.proto
827 - src/proto/grpc/testing/echo.proto
828 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800829 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800830 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700831 - test/cpp/util/cli_call.cc
832 - test/cpp/util/create_test_channel.cc
833 - test/cpp/util/string_ref_helper.cc
834 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800835 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700836 deps:
837 - grpc++
838 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839- name: grpc++_unsecure
840 build: all
841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700842 src:
843 - src/cpp/common/insecure_create_auth_context.cc
844 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700846 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847 baselib: true
848 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700849 filegroups:
850 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800851 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852 secure: false
853 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
854- name: grpc_plugin_support
855 build: protoc
856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700857 headers:
858 - include/grpc++/support/config.h
859 - include/grpc++/support/config_protobuf.h
860 - src/compiler/config.h
861 - src/compiler/cpp_generator.h
862 - src/compiler/cpp_generator_helpers.h
863 - src/compiler/csharp_generator.h
864 - src/compiler/csharp_generator_helpers.h
865 - src/compiler/generator_helpers.h
866 - src/compiler/objective_c_generator.h
867 - src/compiler/objective_c_generator_helpers.h
868 - src/compiler/python_generator.h
869 - src/compiler/ruby_generator.h
870 - src/compiler/ruby_generator_helpers-inl.h
871 - src/compiler/ruby_generator_map-inl.h
872 - src/compiler/ruby_generator_string-inl.h
873 src:
874 - src/compiler/cpp_generator.cc
875 - src/compiler/csharp_generator.cc
876 - src/compiler/objective_c_generator.cc
877 - src/compiler/python_generator.cc
878 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800879 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800880 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800881 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800882 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 secure: false
884 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800885 vs_props:
886 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887- name: interop_client_helper
888 build: private
889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700890 headers:
891 - test/cpp/interop/client_helper.h
892 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800893 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700894 - test/cpp/interop/client_helper.cc
895 deps:
896 - grpc++_test_util
897 - grpc_test_util
898 - grpc++
899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901- name: interop_client_main
902 build: private
903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700904 headers:
905 - test/cpp/interop/interop_client.h
906 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800907 - src/proto/grpc/testing/empty.proto
908 - src/proto/grpc/testing/messages.proto
909 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700910 - test/cpp/interop/client.cc
911 - test/cpp/interop/interop_client.cc
912 deps:
913 - interop_client_helper
914 - grpc++_test_util
915 - grpc_test_util
916 - grpc++
917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 - gpr_test_util
919 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700920 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700921- name: interop_server_helper
922 build: private
923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700924 headers:
925 - test/cpp/interop/server_helper.h
926 src:
927 - test/cpp/interop/server_helper.cc
928 deps:
929 - grpc_test_util
930 - grpc++
931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: interop_server_main
934 build: private
935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700936 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800937 - src/proto/grpc/testing/empty.proto
938 - src/proto/grpc/testing/messages.proto
939 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800940 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700941 deps:
942 - interop_server_helper
943 - grpc++_test_util
944 - grpc_test_util
945 - grpc++
946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800947 - gpr_test_util
948 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700949 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950- name: qps
951 build: private
952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700953 headers:
954 - test/cpp/qps/client.h
955 - test/cpp/qps/driver.h
956 - test/cpp/qps/histogram.h
957 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800958 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700959 - test/cpp/qps/perf_db_client.h
960 - test/cpp/qps/qps_worker.h
961 - test/cpp/qps/report.h
962 - test/cpp/qps/server.h
963 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800964 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700965 - test/cpp/util/benchmark_config.h
966 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800967 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800968 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800969 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800970 - src/proto/grpc/testing/control.proto
971 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800972 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700973 - test/cpp/qps/client_async.cc
974 - test/cpp/qps/client_sync.cc
975 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800976 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700977 - test/cpp/qps/perf_db_client.cc
978 - test/cpp/qps/qps_worker.cc
979 - test/cpp/qps/report.cc
980 - test/cpp/qps/server_async.cc
981 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800982 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700983 - test/cpp/util/benchmark_config.cc
984 deps:
985 - grpc_test_util
986 - grpc++_test_util
987 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: grpc_csharp_ext
989 build: all
990 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700991 src:
992 - src/csharp/ext/grpc_csharp_ext.c
993 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800995 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800996 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800997 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 dll: only
999 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001000 vs_packages:
1001 - grpc.dependencies.openssl
1002 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001004 vs_props:
1005 - zlib
1006 - openssl
1007 - winsock
1008 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001010- name: alarm_test
1011 build: test
1012 language: c
1013 src:
1014 - test/core/surface/alarm_test.c
1015 deps:
1016 - grpc_test_util
1017 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001018 - gpr_test_util
1019 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001020- name: algorithm_test
1021 build: test
1022 language: c
1023 src:
1024 - test/core/compression/algorithm_test.c
1025 deps:
1026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001030- name: alloc_test
1031 build: test
1032 language: c
1033 src:
1034 - test/core/support/alloc_test.c
1035 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001036 - gpr_test_util
1037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038- name: alpn_test
1039 build: test
1040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001041 src:
1042 - test/core/transport/chttp2/alpn_test.c
1043 deps:
1044 - grpc_test_util
1045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001046 - gpr_test_util
1047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048- name: bin_encoder_test
1049 build: test
1050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001051 src:
1052 - test/core/transport/chttp2/bin_encoder_test.c
1053 deps:
1054 - grpc_test_util
1055 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001056- name: census_context_test
1057 build: test
1058 language: c
1059 src:
1060 - test/core/census/context_test.c
1061 deps:
1062 - grpc_test_util
1063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001064 - gpr_test_util
1065 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001066- name: channel_create_test
1067 build: test
1068 language: c
1069 src:
1070 - test/core/surface/channel_create_test.c
1071 deps:
1072 - grpc_test_util
1073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001074 - gpr_test_util
1075 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001076- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077 build: test
1078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001079 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001080 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001081 deps:
1082 - grpc_test_util
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
1085 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001086- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087 build: test
1088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001089 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001090 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001091 deps:
1092 - grpc_test_util
1093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001094 - gpr_test_util
1095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096- name: chttp2_stream_map_test
1097 build: test
1098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001099 src:
1100 - test/core/transport/chttp2/stream_map_test.c
1101 deps:
1102 - grpc_test_util
1103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 - gpr_test_util
1105 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001106- name: chttp2_varint_test
1107 build: test
1108 language: c
1109 src:
1110 - test/core/transport/chttp2/varint_test.c
1111 deps:
1112 - grpc_test_util
1113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001114 - gpr_test_util
1115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: compression_test
1117 build: test
1118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001119 src:
1120 - test/core/compression/compression_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001126- name: concurrent_connectivity_test
1127 build: test
1128 language: c
1129 src:
1130 - test/core/surface/concurrent_connectivity_test.c
1131 deps:
1132 - grpc_test_util
1133 - grpc
1134 - gpr_test_util
1135 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001136- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001137 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001138 build: test
1139 language: c
1140 src:
1141 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1142 deps:
1143 - grpc_test_util
1144 - grpc
1145 - gpr_test_util
1146 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001147- name: dns_resolver_test
1148 build: test
1149 language: c
1150 src:
1151 - test/core/client_config/resolvers/dns_resolver_test.c
1152 deps:
1153 - grpc_test_util
1154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr_test_util
1156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001158 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 build: test
1160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
1162 - test/core/end2end/dualstack_socket_test.c
1163 deps:
1164 - grpc_test_util
1165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr_test_util
1167 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001168 platforms:
1169 - mac
1170 - linux
1171 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001172- name: endpoint_pair_test
1173 build: test
1174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001175 src:
1176 - test/core/iomgr/endpoint_pair_test.c
1177 deps:
1178 - grpc_test_util
1179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001180 - gpr_test_util
1181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: fd_conservation_posix_test
1183 build: test
1184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
1186 - test/core/iomgr/fd_conservation_posix_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001192 platforms:
1193 - mac
1194 - linux
1195 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: fd_posix_test
1197 build: test
1198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001199 src:
1200 - test/core/iomgr/fd_posix_test.c
1201 deps:
1202 - grpc_test_util
1203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001204 - gpr_test_util
1205 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001206 platforms:
1207 - mac
1208 - linux
1209 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: fling_client
1211 build: test
1212 run: false
1213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001214 src:
1215 - test/core/fling/client.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: fling_server
1222 build: test
1223 run: false
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - test/core/fling/server.c
1227 deps:
1228 - grpc_test_util
1229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001233 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 build: test
1235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001236 src:
1237 - test/core/fling/fling_stream_test.c
1238 deps:
1239 - grpc_test_util
1240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr_test_util
1242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001243 platforms:
1244 - mac
1245 - linux
1246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001248 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/fling/fling_test.c
1253 deps:
1254 - grpc_test_util
1255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001258 platforms:
1259 - mac
1260 - linux
1261 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: gen_hpack_tables
1263 build: tool
1264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
1266 - tools/codegen/core/gen_hpack_tables.c
1267 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001268 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001269 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270- name: gen_legal_metadata_characters
1271 build: tool
1272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001273 src:
1274 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001276- name: gpr_avl_test
1277 build: test
1278 language: c
1279 src:
1280 - test/core/support/avl_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001284- name: gpr_backoff_test
1285 build: test
1286 language: c
1287 src:
1288 - test/core/support/backoff_test.c
1289 deps:
1290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: gpr_cmdline_test
1293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
1296 - test/core/support/cmdline_test.c
1297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001300- name: gpr_cpu_test
1301 build: test
1302 language: c
1303 src:
1304 - test/core/support/cpu_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_env_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/support/env_test.c
1313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: gpr_histogram_test
1317 build: test
1318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - test/core/support/histogram_test.c
1321 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: gpr_host_port_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/support/host_port_test.c
1329 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr_test_util
1331 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001332- name: gpr_load_file_test
1333 build: test
1334 language: c
1335 src:
1336 - test/core/support/load_file_test.c
1337 deps:
1338 - gpr_test_util
1339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: gpr_log_test
1341 build: test
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/support/log_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_slice_buffer_test
1349 build: test
1350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - test/core/support/slice_buffer_test.c
1353 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356- name: gpr_slice_test
1357 build: test
1358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - test/core/support/slice_test.c
1361 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001365 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366 build: test
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - test/core/support/stack_lockfree_test.c
1370 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: gpr_string_test
1374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/support/string_test.c
1378 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001382 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383 build: test
1384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
1386 - test/core/support/sync_test.c
1387 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001391 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/support/thd_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_time_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/support/time_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: gpr_tls_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/support/tls_test.c
1412 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: gpr_useful_test
1416 build: test
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/support/useful_test.c
1420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: grpc_auth_context_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/security/auth_context_test.c
1428 deps:
1429 - grpc_test_util
1430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001433- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001434 build: test
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001437 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001438 deps:
1439 - grpc_test_util
1440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001441 - gpr_test_util
1442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443- name: grpc_byte_buffer_reader_test
1444 build: test
1445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - test/core/surface/byte_buffer_reader_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: grpc_channel_args_test
1454 build: test
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/channel/channel_args_test.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: grpc_channel_stack_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/channel/channel_stack_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: grpc_completion_queue_test
1474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/surface/completion_queue_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: grpc_create_jwt
1484 build: tool
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - test/core/security/create_jwt.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: grpc_credentials_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/security/credentials_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: grpc_fetch_oauth2
1504 build: tool
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/security/fetch_oauth2.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001513- name: grpc_invalid_channel_args_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/surface/invalid_channel_args_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: grpc_json_token_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/security/json_token_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001533 platforms:
1534 - linux
1535 - posix
1536 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: grpc_jwt_verifier_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/security/jwt_verifier_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: grpc_print_google_default_creds_token
1548 build: tool
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/security/print_google_default_creds_token.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: grpc_security_connector_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/security/security_connector_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: grpc_verify_jwt
1568 build: tool
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/security/verify_jwt.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001577- name: hpack_parser_fuzzer_test
1578 build: fuzzer
1579 language: c
1580 src:
1581 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
1585 - gpr_test_util
1586 - gpr
1587 corpus_dirs:
1588 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: hpack_parser_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/transport/chttp2/hpack_parser_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: hpack_table_test
1600 build: test
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/transport/chttp2/hpack_table_test.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001609- name: http_fuzzer_test
1610 build: fuzzer
1611 language: c
1612 src:
1613 - test/core/http/fuzzer.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
1617 - gpr_test_util
1618 - gpr
1619 corpus_dirs:
1620 - test/core/http/corpus
Matthew Iselin1824f052016-02-10 12:16:06 +11001621- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001625 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001631- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632 build: test
1633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001635 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001636 deps:
1637 - grpc_test_util
1638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001639 - gpr_test_util
1640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001641- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001642 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001646 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001652 platforms:
1653 - mac
1654 - linux
1655 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001656- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001657 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001658 build: test
1659 language: c
1660 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001661 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001667 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001668 - linux
yang-gf1183302015-12-07 16:02:05 -08001669- name: init_test
1670 build: test
1671 language: c
1672 src:
1673 - test/core/surface/init_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001679- name: invalid_call_argument_test
1680 build: test
1681 language: c
1682 src:
1683 - test/core/end2end/invalid_call_argument_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001689- name: json_fuzzer_test
1690 build: fuzzer
1691 language: c
1692 src:
1693 - test/core/json/fuzzer.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
1697 - gpr_test_util
1698 - gpr
1699 corpus_dirs:
1700 - test/core/json/corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: json_rewrite
1702 build: test
1703 run: false
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/json/json_rewrite.c
1707 deps:
1708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: json_rewrite_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/json/json_rewrite_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001720- name: json_stream_error_test
1721 build: test
1722 language: c
1723 src:
1724 - test/core/json/json_stream_error_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: json_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/json/json_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: lame_client_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/surface/lame_client_test.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001750- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001751 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001752 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001753 build: test
1754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001755 src:
1756 - test/core/client_config/lb_policies_test.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: low_level_ping_pong_benchmark
1763 build: benchmark
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/network_benchmarks/low_level_ping_pong.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001772 platforms:
1773 - mac
1774 - linux
1775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: message_compress_test
1777 build: test
1778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001779 src:
1780 - test/core/compression/message_compress_test.c
1781 deps:
1782 - grpc_test_util
1783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr_test_util
1785 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001786- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001787 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001788 build: test
1789 language: c
1790 src:
1791 - test/core/census/mlog_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
1795 - gpr_test_util
1796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: multiple_server_queues_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/end2end/multiple_server_queues_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: murmur_hash_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/support/murmur_hash_test.c
1812 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001816 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/end2end/no_server_test.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: resolve_address_test
1827 build: test
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - test/core/iomgr/resolve_address_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
yang-gd482e592015-12-10 14:04:00 -08001836- name: secure_channel_create_test
1837 build: test
1838 language: c
1839 src:
1840 - test/core/surface/secure_channel_create_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: secure_endpoint_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/security/secure_endpoint_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001856- name: server_chttp2_test
1857 build: test
1858 language: c
1859 src:
1860 - test/core/surface/server_chttp2_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001866- name: server_test
1867 build: test
1868 language: c
1869 src:
1870 - test/core/surface/server_test.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001876- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001877 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001878 build: test
1879 language: c
1880 src:
1881 - test/core/client_config/set_initial_connect_string_test.c
1882 deps:
1883 - test_tcp_server
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001888- name: sockaddr_resolver_test
1889 build: test
1890 language: c
1891 src:
1892 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898- name: sockaddr_utils_test
1899 build: test
1900 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001901 src:
1902 - test/core/iomgr/sockaddr_utils_test.c
1903 deps:
1904 - grpc_test_util
1905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001908- name: socket_utils_test
1909 build: test
1910 language: c
1911 src:
1912 - test/core/iomgr/socket_utils_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001918 platforms:
1919 - mac
1920 - linux
1921 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001923 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/iomgr/tcp_client_posix_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001933 platforms:
1934 - mac
1935 - linux
1936 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001938 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/iomgr/tcp_posix_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001948 platforms:
1949 - mac
1950 - linux
1951 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: tcp_server_posix_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/iomgr/tcp_server_posix_test.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001962 platforms:
1963 - mac
1964 - linux
1965 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966- name: time_averaged_stats_test
1967 build: test
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
1970 - test/core/iomgr/time_averaged_stats_test.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: timeout_encoding_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/transport/chttp2/timeout_encoding_test.c
1981 deps:
1982 - grpc_test_util
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001986- name: timer_heap_test
1987 build: test
1988 language: c
1989 src:
1990 - test/core/iomgr/timer_heap_test.c
1991 deps:
1992 - grpc_test_util
1993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001996- name: timer_list_test
1997 build: test
1998 language: c
1999 src:
2000 - test/core/iomgr/timer_list_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: timers_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/profiling/timers_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002016- name: transport_connectivity_state_test
2017 build: test
2018 language: c
2019 src:
2020 - test/core/transport/connectivity_state_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: transport_metadata_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/transport/metadata_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: transport_security_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/core/tsi/transport_security_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002046 platforms:
2047 - linux
2048 - posix
2049 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: udp_server_test
2051 build: test
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/core/iomgr/udp_server_test.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr_test_util
2059 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002060 platforms:
2061 - mac
2062 - linux
2063 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002064- name: uri_fuzzer_test
2065 build: fuzzer
2066 language: c
2067 src:
2068 - test/core/client_config/uri_fuzzer_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
2072 - gpr_test_util
2073 - gpr
2074 corpus_dirs:
2075 - test/core/client_config/uri_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: uri_parser_test
2077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/client_config/uri_parser_test.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002086- name: workqueue_test
2087 build: test
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
2090 - test/core/iomgr/workqueue_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002096 platforms:
2097 - mac
2098 - linux
2099 - posix
vjpai04e992a2016-02-10 16:58:38 -08002100- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002101 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002102 build: test
2103 language: c++
2104 src:
2105 - test/cpp/common/alarm_cpp_test.cc
2106 deps:
2107 - grpc++_test_util
2108 - grpc_test_util
2109 - grpc++
2110 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002114 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115 build: test
2116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - test/cpp/end2end/async_end2end_test.cc
2119 deps:
2120 - grpc++_test_util
2121 - grpc_test_util
2122 - grpc++
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: async_streaming_ping_pong_test
2127 build: test
2128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/cpp/qps/async_streaming_ping_pong_test.cc
2131 deps:
2132 - qps
2133 - grpc++_test_util
2134 - grpc_test_util
2135 - grpc++
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002139 platforms:
2140 - mac
2141 - linux
2142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: async_unary_ping_pong_test
2144 build: test
2145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/cpp/qps/async_unary_ping_pong_test.cc
2148 deps:
2149 - qps
2150 - grpc++_test_util
2151 - grpc_test_util
2152 - grpc++
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002156 platforms:
2157 - mac
2158 - linux
2159 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002161 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162 build: test
2163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/cpp/common/auth_property_iterator_test.cc
2166 deps:
2167 - grpc++_test_util
2168 - grpc_test_util
2169 - grpc++
2170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002174 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175 build: test
2176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
yang-g52705592015-11-25 11:45:33 -08002178 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002179 deps:
2180 - grpc++
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002184 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185 build: test
2186 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - test/cpp/util/cli_call_test.cc
2189 deps:
2190 - grpc++_test_util
2191 - grpc_test_util
2192 - grpc++
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002197 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002198 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199 build: test
2200 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
2202 - test/cpp/end2end/client_crash_test.cc
2203 deps:
2204 - grpc++_test_util
2205 - grpc_test_util
2206 - grpc++
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002210 platforms:
2211 - mac
2212 - linux
2213 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: client_crash_test_server
2215 build: test
2216 run: false
2217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/cpp/end2end/client_crash_test_server.cc
2220 deps:
2221 - grpc++_test_util
2222 - grpc_test_util
2223 - grpc++
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002227- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002228 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002229 build: test
2230 language: c++
2231 src:
2232 - src/proto/grpc/testing/control.proto
2233 - src/proto/grpc/testing/messages.proto
2234 - src/proto/grpc/testing/payloads.proto
2235 - src/proto/grpc/testing/perf_db.proto
2236 - src/proto/grpc/testing/services.proto
2237 - src/proto/grpc/testing/stats.proto
2238 - test/cpp/codegen/codegen_test.cc
2239 deps:
2240 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002242 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243 build: test
2244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/cpp/client/credentials_test.cc
2247 deps:
2248 - grpc++
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002252 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253 build: test
2254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/cpp/util/byte_buffer_test.cc
2257 deps:
2258 - grpc_test_util
2259 - grpc++
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002264 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265 build: test
2266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
2268 - test/cpp/util/slice_test.cc
2269 deps:
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: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002276 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277 build: test
2278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
2280 - test/cpp/util/string_ref_test.cc
2281 deps:
2282 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002284 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285 build: test
2286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/cpp/util/time_test.cc
2289 deps:
2290 - grpc_test_util
2291 - grpc++
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002296 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002297 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 build: test
2299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/cpp/end2end/end2end_test.cc
2302 deps:
2303 - grpc++_test_util
2304 - grpc_test_util
2305 - grpc++
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
vjpai083dc622016-01-11 09:41:17 -08002309- name: generic_async_streaming_ping_pong_test
2310 build: test
2311 language: c++
2312 src:
2313 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2314 deps:
2315 - qps
2316 - grpc++_test_util
2317 - grpc_test_util
2318 - grpc++
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
vjpai083dc622016-01-11 09:41:17 -08002322 platforms:
2323 - mac
2324 - linux
2325 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002327 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328 build: test
2329 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/cpp/end2end/generic_end2end_test.cc
2332 deps:
2333 - grpc++_test_util
2334 - grpc_test_util
2335 - grpc++
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: grpc_cli
2340 build: test
2341 run: false
2342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/cpp/util/grpc_cli.cc
2345 deps:
2346 - grpc++_test_util
2347 - grpc_test_util
2348 - grpc++
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002352 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: grpc_cpp_plugin
2354 build: protoc
2355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - src/compiler/cpp_plugin.cc
2358 deps:
2359 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360 secure: false
2361 vs_config_type: Application
2362 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2363- name: grpc_csharp_plugin
2364 build: protoc
2365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - src/compiler/csharp_plugin.cc
2368 deps:
2369 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370 secure: false
2371 vs_config_type: Application
2372 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2373- name: grpc_objective_c_plugin
2374 build: protoc
2375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
2377 - src/compiler/objective_c_plugin.cc
2378 deps:
2379 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380 secure: false
2381 vs_config_type: Application
2382 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2383- name: grpc_python_plugin
2384 build: protoc
2385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - src/compiler/python_plugin.cc
2388 deps:
2389 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390 secure: false
2391 vs_config_type: Application
2392 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2393- name: grpc_ruby_plugin
2394 build: protoc
2395 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
2397 - src/compiler/ruby_plugin.cc
2398 deps:
2399 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400 secure: false
2401 vs_config_type: Application
2402 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002403- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002404 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002405 build: test
2406 language: c++
2407 src:
2408 - src/proto/grpc/lb/v0/load_balancer.proto
2409 - test/cpp/grpclb/grpclb_api_test.cc
2410 deps:
2411 - grpc++_test_util
2412 - grpc_test_util
2413 - grpc++
2414 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002415- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002416 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002417 build: test
2418 language: c++
2419 src:
2420 - test/cpp/end2end/hybrid_end2end_test.cc
2421 deps:
2422 - grpc++_test_util
2423 - grpc_test_util
2424 - grpc++
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428- name: interop_client
2429 build: test
2430 run: false
2431 language: c++
2432 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002433 deps:
2434 - interop_client_main
2435 - interop_client_helper
2436 - grpc++_test_util
2437 - grpc_test_util
2438 - grpc++
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 - grpc++_test_config
2443 platforms:
2444 - mac
2445 - linux
2446 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: interop_server
2448 build: test
2449 run: false
2450 language: c++
2451 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002452 deps:
2453 - interop_server_main
2454 - interop_server_helper
2455 - grpc++_test_util
2456 - grpc_test_util
2457 - grpc++
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002461 - grpc++_test_config
2462 platforms:
2463 - mac
2464 - linux
2465 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002467 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468 build: test
2469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/cpp/interop/interop_test.cc
2472 deps:
2473 - grpc_test_util
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002477 platforms:
2478 - mac
2479 - linux
2480 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002481- name: metrics_client
2482 build: test
2483 run: false
2484 language: c++
2485 headers:
2486 - test/cpp/util/metrics_server.h
2487 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002488 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002489 - test/cpp/interop/metrics_client.cc
2490 deps:
2491 - grpc++
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002494 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002496 gtest: true
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/end2end/mock_test.cc
2501 deps:
2502 - grpc++_test_util
2503 - grpc_test_util
2504 - grpc++
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: qps_driver
2509 build: benchmark
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/cpp/qps/qps_driver.cc
2513 deps:
2514 - qps
2515 - grpc++_test_util
2516 - grpc_test_util
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002521 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: qps_interarrival_test
2523 build: test
2524 run: false
2525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002526 src:
2527 - test/cpp/qps/qps_interarrival_test.cc
2528 deps:
2529 - qps
2530 - grpc++_test_util
2531 - grpc_test_util
2532 - grpc++
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002536 platforms:
2537 - mac
2538 - linux
2539 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002541 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542 build: test
2543 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
2545 - test/cpp/qps/qps_openloop_test.cc
2546 deps:
2547 - qps
2548 - grpc++_test_util
2549 - grpc_test_util
2550 - grpc++
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002554 - grpc++_test_config
2555 platforms:
2556 - mac
2557 - linux
2558 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002560 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561 build: test
2562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/cpp/qps/qps_test.cc
2565 deps:
2566 - qps
2567 - grpc++_test_util
2568 - grpc_test_util
2569 - grpc++
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002573 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002574 platforms:
2575 - mac
2576 - linux
2577 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: qps_worker
2579 build: benchmark
2580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002581 headers:
2582 - test/cpp/qps/client.h
2583 - test/cpp/qps/server.h
2584 src:
2585 - test/cpp/qps/worker.cc
2586 deps:
2587 - qps
2588 - grpc++_test_util
2589 - grpc_test_util
2590 - grpc++
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002594 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002595- name: reconnect_interop_client
2596 build: test
2597 run: false
2598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002599 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002600 - src/proto/grpc/testing/empty.proto
2601 - src/proto/grpc/testing/messages.proto
2602 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002603 - test/cpp/interop/reconnect_interop_client.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 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: reconnect_interop_server
2613 build: test
2614 run: false
2615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002617 - src/proto/grpc/testing/empty.proto
2618 - src/proto/grpc/testing/messages.proto
2619 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002620 - test/cpp/interop/reconnect_interop_server.cc
2621 deps:
2622 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002623 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002624 - grpc++_test_util
2625 - grpc_test_util
2626 - grpc++
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002630 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002632 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633 build: test
2634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
2636 - test/cpp/common/secure_auth_context_test.cc
2637 deps:
2638 - grpc++_test_util
2639 - grpc_test_util
2640 - grpc++
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002644- name: secure_sync_unary_ping_pong_test
2645 build: test
2646 language: c++
2647 src:
2648 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2649 deps:
2650 - qps
2651 - grpc++_test_util
2652 - grpc_test_util
2653 - grpc++
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002657 platforms:
2658 - mac
2659 - linux
2660 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002661- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002662 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002663 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002664 build: test
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/cpp/end2end/server_crash_test.cc
2668 deps:
2669 - grpc++_test_util
2670 - grpc_test_util
2671 - grpc++
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002675 platforms:
2676 - mac
2677 - linux
2678 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679- name: server_crash_test_client
2680 build: test
2681 run: false
2682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - test/cpp/end2end/server_crash_test_client.cc
2685 deps:
2686 - grpc++_test_util
2687 - grpc_test_util
2688 - grpc++
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002692- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002693 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694 build: test
2695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002696 src:
2697 - test/cpp/end2end/shutdown_test.cc
2698 deps:
2699 - grpc++_test_util
2700 - grpc_test_util
2701 - grpc++
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: status_test
2706 build: test
2707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - test/cpp/util/status_test.cc
2710 deps:
2711 - grpc_test_util
2712 - grpc++
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002716- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002717 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002718 build: test
2719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
2721 - test/cpp/end2end/streaming_throughput_test.cc
2722 deps:
2723 - grpc++_test_util
2724 - grpc_test_util
2725 - grpc++
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr_test_util
2728 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002729 platforms:
2730 - mac
2731 - linux
2732 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002733- name: stress_test
2734 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002735 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002736 language: c++
2737 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002738 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002739 - test/cpp/interop/interop_client.h
2740 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002741 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002742 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002743 - src/proto/grpc/testing/empty.proto
2744 - src/proto/grpc/testing/messages.proto
2745 - src/proto/grpc/testing/metrics.proto
2746 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002747 - test/cpp/interop/interop_client.cc
2748 - test/cpp/interop/stress_interop_client.cc
2749 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002750 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002751 deps:
2752 - grpc++_test_util
2753 - grpc_test_util
2754 - grpc++
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr_test_util
2757 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002758 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: sync_streaming_ping_pong_test
2760 build: test
2761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002762 src:
2763 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2764 deps:
2765 - qps
2766 - grpc++_test_util
2767 - grpc_test_util
2768 - grpc++
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002772 platforms:
2773 - mac
2774 - linux
2775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: sync_unary_ping_pong_test
2777 build: test
2778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
2780 - test/cpp/qps/sync_unary_ping_pong_test.cc
2781 deps:
2782 - qps
2783 - grpc++_test_util
2784 - grpc_test_util
2785 - grpc++
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr_test_util
2788 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002789 platforms:
2790 - mac
2791 - linux
2792 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002794 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002795 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002796 build: test
2797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002798 src:
2799 - test/cpp/end2end/thread_stress_test.cc
2800 deps:
2801 - grpc++_test_util
2802 - grpc_test_util
2803 - grpc++
2804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002805 - gpr_test_util
2806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002808 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002809 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002810 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002812 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002813 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002814 - test/cpp/end2end/zookeeper_test.cc
2815 deps:
2816 - grpc++_test_util
2817 - grpc_test_util
2818 - grpc++
2819 - grpc_zookeeper
2820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002821 - gpr_test_util
2822 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002823 external_deps:
2824 - zookeeper
2825 platforms:
2826 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002827- name: public_headers_must_be_c89
2828 build: test
2829 language: c89
2830 src:
2831 - test/core/surface/public_headers_must_be_c89.c
2832 deps:
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002836- linkage: static
2837 name: grpc.dependencies.zlib
2838 props: false
2839 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002840 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002841- linkage: static
2842 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002843 props: true
2844 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002845 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002846- name: gflags
2847 props: false
2848 redist: false
2849 version: 2.1.2.1
2850- name: gtest
2851 props: false
2852 redist: false
2853 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002854configs:
2855 asan:
2856 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002857 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2858 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002859 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002860 LD: clang
2861 LDFLAGS: -fsanitize=address
2862 LDXX: clang++
2863 compile_the_world: true
2864 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002865 ASAN_OPTIONS: detect_leaks=1:color=always
2866 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002867 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002868 asan-noleaks:
2869 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002870 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2871 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002872 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002873 LD: clang
2874 LDFLAGS: -fsanitize=address
2875 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002876 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002877 test_environ:
2878 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002879 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07002880 asan-trace-cmp:
2881 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07002882 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
2883 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07002884 CXX: clang++
2885 LD: clang
2886 LDFLAGS: -fsanitize=address
2887 LDXX: clang++
2888 compile_the_world: true
2889 test_environ:
2890 ASAN_OPTIONS: detect_leaks=1:color=always
2891 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2892 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002893 basicprof:
2894 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2895 DEFINES: NDEBUG
2896 dbg:
2897 CPPFLAGS: -O0
2898 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002899 easan:
2900 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002901 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2902 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08002903 CXX: clang++
2904 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2905 LD: clang
2906 LDFLAGS: -fsanitize=address
2907 LDXX: clang++
2908 compile_the_world: true
2909 test_environ:
2910 ASAN_OPTIONS: detect_leaks=1:color=always
2911 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2912 timeout_multiplier: 3
2913 edbg:
2914 CPPFLAGS: -O0
2915 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2916 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002917 CC: clang
2918 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002919 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08002920 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002921 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002922 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002923 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08002924 LDXX: clang++
2925 compile_the_world: true
2926 test_environ:
2927 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2928 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002929 gcov:
2930 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002931 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002932 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002933 DEFINES: _DEBUG DEBUG GPR_GCOV
2934 LD: gcc
2935 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2936 LDXX: g++
2937 helgrind:
2938 CPPFLAGS: -O0
2939 DEFINES: _DEBUG DEBUG
2940 LDFLAGS: -rdynamic
2941 timeout_multiplier: 20
2942 valgrind: --tool=helgrind
2943 memcheck:
2944 CPPFLAGS: -O0
2945 DEFINES: _DEBUG DEBUG
2946 LDFLAGS: -rdynamic
2947 timeout_multiplier: 10
2948 valgrind: --tool=memcheck --leak-check=full
2949 msan:
2950 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002951 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
2952 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2953 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002954 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002955 DEFINES: NDEBUG
2956 LD: clang
2957 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2958 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2959 LDXX: clang++
2960 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002961 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002962 mutrace:
2963 CPPFLAGS: -O0
2964 DEFINES: _DEBUG DEBUG
2965 LDFLAGS: -rdynamic
2966 opt:
2967 CPPFLAGS: -O2
2968 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002969 stapprof:
2970 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2971 DEFINES: NDEBUG
2972 tsan:
2973 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002974 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002975 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002976 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002977 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002978 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08002979 LDXX: clang++
2980 compile_the_world: true
2981 test_environ:
2982 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002983 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002984 ubsan:
2985 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002986 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
2987 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002988 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002989 DEFINES: NDEBUG
2990 LD: clang
2991 LDFLAGS: -fsanitize=undefined
2992 LDXX: clang++
2993 compile_the_world: true
2994 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002995defaults:
2996 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002997 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002998 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002999 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003000 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003001 global:
3002 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3003 LDFLAGS: -g
3004 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003005 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003006 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003007node_modules:
3008- deps:
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003011 - boringssl
3012 - z
murgatroid9994a75412015-11-19 14:04:53 -08003013 headers:
3014 - src/node/ext/byte_buffer.h
3015 - src/node/ext/call.h
3016 - src/node/ext/call_credentials.h
3017 - src/node/ext/channel.h
3018 - src/node/ext/channel_credentials.h
3019 - src/node/ext/completion_queue_async_worker.h
3020 - src/node/ext/server.h
3021 - src/node/ext/server_credentials.h
3022 - src/node/ext/timeval.h
3023 js:
3024 - src/node/index.js
3025 - src/node/src/client.js
3026 - src/node/src/common.js
3027 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003028 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003029 - src/node/src/metadata.js
3030 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003031 name: grpc_node
3032 src:
3033 - src/node/ext/byte_buffer.cc
3034 - src/node/ext/call.cc
3035 - src/node/ext/call_credentials.cc
3036 - src/node/ext/channel.cc
3037 - src/node/ext/channel_credentials.cc
3038 - src/node/ext/completion_queue_async_worker.cc
3039 - src/node/ext/node_grpc.cc
3040 - src/node/ext/server.cc
3041 - src/node/ext/server_credentials.cc
3042 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003043openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003044 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003045 extraction_dir: openssl-1.0.2f
3046 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003047php_config_m4:
3048 deps:
3049 - grpc
3050 - gpr
3051 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003052 headers:
3053 - src/php/ext/grpc/byte_buffer.h
3054 - src/php/ext/grpc/call.h
3055 - src/php/ext/grpc/call_credentials.h
3056 - src/php/ext/grpc/channel.h
3057 - src/php/ext/grpc/channel_credentials.h
3058 - src/php/ext/grpc/completion_queue.h
3059 - src/php/ext/grpc/php_grpc.h
3060 - src/php/ext/grpc/server.h
3061 - src/php/ext/grpc/server_credentials.h
3062 - src/php/ext/grpc/timeval.h
3063 src:
3064 - src/php/ext/grpc/byte_buffer.c
3065 - src/php/ext/grpc/call.c
3066 - src/php/ext/grpc/call_credentials.c
3067 - src/php/ext/grpc/channel.c
3068 - src/php/ext/grpc/channel_credentials.c
3069 - src/php/ext/grpc/completion_queue.c
3070 - src/php/ext/grpc/php_grpc.c
3071 - src/php/ext/grpc/server.c
3072 - src/php/ext/grpc/server_credentials.c
3073 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003074python_dependencies:
3075 deps:
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003078 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003079 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003080ruby_gem:
3081 deps:
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085 - z