summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-04-23vm_eval.c: allow symbols to instance_eval/execnobu
2015-04-22* test/ruby/test_object.rb: add tests for Kernel#String and Kernel#Array.gogotanaka
2015-04-21* test/ruby/test_m17n_comb.rb: test_str_crypt split into strictheadius
2015-04-21* test/ruby/test_object.rb: renamed tests to explicitly class name.hsbt
2015-04-20test_enum.rb: use assert_warningnobu
2015-04-20connect_nonblock(..., exception: false) does not raise EISCONNnormal
2015-04-19hash.c: check env vars encodingnobu
2015-04-18parser.rl: rb_enc_raisenobu
2015-04-17string.c: clear NOFREE flag at embeddingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16marshal.c: class name encodingnobu
2015-04-16thread.c: class name encodingnobu
2015-04-13* test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr
2015-04-13* ext/openssl/lib/openssl/ssl.rb: stricter hostname verificationnagachika
2015-04-12* ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt
2015-04-12test_io_wait.rb: no EOF testnobu
2015-04-12parse.y: null by syntax errornobu
2015-04-12Test fifo without sleep.akr
2015-04-12* test/ruby/test_io.rb: New test that open(fifo) doesn't block otherakr
2015-04-12test_file_exhaustive.rb: assert_predicatenobu
2015-04-12connect_nonblock supports "exception: false"normal
2015-04-12Consider more block devices.akr
2015-04-12test_file_exhaustive.rb: NTFSnobu
2015-04-12test_file_exhaustive.rb: POSIX-like testsnobu
2015-04-12test_file_exhaustive.rb: POSIXnobu
2015-04-12test_file_exhaustive.rb: skip when rootnobu
2015-04-12* test/ruby/test_file_exhaustive.rb: Test a block device on GNU/Linux.akr
2015-04-12* test/ruby/test_file_exhaustive.rb: Test a file not owned.akr
2015-04-12* test/ruby/test_file_exhaustive.rb: Windows doesn't support Unix fileusa
2015-04-11* test/ruby/test_file_exhaustive.rb: Test suid, sgid and sticky file.akr
2015-04-11* test/ruby/test_file_exhaustive.rbusa
2015-04-11* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt
2015-04-11Delay signal bit more.akr
2015-04-11simplified.akr
2015-04-11refactored to make code consistent around sleep.akr
2015-04-11reorder invocations in test_stat_init.akr
2015-04-11* test/ruby/test_file_exhaustive.rb: Create sample files lazily.akr
2015-04-11* test/ruby/test_file_exhaustive.rb: Test character device usingakr
2015-04-10Use more shorter filenames to avoid sockaddr_un size limitation.akr
2015-04-10Use shorter filenames to avoid sockaddr_un size limitation.akr
2015-04-10* test/ruby/test_file_exhaustive.rb: Test socket.akr
2015-04-10* test/objspace/test_objspace.rb: remove debug prints.ko1
2015-04-10* ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects methodko1
2015-04-10* test/ruby/test_file_exhaustive.rb: Test anonymous pipe.akr
2015-04-10* test/ruby/test_file_exhaustive.rb: Test named pipe.akr
2015-04-10* process.c (rb_execarg_parent_start1): Handle EINTR.akr
2015-04-10* vm.c (vm_exec): check other events when RETURN is thrown.ko1