aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/Makefile.am
Commit message (Collapse)AuthorAge
* 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
* Generate the proto2 test file and link it in for ObjC.Gravatar Thomas Van Lenten2017-07-26
|
* add comments in makefile.amGravatar Yilun Chong2017-07-05
|
* Merge branch 'master' into ConformanceTestYilunChongGravatar Yilun Chong2017-06-30
|\
* | add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
| |
| * 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 test_proto2_message.proto and change conformnace/makefile.amGravatar Yilun Chong2017-06-23
|/
* Build system fixes for JS conformance tests.Gravatar Josh Haberman2017-03-14
|
* Conformance test for JS now work, though 15 tests fail.Gravatar Josh Haberman2017-03-13
|
* Added JavaScript conformance tests. All tests pass!Gravatar Josh Haberman2017-03-06
|
* WIP.Gravatar Josh Haberman2017-03-06
|
* Add conformance test for php (#2655)Gravatar Paul Yang2017-02-01
|
* Factored Conformance and Benchmark test messages into shared test schema. ↵Gravatar Joshua Haberman2016-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1971) * Factored Conformance test messages into shared test schema. * Updated benchmarks to use new proto3 message locations. * Fixed include path. * Conformance: fixed include of Python test messages. * Make maven in Rakefile use --batch-mode. * Revert changes to benchmarks. On second thought I think a separate schema for CPU benchmarking makes sense. * Try regenerating C# protos for new test protos. * Removed benchmark messages from test proto. * Added Jon Skeet's fixes for C#. * Removed duplicate/old test messages C# file. * C# fixes for test schema move. * Fixed C# to use the correct TestAllTypes message. * Fixes for Objective C test schema move. * Added missing EXTRA_DIST file.
* Fix travis, jenkins environment issues.Gravatar Bo Yang2016-10-10
|
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* Fix up ignores and conformance generationGravatar Thomas Van Lenten2016-08-15
| | | | | | - Update ruby conformance generation for rename of generated files that seems to have happened. - Update gitignores for the above and for the no-warnings-test.
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Gravatar Jon Skeet2016-07-14
| | | | | | platform (#1727) This also updates the version number to 3.0.0-beta4
* Comment out lite conformance test.Gravatar Feng Xiao2016-07-13
| | | | The 'lite' generator flag is no longer supported.
* Fixed Python by updating failure lists and fixed a few broken tests.Gravatar Josh Haberman2016-06-03
| | | | | Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
* Properly express all outputs for the conformance buildGravatar Thomas Van Lenten2016-05-06
| | | | | - Fixes up `make distclean` and `make maintainer-clean` - Fixes the build so make is more likely to notice if one of those files is stale/missing.
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* Fix tests broken by the Java directory change.Gravatar Feng Xiao2016-01-14
| | | | Change-Id: I39c4eadbd28164cfd83aa2d1d8b6dfe8286db803
* Don't generate Objective C WKT for conformance tests to avoid dupliate defs.Gravatar Josh Haberman2016-01-12
|
* Updated C#'s failure list, and added missing file.Gravatar Josh Haberman2016-01-11
|
* Allow conformance test runner to tolerate crashes, and re-enable conformance ↵Gravatar Josh Haberman2016-01-11
| | | | tests.
* Add missing files to EXTRA_DIST.Gravatar Feng Xiao2015-12-28
| | | | Also delete some unused files.
* Configure conformance tests to build with C++11 (require GCC 4.8)Gravatar Feng Xiao2015-12-21
| | | | [skip ci]
* Make conformance tests build for C++ and Java.Gravatar Feng Xiao2015-12-16
| | | | Change-Id: Ibb3fe6f919cc7ca0df91da5e1697ba33d259e433
* Fix dist_clean and maintainer-clean to get more generated files.Gravatar Thomas Van Lenten2015-12-10
|
* Conformance test implementation for Python.Gravatar Josh Haberman2015-12-02
|
* Ensure the conformance build of objc code is using the Mac OS X SDK andGravatar Thomas Van Lenten2015-12-02
|
* Add support for the conformance test for objc when run on OS XGravatar Thomas Van Lenten2015-11-18
|
* Cleanups of deps and ignores for conformanceGravatar Thomas Van Lenten2015-11-16
| | | | | | - Hopefully complete the deps for other languages for the generated conformance proto sources. - List the generated sources for cleanup by make's clean rules. - Make the toplevel nuke the pyc files that can get created in the ObjC dir.
* Added C# conformance tests.Gravatar Jon Skeet2015-08-05
| | | | | | | The tests are run from Travis in the same way as on other platforms. Currently some expected failures - but only expected in that they're what we got to start with. Will try to fix them in other pull requests.
* Added Ruby to conformance tests.Gravatar Josh Haberman2015-07-16
| | | | | | | | | | | | | This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
* Conformance tests can now be excluded based on their names.Gravatar Josh Haberman2015-06-03
| | | | | | | This allows us to enable conformance tests even when we know that some tests are failing and need to be fixed. Change-Id: I372f43663008747db6f2b2cf06e6ffa4c6d85b2d
* Run conformance tests against Java for the Travis build.Gravatar Josh Haberman2015-05-06
| | | | Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d
* Added conformance test support for Java.Gravatar Josh Haberman2015-04-16
| | | | Change-Id: I4c81808e6ace77d2b5737a43417045321b0b10f0
* Factored conformance tests so they can run in-process.Gravatar Josh Haberman2015-04-15
| | | | | | This is necessary for testing on iOS. Change-Id: I54ec1e3aa2e9fbfff9a6cd6580920a6a62069b63
* Added first version of conformance tests.Gravatar Josh Haberman2015-04-08
Change-Id: Ib75664194491643f8e4f1503a2ed942a2d1e1655