summaryrefslogtreecommitdiff
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* 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
* Scan the coderange in the given encodingNobuyoshi Nakada2021-06-261-0/+9
* rb_enc_interned_str: handle autoloaded encodingsJean Boussier2021-03-221-0/+16
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-0912-294/+300
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-4/+2
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-1/+1
* Fix rb_interned_str_* functions to not assume static stringsJean Boussier2020-11-301-0/+12
* Make String methods return String instances when called on a subclass instanceJeremy Evans2020-11-202-5/+5
* keep proc on the stack so it does not moveAaron Patterson2020-10-161-2/+6
* Added `get_real` interfaceNobuyoshi Nakada2020-09-071-0/+7
* separate rb_random_tNobuyoshi Nakada2020-09-071-0/+20
* vm_backtrace.c: let rb_profile_frames show cfunc framesYusuke Endoh2020-07-281-5/+11
* Make Thread#thread_variable? similar to #thread_variable_getJeremy Evans2020-05-251-1/+1
* Fix rb_profile_frame_classpath to handle module singletonsJean Boussier2020-05-071-6/+34
* Clear all trace events during teardownAlan Wu2020-03-291-0/+4