summaryrefslogtreecommitdiff
path: root/test/json
AgeCommit message (Expand)Author
2015-05-28generator.c: allocate structs with wrappernobu
2015-05-28parser.rl: allocate structs with wrappernobu
2015-04-18parser.rl: rb_enc_raisenobu
2015-04-12* ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt
2015-04-11* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt
2015-02-11generator.c: fix infinite recursionnobu
2015-01-13* ext/json, test/json: merge JSON HEAD(259dee6)hsbt
2014-12-28* ext/json, test/json: merge JSON HEAD(17fe8e7)hsbt
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-05-25Remove tempfiles.akr
2013-11-20* ext/json: merge JSON 1.8.1.naruse
2013-06-17Use assert_separately to inspect test failure of TestJSONGenerate#test_broken...naruse
2013-02-12* ext/json: merge JSON 1.7.7.naruse
2012-12-12* ext/json: merge JSON 1.7.5.naruse
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-05-07* ext/json: Merge JSON 1.7.1.naruse
2012-04-19Run TC_JSONGenerate#test_gc in a separate process.naruse
2012-04-15Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse
2012-04-14Adds another timeouts.naruse
2012-04-10More increae timeout.naruse
2012-04-10Increae timeout.naruse
2012-04-10start GC before GC.stress.naruse
2012-04-10Add timeout to TC_JSONGenerate#test_gc.naruse
2012-03-11* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse
2011-09-01Remove tests of json/add/{complex, rational}.naruse
2011-08-31* ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse
2011-08-30* ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse
2011-07-10* ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse
2011-07-08* ext/json/parser/parser.rl (convert_encoding): should not modifynobu
2011-05-15* remove trailing spaces.nobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu
2010-12-02* ext/json/lib/json/add/rails.rb: removed.naruse
2010-12-02Setup Symbol#to_json to avoid conflict.naruse
2010-12-01* ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse
2010-12-01* ext/json: Update github/flori/json from 1.4.2+ tonaruse
2010-06-02* properties.nobu
2010-05-04Setup Symbol#to_json to avoid conflict.naruse
2010-05-02* test/json/test_json_addition.rb (test_utc_datetime): fixednobu
2010-05-02* test: fixed wrong assertions.nobu
2010-04-26* ext/json: Update to JSON 1.4.1.naruse
2009-10-20Use Array#permutation for permutation tests.naruse
2009-09-01Add tests of JSON 1.1.9.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-15Removed json/runner.rb with permission from florian frank. it was serving no ...ryan
2008-10-26* test/json/test_json.rb: remove dependency on permutation gem.mame
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-23Added changes needed for miniunit. usually from using internal calls that are...ryan
2008-09-20* ext/json: import JSON v 1.1.3.naruse