Paul Yang
8741da3e45
Revert "Fix js conformance tests. ( #3604 )" ( #3633 )
...
This reverts commit 2bd55a9fbc
.
2017-09-13 14:23:59 -07:00
Paul Yang
2bd55a9fbc
Fix js conformance tests. ( #3604 )
...
* Fix js conformance tests.
* Remove old incorrect compatibility tests
2017-09-12 15:09:47 -07:00
Bo Yang
8f4b8e430a
Merge branch 'master' into 3.4.x
2017-08-05 10:42:29 -07:00
Thomas Van Lenten
9a4692d8af
Update the comment on the message_type to cover what it should be.
2017-07-26 17:07:01 -04:00
Thomas Van Lenten
3caf9fd00a
Review feedback.
...
- Better error message for unknown messageType.
- Remove unneeded if.
2017-07-26 16:24:05 -04:00
Thomas Van Lenten
c2831a346c
Add the proto2 message conformance support for ObjC.
2017-07-26 15:58:07 -04:00
Thomas Van Lenten
9fd5e59c97
Generate the proto2 test file and link it in for ObjC.
2017-07-26 15:45:23 -04:00
Thomas Van Lenten
21800ff84f
Add a objc_class_prefix to test_messages_proto3.proto.
...
Both test_messages_proto3.proto & test_messages_proto2.proto define
message ForeignMessage {...} and enum ForeignEnum {...} but since
objc doesn't use the proto package in the naming, these end up
conflicting.
Adding the objc_class_prefix option to the proto3 file ensure the generated
objc types are all unique.
2017-07-26 15:44:02 -04:00
Jisi Liu
19b8c8bfd3
Update conformance tests again.
2017-07-25 16:08:17 -07:00
Jisi Liu
de6debcf2b
Fix conformance tests
2017-07-25 14:37:37 -07:00
Jisi Liu
d974cc2e9a
Update conformance tests
2017-07-25 12:22:32 -07:00
Jisi Liu
759245a49a
Merge from master
2017-07-25 11:52:33 -07:00
Yilun Chong
a713b73076
Merge pull request #3281 from BSBandme/ConformanceTestYilunChong
...
Proto2 test message support to conformance test
2017-07-24 14:50:52 -07:00
Jisi Liu
7986ca7e53
Update conformance tests
2017-07-19 12:07:35 -07:00
Jisi Liu
3af881c7e2
Merge master into 3.4.x
2017-07-18 16:26:16 -07:00
Jisi Liu
09354db143
Merge from Google internal for 3.4 release
2017-07-18 15:38:30 -07:00
tanderson-google
126082c371
Add std:: namespace prefix to set and map ( #3332 )
...
* Remove using std::{set,map}
2017-07-09 20:31:50 -07:00
Yilun Chong
bceb830c39
add comments in makefile.am
2017-07-05 12:15:53 -07:00
Yilun Chong
32c8ed3b44
change csharp failure list
2017-07-05 11:07:49 -07:00
Yilun Chong
30b4194488
Merge branch 'ConformanceTestYilunChong' of github.com:BSBandme/protobuf into ConformanceTestYilunChong
2017-07-05 09:51:58 -07:00
Yilun Chong
cbf7dfb323
fix php failing list and csharp generated proto
2017-07-05 09:48:40 -07:00
Yilun Chong
e82ba0b802
Merge branch 'master' into ConformanceTestYilunChong
2017-06-30 17:38:50 -07:00
Yilun Chong
726ba33d98
changed php's failing list
2017-06-30 17:34:58 -07:00
Yilun Chong
5085102d96
remove backup files
2017-06-30 17:23:10 -07:00
Yilun Chong
3adb054bbf
add some test proto2 supported, add js proto2 supported, fixed some error
2017-06-30 17:22:32 -07:00
Paul Yang
ecca6ea95d
Add json encode/decode for php. ( #3226 )
...
* Add json encode/decode for php.
* Fix php conformance test on 32-bit machines.
* Fix conformance test for c extension.
* Fix comments
2017-06-30 12:14:09 -07:00
Yilun Chong
a7d5be6a91
change php objc nodejs csharp ruby
2017-06-29 15:04:50 -07:00
Yilun Chong
fcb9268255
change java to uniform message, revert TestValidDataForType's parameters
2017-06-29 14:40:47 -07:00
Yilun Chong
020a24dfdc
change cpp and python to uniform message
2017-06-29 11:33:22 -07:00
Yilun Chong
364502102a
add message set test case
2017-06-28 12:41:11 -07:00
Yilun Chong
06c9057cc3
add objec support
2017-06-28 12:17:24 -07:00
Yilun Chong
cf7b6a46b2
delete backup files
2017-06-28 11:44:41 -07:00
Yilun Chong
6c59c25735
delete binary
2017-06-28 11:41:43 -07:00
Yilun Chong
696cf779d4
add java supported
2017-06-28 11:32:01 -07:00
Yilun Chong
18a0c2c4d2
add proto2 supported for cpp,python,nodejs,ruby,php
2017-06-27 18:24:15 -07:00
Yilun Chong
2ad74e1606
add support for proto2
2017-06-26 17:46:34 -07:00
Yilun Chong
58a3c74df0
add test_proto2_message.proto and change conformnace/makefile.am
2017-06-23 11:14:22 -07:00
Joshua Haberman
1325588982
Updated upb to fix JSON conformance issues. ( #3206 )
...
* Fixed a bunch of Ruby conformance errors.
* Fixed some more Ruby conformance errors in JSON.
2017-06-19 15:13:24 -07:00
Thomas Van Lenten
dd19b876d4
Raise the number of digits used for floats.
...
About 1.5% of all IEEE754 single-precision numbers require nine
decimal digits to represent accurately.
2017-06-16 15:24:33 -04:00
Thomas Van Lenten
ecc0f54127
Properly error on a tag with field number zero.
2017-06-06 10:14:41 -04:00
Paul Yang
190b5270c8
Make PHP c extension work with PHP7 ( #2951 )
2017-04-19 16:23:51 -07:00
Feng Xiao
bd74319107
Update Java conformance failure list.
2017-03-31 15:59:48 -07:00
Feng Xiao
624d44f042
Update objective-c conformance failure list.
2017-03-30 17:45:14 -07:00
Feng Xiao
fab8812cc1
Update python conformance failure list.
2017-03-30 16:05:25 -07:00
Feng Xiao
057a2851e4
Update C# conformance failure list.
2017-03-29 16:19:00 -07:00
Feng Xiao
e47c068cfa
Update python conformance failure list.
2017-03-29 16:17:18 -07:00
Feng Xiao
d36c0c538a
Down-integrate from google3.
2017-03-29 14:33:05 -07:00
Joshua Haberman
c565e25c7d
Merge pull request #1662 from haberman/jsconformance
...
Conformance tests for JavaScript (Node.js). 15 tests are failing.
2017-03-27 12:03:09 -07:00
Josh Haberman
1b0db1cb83
Removed obsolete comments and added docs.
2017-03-16 15:19:09 -07:00
Josh Haberman
95b4427d39
Build system fixes for JS conformance tests.
2017-03-14 12:45:57 -07:00