summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2019-06-23Get rid of error with frozen string literalNobuyoshi Nakada
2019-06-01Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA
2019-05-10Adjust indentNobuyoshi Nakada
2019-05-09str_duplicate: Don't share with a frozen shared stringAlan Wu
2019-03-11The combination of non-Symbol keys and Symbol keys is now allowed againmame
2019-03-11numeric.c: fix infinite loopnobu
2019-03-06Symbol creation is not a problem now unless pinned downnobu
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2018-12-29test_iseq_load.rb: increase timeout for stressful roundtripk0kubun
2018-12-28test_iseq_load.rb: increase timeout for RubyCIk0kubun
2018-12-12Add test cases of rb_arithmetic_sequence_extractmrkn
2018-12-06Show diff in failure messagesnobu
2018-10-22revisit more MJIT test skipsk0kubun
2018-10-21revert revert of r65285k0kubun
2018-10-21revert r65285k0kubun
2018-10-21try to remove some test skips for MJITk0kubun
2018-09-21* remove trailing spaces.svn
2018-09-21escape all env properly.ko1
2018-08-21Add more assertions for NotImplementedError of instance methodkazu
2018-08-14non-symbol keys in kwargsnobu
2018-08-13Add some tests for *method_defined?usa
2018-08-13Fix test bugkazu
2018-08-13Add test for method_defined?(notimplement)kazu
2018-08-11test_iseq_load.rb: reduce timeout of test_stressful_roundtripk0kubun
2018-08-10test_iseq_load.rb: increase timeoutk0kubun
2018-08-10Use assert_separately in TestIseqLoad#test_stressful_roundtripnaruse
2018-07-20test/-ext-/gvl/test_last_thread.rb: skip under MJITnormal
2018-07-09Fix crash when loading iseq from an arraytenderlove
2018-06-05Move a test fileyui-knk
2018-05-31Define AST module under RubyVM [experimental]yui-knk
2018-05-14test_wait_for_single_fd.rb: remove with_pipe helpernormal
2018-05-14test_wait_for_single_fd: ensure this works with kqueuenormal
2018-05-14test_wait_for_single_fd.rb: relax test for newer FreeBSDnormal
2018-04-28test_bug_reporter.rb: make it work with --jitk0kubun
2018-04-27Revert "Fix use of `rb_profile_frames` start parameter"tenderlove
2018-04-26Fix use of `rb_profile_frames` start parametertenderlove
2018-03-14quote symbolsnobu
2018-03-13Rename test classes to allow stable test count when running test-all -jnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-30ruby.h: relax rb_funcall check on extra args for clangnormal
2018-01-18parse.y: fix overflownobu
2018-01-17test_ast.rb: no base directory namenobu
2018-01-15Add tests for Node code locationsyui-knk
2018-01-15test_console_attr.rb: fix testnobu
2018-01-04test_iseq_load.rb: set locationnobu
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-12-03Add test for Bug::String.buf_newnaruse
2017-12-02string.c: fix rb_external_str_new_with_encnobu
2017-10-22Fixed misspelling words.hsbt