aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper2022-07-281-0/+16
* Skip randomly failing tests with FreeBSD 12Hiroshi SHIBATA2022-07-282-0/+8
* Wait the test thread to sleepNobuyoshi Nakada2022-07-251-8/+2
* Synchronize the test thread sleepNobuyoshi Nakada2022-07-251-1/+8
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans2022-07-211-15/+1
* Do not have class/module keywords look up ancestors of ObjectJeremy Evans2022-07-212-2/+15
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Make String#each_line work correctly with paragraph separator and chompJeremy Evans2022-07-211-6/+11
* Ensure _id2ref finds symbols with the correct typeDaniel Colson2022-07-201-0/+5
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-201-0/+4
* [Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada2022-07-201-0/+13
* [Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada2022-07-181-0/+2
* YJIT: Add send unit tests (#6143)Noah Gibbs2022-07-151-1/+167
* Implement Objects on VWAPeter Zhu2022-07-152-2/+27
* MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun2022-07-141-1/+1
* [Feature #18901] Don't run size pool move tests without VWAMatt Valentine-House2022-07-121-0/+2
* [Feature #18901] Support size pool movement for ArraysMatt Valentine-House2022-07-121-0/+40
* Replace use of double_heap in tests with expand_heapMatt Valentine-House2022-07-111-5/+5
* Use NO_JIT_DESCRIPTION only when neededTakashi Kokubun2022-07-101-4/+5
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-101-9/+5
* [Bug #18890] Suppress warnings and fix the messageNobuyoshi Nakada2022-07-082-6/+15
* Thread#value: handle threads killed by a forkJean Boussier2022-07-071-0/+14
* [Bug #18892] Reset `ARGF.lineno` after reading shebangNobuyoshi Nakada2022-07-071-0/+11
* [Bug #18898] Fallback invalid external encoding to the defaultNobuyoshi Nakada2022-07-061-0/+10
* [Bug #18890] newline should be insignificant after pattern labelNobuyoshi Nakada2022-07-062-0/+48
* Synchronize the test thread not to die before assertionsNobuyoshi Nakada2022-07-051-1/+6
* [Bug #18877] Let `lex_ctxt` not to eat escaped whitespaceNobuyoshi Nakada2022-06-301-0/+4
* Refactor tests for moving strings with compactionPeter Zhu2022-06-291-28/+22
* [Bug #18884] `class` cannot be just followed by modifiersNobuyoshi Nakada2022-06-291-0/+7
* Fix infinite loop when b_return TracePoint throwsAlan Wu2022-06-221-0/+27
* Include JIT information in crash reportsChris Seaton2022-06-201-1/+1
* [Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+17
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+6
* Prevent a warning "possibly useless use of a literal in void context"Yusuke Endoh2022-06-201-0/+6
* Prevent a warning "Expected ... to define AutoloadTest but it didn't"Yusuke Endoh2022-06-201-0/+3
* [Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier2022-06-181-0/+17
* Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada2022-06-171-1/+3
* Allow calling protected methods from refinementsJohn Hawthorn2022-06-161-0/+35
* Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada2022-06-172-0/+22
* ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada2022-06-171-0/+8
* Added tests for setting ivars on frozen objsJemma Issroff2022-06-161-0/+30
* Adding more clone tests, and adding dup testsJemma Issroff2022-06-162-0/+156
* MJIT: Handle JIT failure properlyTakashi Kokubun2022-06-151-0/+12
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-1/+5
* MJIT: Add a test for Process.waitall handlingTakashi Kokubun2022-06-141-0/+13
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-0/+39
* Prevent a warning: assigned but unused variable - outYusuke Endoh2022-06-131-3/+3
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-0/+21
* Fix nested bmethod TracePoint and memory leakAlan Wu2022-06-101-0/+22