aboutsummaryrefslogtreecommitdiffstats
path: root/test/json
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/json/parser/parser.rl (convert_encoding): should not modifynobu2011-07-081-0/+13
* * remove trailing spaces.nobu2011-05-152-2/+2
* * ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-02-051-2/+2
* * ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu2011-02-051-0/+7
* * ext/json/lib/json/add/rails.rb: removed.naruse2010-12-021-152/+0
* Setup Symbol#to_json to avoid conflict.naruse2010-12-021-0/+8
* * ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse2010-12-011-7/+8
* * ext/json: Update github/flori/json from 1.4.2+ tonaruse2010-12-015-19/+127
* * properties.nobu2010-06-021-1/+0
* Setup Symbol#to_json to avoid conflict.naruse2010-05-041-0/+8
* * test/json/test_json_addition.rb (test_utc_datetime): fixednobu2010-05-021-2/+2
* * test: fixed wrong assertions.nobu2010-05-021-4/+4
* * ext/json: Update to JSON 1.4.1.naruse2010-04-266-52/+181
* Use Array#permutation for permutation tests.naruse2009-10-201-21/+14
* Add tests of JSON 1.1.9.naruse2009-09-016-70/+153
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-063-3/+3
* Removed json/runner.rb with permission from florian frank. it was serving no ...ryan2008-12-151-25/+0
* * test/json/test_json.rb: remove dependency on permutation gem.mame2008-10-261-21/+13
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-246-49/+49