summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2019-09-29Add three more C-API functions for handling keywordsJeremy Evans
2019-09-26[EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze
2019-09-26Tag string shared roots to fix use-after-freeAlan Wu
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-08-10Warn instance variable `E`Nobuyoshi Nakada
2019-08-01fix tracepoint + backtrace SEGV卜部昌平
2019-07-01Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada
2019-06-30Suppress "statement not reached" warningNobuyoshi Nakada
2019-06-30Suppress unused literal warnings in verbose modeNobuyoshi Nakada
2019-06-28Removed unused variablesNobuyoshi Nakada
2019-06-26Resize capacity for fstringJohn Hawthorn
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