ruby/test/ruby
Hiroshi SHIBATA 469a0a4a08 merge revision(s) da4464b824: [Backport #19426]
[Bug #19426] Fix endless `Range#step` with `#succ` method
2025-03-13 14:27:06 +09:00
..
enc merge revision(s) 2c8f2871a8: [Backport #19532] 2023-07-22 13:31:34 +09:00
allpairs.rb
beginmainend.rb
bug-11928.rb
bug-13526.rb
lbtest.rb
marshaltestlib.rb [WIP] add error_squiggle gem 2021-06-29 23:45:49 +09:00
sentence.rb
test_alias.rb Fix visibility of alias of zsuper methods 2022-03-10 08:35:26 -08:00
test_argf.rb Skip MinGW failure with GitHub Actions update 2024-11-06 15:35:34 +09:00
test_arithmetic_sequence.rb test/ruby/test_arithmetic_sequence.rb: restore test_last_bug17218 2020-12-10 00:59:00 +09:00
test_arity.rb Make a dedecated assertion to clarify failed assertions 2022-03-19 14:33:04 +09:00
test_array.rb merge revision(s) a28c5151f5: [Backport #19855] 2023-08-29 21:06:04 +09:00
test_assignment.rb merge revision(s) e0d600ec19: [Backport #21012] 2025-01-25 14:37:41 +09:00
test_ast.rb merge revision(s) 979dd02e2f: [Backport #19262] 2023-01-19 11:05:29 +09:00
test_autoload.rb Fix autoload status of statically linked extensions 2022-11-25 16:21:40 -05:00
test_backtrace.rb Add Thread.each_caller_location 2022-02-17 08:54:07 -08:00
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb Revert "merge revision(s) 22e4eeda65, 1ab7c412d2, fd549b229b: [Backport #20515]" 2024-06-18 22:46:48 +09:00
test_call.rb [Bug #19021] Fix safe call w/ conditional assign 2022-09-25 20:44:54 -07:00
test_case.rb Avoid improper optimization of case statements mixed integer/rational/complex 2021-05-12 19:30:05 -07:00
test_class.rb merge revision(s) 72d1a790cf: [Backport #19833] 2023-08-12 13:51:03 +09:00
test_clone.rb merge revision(s) d19d683a35: [Backport #20250] 2024-07-13 15:17:51 +09:00
test_comparable.rb
test_complex.rb merge revision(s) dc146babf4, f23d502805, a0f7de814a: [Backport #20296] 2024-07-15 09:50:14 +09:00
test_complex2.rb Use omit instead of skip: test/ruby/**/*.rb 2022-01-04 17:25:30 +09:00
test_complexrational.rb Use omit instead of skip: test/ruby/**/*.rb 2022-01-04 17:25:30 +09:00
test_condition.rb
test_const.rb
test_continuation.rb
test_data.rb Add copy with changes functionality for Data objects (#6766) 2022-12-21 16:27:38 -08:00
test_default_gems.rb Use omit instead of skip: test/ruby/**/*.rb 2022-01-04 17:25:30 +09:00
test_defined.rb Add more tests for defined? with method calls 2021-03-29 07:45:15 -07:00
test_dir.rb Test of environment variables order for HOME on Windows 2022-12-24 23:49:27 +09:00
test_dir_m17n.rb win32: Use UTF-8 as filesystem encoding [Feature #12654] 2020-12-20 18:34:04 +09:00
test_dup.rb Adding more clone tests, and adding dup tests 2022-06-16 08:48:08 -07:00
test_econv.rb Fix some typos by spell checker 2021-04-26 10:07:41 +09:00
test_encoding.rb fixed encoding table 2022-12-16 10:04:37 +09:00
test_enum.rb Raise ArgumentError when calling Enumberable#inject without block or arguments 2022-03-23 07:55:49 -07:00
test_enumerator.rb merge revision(s) b176d4f52e: [Backport #21008] 2025-01-11 15:32:49 +09:00
test_env.rb merge revision(s) 19c39e4cfa, d78ff6a767: [Backport #20984] 2025-01-11 15:28:05 +09:00
test_eval.rb Lazily create singletons on instance_{exec,eval} (#5146) 2021-12-02 15:53:39 -08:00
test_exception.rb [Bug #19242] Prohibit circular causes to be loaded 2022-12-20 14:12:38 +09:00
test_fiber.rb rb_fiber_terminate must not return [Bug #18497] 2022-01-19 19:57:16 +09:00
test_file.rb Introduce IO.new(..., path:) and promote File#path to IO#path. (#6867) 2022-12-08 18:19:53 +13:00
test_file_exhaustive.rb Add support for sockaddr_un on Windows. (#6513) 2022-11-17 14:50:25 -08:00
test_fixnum.rb test/ruby: Check warning messages at a finer granularity 2020-12-17 20:06:18 +09:00
test_flip.rb
test_float.rb merge revision(s) c1862cbb89: [Backport #20719] 2024-10-18 11:25:12 +09:00
test_fnmatch.rb
test_frozen.rb Added tests for setting ivars on frozen objs 2022-06-16 08:48:08 -07:00
test_frozen_error.rb
test_gc.rb merge revision(s) f9a48548cf: [Backport #20042] 2024-01-18 11:48:46 +09:00
test_gc_compact.rb Removed extra assertions for Ruby 3.2 2024-11-22 08:06:01 +09:00
test_hash.rb Replace tombstone when converting AR to ST hash 2025-03-06 11:05:43 +09:00
test_ifunless.rb
test_inlinecache.rb Avoid defining the same test class in multiple files 2022-04-22 15:00:16 -07:00
test_insns_leaf.rb [Bug #17880] Set leaf false on opt_setinlinecache (#4565) 2021-06-14 17:34:57 -07:00
test_integer.rb Fix ceil when ndigits is large 2024-08-02 18:26:26 +09:00
test_integer_comb.rb
test_io.rb it is not working with Ruby 3.2 2025-03-13 14:27:06 +09:00
test_io_buffer.rb merge revision(s) 35e124832e: [Backport #20755] 2024-10-18 13:57:08 +09:00
test_io_m17n.rb [Bug #18898] Fallback invalid external encoding to the default 2022-07-06 18:08:31 +09:00
test_io_timeout.rb Add support for sockaddr_un on Windows. (#6513) 2022-11-17 14:50:25 -08:00
test_iseq.rb merge revision(s) 992596fb7a: [Backport #20344] 2024-08-18 18:07:14 +09:00
test_iterator.rb
test_key_error.rb
test_keyword.rb Rename method name in keyword test from y to yo 2022-09-27 04:00:40 +09:00
test_lambda.rb test/ruby/test_lambda.rb: Remove "warning: assigned but unused variable" 2021-04-04 15:26:09 +09:00
test_lazy_enumerator.rb [Bug #18971] Add precheck to enumerator 2022-11-25 16:11:17 +09:00
test_literal.rb Use to_s and puts in tests 2021-12-16 15:12:12 +09:00
test_m17n.rb Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-16/UTF-32 2022-09-12 14:02:34 +02:00
test_m17n_comb.rb Add test for String#casecmp? 2021-01-24 15:57:13 +09:00
test_marshal.rb Use RTEST and add test for GH-6832 2022-11-30 16:27:39 -05:00
test_math.rb Add domain check macros 2021-07-04 22:15:59 +09:00
test_memory_view.rb [memory_view][fiddle] Rename len to byte_size in rb_memory_view_t 2020-12-23 09:24:53 +09:00
test_metaclass.rb
test_method.rb merge revision(s) 56ecc243e2: [Backport #20868] 2024-11-10 13:04:43 +09:00
test_method_cache.rb invalidate negative cache any time. 2021-02-19 16:54:31 +09:00
test_mixed_unicode_escapes.rb
test_mjit.rb merge revision(s) fc03ba50f1: [Backport #19263] 2022-12-27 14:56:51 +09:00
test_mjit_debug.rb Rename test_jit to test_mjit 2022-05-20 21:32:55 -07:00
test_module.rb merge revision(s) 3b7892b6e4: [Backport #20871] 2024-11-30 14:29:18 +09:00
test_name_error.rb Prevent "warning: ambiguity between regexp and two divisions" 2021-06-30 13:41:18 +09:00
test_nomethod_error.rb [WIP] add error_squiggle gem 2021-06-29 23:45:49 +09:00
test_not.rb
test_numeric.rb merge revision(s) dd28c55a7c: [Backport #19445] 2023-03-08 12:02:22 +09:00
test_object.rb Use rb_inspect instead of +PRIsVALUE for Object.inspect 2022-12-09 22:11:00 +09:00
test_objectspace.rb Add RVALUE_OVERHEAD and move ractor_belonging_id 2022-11-21 11:26:26 -05:00
test_optimization.rb merge revision(s) e1104017e3: [Backport #19781] 2024-07-20 15:12:36 +09:00
test_pack.rb Unconditionally warn "unknown pack/unpack directive" 2022-12-16 12:15:50 +01:00
test_parse.rb merge revision(s) d503e1b95a: [Backport #20030] 2024-07-15 21:51:03 +09:00
test_path.rb
test_pattern_matching.rb [Bug #19195] Allow optional newlines before closing parenthesis 2022-12-13 18:06:11 +09:00
test_pipe.rb
test_primitive.rb
test_proc.rb merge revision(s) 29c480dd6f: [Backport #20853] 2024-11-10 12:55:34 +09:00
test_process.rb merge revision(s) 8034e9c3d0: [Backport #20995] 2025-01-11 15:30:06 +09:00
test_rand.rb [Bug #19100] Add init_int32 function to rb_random_interface_t 2022-11-10 12:06:13 +09:00
test_random_formatter.rb [ruby/securerandom] Use String#unpack1 2021-12-14 11:59:22 +09:00
test_range.rb merge revision(s) da4464b824: [Backport #19426] 2025-03-13 14:27:06 +09:00
test_rational.rb A negative denominator case in the Rational string parsing test 2022-12-10 18:57:20 +09:00
test_rational2.rb
test_readpartial.rb
test_refinement.rb Allow calling protected methods from refinements 2022-06-16 13:24:48 -07:00
test_regexp.rb merge partially d292a9b98c. Just add the test to ensure the issue doesn't exit in ruby_3_2 branch. 2024-07-15 18:03:08 +09:00
test_require.rb merge revision(s) 58918788ab: [Backport #20342] 2024-07-15 17:56:01 +09:00
test_require_lib.rb Use omit instead of skip: test/ruby/**/*.rb 2022-01-04 17:25:30 +09:00
test_rubyoptions.rb Skip MinGW failure with GitHub Actions update 2024-11-06 15:35:34 +09:00
test_rubyvm.rb Remove unused class serial 2022-10-21 14:56:48 -07:00
test_rubyvm_mjit.rb MJIT: Compile methods in batches (#6900) 2022-12-10 22:21:06 -08:00
test_settracefunc.rb merge revision(s) 660b995365: [Backport #20915] 2024-12-15 15:28:25 +09:00
test_shapes.rb merge revision(s) 82b57d7bfe: [Backport #20162] 2024-07-07 16:46:02 +09:00
test_signal.rb Do not create core file if it is intentional abort 2022-01-19 23:17:14 +09:00
test_sleep.rb
test_sprintf.rb merge revision(s) d71be7274b: [Backport #20873] 2024-11-10 15:15:53 +09:00
test_sprintf_comb.rb
test_stack.rb Pass ASAN options to child environments 2020-09-28 09:45:04 -07:00
test_string.rb merge revision(s) 02b70256b5, 6b4f8945d6: [Backport #20909] 2024-11-30 18:34:32 +09:00
test_stringchar.rb
test_struct.rb merge revision(s) e626da82ea, f3af5ae7e6: [Backport #20311] 2024-07-07 16:44:06 +09:00
test_super.rb merge revision(s) 6118e8a473, dc64448202: [Backport #20716] 2024-10-18 13:57:08 +09:00
test_symbol.rb [Bug #18905] Check symbol name types more strictly 2022-07-20 00:23:38 +09:00
test_syntax.rb merge revision(s) b15e88e0fc: [Backport #19619] 2024-07-21 12:25:04 +09:00
test_system.rb
test_thread.rb Wait killed thread 2022-12-02 16:20:43 +09:00
test_thread_cv.rb Reap rarely leaked threads 2021-10-14 22:57:45 +09:00
test_thread_queue.rb Harden SizedQueue#push timeout test 2022-08-19 00:16:44 +09:00
test_threadgroup.rb
test_time.rb merge revision(s) 5d4fff8456: [Backport #19293] 2023-07-23 12:20:12 +09:00
test_time_tz.rb merge revision(s) d3279a0c11: [Backport #20327] 2024-04-07 14:53:48 +09:00
test_trace.rb
test_transcode.rb Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-16/UTF-32 2022-09-12 14:02:34 +02:00
test_undef.rb Lazily create singletons on instance_{exec,eval} (#5146) 2021-12-02 15:53:39 -08:00
test_unicode_escape.rb
test_variable.rb Fix cvar caching when class is cloned 2023-07-01 14:17:30 +09:00
test_vm_dump.rb Pend some tests because these are not working with macOS 15 and Xcode 16 2024-11-06 15:35:34 +09:00
test_weakmap.rb merge revision(s) 3592b24cdc: [Backport #19531] 2023-07-22 11:44:54 +09:00
test_whileuntil.rb
test_yield.rb
test_yjit.rb merge revision(s) 33edcc112081f96856d52e73253d73c97a5c4a3c,b4e438d8aabaf4bba2b27f374c787543fae07c58: [Backport #19483] 2023-07-16 11:25:45 +09:00
test_yjit_exit_locations.rb YJIT: Run test-all tests without requiring RUN_OPTS 2022-11-25 17:15:24 -05:00
ut_eof.rb