summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-03-06Harden `TestObjSpace#test_memsize_of_root_shared_string`Jean Boussier
2025-03-06Fix flaky failure in TestSetTraceFunc#test_tracepoint_disable (#12854)Naoto Ono
2025-03-05Replace tombstone when converting AR to ST hashJohn Hawthorn
2025-03-05Add tests for alias locations with special variables $`, $', and $+ydah
2025-03-05do not reset `EnvUtil.timeout_scale`Koichi Sasada
2025-03-05Revert "try to show timeout sec"Koichi Sasada
2025-03-04Move in-place interning spec to Ruby's testsJean Boussier
2025-03-04try to show timeout secKoichi Sasada
2025-03-03Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...annichai-stripe
2025-03-03[ruby/openssl] test_pkey_dh.rb: Merge 2 test_new_break tests to one test.Jun Aruga
2025-03-03[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-03-03Implement POSTEXE NODE locationsydah
2025-02-28[Bug #20682] Add sleep 0.1 to stabilize flaky failures on macOS (#12829)Naoto Ono
2025-02-28[ruby/openssl] ssl: fix tests using TLS 1.1 or olderKazuki Yamaguchi
2025-02-28Improve tests for small UTF regex with case fold.Maciek Rząsa
2025-02-28Use mbuf instead of bitset for character class for small UTF. Fixes #16145Maciej Rzasa
2025-02-27[ruby/openssl] ssl: refactor check_supported_protocol_versionsKazuki Yamaguchi
2025-02-27[ruby/openssl] digest: correct assert_equal usage in test_sha3Kazuki Yamaguchi
2025-02-27[ruby/openssl] digest: always run SHA-3 and truncated SHA-2 testsKazuki Yamaguchi
2025-02-27[ruby/openssl] ssl: manually craft invalid SAN extensions in testsKazuki Yamaguchi
2025-02-27[ruby/openssl] Use ENV["TEST_RUBY_OPENSSL_FIPS_ENABLED"] instead of OpenSSL::...Jun Aruga
2025-02-27[ruby/json] Ensure parser error snippets are valid UTF-8Jean Boussier
2025-02-27[Bug #21159] module names should not be modifiableNobuyoshi Nakada
2025-02-26[ruby/cgi] Escape/unescape unclosed tags as wellHiroshi SHIBATA
2025-02-26[ruby/uri] Fix merger of URI with authority componentHiroshi SHIBATA
2025-02-26[ruby/uri] Truncate userinfo with URI#join, URI#merge and URI#+Hiroshi SHIBATA
2025-02-25[ruby/prism] Add a custom builder class for the parser translatorEarlopain
2025-02-25Skip fiddle assertions if fiddle is not availableHiroshi SHIBATA
2025-02-25[rubygems/rubygems] Added fiddle dependency for TestGemExtCargoBuilderHiroshi SHIBATA
2025-02-25[ruby/strscan] Enable tests passing on TruffleRubyAndrii Konchyn
2025-02-25[ruby/strscan] Fix a bug that inconsistency of IndexError vs nil forNAITOH Jun
2025-02-25[ruby/strscan] Fix a bug that scanning methods that don't use RegexpNAITOH Jun
2025-02-25[ruby/pp] Ensure the thread local state is always set up.Samuel Williams
2025-02-24[Bug #21153] Add missing op-assign to top const in `command_asgn`Nobuyoshi Nakada
2025-02-22[ruby/openssl] test_ssl_session.rb: test adjustments to work with AWS-LCSamuel Chiang
2025-02-22[ruby/openssl] ssl: account for slight behavioral differences in AWS-LCSamuel Chiang
2025-02-22[ruby/openssl] pkey/ec: AWS-LC disallows serialization of explicit curvesSamuel Chiang
2025-02-22[ruby/openssl] pkey/dh: tweak break tests for AWS-LCSamuel Chiang
2025-02-22[ruby/openssl] pkey: EVP_DigestVerify doesn't return -1 in AWS-LCSamuel Chiang
2025-02-22[ruby/openssl] pkey: AWS-LC disallows parsing of invalid keys and paramsSamuel Chiang
2025-02-22[ruby/openssl] test_pkcs7.rb: skip AWS-LC's unsupported featuresSamuel Chiang
2025-02-22[ruby/openssl] asn1: adjusting an ASN1 test to use CONTEXT_SPECIFICSamuel Chiang
2025-02-22[ruby/openssl] test_config.rb: skip AWS-LC's unsupported featuresSamuel Chiang
2025-02-22[ruby/openssl] test_bn.rb: AWS-LC does not support BN::CONSTTIMESamuel Chiang
2025-02-22[ruby/openssl] test_pkcs12.rb: don't use KEY_EX/SIG with AWS-LCSamuel Chiang
2025-02-22[ruby/openssl] test_fips.rb: account for AWS-LC's FIPS modeSamuel Chiang
2025-02-21[ruby/stringio] Fix SEGV at unget to a null device StringIONobuyoshi Nakada
2025-02-21[ruby/stringio] Suppress a warning for the chilled stringNobuyoshi Nakada
2025-02-21[ruby/strscan] `scan_integer(base: 16)` ignore x suffix if notJean Boussier
2025-02-21[ruby/stringio] Allow seek when underlying string is frozenCharles Oliver Nutter