aboutsummaryrefslogtreecommitdiffstats
path: root/test/json
Commit message (Expand)AuthorAgeFilesLines
* Import json-2.3.0 from flori/jsonHiroshi SHIBATA2019-12-121-0/+1
* Skip useless testNobuyoshi Nakada2019-11-291-1/+1
* Look up constant instead of caching in a globalAaron Patterson2019-10-171-0/+37
* [flori/json] fix test as reported in #343Florian Frank2019-10-141-1/+1
* [flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada2019-10-141-0/+6
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-011-12/+12
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-3/+3
* Merge json-2.2.0 from flori/json.hsbt2019-02-232-4/+10
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-021-2/+2
* require 'bigdecimal'ko12017-06-161-0/+1
* Merge json-2.1.0 from https://github.com/flori/jsonhsbt2017-06-161-0/+5
* Use `assert_raise` instead of `assert_raises`.hsbt2017-04-121-2/+2
* Merge json-2.0.4.hsbt2017-04-122-0/+2
* json_generator_test.rb: no Bignumnobu2016-09-091-2/+3
* * ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt2016-08-011-1/+19
* * test/json/json_common_interface_test.rb: use assert_raise instead ofhsbt2016-07-131-3/+3
* * test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt2016-07-1311-62/+35
* * ext/json/*, test/json/*: Update json-2.0.1.hsbt2016-07-0514-755/+780
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* use assert_raisenobu2015-10-305-54/+54
* generator.c: allocate structs with wrappernobu2015-05-281-0/+13
* parser.rl: allocate structs with wrappernobu2015-05-281-0/+13
* parser.rl: rb_enc_raisenobu2015-04-181-0/+10
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-1240-0/+1486
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-1140-1486/+0
* generator.c: fix infinite recursionnobu2015-02-111-0/+10
* * ext/json, test/json: merge JSON HEAD(259dee6)hsbt2015-01-131-9/+24
* * ext/json, test/json: merge JSON HEAD(17fe8e7)hsbt2014-12-281-0/+6
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* Remove tempfiles.akr2014-05-251-0/+2
* * ext/json: merge JSON 1.8.1.naruse2013-11-202-10/+59
* Use assert_separately to inspect test failure of TestJSONGenerate#test_broken...naruse2013-06-171-22/+10
* * ext/json: merge JSON 1.7.7.naruse2013-02-129-60/+147
* * ext/json: merge JSON 1.7.5.naruse2012-12-123-4/+39
* revert r37326 "remove string literal concatenation"nobu2012-10-251-2/+4
* remove string literal concatenationnobu2012-10-251-4/+2
* * ext/json: Merge JSON 1.7.1.naruse2012-05-077-10/+22
* Run TC_JSONGenerate#test_gc in a separate process.naruse2012-04-191-20/+11
* Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse2012-04-151-15/+15
* Adds another timeouts.naruse2012-04-141-3/+9
* More increae timeout.naruse2012-04-101-1/+1
* Increae timeout.naruse2012-04-101-1/+1
* start GC before GC.stress.naruse2012-04-101-0/+1
* Add timeout to TC_JSONGenerate#test_gc.naruse2012-04-101-3/+6
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-113-38/+164
* Remove tests of json/add/{complex, rational}.naruse2011-09-011-5/+0
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-311-1/+1
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-303-1/+75
* * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse2011-07-108-53/+109