blob: fbbaa6cd29d3e149ec005a677517ff79c67ac83d [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
Craig Tiller8a034482016-03-28 16:09:04 -0700289 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700290 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700291 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/iomgr/exec_ctx.h
293 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/iomgr/iocp_windows.h
295 - src/core/lib/iomgr/iomgr.h
296 - src/core/lib/iomgr/iomgr_internal.h
297 - src/core/lib/iomgr/iomgr_posix.h
298 - src/core/lib/iomgr/pollset.h
299 - src/core/lib/iomgr/pollset_posix.h
300 - src/core/lib/iomgr/pollset_set.h
301 - src/core/lib/iomgr/pollset_set_posix.h
302 - src/core/lib/iomgr/pollset_set_windows.h
303 - src/core/lib/iomgr/pollset_windows.h
304 - src/core/lib/iomgr/resolve_address.h
305 - src/core/lib/iomgr/sockaddr.h
306 - src/core/lib/iomgr/sockaddr_posix.h
307 - src/core/lib/iomgr/sockaddr_utils.h
308 - src/core/lib/iomgr/sockaddr_win32.h
309 - src/core/lib/iomgr/socket_utils_posix.h
310 - src/core/lib/iomgr/socket_windows.h
311 - src/core/lib/iomgr/tcp_client.h
312 - src/core/lib/iomgr/tcp_posix.h
313 - src/core/lib/iomgr/tcp_server.h
314 - src/core/lib/iomgr/tcp_windows.h
315 - src/core/lib/iomgr/time_averaged_stats.h
316 - src/core/lib/iomgr/timer.h
317 - src/core/lib/iomgr/timer_heap.h
318 - src/core/lib/iomgr/udp_server.h
319 - src/core/lib/iomgr/unix_sockets_posix.h
320 - src/core/lib/iomgr/wakeup_fd_pipe.h
321 - src/core/lib/iomgr/wakeup_fd_posix.h
322 - src/core/lib/iomgr/workqueue.h
323 - src/core/lib/iomgr/workqueue_posix.h
324 - src/core/lib/iomgr/workqueue_windows.h
325 - src/core/lib/json/json.h
326 - src/core/lib/json/json_common.h
327 - src/core/lib/json/json_reader.h
328 - src/core/lib/json/json_writer.h
329 - src/core/lib/proto/grpc/lb/v0/load_balancer.pb.h
330 - src/core/lib/statistics/census_interface.h
331 - src/core/lib/statistics/census_rpc_stats.h
332 - src/core/lib/surface/api_trace.h
333 - src/core/lib/surface/call.h
334 - src/core/lib/surface/call_test_only.h
335 - src/core/lib/surface/channel.h
336 - src/core/lib/surface/channel_init.h
337 - src/core/lib/surface/channel_stack_type.h
338 - src/core/lib/surface/completion_queue.h
339 - src/core/lib/surface/event_string.h
340 - src/core/lib/surface/init.h
341 - src/core/lib/surface/lame_client.h
342 - src/core/lib/surface/server.h
343 - src/core/lib/surface/surface_trace.h
344 - src/core/lib/transport/byte_stream.h
345 - src/core/lib/transport/chttp2/alpn.h
346 - src/core/lib/transport/chttp2/bin_encoder.h
347 - src/core/lib/transport/chttp2/frame.h
348 - src/core/lib/transport/chttp2/frame_data.h
349 - src/core/lib/transport/chttp2/frame_goaway.h
350 - src/core/lib/transport/chttp2/frame_ping.h
351 - src/core/lib/transport/chttp2/frame_rst_stream.h
352 - src/core/lib/transport/chttp2/frame_settings.h
353 - src/core/lib/transport/chttp2/frame_window_update.h
354 - src/core/lib/transport/chttp2/hpack_encoder.h
355 - src/core/lib/transport/chttp2/hpack_parser.h
356 - src/core/lib/transport/chttp2/hpack_table.h
357 - src/core/lib/transport/chttp2/http2_errors.h
358 - src/core/lib/transport/chttp2/huffsyms.h
359 - src/core/lib/transport/chttp2/incoming_metadata.h
360 - src/core/lib/transport/chttp2/internal.h
361 - src/core/lib/transport/chttp2/status_conversion.h
362 - src/core/lib/transport/chttp2/stream_map.h
363 - src/core/lib/transport/chttp2/timeout_encoding.h
364 - src/core/lib/transport/chttp2/varint.h
365 - src/core/lib/transport/chttp2_transport.h
366 - src/core/lib/transport/connectivity_state.h
367 - src/core/lib/transport/metadata.h
368 - src/core/lib/transport/metadata_batch.h
369 - src/core/lib/transport/static_metadata.h
370 - src/core/lib/transport/transport.h
371 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700372 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/census/grpc_context.c
374 - src/core/lib/census/grpc_filter.c
375 - src/core/lib/census/grpc_plugin.c
376 - src/core/lib/channel/channel_args.c
377 - src/core/lib/channel/channel_stack.c
378 - src/core/lib/channel/channel_stack_builder.c
379 - src/core/lib/channel/client_channel.c
380 - src/core/lib/channel/compress_filter.c
381 - src/core/lib/channel/connected_channel.c
382 - src/core/lib/channel/http_client_filter.c
383 - src/core/lib/channel/http_server_filter.c
384 - src/core/lib/channel/subchannel_call_holder.c
385 - src/core/lib/client_config/client_config.c
386 - src/core/lib/client_config/connector.c
387 - src/core/lib/client_config/default_initial_connect_string.c
388 - src/core/lib/client_config/initial_connect_string.c
389 - src/core/lib/client_config/lb_policies/load_balancer_api.c
390 - src/core/lib/client_config/lb_policies/pick_first.c
391 - src/core/lib/client_config/lb_policies/round_robin.c
392 - src/core/lib/client_config/lb_policy.c
393 - src/core/lib/client_config/lb_policy_factory.c
394 - src/core/lib/client_config/lb_policy_registry.c
395 - src/core/lib/client_config/resolver.c
396 - src/core/lib/client_config/resolver_factory.c
397 - src/core/lib/client_config/resolver_registry.c
398 - src/core/lib/client_config/resolvers/dns_resolver.c
399 - src/core/lib/client_config/resolvers/sockaddr_resolver.c
400 - src/core/lib/client_config/subchannel.c
401 - src/core/lib/client_config/subchannel_factory.c
402 - src/core/lib/client_config/subchannel_index.c
403 - src/core/lib/client_config/uri_parser.c
404 - src/core/lib/compression/compression_algorithm.c
405 - src/core/lib/compression/message_compress.c
406 - src/core/lib/debug/trace.c
407 - src/core/lib/http/format_request.c
408 - src/core/lib/http/httpcli.c
409 - src/core/lib/http/parser.c
410 - src/core/lib/iomgr/closure.c
411 - src/core/lib/iomgr/endpoint.c
412 - src/core/lib/iomgr/endpoint_pair_posix.c
413 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700414 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700415 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700416 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700417 - src/core/lib/iomgr/exec_ctx.c
418 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700419 - src/core/lib/iomgr/iocp_windows.c
420 - src/core/lib/iomgr/iomgr.c
421 - src/core/lib/iomgr/iomgr_posix.c
422 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700423 - src/core/lib/iomgr/pollset_set_windows.c
424 - src/core/lib/iomgr/pollset_windows.c
425 - src/core/lib/iomgr/resolve_address_posix.c
426 - src/core/lib/iomgr/resolve_address_windows.c
427 - src/core/lib/iomgr/sockaddr_utils.c
428 - src/core/lib/iomgr/socket_utils_common_posix.c
429 - src/core/lib/iomgr/socket_utils_linux.c
430 - src/core/lib/iomgr/socket_utils_posix.c
431 - src/core/lib/iomgr/socket_windows.c
432 - src/core/lib/iomgr/tcp_client_posix.c
433 - src/core/lib/iomgr/tcp_client_windows.c
434 - src/core/lib/iomgr/tcp_posix.c
435 - src/core/lib/iomgr/tcp_server_posix.c
436 - src/core/lib/iomgr/tcp_server_windows.c
437 - src/core/lib/iomgr/tcp_windows.c
438 - src/core/lib/iomgr/time_averaged_stats.c
439 - src/core/lib/iomgr/timer.c
440 - src/core/lib/iomgr/timer_heap.c
441 - src/core/lib/iomgr/udp_server.c
442 - src/core/lib/iomgr/unix_sockets_posix.c
443 - src/core/lib/iomgr/unix_sockets_posix_noop.c
444 - src/core/lib/iomgr/wakeup_fd_eventfd.c
445 - src/core/lib/iomgr/wakeup_fd_nospecial.c
446 - src/core/lib/iomgr/wakeup_fd_pipe.c
447 - src/core/lib/iomgr/wakeup_fd_posix.c
448 - src/core/lib/iomgr/workqueue_posix.c
449 - src/core/lib/iomgr/workqueue_windows.c
450 - src/core/lib/json/json.c
451 - src/core/lib/json/json_reader.c
452 - src/core/lib/json/json_string.c
453 - src/core/lib/json/json_writer.c
454 - src/core/lib/proto/grpc/lb/v0/load_balancer.pb.c
455 - src/core/lib/surface/alarm.c
456 - src/core/lib/surface/api_trace.c
457 - src/core/lib/surface/byte_buffer.c
458 - src/core/lib/surface/byte_buffer_reader.c
459 - src/core/lib/surface/call.c
460 - src/core/lib/surface/call_details.c
461 - src/core/lib/surface/call_log_batch.c
462 - src/core/lib/surface/channel.c
463 - src/core/lib/surface/channel_connectivity.c
464 - src/core/lib/surface/channel_create.c
465 - src/core/lib/surface/channel_init.c
466 - src/core/lib/surface/channel_ping.c
467 - src/core/lib/surface/channel_stack_type.c
468 - src/core/lib/surface/completion_queue.c
469 - src/core/lib/surface/event_string.c
470 - src/core/lib/surface/init.c
471 - src/core/lib/surface/lame_client.c
472 - src/core/lib/surface/metadata_array.c
473 - src/core/lib/surface/server.c
474 - src/core/lib/surface/server_chttp2.c
475 - src/core/lib/surface/validate_metadata.c
476 - src/core/lib/surface/version.c
477 - src/core/lib/transport/byte_stream.c
478 - src/core/lib/transport/chttp2/alpn.c
479 - src/core/lib/transport/chttp2/bin_encoder.c
480 - src/core/lib/transport/chttp2/frame_data.c
481 - src/core/lib/transport/chttp2/frame_goaway.c
482 - src/core/lib/transport/chttp2/frame_ping.c
483 - src/core/lib/transport/chttp2/frame_rst_stream.c
484 - src/core/lib/transport/chttp2/frame_settings.c
485 - src/core/lib/transport/chttp2/frame_window_update.c
486 - src/core/lib/transport/chttp2/hpack_encoder.c
487 - src/core/lib/transport/chttp2/hpack_parser.c
488 - src/core/lib/transport/chttp2/hpack_table.c
489 - src/core/lib/transport/chttp2/huffsyms.c
490 - src/core/lib/transport/chttp2/incoming_metadata.c
491 - src/core/lib/transport/chttp2/parsing.c
492 - src/core/lib/transport/chttp2/status_conversion.c
493 - src/core/lib/transport/chttp2/stream_lists.c
494 - src/core/lib/transport/chttp2/stream_map.c
495 - src/core/lib/transport/chttp2/timeout_encoding.c
496 - src/core/lib/transport/chttp2/varint.c
497 - src/core/lib/transport/chttp2/writing.c
498 - src/core/lib/transport/chttp2_transport.c
499 - src/core/lib/transport/connectivity_state.c
500 - src/core/lib/transport/metadata.c
501 - src/core/lib/transport/metadata_batch.c
502 - src/core/lib/transport/static_metadata.c
503 - src/core/lib/transport/transport.c
504 - src/core/lib/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800505- name: grpc_codegen
506 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800507 - include/grpc/impl/codegen/byte_buffer.h
508 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800509 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800512 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100513- name: grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700514 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700515 - src/core/lib/security/auth_filters.h
516 - src/core/lib/security/b64.h
517 - src/core/lib/security/credentials.h
518 - src/core/lib/security/handshake.h
519 - src/core/lib/security/json_token.h
520 - src/core/lib/security/jwt_verifier.h
521 - src/core/lib/security/secure_endpoint.h
522 - src/core/lib/security/security_connector.h
523 - src/core/lib/security/security_context.h
524 - src/core/lib/tsi/fake_transport_security.h
525 - src/core/lib/tsi/ssl_transport_security.h
526 - src/core/lib/tsi/ssl_types.h
527 - src/core/lib/tsi/transport_security.h
528 - src/core/lib/tsi/transport_security_interface.h
Craig Tiller25834342015-09-25 08:08:24 -0700529 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700530 - src/core/lib/http/httpcli_security_connector.c
531 - src/core/lib/security/b64.c
532 - src/core/lib/security/client_auth_filter.c
533 - src/core/lib/security/credentials.c
534 - src/core/lib/security/credentials_metadata.c
535 - src/core/lib/security/credentials_posix.c
536 - src/core/lib/security/credentials_win32.c
537 - src/core/lib/security/google_default_credentials.c
538 - src/core/lib/security/handshake.c
539 - src/core/lib/security/json_token.c
540 - src/core/lib/security/jwt_verifier.c
541 - src/core/lib/security/secure_endpoint.c
542 - src/core/lib/security/security_connector.c
543 - src/core/lib/security/security_context.c
544 - src/core/lib/security/server_auth_filter.c
545 - src/core/lib/security/server_secure_chttp2.c
546 - src/core/lib/surface/init_secure.c
547 - src/core/lib/surface/secure_channel_create.c
548 - src/core/lib/tsi/fake_transport_security.c
549 - src/core/lib/tsi/ssl_transport_security.c
550 - src/core/lib/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700551- name: grpc_test_util_base
552 headers:
553 - test/core/end2end/cq_verifier.h
554 - test/core/end2end/fixtures/proxy.h
555 - test/core/iomgr/endpoint_tests.h
556 - test/core/util/grpc_profiler.h
557 - test/core/util/parse_hexstring.h
558 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700559 - test/core/util/port_server_client.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700560 - test/core/util/slice_splitter.h
561 src:
562 - test/core/end2end/cq_verifier.c
563 - test/core/end2end/fixtures/proxy.c
564 - test/core/iomgr/endpoint_tests.c
565 - test/core/util/grpc_profiler.c
566 - test/core/util/parse_hexstring.c
567 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700568 - test/core/util/port_server_client.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700569 - test/core/util/port_windows.c
570 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800571- name: nanopb
572 headers:
573 - third_party/nanopb/pb.h
574 - third_party/nanopb/pb_common.h
575 - third_party/nanopb/pb_decode.h
576 - third_party/nanopb/pb_encode.h
577 src:
578 - third_party/nanopb/pb_common.c
579 - third_party/nanopb/pb_decode.c
580 - third_party/nanopb/pb_encode.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700581libs:
582- name: gpr
583 build: all
584 language: c
585 filegroups:
586 - gpr
587 - gpr_codegen
588 secure: false
589 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
590- name: gpr_test_util
591 build: private
592 language: c
593 headers:
594 - test/core/util/test_config.h
595 src:
596 - test/core/util/test_config.c
597 deps:
598 - gpr
599 secure: false
600 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
601- name: grpc
602 build: all
Craig Tiller25834342015-09-25 08:08:24 -0700603 language: c
604 public_headers:
605 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800606 deps:
607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700608 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800609 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700610 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700611 filegroups:
612 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100613 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100614 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700615 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800616 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700617 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700618 vs_packages:
619 - grpc.dependencies.openssl
620 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700621 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800622- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100623 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800624 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800625 headers: []
626 src: []
627 filegroups:
628 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100629 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800630 secure: false
631 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100632- name: grpc_dll
633 build: private
634 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100635 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100636 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100637 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100639 build_system:
640 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100641 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100642 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100643 vs_config_type: DynamicLibrary
644 vs_packages:
645 - grpc.dependencies.openssl
646 - grpc.dependencies.zlib
647 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
648 vs_props:
649 - zlib
650 - openssl
651 - winsock
652 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700653- name: grpc_test_util
654 build: private
655 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700656 headers:
657 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800658 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700659 src:
660 - test/core/end2end/data/server1_cert.c
661 - test/core/end2end/data/server1_key.c
662 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800663 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700664 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800666 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700667 - grpc
668 filegroups:
669 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700670 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
671- name: grpc_test_util_unsecure
672 build: private
673 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700674 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800675 - gpr
676 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800677 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700678 filegroups:
679 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700680 secure: false
681 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
682- name: grpc_unsecure
683 build: all
684 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700685 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700686 - src/core/lib/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800687 deps:
688 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700689 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800690 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700691 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700692 filegroups:
693 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800694 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700695 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800696 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700697 secure: false
698 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
699- name: grpc_zookeeper
700 build: all
701 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700702 public_headers:
703 - include/grpc/grpc_zookeeper.h
704 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700705 - src/core/lib/client_config/resolvers/zookeeper_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700706 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700707 - src/core/lib/client_config/resolvers/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700708 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700710 - grpc
711 external_deps:
712 - zookeeper
713 platforms:
714 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700715 secure: false
716- name: reconnect_server
717 build: private
718 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700719 headers:
720 - test/core/util/reconnect_server.h
721 src:
722 - test/core/util/reconnect_server.c
723 deps:
yang-gc9fca182015-11-06 16:41:33 -0800724 - test_tcp_server
725 - grpc_test_util
726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 - gpr_test_util
728 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800729- name: test_tcp_server
730 build: private
731 language: c
732 headers:
733 - test/core/util/test_tcp_server.h
734 src:
735 - test/core/util/test_tcp_server.c
736 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700737 - grpc_test_util
738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800739 - gpr_test_util
740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700741- name: grpc++
742 build: all
743 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700744 headers:
745 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800746 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700747 - src/cpp/common/secure_auth_context.h
748 - src/cpp/server/secure_server_credentials.h
749 src:
Craig Tiller25834342015-09-25 08:08:24 -0700750 - src/cpp/client/secure_credentials.cc
751 - src/cpp/common/auth_property_iterator.cc
752 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800753 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700754 - src/cpp/common/secure_create_auth_context.cc
755 - src/cpp/server/secure_server_credentials.cc
756 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700757 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700758 baselib: true
759 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700760 filegroups:
761 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800762 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700763 secure: check
764 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800765- name: grpc++_codegen_lib
vjpai9507eab2016-03-25 06:38:45 -0700766 build: all
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800767 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800768 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100769 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800770 filegroups:
771 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100772 - grpc_codegen
773 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800774 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800775 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700776- name: grpc++_test_config
777 build: private
778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700779 headers:
780 - test/cpp/util/test_config.h
781 src:
782 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700783- name: grpc++_test_util
784 build: private
785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700786 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800787 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800788 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700789 - test/cpp/util/cli_call.h
790 - test/cpp/util/create_test_channel.h
791 - test/cpp/util/string_ref_helper.h
792 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800793 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700794 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800795 - src/proto/grpc/testing/echo_messages.proto
796 - src/proto/grpc/testing/echo.proto
797 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800798 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800799 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700800 - test/cpp/util/cli_call.cc
801 - test/cpp/util/create_test_channel.cc
802 - test/cpp/util/string_ref_helper.cc
803 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800804 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700805 deps:
806 - grpc++
807 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700808- name: grpc++_unsecure
809 build: all
810 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700811 src:
812 - src/cpp/common/insecure_create_auth_context.cc
813 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700815 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700816 baselib: true
817 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700818 filegroups:
819 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800820 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821 secure: false
822 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
823- name: grpc_plugin_support
824 build: protoc
825 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700826 headers:
827 - include/grpc++/support/config.h
828 - include/grpc++/support/config_protobuf.h
829 - src/compiler/config.h
830 - src/compiler/cpp_generator.h
831 - src/compiler/cpp_generator_helpers.h
832 - src/compiler/csharp_generator.h
833 - src/compiler/csharp_generator_helpers.h
834 - src/compiler/generator_helpers.h
835 - src/compiler/objective_c_generator.h
836 - src/compiler/objective_c_generator_helpers.h
837 - src/compiler/python_generator.h
838 - src/compiler/ruby_generator.h
839 - src/compiler/ruby_generator_helpers-inl.h
840 - src/compiler/ruby_generator_map-inl.h
841 - src/compiler/ruby_generator_string-inl.h
842 src:
843 - src/compiler/cpp_generator.cc
844 - src/compiler/csharp_generator.cc
845 - src/compiler/objective_c_generator.cc
846 - src/compiler/python_generator.cc
847 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800848 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800849 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800850 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800851 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852 secure: false
853 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800854 vs_props:
855 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856- name: interop_client_helper
857 build: private
858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700859 headers:
860 - test/cpp/interop/client_helper.h
861 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800862 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700863 - test/cpp/interop/client_helper.cc
864 deps:
865 - grpc++_test_util
866 - grpc_test_util
867 - grpc++
868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870- name: interop_client_main
871 build: private
872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700873 headers:
874 - test/cpp/interop/interop_client.h
875 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800876 - src/proto/grpc/testing/empty.proto
877 - src/proto/grpc/testing/messages.proto
878 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700879 - test/cpp/interop/client.cc
880 - test/cpp/interop/interop_client.cc
881 deps:
882 - interop_client_helper
883 - grpc++_test_util
884 - grpc_test_util
885 - grpc++
886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800887 - gpr_test_util
888 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700889 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890- name: interop_server_helper
891 build: private
892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700893 headers:
894 - test/cpp/interop/server_helper.h
895 src:
896 - test/cpp/interop/server_helper.cc
897 deps:
898 - grpc_test_util
899 - grpc++
900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902- name: interop_server_main
903 build: private
904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700905 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800906 - src/proto/grpc/testing/empty.proto
907 - src/proto/grpc/testing/messages.proto
908 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800909 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700910 deps:
911 - interop_server_helper
912 - grpc++_test_util
913 - grpc_test_util
914 - grpc++
915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800916 - gpr_test_util
917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700918 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919- name: qps
920 build: private
921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700922 headers:
923 - test/cpp/qps/client.h
924 - test/cpp/qps/driver.h
925 - test/cpp/qps/histogram.h
926 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800927 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700928 - test/cpp/qps/perf_db_client.h
929 - test/cpp/qps/qps_worker.h
930 - test/cpp/qps/report.h
931 - test/cpp/qps/server.h
932 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800933 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700934 - test/cpp/util/benchmark_config.h
935 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800936 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800937 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800938 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800939 - src/proto/grpc/testing/control.proto
940 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800941 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700942 - test/cpp/qps/client_async.cc
943 - test/cpp/qps/client_sync.cc
944 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800945 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700946 - test/cpp/qps/perf_db_client.cc
947 - test/cpp/qps/qps_worker.cc
948 - test/cpp/qps/report.cc
949 - test/cpp/qps/server_async.cc
950 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800951 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700952 - test/cpp/util/benchmark_config.cc
953 deps:
954 - grpc_test_util
955 - grpc++_test_util
956 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957- name: grpc_csharp_ext
958 build: all
959 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700960 src:
961 - src/csharp/ext/grpc_csharp_ext.c
962 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800965 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800966 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 dll: only
968 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700969 vs_packages:
970 - grpc.dependencies.openssl
971 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700973 vs_props:
974 - zlib
975 - openssl
976 - winsock
977 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100979- name: alarm_test
980 build: test
981 language: c
982 src:
983 - test/core/surface/alarm_test.c
984 deps:
985 - grpc_test_util
986 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800987 - gpr_test_util
988 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800989- name: algorithm_test
990 build: test
991 language: c
992 src:
993 - test/core/compression/algorithm_test.c
994 deps:
995 - grpc_test_util
996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800997 - gpr_test_util
998 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800999- name: alloc_test
1000 build: test
1001 language: c
1002 src:
1003 - test/core/support/alloc_test.c
1004 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr_test_util
1006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007- name: alpn_test
1008 build: test
1009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001010 src:
1011 - test/core/transport/chttp2/alpn_test.c
1012 deps:
1013 - grpc_test_util
1014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 - gpr_test_util
1016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017- name: bin_encoder_test
1018 build: test
1019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001020 src:
1021 - test/core/transport/chttp2/bin_encoder_test.c
1022 deps:
1023 - grpc_test_util
1024 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001025- name: census_context_test
1026 build: test
1027 language: c
1028 src:
1029 - test/core/census/context_test.c
1030 deps:
1031 - grpc_test_util
1032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001033 - gpr_test_util
1034 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001035- name: channel_create_test
1036 build: test
1037 language: c
1038 src:
1039 - test/core/surface/channel_create_test.c
1040 deps:
1041 - grpc_test_util
1042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001043 - gpr_test_util
1044 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001045- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046 build: test
1047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001048 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001049 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001050 deps:
1051 - grpc_test_util
1052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001053 - gpr_test_util
1054 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001055- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001056 build: test
1057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001058 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001059 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001060 deps:
1061 - grpc_test_util
1062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 - gpr_test_util
1064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: chttp2_stream_map_test
1066 build: test
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 src:
1069 - test/core/transport/chttp2/stream_map_test.c
1070 deps:
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001075- name: chttp2_varint_test
1076 build: test
1077 language: c
1078 src:
1079 - test/core/transport/chttp2/varint_test.c
1080 deps:
1081 - grpc_test_util
1082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr_test_util
1084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: compression_test
1086 build: test
1087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001088 src:
1089 - test/core/compression/compression_test.c
1090 deps:
1091 - grpc_test_util
1092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 - gpr_test_util
1094 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001095- name: concurrent_connectivity_test
1096 build: test
1097 language: c
1098 src:
1099 - test/core/surface/concurrent_connectivity_test.c
1100 deps:
1101 - grpc_test_util
1102 - grpc
1103 - gpr_test_util
1104 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001105- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001106 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001107 build: test
1108 language: c
1109 src:
1110 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1111 deps:
1112 - grpc_test_util
1113 - grpc
1114 - gpr_test_util
1115 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001116- name: dns_resolver_test
1117 build: test
1118 language: c
1119 src:
1120 - test/core/client_config/resolvers/dns_resolver_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001127 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128 build: test
1129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001130 src:
1131 - test/core/end2end/dualstack_socket_test.c
1132 deps:
1133 - grpc_test_util
1134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 - gpr_test_util
1136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001137 platforms:
1138 - mac
1139 - linux
1140 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001141- name: endpoint_pair_test
1142 build: test
1143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001144 src:
1145 - test/core/iomgr/endpoint_pair_test.c
1146 deps:
1147 - grpc_test_util
1148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr_test_util
1150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: fd_conservation_posix_test
1152 build: test
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - test/core/iomgr/fd_conservation_posix_test.c
1156 deps:
1157 - grpc_test_util
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001161 platforms:
1162 - mac
1163 - linux
1164 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001165- name: fd_posix_test
1166 build: test
1167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001168 src:
1169 - test/core/iomgr/fd_posix_test.c
1170 deps:
1171 - grpc_test_util
1172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 - gpr_test_util
1174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001175 platforms:
1176 - mac
1177 - linux
1178 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: fling_client
1180 build: test
1181 run: false
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
1184 - test/core/fling/client.c
1185 deps:
1186 - grpc_test_util
1187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: fling_server
1191 build: test
1192 run: false
1193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001194 src:
1195 - test/core/fling/server.c
1196 deps:
1197 - grpc_test_util
1198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001202 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203 build: test
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
1206 - test/core/fling/fling_stream_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr_test_util
1211 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001212 platforms:
1213 - mac
1214 - linux
1215 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001217 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/fling/fling_test.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 platforms:
1228 - mac
1229 - linux
1230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: gen_hpack_tables
1232 build: tool
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
1235 - tools/codegen/core/gen_hpack_tables.c
1236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001238 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: gen_legal_metadata_characters
1240 build: tool
1241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001242 src:
1243 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001245- name: gpr_avl_test
1246 build: test
1247 language: c
1248 src:
1249 - test/core/support/avl_test.c
1250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr_test_util
1252 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001253- name: gpr_backoff_test
1254 build: test
1255 language: c
1256 src:
1257 - test/core/support/backoff_test.c
1258 deps:
1259 - gpr_test_util
1260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261- name: gpr_cmdline_test
1262 build: test
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
1265 - test/core/support/cmdline_test.c
1266 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001269- name: gpr_cpu_test
1270 build: test
1271 language: c
1272 src:
1273 - test/core/support/cpu_test.c
1274 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277- name: gpr_env_test
1278 build: test
1279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001280 src:
1281 - test/core/support/env_test.c
1282 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 - gpr_test_util
1284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: gpr_histogram_test
1286 build: test
1287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001288 src:
1289 - test/core/support/histogram_test.c
1290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: gpr_host_port_test
1294 build: test
1295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001296 src:
1297 - test/core/support/host_port_test.c
1298 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 - gpr_test_util
1300 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001301- name: gpr_load_file_test
1302 build: test
1303 language: c
1304 src:
1305 - test/core/support/load_file_test.c
1306 deps:
1307 - gpr_test_util
1308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: gpr_log_test
1310 build: test
1311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001312 src:
1313 - test/core/support/log_test.c
1314 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317- name: gpr_slice_buffer_test
1318 build: test
1319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001320 src:
1321 - test/core/support/slice_buffer_test.c
1322 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: gpr_slice_test
1326 build: test
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/support/slice_test.c
1330 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 - gpr_test_util
1332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001334 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335 build: test
1336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001337 src:
1338 - test/core/support/stack_lockfree_test.c
1339 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: gpr_string_test
1343 build: test
1344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
1346 - test/core/support/string_test.c
1347 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001351 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/support/sync_test.c
1356 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001359- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001360 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361 build: test
1362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001363 src:
1364 - test/core/support/thd_test.c
1365 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr_test_util
1367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368- name: gpr_time_test
1369 build: test
1370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001371 src:
1372 - test/core/support/time_test.c
1373 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001374 - gpr_test_util
1375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: gpr_tls_test
1377 build: test
1378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001379 src:
1380 - test/core/support/tls_test.c
1381 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384- name: gpr_useful_test
1385 build: test
1386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001387 src:
1388 - test/core/support/useful_test.c
1389 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001390 - gpr_test_util
1391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392- name: grpc_auth_context_test
1393 build: test
1394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001395 src:
1396 - test/core/security/auth_context_test.c
1397 deps:
1398 - grpc_test_util
1399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001400 - gpr_test_util
1401 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001402- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403 build: test
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001406 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc_byte_buffer_reader_test
1413 build: test
1414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - test/core/surface/byte_buffer_reader_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: grpc_channel_args_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/channel/channel_args_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432- name: grpc_channel_stack_test
1433 build: test
1434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
1436 - test/core/channel/channel_stack_test.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001440 - gpr_test_util
1441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: grpc_completion_queue_test
1443 build: test
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - test/core/surface/completion_queue_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: grpc_create_jwt
1453 build: tool
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/security/create_jwt.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: grpc_credentials_test
1463 build: test
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/security/credentials_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: grpc_fetch_oauth2
1473 build: tool
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
1476 - test/core/security/fetch_oauth2.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001482- name: grpc_invalid_channel_args_test
1483 build: test
1484 language: c
1485 src:
1486 - test/core/surface/invalid_channel_args_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: grpc_json_token_test
1493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
1496 - test/core/security/json_token_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001500 - gpr_test_util
1501 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001502 platforms:
1503 - linux
1504 - posix
1505 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: grpc_jwt_verifier_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/security/jwt_verifier_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516- name: grpc_print_google_default_creds_token
1517 build: tool
1518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001519 src:
1520 - test/core/security/print_google_default_creds_token.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: grpc_security_connector_test
1527 build: test
1528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001529 src:
1530 - test/core/security/security_connector_test.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001536- name: grpc_verify_jwt
1537 build: tool
1538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001539 src:
1540 - test/core/security/verify_jwt.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: hpack_parser_test
1547 build: test
1548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - test/core/transport/chttp2/hpack_parser_test.c
1551 deps:
1552 - grpc_test_util
1553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001554 - gpr_test_util
1555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: hpack_table_test
1557 build: test
1558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - test/core/transport/chttp2/hpack_table_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001564 - gpr_test_util
1565 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001566- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001570 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001576- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577 build: test
1578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001579 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001580 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001587 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001591 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001592 deps:
1593 - grpc_test_util
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001597 platforms:
1598 - mac
1599 - linux
1600 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001601- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001602 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001603 build: test
1604 language: c
1605 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001606 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001612 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001613 - linux
yang-gf1183302015-12-07 16:02:05 -08001614- name: init_test
1615 build: test
1616 language: c
1617 src:
1618 - test/core/surface/init_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001624- name: invalid_call_argument_test
1625 build: test
1626 language: c
1627 src:
1628 - test/core/end2end/invalid_call_argument_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: json_rewrite
1635 build: test
1636 run: false
1637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001638 src:
1639 - test/core/json/json_rewrite.c
1640 deps:
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643- name: json_rewrite_test
1644 build: test
1645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001646 src:
1647 - test/core/json/json_rewrite_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001653- name: json_stream_error_test
1654 build: test
1655 language: c
1656 src:
1657 - test/core/json/json_stream_error_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: json_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/json/json_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: lame_client_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/surface/lame_client_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001683- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001684 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001685 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/client_config/lb_policies_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: low_level_ping_pong_benchmark
1696 build: benchmark
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/network_benchmarks/low_level_ping_pong.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001705 platforms:
1706 - mac
1707 - linux
1708 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: message_compress_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/compression/message_compress_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001719- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001720 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001721 build: test
1722 language: c
1723 src:
1724 - test/core/census/mlog_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
1728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: multiple_server_queues_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/end2end/multiple_server_queues_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: murmur_hash_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/support/murmur_hash_test.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001749 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750 build: test
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/end2end/no_server_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: resolve_address_test
1760 build: test
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - test/core/iomgr/resolve_address_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
yang-gd482e592015-12-10 14:04:00 -08001769- name: secure_channel_create_test
1770 build: test
1771 language: c
1772 src:
1773 - test/core/surface/secure_channel_create_test.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: secure_endpoint_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/security/secure_endpoint_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001789- name: server_chttp2_test
1790 build: test
1791 language: c
1792 src:
1793 - test/core/surface/server_chttp2_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001799- name: server_test
1800 build: test
1801 language: c
1802 src:
1803 - test/core/surface/server_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001809- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001810 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001811 build: test
1812 language: c
1813 src:
1814 - test/core/client_config/set_initial_connect_string_test.c
1815 deps:
1816 - test_tcp_server
1817 - grpc_test_util
1818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001821- name: sockaddr_resolver_test
1822 build: test
1823 language: c
1824 src:
1825 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: sockaddr_utils_test
1832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/iomgr/sockaddr_utils_test.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001841- name: socket_utils_test
1842 build: test
1843 language: c
1844 src:
1845 - test/core/iomgr/socket_utils_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001851 platforms:
1852 - mac
1853 - linux
1854 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001856 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/iomgr/tcp_client_posix_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001866 platforms:
1867 - mac
1868 - linux
1869 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001871 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/iomgr/tcp_posix_test.c
1876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001881 platforms:
1882 - mac
1883 - linux
1884 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: tcp_server_posix_test
1886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
1889 - test/core/iomgr/tcp_server_posix_test.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001895 platforms:
1896 - mac
1897 - linux
1898 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: time_averaged_stats_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/iomgr/time_averaged_stats_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: timeout_encoding_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/transport/chttp2/timeout_encoding_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001919- name: timer_heap_test
1920 build: test
1921 language: c
1922 src:
1923 - test/core/iomgr/timer_heap_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001929- name: timer_list_test
1930 build: test
1931 language: c
1932 src:
1933 - test/core/iomgr/timer_list_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: timers_test
1940 build: test
1941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/core/profiling/timers_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001949- name: transport_connectivity_state_test
1950 build: test
1951 language: c
1952 src:
1953 - test/core/transport/connectivity_state_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: transport_metadata_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/transport/metadata_test.c
1964 deps:
1965 - grpc_test_util
1966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: transport_security_test
1970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/tsi/transport_security_test.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001979 platforms:
1980 - linux
1981 - posix
1982 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: udp_server_test
1984 build: test
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/iomgr/udp_server_test.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001993 platforms:
1994 - mac
1995 - linux
1996 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: uri_parser_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/client_config/uri_parser_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002007- name: workqueue_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/iomgr/workqueue_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002017 platforms:
2018 - mac
2019 - linux
2020 - posix
vjpai04e992a2016-02-10 16:58:38 -08002021- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002022 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002023 build: test
2024 language: c++
2025 src:
2026 - test/cpp/common/alarm_cpp_test.cc
2027 deps:
2028 - grpc++_test_util
2029 - grpc_test_util
2030 - grpc++
2031 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002032 - gpr_test_util
2033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002035 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036 build: test
2037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/cpp/end2end/async_end2end_test.cc
2040 deps:
2041 - grpc++_test_util
2042 - grpc_test_util
2043 - grpc++
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: async_streaming_ping_pong_test
2048 build: test
2049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/cpp/qps/async_streaming_ping_pong_test.cc
2052 deps:
2053 - qps
2054 - grpc++_test_util
2055 - grpc_test_util
2056 - grpc++
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 Tillerbf4b2242015-08-31 15:53:53 -07002064- name: async_unary_ping_pong_test
2065 build: test
2066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/cpp/qps/async_unary_ping_pong_test.cc
2069 deps:
2070 - qps
2071 - grpc++_test_util
2072 - grpc_test_util
2073 - grpc++
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002077 platforms:
2078 - mac
2079 - linux
2080 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002082 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083 build: test
2084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/cpp/common/auth_property_iterator_test.cc
2087 deps:
2088 - grpc++_test_util
2089 - grpc_test_util
2090 - grpc++
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002095 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096 build: test
2097 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
yang-g52705592015-11-25 11:45:33 -08002099 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002100 deps:
2101 - grpc++
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002105 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106 build: test
2107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/cpp/util/cli_call_test.cc
2110 deps:
2111 - grpc++_test_util
2112 - grpc_test_util
2113 - grpc++
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002118 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002119 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120 build: test
2121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/cpp/end2end/client_crash_test.cc
2124 deps:
2125 - grpc++_test_util
2126 - grpc_test_util
2127 - grpc++
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002131 platforms:
2132 - mac
2133 - linux
2134 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: client_crash_test_server
2136 build: test
2137 run: false
2138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/cpp/end2end/client_crash_test_server.cc
2141 deps:
2142 - grpc++_test_util
2143 - grpc_test_util
2144 - grpc++
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002148- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002149 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002150 build: test
2151 language: c++
2152 src:
2153 - src/proto/grpc/testing/control.proto
2154 - src/proto/grpc/testing/messages.proto
2155 - src/proto/grpc/testing/payloads.proto
2156 - src/proto/grpc/testing/perf_db.proto
2157 - src/proto/grpc/testing/services.proto
2158 - src/proto/grpc/testing/stats.proto
2159 - test/cpp/codegen/codegen_test.cc
2160 deps:
2161 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002163 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164 build: test
2165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - test/cpp/client/credentials_test.cc
2168 deps:
2169 - grpc++
2170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002173 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174 build: test
2175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/cpp/util/byte_buffer_test.cc
2178 deps:
2179 - grpc_test_util
2180 - grpc++
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002185 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186 build: test
2187 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/cpp/util/slice_test.cc
2190 deps:
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: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002197 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198 build: test
2199 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/cpp/util/string_ref_test.cc
2202 deps:
2203 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002205 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206 build: test
2207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/cpp/util/time_test.cc
2210 deps:
2211 - grpc_test_util
2212 - grpc++
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002217 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002218 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219 build: test
2220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/cpp/end2end/end2end_test.cc
2223 deps:
2224 - grpc++_test_util
2225 - grpc_test_util
2226 - grpc++
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
vjpai083dc622016-01-11 09:41:17 -08002230- name: generic_async_streaming_ping_pong_test
2231 build: test
2232 language: c++
2233 src:
2234 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2235 deps:
2236 - qps
2237 - grpc++_test_util
2238 - grpc_test_util
2239 - grpc++
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
vjpai083dc622016-01-11 09:41:17 -08002243 platforms:
2244 - mac
2245 - linux
2246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002248 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249 build: test
2250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/cpp/end2end/generic_end2end_test.cc
2253 deps:
2254 - grpc++_test_util
2255 - grpc_test_util
2256 - grpc++
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: grpc_cli
2261 build: test
2262 run: false
2263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/cpp/util/grpc_cli.cc
2266 deps:
2267 - grpc++_test_util
2268 - grpc_test_util
2269 - grpc++
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002273 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: grpc_cpp_plugin
2275 build: protoc
2276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - src/compiler/cpp_plugin.cc
2279 deps:
2280 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281 secure: false
2282 vs_config_type: Application
2283 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2284- name: grpc_csharp_plugin
2285 build: protoc
2286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - src/compiler/csharp_plugin.cc
2289 deps:
2290 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291 secure: false
2292 vs_config_type: Application
2293 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2294- name: grpc_objective_c_plugin
2295 build: protoc
2296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - src/compiler/objective_c_plugin.cc
2299 deps:
2300 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301 secure: false
2302 vs_config_type: Application
2303 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2304- name: grpc_python_plugin
2305 build: protoc
2306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
2308 - src/compiler/python_plugin.cc
2309 deps:
2310 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311 secure: false
2312 vs_config_type: Application
2313 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2314- name: grpc_ruby_plugin
2315 build: protoc
2316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - src/compiler/ruby_plugin.cc
2319 deps:
2320 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321 secure: false
2322 vs_config_type: Application
2323 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002324- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002325 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002326 build: test
2327 language: c++
2328 src:
2329 - src/proto/grpc/lb/v0/load_balancer.proto
2330 - test/cpp/grpclb/grpclb_api_test.cc
2331 deps:
2332 - grpc++_test_util
2333 - grpc_test_util
2334 - grpc++
2335 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002336- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002337 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002338 build: test
2339 language: c++
2340 src:
2341 - test/cpp/end2end/hybrid_end2end_test.cc
2342 deps:
2343 - grpc++_test_util
2344 - grpc_test_util
2345 - grpc++
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: interop_client
2350 build: test
2351 run: false
2352 language: c++
2353 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002354 deps:
2355 - interop_client_main
2356 - interop_client_helper
2357 - grpc++_test_util
2358 - grpc_test_util
2359 - grpc++
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002363 - grpc++_test_config
2364 platforms:
2365 - mac
2366 - linux
2367 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: interop_server
2369 build: test
2370 run: false
2371 language: c++
2372 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
2374 - interop_server_main
2375 - interop_server_helper
2376 - grpc++_test_util
2377 - grpc_test_util
2378 - grpc++
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002382 - grpc++_test_config
2383 platforms:
2384 - mac
2385 - linux
2386 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002388 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389 build: test
2390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
2392 - test/cpp/interop/interop_test.cc
2393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002398 platforms:
2399 - mac
2400 - linux
2401 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002402- name: metrics_client
2403 build: test
2404 run: false
2405 language: c++
2406 headers:
2407 - test/cpp/util/metrics_server.h
2408 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002409 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002410 - test/cpp/interop/metrics_client.cc
2411 deps:
2412 - grpc++
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002415 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002417 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418 build: test
2419 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002420 src:
2421 - test/cpp/end2end/mock_test.cc
2422 deps:
2423 - grpc++_test_util
2424 - grpc_test_util
2425 - grpc++
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: qps_driver
2430 build: benchmark
2431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/cpp/qps/qps_driver.cc
2434 deps:
2435 - qps
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: qps_interarrival_test
2444 build: test
2445 run: false
2446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/cpp/qps/qps_interarrival_test.cc
2449 deps:
2450 - qps
2451 - grpc++_test_util
2452 - grpc_test_util
2453 - grpc++
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002457 platforms:
2458 - mac
2459 - linux
2460 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002462 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463 build: test
2464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/cpp/qps/qps_openloop_test.cc
2467 deps:
2468 - qps
2469 - grpc++_test_util
2470 - grpc_test_util
2471 - grpc++
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002475 - grpc++_test_config
2476 platforms:
2477 - mac
2478 - linux
2479 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002481 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482 build: test
2483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/cpp/qps/qps_test.cc
2486 deps:
2487 - qps
2488 - grpc++_test_util
2489 - grpc_test_util
2490 - grpc++
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002494 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002495 platforms:
2496 - mac
2497 - linux
2498 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: qps_worker
2500 build: benchmark
2501 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002502 headers:
2503 - test/cpp/qps/client.h
2504 - test/cpp/qps/server.h
2505 src:
2506 - test/cpp/qps/worker.cc
2507 deps:
2508 - qps
2509 - grpc++_test_util
2510 - grpc_test_util
2511 - grpc++
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002515 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: reconnect_interop_client
2517 build: test
2518 run: false
2519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002521 - src/proto/grpc/testing/empty.proto
2522 - src/proto/grpc/testing/messages.proto
2523 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002524 - test/cpp/interop/reconnect_interop_client.cc
2525 deps:
2526 - grpc++_test_util
2527 - grpc_test_util
2528 - grpc++
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002532 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: reconnect_interop_server
2534 build: test
2535 run: false
2536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002538 - src/proto/grpc/testing/empty.proto
2539 - src/proto/grpc/testing/messages.proto
2540 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002541 - test/cpp/interop/reconnect_interop_server.cc
2542 deps:
2543 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002544 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002545 - grpc++_test_util
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002551 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002553 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/common/secure_auth_context_test.cc
2558 deps:
2559 - grpc++_test_util
2560 - grpc_test_util
2561 - grpc++
2562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002563 - gpr_test_util
2564 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002565- name: secure_sync_unary_ping_pong_test
2566 build: test
2567 language: c++
2568 src:
2569 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2570 deps:
2571 - qps
2572 - grpc++_test_util
2573 - grpc_test_util
2574 - grpc++
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002578 platforms:
2579 - mac
2580 - linux
2581 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002583 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002584 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - test/cpp/end2end/server_crash_test.cc
2589 deps:
2590 - grpc++_test_util
2591 - grpc_test_util
2592 - grpc++
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002596 platforms:
2597 - mac
2598 - linux
2599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: server_crash_test_client
2601 build: test
2602 run: false
2603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/cpp/end2end/server_crash_test_client.cc
2606 deps:
2607 - grpc++_test_util
2608 - grpc_test_util
2609 - grpc++
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002614 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/cpp/end2end/shutdown_test.cc
2619 deps:
2620 - grpc++_test_util
2621 - grpc_test_util
2622 - grpc++
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: status_test
2627 build: test
2628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
2630 - test/cpp/util/status_test.cc
2631 deps:
2632 - grpc_test_util
2633 - grpc++
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002637- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002638 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002639 build: test
2640 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002641 src:
2642 - test/cpp/end2end/streaming_throughput_test.cc
2643 deps:
2644 - grpc++_test_util
2645 - grpc_test_util
2646 - grpc++
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002650 platforms:
2651 - mac
2652 - linux
2653 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002654- name: stress_test
2655 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002656 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002657 language: c++
2658 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002659 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002660 - test/cpp/interop/interop_client.h
2661 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002662 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002663 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002664 - src/proto/grpc/testing/empty.proto
2665 - src/proto/grpc/testing/messages.proto
2666 - src/proto/grpc/testing/metrics.proto
2667 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002668 - test/cpp/interop/interop_client.cc
2669 - test/cpp/interop/stress_interop_client.cc
2670 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002671 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002672 deps:
2673 - grpc++_test_util
2674 - grpc_test_util
2675 - grpc++
2676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002677 - gpr_test_util
2678 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002679 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: sync_streaming_ping_pong_test
2681 build: test
2682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2685 deps:
2686 - qps
2687 - grpc++_test_util
2688 - grpc_test_util
2689 - grpc++
2690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002691 - gpr_test_util
2692 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002693 platforms:
2694 - mac
2695 - linux
2696 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697- name: sync_unary_ping_pong_test
2698 build: test
2699 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002700 src:
2701 - test/cpp/qps/sync_unary_ping_pong_test.cc
2702 deps:
2703 - qps
2704 - grpc++_test_util
2705 - grpc_test_util
2706 - grpc++
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002710 platforms:
2711 - mac
2712 - linux
2713 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002715 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002716 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717 build: test
2718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - test/cpp/end2end/thread_stress_test.cc
2721 deps:
2722 - grpc++_test_util
2723 - grpc_test_util
2724 - grpc++
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002729 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002731 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002734 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002735 - test/cpp/end2end/zookeeper_test.cc
2736 deps:
2737 - grpc++_test_util
2738 - grpc_test_util
2739 - grpc++
2740 - grpc_zookeeper
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002744 external_deps:
2745 - zookeeper
2746 platforms:
2747 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002748- name: public_headers_must_be_c89
2749 build: test
2750 language: c89
2751 src:
2752 - test/core/surface/public_headers_must_be_c89.c
2753 deps:
2754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002757- linkage: static
2758 name: grpc.dependencies.zlib
2759 props: false
2760 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002761 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002762- linkage: static
2763 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002764 props: true
2765 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002766 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002767- name: gflags
2768 props: false
2769 redist: false
2770 version: 2.1.2.1
2771- name: gtest
2772 props: false
2773 redist: false
2774 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002775configs:
2776 asan:
2777 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002778 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002779 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002780 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002781 LD: clang
2782 LDFLAGS: -fsanitize=address
2783 LDXX: clang++
2784 compile_the_world: true
2785 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002786 ASAN_OPTIONS: detect_leaks=1:color=always
2787 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002788 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002789 asan-noleaks:
2790 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002791 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002792 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002793 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002794 LD: clang
2795 LDFLAGS: -fsanitize=address
2796 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002797 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002798 test_environ:
2799 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002800 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002801 basicprof:
2802 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2803 DEFINES: NDEBUG
2804 dbg:
2805 CPPFLAGS: -O0
2806 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002807 easan:
2808 CC: clang
2809 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
2810 -DGPR_NO_DIRECT_SYSCALLS
2811 CXX: clang++
2812 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2813 LD: clang
2814 LDFLAGS: -fsanitize=address
2815 LDXX: clang++
2816 compile_the_world: true
2817 test_environ:
2818 ASAN_OPTIONS: detect_leaks=1:color=always
2819 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2820 timeout_multiplier: 3
2821 edbg:
2822 CPPFLAGS: -O0
2823 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2824 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002825 CC: clang
2826 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002827 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08002828 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002829 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002830 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002831 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08002832 LDXX: clang++
2833 compile_the_world: true
2834 test_environ:
2835 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2836 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002837 gcov:
2838 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002839 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002840 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002841 DEFINES: _DEBUG DEBUG GPR_GCOV
2842 LD: gcc
2843 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2844 LDXX: g++
2845 helgrind:
2846 CPPFLAGS: -O0
2847 DEFINES: _DEBUG DEBUG
2848 LDFLAGS: -rdynamic
2849 timeout_multiplier: 20
2850 valgrind: --tool=helgrind
2851 memcheck:
2852 CPPFLAGS: -O0
2853 DEFINES: _DEBUG DEBUG
2854 LDFLAGS: -rdynamic
2855 timeout_multiplier: 10
2856 valgrind: --tool=memcheck --leak-check=full
2857 msan:
2858 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002859 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002860 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002861 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002862 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002863 DEFINES: NDEBUG
2864 LD: clang
2865 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2866 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2867 LDXX: clang++
2868 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002869 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002870 mutrace:
2871 CPPFLAGS: -O0
2872 DEFINES: _DEBUG DEBUG
2873 LDFLAGS: -rdynamic
2874 opt:
2875 CPPFLAGS: -O2
2876 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002877 stapprof:
2878 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2879 DEFINES: NDEBUG
2880 tsan:
2881 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002882 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002883 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002884 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002885 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002886 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08002887 LDXX: clang++
2888 compile_the_world: true
2889 test_environ:
2890 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002891 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002892 ubsan:
2893 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002894 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002895 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002896 DEFINES: NDEBUG
2897 LD: clang
2898 LDFLAGS: -fsanitize=undefined
2899 LDXX: clang++
2900 compile_the_world: true
2901 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002902defaults:
2903 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002904 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002905 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002906 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002907 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002908 global:
2909 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2910 LDFLAGS: -g
2911 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002912 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002913 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002914node_modules:
2915- deps:
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002918 - boringssl
2919 - z
murgatroid9994a75412015-11-19 14:04:53 -08002920 headers:
2921 - src/node/ext/byte_buffer.h
2922 - src/node/ext/call.h
2923 - src/node/ext/call_credentials.h
2924 - src/node/ext/channel.h
2925 - src/node/ext/channel_credentials.h
2926 - src/node/ext/completion_queue_async_worker.h
2927 - src/node/ext/server.h
2928 - src/node/ext/server_credentials.h
2929 - src/node/ext/timeval.h
2930 js:
2931 - src/node/index.js
2932 - src/node/src/client.js
2933 - src/node/src/common.js
2934 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002935 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002936 - src/node/src/metadata.js
2937 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002938 name: grpc_node
2939 src:
2940 - src/node/ext/byte_buffer.cc
2941 - src/node/ext/call.cc
2942 - src/node/ext/call_credentials.cc
2943 - src/node/ext/channel.cc
2944 - src/node/ext/channel_credentials.cc
2945 - src/node/ext/completion_queue_async_worker.cc
2946 - src/node/ext/node_grpc.cc
2947 - src/node/ext/server.cc
2948 - src/node/ext/server_credentials.cc
2949 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002950openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07002951 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08002952 extraction_dir: openssl-1.0.2f
2953 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002954php_config_m4:
2955 deps:
2956 - grpc
2957 - gpr
2958 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002959 headers:
2960 - src/php/ext/grpc/byte_buffer.h
2961 - src/php/ext/grpc/call.h
2962 - src/php/ext/grpc/call_credentials.h
2963 - src/php/ext/grpc/channel.h
2964 - src/php/ext/grpc/channel_credentials.h
2965 - src/php/ext/grpc/completion_queue.h
2966 - src/php/ext/grpc/php_grpc.h
2967 - src/php/ext/grpc/server.h
2968 - src/php/ext/grpc/server_credentials.h
2969 - src/php/ext/grpc/timeval.h
2970 src:
2971 - src/php/ext/grpc/byte_buffer.c
2972 - src/php/ext/grpc/call.c
2973 - src/php/ext/grpc/call_credentials.c
2974 - src/php/ext/grpc/channel.c
2975 - src/php/ext/grpc/channel_credentials.c
2976 - src/php/ext/grpc/completion_queue.c
2977 - src/php/ext/grpc/php_grpc.c
2978 - src/php/ext/grpc/server.c
2979 - src/php/ext/grpc/server_credentials.c
2980 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002981python_dependencies:
2982 deps:
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002985 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002986 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002987ruby_gem:
2988 deps:
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002991 - boringssl
2992 - z