aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* Unmark Internal IV test as pendingJemma Issroff2022-10-201-1/+0
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-1/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+1
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-1/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-0/+1
* test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"Yusuke Endoh2022-08-241-2/+2
* [Bug #18964] Add test for `rb_econv_append`Nobuyoshi Nakada2022-08-201-0/+23
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-0/+2
* Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans2022-08-111-0/+52
* respect current frame of `rb_eval_string`Koichi Sasada2022-08-011-0/+12
* Fix `rb_profile_frames` output includes dummy main thread frameIvo Anjo2022-07-261-0/+24
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-201-0/+5
* [Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada2022-07-201-5/+4
* Fix tests for ABI incompatible binary error messagsNobuyoshi Nakada2022-07-171-2/+4
* GVL Instrumentation: remove the EXITED count assertionJean Boussier2022-07-131-1/+0
* thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier2022-07-131-0/+9
* Refactor tests for ThreadInstrumentation countersNobuyoshi Nakada2022-07-121-15/+16
* Use `IO.popen` to fork and exit the child process without cleanupNobuyoshi Nakada2022-07-121-16/+12
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-101-0/+2
* Relax assertion condition for thread local countersNobuyoshi Nakada2022-07-081-1/+3
* thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier2022-07-071-48/+54
* Include JIT information in crash reportsChris Seaton2022-06-201-2/+0
* test_instrumentation_api.rb: Allow one less exitJean Boussier2022-06-201-7/+5
* Scale the time to wait native threads to run hookNobuyoshi Nakada2022-06-191-2/+6
* Debug TestThreadInstrumentationJean Boussier2022-06-171-4/+14
* GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier2022-06-171-1/+3
* Refactor TestThreadInstrumentation to investigate CI flakinessJean Boussier2022-06-071-10/+24
* Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh2022-06-061-2/+2
* [Feature #18339] GVL Instrumentation APIJean Boussier2022-06-031-0/+50
* Avoid defining the same test class in multiple filesJeremy Evans2022-04-228-548/+529
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-221-0/+43
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-022-7/+10
* Remove assert_equal that will never be runPeter Zhu2022-01-281-1/+1
* Do not create core file if it is intentional abortKoichi Sasada2022-01-191-1/+2
* Make embedded string length a long for VWAPeter Zhu2022-01-121-1/+1
* Use omit instead of skip: test/-ext-/**/*.rbHiroshi SHIBATA2021-12-284-6/+6
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-261-14/+0
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-1/+1
* Avoid assert failure when NULL EC is expectedAlan Wu2021-11-221-0/+7
* Rename ::YJIT to RubyVM::YJITAlan Wu2021-10-281-1/+1
* fix random EBADF problemKoichi Sasada2021-10-261-6/+10
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-252-11/+32
* Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu2021-10-201-0/+1
* Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA2021-09-061-1/+1
* Guard array when appendingAaron Patterson2021-09-011-0/+20
* Renamed thraed_fd_close as thread_fdNobuyoshi Nakada2021-07-291-1/+1
* Escape unprintable chars only, without surrounding quotesNobuyoshi Nakada2021-07-241-2/+2
* Add basic test for updated IO wait functions.Samuel Williams2021-06-292-49/+32