summaryrefslogtreecommitdiff
path: root/test/-ext-/thread
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
* 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
* 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