summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2022-08-24test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"Yusuke Endoh
2022-08-20[Bug #18964] Add test for `rb_econv_append`Nobuyoshi Nakada
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-01respect current frame of `rb_eval_string`Koichi Sasada
2022-07-26Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo
2022-07-20Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs
2022-07-20[Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada
2022-07-17Fix tests for ABI incompatible binary error messagsNobuyoshi Nakada
2022-07-13GVL Instrumentation: remove the EXITED count assertionJean Boussier
2022-07-13thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier
2022-07-12Refactor tests for ThreadInstrumentation countersNobuyoshi Nakada
2022-07-12Use `IO.popen` to fork and exit the child process without cleanupNobuyoshi Nakada
2022-07-10Fix #5872 for MJIT GitHub ActionsTakashi Kokubun
2022-07-08Relax assertion condition for thread local countersNobuyoshi Nakada
2022-07-07thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier
2022-06-20Include JIT information in crash reportsChris Seaton
2022-06-20test_instrumentation_api.rb: Allow one less exitJean Boussier
2022-06-19Scale the time to wait native threads to run hookNobuyoshi Nakada
2022-06-17Debug TestThreadInstrumentationJean Boussier
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-07Refactor TestThreadInstrumentation to investigate CI flakinessJean Boussier
2022-06-06Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh
2022-06-03[Feature #18339] GVL Instrumentation APIJean Boussier
2022-04-22Avoid defining the same test class in multiple filesJeremy Evans
2022-02-22[Feature #18249] Implement ABI checkingPeter Zhu
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-01-28Remove assert_equal that will never be runPeter Zhu
2022-01-19Do not create core file if it is intentional abortKoichi Sasada
2022-01-12Make embedded string length a long for VWAPeter Zhu
2021-12-28Use omit instead of skip: test/-ext-/**/*.rbHiroshi SHIBATA
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
2021-11-22Avoid assert failure when NULL EC is expectedAlan Wu
2021-10-28Rename ::YJIT to RubyVM::YJITAlan Wu
2021-10-26fix random EBADF problemKoichi Sasada
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-20Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA
2021-09-01Guard array when appendingAaron Patterson
2021-07-29Renamed thraed_fd_close as thread_fdNobuyoshi Nakada
2021-07-24Escape unprintable chars only, without surrounding quotesNobuyoshi Nakada
2021-06-29Add basic test for updated IO wait functions.Samuel Williams
2021-06-26Scan the coderange in the given encodingNobuyoshi Nakada
2021-03-22rb_enc_interned_str: handle autoloaded encodingsJean Boussier
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze