protobuf/ruby/tests
Paul Yang cd5f49d094 Fix ruby segment fault (#3708)
* Fix ruby segment fault

1) rb_ary_new cannot be called during allocate function. During allocate
fucntion, the containing object hasn't been marked and rb_ary_new may
invoke gc to collect containing object.
2) The global map should be marked before allocating it. Otherwise it
may be garbage collected.

* Add test

* Remove commented code

* Fix grammer error
2017-10-03 17:28:49 -07:00
..
basic.rb Merge pull request #3627 from zanker/zanker/add-submsg-hash-init 2017-09-21 15:08:45 -07:00
gc_test.rb Fix ruby segment fault (#3708) 2017-10-03 17:28:49 -07:00
generated_code_test.rb Added unit test for PascalCasing package names in Ruby. 2016-07-25 15:16:23 -07:00
generated_code.proto Added unit test for PascalCasing package names in Ruby. 2016-07-25 15:16:23 -07:00
repeated_field_test.rb make repeated_field quack like an array 2015-05-14 10:38:11 -07:00
stress.rb add jruby support by protobuf-java reflection API 2015-03-10 23:14:08 +01:00
test_import.proto Added unit test for PascalCasing package names in Ruby. 2016-07-25 15:16:23 -07:00
well_known_types_test.rb change test for nanosecond accurate timestamps 2017-05-13 22:20:45 +02:00