aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/test_unicode_normalize.rb: get rid of a warning.usa2015-06-141-2/+2
* * test/ruby/test_io.rb: add test for IO.binread fd leak.eregon2015-06-131-0/+4
* * test/lib/leakchecker.rb (check): refactor.eregon2015-06-131-5/+7
* * test/lib/leakchecker.rb: Return false for no leaks.eregon2015-06-131-1/+1
* * test/test_cmath.rb: Adding parens to suppress warnings.gogotanaka2015-06-131-24/+24
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-131-0/+4
* sleep thread until assertionsnaruse2015-06-131-1/+3
* suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2015-06-131-1/+1
* * vm_core.h (rb_thread_t): add th->name.naruse2015-06-131-0/+7
* envutil.rb: failure descriptionnobu2015-06-131-1/+1
* * lib/prime.rb: Return sized enumerators.marcandre2015-06-121-0/+7
* * lib/prime.rb: Fix with_object with no block givenmarcandre2015-06-121-0/+9
* * lib/prime.rb: Have with_index accept an offset parameter.marcandre2015-06-121-0/+11
* fix errorkazu2015-06-121-1/+1
* vm.c: break from orphan blocknobu2015-06-121-2/+19
* * pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa2015-06-121-2/+69
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-121-0/+13
* hash.c: fetch_valuesnobu2015-06-121-0/+15
* test_nofree.rb: fix commit missnobu2015-06-121-3/+4
* test_nofree.rb: rehearsalnobu2015-06-121-3/+4
* array.c: bsearch_indexnobu2015-06-121-0/+35
* * lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixedhsbt2015-06-111-2/+46
* array.c: fix array size overflownobu2015-06-111-0/+28
* * test/test_cmath.rb (TestCMath#test_trigonometric_functions): shouldusa2015-06-111-6/+6
* * test/test_cmath.rb: Add assertions for trigonometric functions.gogotanaka2015-06-101-5/+25
* * test/test_cmath.rb: Add assertions for error handling.gogotanaka2015-06-101-0/+8
* * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka2015-06-062-108/+35
* test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal2015-06-051-2/+2
* * test/lib/envutil.rb (assert_no_memory_leak): change default valueko12015-06-041-1/+1
* FreeBSD raises Errno::EMSGSIZEnaruse2015-06-041-1/+1
* dir.c: FNM_SHORTNAMEnobu2015-06-031-2/+4
* variable.c: remove generic ivar support for special constantsnormal2015-06-031-0/+18
* * vm_insnhelper.c (vm_defined): check respond_to_missing?ko12015-06-021-0/+15
* * vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko12015-06-021-0/+25
* * test/ruby/test_module.rb: Do not assume class variable order.eregon2015-06-021-2/+2
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-0/+5
* use assert_raisenobu2015-06-0230-100/+100
* test_nonblock.rb: skip if EPROTONOSUPPORTnobu2015-06-021-4/+4
* test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal2015-06-021-0/+13
* test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka2015-06-011-0/+4
* * test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko12015-05-311-1/+1
* test_tempfile.rb: use assert_predicatenobu2015-05-311-4/+4
* test_tempfile.rb: use assert_filenobu2015-05-311-5/+5
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-302-1/+10
* * lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa2015-05-301-1/+1
* parse.y: check NTH_REF rangenobu2015-05-291-0/+7
* * ext/objspace/objspace.c: add two methods to debug internals.ko12015-05-281-0/+51
* generator.c: allocate structs with wrappernobu2015-05-281-0/+13
* parser.rl: allocate structs with wrappernobu2015-05-281-0/+13
* test_bigdecimal.rb: adjustnobu2015-05-271-2/+2