summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-10-27YJIT: move --yjit-stats at_exit call into RubyAlan Wu
2021-10-27Expect multi-line -v output for -DRUBY_DEVEL in testsAlan Wu
2021-10-27Fix indentation in testAlan Wu
2021-10-27YJIT: Support newhash with values (#5029)John Hawthorn
2021-10-27[ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-26Add Class#descendantsJeremy Evans
2021-10-26[Bug #18264] Fix memory leak in TracePointPeter Zhu
2021-10-26Make the metaclass of Refinement explicitlyShugo Maeda
2021-10-26fix random EBADF problemKoichi Sasada
2021-10-26[rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-25Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu
2021-10-25test/ruby/test_jit.rb: Add a test for checkmatch insnYusuke Endoh
2021-10-25test/ruby/test_jit.rb: Print a hint at exit of the original processYusuke Endoh
2021-10-25[rubygems/rubygems] Avoid loading the `digest` gem unnecessarilyDavid Rodriguez
2021-10-25process.c: Add Process._fork (#5017)Yusuke Endoh
2021-10-25test/ruby/test_rubyvm.rb: prevent "assigned but unused variable" warningsYusuke Endoh
2021-10-25test/ruby/test_refinement.rb: Prevent deprecation warnings during testYusuke Endoh
2021-10-25test/ruby/test_marshal.rb: Prevent "assigned but unused variable" warningYusuke Endoh
2021-10-25Make Coverage suspendable (#4856)Yusuke Endoh
2021-10-25Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune
2021-10-25[ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}Kazuki Yamaguchi
2021-10-24[ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm155
2021-10-24[ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez
2021-10-24[ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman
2021-10-23[ruby/openssl] test/openssl/test_ssl: use assert_raise in test_bad_socketKazuki Yamaguchi
2021-10-23[ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson
2021-10-23[ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on Ope...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_pkey: use EC keys for PKey.generate_paramete...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: fix illegal SAN extensionKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: relax regex to match OpenSSL's error me...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_digest: do not test constants for legacy alg...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: assume TLS 1.2 supportKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/utils: remove dup_public helper methodKazuki Yamaguchi
2021-10-22Disable did_you_mean in TestPatternMatchingYuki Nishijima
2021-10-22Remove the test for DYM's verbose formatterYuki Nishijima
2021-10-22Sync did_you_mean againYuki Nishijima
2021-10-22Revert "Sync did_you_mean"Yuki Nishijima
2021-10-22Sync did_you_meanYuki Nishijima
2021-10-22'uri/https' is neededKoichi Sasada
2021-10-22[ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...Tiago
2021-10-22Import bigdecimal-3.1.0.devHiroshi SHIBATA
2021-10-21Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda
2021-10-21freeze (make shareable) script_linesKoichi Sasada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Fix test_version again for RUBY_YJIT_ENABLE=1Takashi Kokubun
2021-10-20Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun