aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
Commit message (Collapse)AuthorAge
* Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829)Gravatar Paul Yang2018-07-02
| | | | | | | | | | | | * Add continuous test for ruby 2.3, 2.4 and 2.5 * Change ruby 2.5 to 2.5.0 * No need to provide argument to rb_funcall when argc is 0 * Fix tests for ruby 2.5 * Use rescue instead of assert_raise to accept subclass of error
* PHP namespaces for nested messages and enums (#4536)Gravatar Brent Shaffer2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uses namespaces for nested messages and enums * fixes namespaces for PHP dist * fixes namespace for Descriptors, adds Cardinality and Kind * fixes nested namespaces for reserved words and adds tests * adds tests and generator fix for php class prefixes * fixes escaping of protobuf packages, enum comments, misc others * nice refactor of generated code * adds class files for backwards compatibility * simplifies code with templates * adds compatibility files to makefile * cleanup of generator and fixes nested namespace bug * regenerates proto types * remove internal BC classes * adds deprecated warning, adds methods back * simplifies if statement * fixes dist files * addresses review comments * adds back TYPE_URL_PREFIX constant * adds @deprecated to old nested class files * skips tests which require a separate process when protobuf.so is enabled * Adds tests for legacy nested classes that do not require separate processes to test * uses legacy names for GPBUtil message check * adds block for IDE @deprecated message * Namespace for nested message/enum in c extension * Remove unused code
* use brew install instead of easy_install in OSX (#4537)Gravatar Jie Luo2018-05-09
| | | use brew instead of easy_install in OSX (easy_install keep failing for a month)
* Include googletest as a submodule (#3993)Gravatar Carlos O'Ryan2018-03-26
| | | Add googletest as a submodule in third_party/googletest.
* Cat the test-suite.log on errors for presubitsGravatar Jisi Liu2018-03-19
|
* Merge pull request #4291 from google/3.5.xGravatar Jisi Liu2018-02-26
|\ | | | | Merge 3.5.x to master
| * Fix more memory leak for php c extension (#4211)Gravatar Paul Yang2018-01-25
| | | | | | | | | | | | * Fix more memory leak for php c extension * Fix memory leak for php5.5
* | add cppGravatar Yilun Chong2017-12-14
| |
* | Fix bugsGravatar Yilun Chong2017-12-13
| |
* | Add caliper supported to java benchmarkGravatar Yilun Chong2017-12-12
| |
* | Fix bugs to pass testsGravatar Yilun Chong2017-12-04
| |
* | Run C# codegen when testing itGravatar Jon Skeet2017-11-12
| | | | | | | | | | This will cause failures if shared protos change in an incompatible way.
| * Fix php well known type conformance tests (#3828) (#3840)Gravatar Paul Yang2017-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
* | Fix php well known type conformance tests (#3828)Gravatar Paul Yang2017-11-03
|/ | | | | | | | | | | | | | | | * Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
* Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-11
|\
* | Add well known types to php runtime. (#3697)Gravatar Paul Yang2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add well known types to php runtime. * Fix php7.0 tests * No longer generate empty.proto in test as it has been included in runtime. * Fix zts build * Clean code * Rename g_p_b_empty to empty. * Don't generate code for empty.proto in compatibility test * Fix 32-bit * Fix mac build * Fix Makefile.am to add new files
* | Fix go example test.Gravatar Feng Xiao2017-09-13
| | | | | | | | It needs "-I" flag to find imported file google/protobuf/timestamp.proto
| * Exclude valid constant name from reserved name.Gravatar Bo Yang2017-09-12
| |
| * Add prefix to php reserved keywords.Gravatar Bo Yang2017-09-08
| |
| * Add mising cmake files in distGravatar Jisi Liu2017-08-24
| |
| * Make distcheck aware of test proto files.Gravatar Jisi Liu2017-08-23
| |
* | Drop python2.6Gravatar Jie Luo2017-08-22
| | | | | | | | | | | | | | Jenkins complains for python 2.6 DEPRECATION: Python 2.6 is no longer supported by the Python core team ERROR: InvocationError: '/tmp/protobuf/protobuf/python/.tox/py26-cpp/bin/python setup.py -q build_py' https://grpc-testing.appspot.com/job/protobuf_pull_request/1502/testReport/junit/(root)/python_cpp/python_cpp/
* | Add Python 3.5 3.6Gravatar Jie Luo2017-08-22
| |
* | Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Gravatar Jie Luo2017-08-18
| | | | | | This reverts commit 703f414ca6102e669ece2dcd5f7d9c2b05ca222e.
* | Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)Gravatar cclauss2017-08-18
| | | | | | | | | | | | | | | | * Drop Python 3.3 from testing & add Python 3.5, 3.6 Python 3.3 goes [EOL](https://docs.python.org/devguide/index.html#branchstatus) next month. * Sync test.sh with the Python versions in tox.ini
* | Merge pull request #3454 from anandolee/masterGravatar Jie Luo2017-08-07
|\ \ | |/ |/| Add python 2.6 test back for cpp implementation.
| * Add python 2.6 test back for cpp implementation. Json format issue was fixed ↵Gravatar Jie Luo2017-08-03
| | | | | | | | in #869
* | Expose descriptor API in php c extension (#3422)Gravatar Paul Yang2017-08-02
|/
* Travis: Exclude CMake .pc filesGravatar Axel Huebl2017-07-23
| | | | | | Exclude the unconfigured .pc input files of the CMake based install: they shall not be packed/distributed, only their outputs are
* Merge pull request #3375 from TeBoring/3.3.xGravatar Paul Yang2017-07-19
|\ | | | | Merge 3.3.x into master
| * Merge 3.3.x into masterGravatar Bo Yang2017-07-18
| |\
* | | Support PHP generic services (#3269)Gravatar Matt A2017-07-18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add php_generic_services option * Generate PHP generic services * Respect namespaces for generated PHP services * Test PHP generated services * Rename PHP generator service method doc comment function * Correct phpdoc service method case * Test namespaced PHP generic services * Always use the FQCN for PHP generic service input/output * Add generated_service_test to php test.sh * Add php service test protos to CI * Add php service files to php_EXTRA_DIST * Use Interface suffix for php generic services
* | Add json encode/decode for php. (#3226)Gravatar Paul Yang2017-06-30
| | | | | | | | | | | | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* | Add new file option php_namespace. (#3162)Gravatar Paul Yang2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.
* | Convert C# projects to MSBuild (csproj) formatGravatar Jon Skeet2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
| * Fix c extension for php7.1. (#3077)Gravatar Paul Yang2017-05-10
| |
* | Add compatibility test for php. (#3041)Gravatar Paul Yang2017-05-05
|/ | | | | | * Add compatibility test for php. * Revert API incompatible change.
* Allow proto files to import descriptor.proto (#2995)Gravatar Paul Yang2017-04-20
| | | | | | | | | descriptor.proto uses proto2 syntax, which is not ready for external usage. However, some proto3 files import descriptor.proto and cannot be used. In this PR, all references (We cheated by only removing extensions, which is enough for now. User should avoid using messages defined in descriptor.proto as field type.) to content in descriptor.proto are removed from generated files. Those that import descriptor.proto can be used like other proto files.
* Make PHP c extension work with PHP7 (#2951)Gravatar Paul Yang2017-04-19
|
* Merge pull request #1662 from haberman/jsconformanceGravatar Joshua Haberman2017-03-27
|\ | | | | Conformance tests for JavaScript (Node.js). 15 tests are failing.
* | Add file option php_class_prefix (#2849)Gravatar Paul Yang2017-03-17
| | | | | | | | This option will be prepended to generated classes of all messages in the containing file.
* | Rename encode/decode to serializeToString/mergeFromString (#2795)Gravatar Paul Yang2017-03-08
| | | | | | | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
| * Added JavaScript conformance tests. All tests pass!Gravatar Josh Haberman2017-03-06
|/
* Merge pull request #2701 from anandolee/masterGravatar Jie Luo2017-02-13
|\ | | | | Add csharp compatibility tests against v3.0.0
* | Add clear method to PHP message (#2700)Gravatar Paul Yang2017-02-11
| |
| * Add csharp compatibility tests against v3.0.0 and run on Travis.Gravatar Jie Luo2017-02-10
| |
* | Implement json encoding decoding for php. (#2682)Gravatar Paul Yang2017-02-08
| |
* | Add fixed version to phpunit used in travis (#2673)Gravatar Paul Yang2017-02-07
| |
* | Add conformance test for php (#2655)Gravatar Paul Yang2017-02-01
|/
* Add python compatibility tests against v2.5.0 amd run on Travis.Gravatar Jie Luo2017-01-26
|