aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
Commit message (Collapse)AuthorAge
...
* Reenable cocoapods objc test and remove unnecessary workaround for rvmGravatar Sergio Campama2016-12-09
|
* Merge pull request #2473 from thomasvl/update_xcodesGravatar Thomas Van Lenten2016-12-09
|\ | | | | Update xcode version support and travis usage
| * Skip benchmark test if cmake isn't installed.Gravatar Thomas Van Lenten2016-12-09
| |
| * Xcode 8.1 supportGravatar Thomas Van Lenten2016-12-09
| | | | | | | | | | | | | | | | - Add entries to objectivec/DevTools/full_mac_build.sh - Support `-quiet` via an option on full_mac_build.sh. NOTE: we don't use this on travis because the lack of output for a long time could cause travis to kill the build (when we get a slow VM). - Update travis config to use newer images.
* | Disable jruby test. (#2469)Gravatar Paul Yang2016-12-08
| | | | | | Missed in #2467.
* | Update commit id in Dockerfile to trigger update. (#2467)Gravatar Paul Yang2016-12-08
| |
* | Make php generated code conform to PSR-4. (#2435)Gravatar Paul Yang2016-12-08
|/ | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Update EXTRA_DIST lists.Gravatar Feng Xiao2016-11-18
|
* Fix php c extension on 32-bit machines. (#2348)Gravatar Paul Yang2016-11-10
|
* Implement RepeatedFieldIter for c extension. (#2333)Gravatar Paul Yang2016-11-08
|
* Fix pure php implementation for 32-bit machine. (#2282)Gravatar Paul Yang2016-10-25
|
* Fix python_cpp test on Mac. Link staticly when building extension, so that ↵Gravatar Paul Yang2016-10-10
| | | | the extension doesn't require installing protobuf library. (#2232)
* Fix compile error for php on Mac.Gravatar Bo Yang2016-10-10
|
* Fix segmentation fault when ZTS is defined.Gravatar Bo Yang2016-10-10
|
* Add test for php zts build.Gravatar Bo Yang2016-10-10
|
* Add travis test on Mac for php.Gravatar Bo Yang2016-10-10
|
* Test php5.5_c test on jenkinsGravatar Bo Yang2016-10-10
|
* Add php test script for automated tests.Gravatar Bo Yang2016-10-10
|
* Add php files for make dist.Gravatar Bo Yang2016-10-10
|
* Fix python cpp.Gravatar Bo Yang2016-10-10
|
* Fix bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Added C++ benchmark. (#1525)Gravatar Joshua Haberman2016-09-23
|
* Run Java compatibility tests on Travis.Gravatar Feng Xiao2016-07-29
| | | | | | | The test is testing the binary/source compatibility between 3.0.0-beta-4 and the current version (right now it's 3.0.0). Change-Id: Ic410b535758b38cee7baa99a15a0433734df44e6
* Add more tests to jenkins.Gravatar Feng Xiao2016-07-21
| | | | | | | | | | | 1. Added ruby22 and jruby tests to jenkins. 2. Added javascript tests to jenkins. 3. Added golang tests to jenkins. 4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has ended since 2016/02/24. https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ Change-Id: Ie984b06772335352a4be7067ab2485f923875685
* Update travis tests for Java.Gravatar Feng Xiao2016-07-21
| | | | | | | | | | | | 1. Set JAVA_HOME so mvn can pick up the correct java version. 2. Remove jdk6 tests. It has been broken for a while and remain undetected as mvn is actually using java 7 to build the code. Given that we have set -source and -target to 6 in the pom.xml and the built .jar should be usable by java 6, having a dedicated java 6 test doesn't seem necessary (assuming very few Java 6 users want to compile protobuf Java from source). Change-Id: I4f14da772632df3e47801f180198242b306c3f0f
* Add missing files in EXTRA_DIST and add a test.Gravatar Feng Xiao2016-07-20
| | | | Change-Id: If80725402173cdf50969cb08e7fe5affe3532fb2
* Use the dotnet-release package feed for Travis.Gravatar Jon Skeet2016-07-19
| | | | See https://github.com/dotnet/core/issues/227 for background.
* Uses head version of rvm to avoid shell_update_session not found error (#1791)Gravatar Sergio Campamá2016-07-15
| | | | | Uses head version of rvm to avoid shell_update_session not found error Fixes #1786
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Gravatar Jon Skeet2016-07-14
| | | | | | | platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
* Add the CocoaPods integration tests to Travis.Gravatar Sergio Campamá2016-06-14
| | | | | | Also hotwires updating ruby as CocoaPods was crashing within a support library. Fixes #1619
* Automated testing tweaks for ObjCGravatar Thomas Van Lenten2016-05-24
| | | | | | | | | | | | | | | - Move the ObjC tests into the list and exclude them on linux, this will change where in the order they start, since they are longer, it will have other things run in parallel instead of them ending up last and taking the longest. - Switch to the Xcode 7.3 image. - Drop the use of xctool and stream line things through the full_mac_build.sh script. This means we end up with only one build script instead of two. - Tweaks to the mac build script: - Make iOS Xcode version support explicit - Support Debug/Release only building - Change the OS X min parallel count to 2 to better deal with VMs. - Split the travis ios tests into the two Xcode Configurations as the logs are choking travis.
* Read files directly from filesystem since xxd isn't always available.Gravatar Josh Haberman2016-04-29
|
* Make the C++ tests build the benchmarking code.Gravatar Josh Haberman2016-04-29
|
* Merge branch 'master' into dockerGravatar Josh Haberman2016-03-29
|
* Rearranged and commented files for running under Jenkins.Gravatar Josh Haberman2016-03-04