aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Tests.xcodeproj/xcshareddata/xcschemes
Commit message (Collapse)AuthorAge
* Add tests for NSError+GRPCGravatar Muxi Yan2018-09-25
|
* revert -framework CoreFoundationGravatar Muxi Yan2018-06-05
| | | | Make error CFStream only
* Update interop testsGravatar Muxi Yan2018-05-15
|
* Add asan and tsan to ObjCGravatar Muxi Yan2018-03-08
|
* Merge pull request #9247 from muxi/packet-coalescing-objcGravatar Muxi Yan2017-03-28
|\ | | | | Packet Coalescing - ObjC
* | More granularity in objc testsGravatar Muxi Yan2017-03-22
| |
| * Merge branch 'master' into packet-coalescing-objcGravatar Muxi Yan2017-03-13
| |\ | |/ |/|
* | Add CronetUnitTests into Jenkins testsGravatar Muxi Yan2017-02-14
| |
| * Warnings and macro guards for op batch logGravatar Muxi Yan2017-02-09
|/
* Add Cronet core tests to JenkinsGravatar Muxi Yan2017-02-06
|
* Unit test framework for CronetGravatar Muxi Yan2017-01-11
|
* Revert PR #8425Gravatar Muxi Yan2016-10-20
|
* Update tests project to XCode 8Gravatar Jorge Canizales2016-10-19
|
* Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| * Fix local server tests & exceptions testsGravatar Jorge Canizales2016-08-01
| |
* | Use dedicated build configuration 'Cronet' for the new targetGravatar Muxi Yan2016-08-01
| |
* | Add InteropTestsRemoteWithCronet to the testsGravatar Muxi Yan2016-07-25
| |
* | Add test target file to repoGravatar Muxi Yan2016-07-19
|/
* Split AllTests into 4 schemesGravatar Jorge Canizales2015-10-28
| | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
* Disable tests: unknown method and bad access tokenGravatar Jorge Canizales2015-07-24
| | | | They don’t work against the local server.
* Share AllTests scheme, without the local RouteGuide testsGravatar Jorge Canizales2015-07-20