grpc/test/core/iomgr
Hannah Shi 988c85535d
[ObjC] Upgrade podspec xx.deployment_target (#33091)
Upgrade apple platform deployment_target versions to fix the cocoapods
push of BoringSSL-GRPC about the following error:
```
ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
ref: https://developer.apple.com/forums/thread/725300

This also aligns with the versions required by
[protobuf](https://github.com/protocolbuffers/protobuf/pull/10652)

```
ios.deployment_target = '10.0'
osx.deployment_target = '10.12'
tvos.deployment_target = '12.0'
watchos.deployment_target = '6.0'
```
2023-05-20 20:38:24 +00:00
..
ios/CFStreamTests [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
BUILD [EventEngine] Modify iomgr to allow creation of posix event engine listeners and server side endpoints (#31928) 2023-01-24 18:22:14 -08:00
buffer_list_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
combiner_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
endpoint_pair_test.cc [EventEngine] Skip pathological iomgr test on Windows experiments (#32569) 2023-03-08 19:50:44 -08:00
endpoint_tests.cc [EventEngine] Modify iomgr to allow creation of event engine clients and client side endpoints (#31661) 2023-01-20 19:47:14 -08:00
endpoint_tests.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
error_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
fd_conservation_posix_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
fd_posix_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
grpc_ipv6_loopback_available_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
load_file_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
pollset_windows_starvation_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
resolve_address_posix_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
resolve_address_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
socket_utils_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
stranded_event_test.cc [resolver] remove unused ctor for ServerAddress (#33148) 2023-05-16 16:53:01 -07:00
tcp_client_posix_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
tcp_posix_test.cc [EventEngine] Modify iomgr to allow creation of posix event engine listeners and server side endpoints (#31928) 2023-01-24 18:22:14 -08:00
tcp_server_posix_test.cc [EventEngine] Modify iomgr to allow creation of posix event engine listeners and server side endpoints (#31928) 2023-01-24 18:22:14 -08:00
timer_heap_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
timer_list_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00