.. |
enc
|
Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encoding
|
2023-03-18 15:43:54 +09:00 |
rjit
|
RJIT: Optimize Kernel#block_given?
|
2023-03-19 14:15:45 -07:00 |
allpairs.rb
|
|
|
beginmainend.rb
|
|
|
bug-11928.rb
|
|
|
bug-13526.rb
|
|
|
lbtest.rb
|
|
|
marshaltestlib.rb
|
|
|
sentence.rb
|
|
|
test_alias.rb
|
Fix visibility of alias of zsuper methods
|
2022-03-10 08:35:26 -08:00 |
test_argf.rb
|
[Bug #18892] Reset ARGF.lineno after reading shebang
|
2022-07-07 11:33:07 +09:00 |
test_arithmetic_sequence.rb
|
|
|
test_arity.rb
|
Allow anonymous memberless Struct
|
2023-04-24 07:37:20 -07:00 |
test_array.rb
|
Fix bug in array pack with shared strings
|
2022-11-10 09:26:37 -05:00 |
test_assignment.rb
|
test/ruby/test_assignment.rb: Prevent a warning
|
2022-01-19 13:15:37 +09:00 |
test_ast.rb
|
[Bug #19547] Add token for unescaped backslash
|
2023-03-30 19:47:36 +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
|
Use the caller location as default filename for eval family of methods
|
2023-07-24 14:51:20 +02:00 |
test_bignum.rb
|
Fix the condition when a new buffer is needed without GMP
|
2022-06-02 10:29:53 +09:00 |
test_call.rb
|
Split the bmethod proc test to avoid redefinition
|
2023-06-17 12:29:28 +09:00 |
test_case.rb
|
|
|
test_class.rb
|
Prevent warning: assigned but unused variable
|
2023-05-10 23:49:44 +09:00 |
test_clone.rb
|
Adding more clone tests, and adding dup tests
|
2022-06-16 08:48:08 -07:00 |
test_comparable.rb
|
Revert previous commit [ci skip]
|
2023-07-12 13:43:25 +09:00 |
test_complex.rb
|
[Bug #19087] Disallow successive underscores in Complex string
|
2022-12-02 01:35:45 +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 missing test for Data.initialize
|
2023-04-06 09:24:38 +03:00 |
test_default_gems.rb
|
Continue checking all gemspec files after errors
|
2023-05-05 18:52:37 +09:00 |
test_defined.rb
|
Wrap undef_method :a with ensure
|
2023-04-26 10:21:20 -04:00 |
test_dir.rb
|
Add Dir.for_fd
|
2023-03-24 11:18:57 -07:00 |
test_dir_m17n.rb
|
|
|
test_dup.rb
|
Adding more clone tests, and adding dup tests
|
2022-06-16 08:48:08 -07:00 |
test_econv.rb
|
|
|
test_encoding.rb
|
Remove Encoding#replicate
|
2023-01-11 13:41:41 +01:00 |
test_enum.rb
|
Add a test for svar #7225 (#7228)
|
2023-02-01 21:47:45 -08:00 |
test_enumerator.rb
|
Fix stack trace for rescued StopIteration
|
2023-07-15 15:24:43 +09:00 |
test_env.rb
|
[Bug #17767] Now ENV.clone raises TypeError as well as ENV.dup
|
2022-08-02 16:40:12 +09:00 |
test_eval.rb
|
Use the caller location as default filename for eval family of methods
|
2023-07-24 14:51:20 +02:00 |
test_exception.rb
|
Use the caller location as default filename for eval family of methods
|
2023-07-24 14:51:20 +02:00 |
test_fiber.rb
|
s/MJIT/RJIT/
|
2023-03-06 23:44:01 -08: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
|
Use File::NULL instead of hard coded null device names
|
2023-07-10 19:21:47 +09:00 |
test_fixnum.rb
|
|
|
test_flip.rb
|
|
|
test_float.rb
|
[Bug #19335] Integer#remainder should respect #coerce (#7120)
|
2023-01-15 13:03:27 +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
|
Fix default value of global_init_slots
|
2023-07-31 15:12:20 -04:00 |
test_gc_compact.rb
|
Tests to move between size pools are flaky on Windows too [ci skip]
|
2023-08-02 14:19:44 +09:00 |
test_hash.rb
|
Fix memory leak in Hash#replace
|
2023-06-29 19:07:26 -04: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
|
|
|
test_integer.rb
|
Fix Integer#ceildiv to respect #coerce (#7118)
|
2023-01-22 18:53:02 +09:00 |
test_integer_comb.rb
|
[Bug #19335] Integer#remainder should respect #coerce (#7120)
|
2023-01-15 13:03:27 +09:00 |
test_io.rb
|
Improve read /write /pread /pwrite consistency. (#7860)
|
2023-05-27 18:48:47 +09:00 |
test_io_buffer.rb
|
Improvements to IO::Buffer read /write /pread /pwrite . (#7826)
|
2023-05-24 10:17:35 +09:00 |
test_io_m17n.rb
|
Make IO#set_encoding with binary external encoding use nil internal encoding
|
2023-01-01 09:00:24 -08:00 |
test_io_timeout.rb
|
Add support for sockaddr_un on Windows. (#6513)
|
2022-11-17 14:50:25 -08:00 |
test_iseq.rb
|
support rescue event for TracePoint
|
2023-08-01 22:46:17 +09:00 |
test_iterator.rb
|
|
|
test_key_error.rb
|
|
|
test_keyword.rb
|
Hash#dup for kwsplat arguments
|
2023-03-15 18:05:13 +09:00 |
test_lambda.rb
|
|
|
test_lazy_enumerator.rb
|
Do not have Enumeratory::Lazy#zip mark result as packed
|
2023-06-24 08:41:32 -07:00 |
test_literal.rb
|
Use to_s and puts in tests
|
2021-12-16 15:12:12 +09:00 |
test_m17n.rb
|
[Bug #19763] Raise same message exception for regexp
|
2023-07-09 16:21:02 +09:00 |
test_m17n_comb.rb
|
|
|
test_marshal.rb
|
Use RTEST and add test for GH-6832
|
2022-11-30 16:27:39 -05:00 |
test_math.rb
|
Fix logarithm of 0 with base
|
2023-07-17 23:57:11 +09:00 |
test_memory_view.rb
|
|
|
test_metaclass.rb
|
|
|
test_method.rb
|
Use the caller location as default filename for eval family of methods
|
2023-07-24 14:51:20 +02:00 |
test_method_cache.rb
|
|
|
test_mixed_unicode_escapes.rb
|
|
|
test_module.rb
|
Attrset name is not allowed as an attribute
|
2023-06-03 20:50:40 +09:00 |
test_name_error.rb
|
|
|
test_nomethod_error.rb
|
Update some tests for the new message format of NoMethodError
|
2023-02-20 10:33:06 +09:00 |
test_not.rb
|
|
|
test_numeric.rb
|
[Bug#19445] Fix keyword splat in enumerator
|
2023-02-17 10:57:22 +09:00 |
test_object.rb
|
Make the maximum shapes variation warning non-verbose
|
2023-05-03 10:43:46 +02:00 |
test_objectspace.rb
|
Add RVALUE_OVERHEAD and move ractor_belonging_id
|
2022-11-21 11:26:26 -05:00 |
test_optimization.rb
|
YJIT: Fix cfp inconsistency on tailcall (#8107)
|
2023-07-25 13:20:04 -04:00 |
test_pack.rb
|
Raise an ArgumentError for unknown pack/unpack directive
|
2023-01-05 19:05:03 +01:00 |
test_parse.rb
|
Handle unterminated unicode escapes in regexps
|
2023-06-30 19:37:53 -07:00 |
test_path.rb
|
|
|
test_pattern_matching.rb
|
skip if DidYouMean.formatter= is not defined
|
2023-04-16 09:26:56 +09:00 |
test_pipe.rb
|
|
|
test_primitive.rb
|
|
|
test_proc.rb
|
Fix autosplat conditions to handle ruby2_keywords case
|
2023-07-10 10:06:23 -07:00 |
test_process.rb
|
Process.warmup: precompute strings coderange
|
2023-07-26 11:41:23 +02: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
|
Move bsearch test with Bigdecimal under the test_bigdecimal.rb
|
2023-07-13 14:01:28 +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
|
Supress warnings by Refinement#refined_class in test code
|
2023-08-01 09:48:47 +09:00 |
test_regexp.rb
|
Allow the match cache optimization for atomic groups (#7804)
|
2023-05-22 11:27:34 +09:00 |
test_require.rb
|
Ease the Encoding::CompatibilityError test failure
|
2023-07-30 15:13:58 +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
|
Allow -1 as the value of --backtrace-limit option
|
2023-07-16 00:39:01 +09:00 |
test_rubyvm.rb
|
Remove unused class serial
|
2022-10-21 14:56:48 -07:00 |
test_settracefunc.rb
|
support rescue event for TracePoint
|
2023-08-01 22:46:17 +09:00 |
test_shapes.rb
|
Move ar_hint to ar_table_struct
|
2023-05-17 09:19:40 -04:00 |
test_signal.rb
|
Remove SIGCHLD waidpid . (#7527)
|
2023-03-15 19:48:27 +13:00 |
test_sleep.rb
|
|
|
test_sprintf.rb
|
[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char
|
2022-08-31 17:27:59 +09:00 |
test_sprintf_comb.rb
|
|
|
test_stack.rb
|
|
|
test_string.rb
|
[Bug #19769] Fix range of size 1 in String#tr
|
2023-07-15 16:36:53 +09:00 |
test_string_memory.rb
|
Freeze test string to be shared for sharable-middle-substring
|
2023-07-28 22:17:54 +09:00 |
test_stringchar.rb
|
|
|
test_struct.rb
|
When alloc size is too large, only allocate struct
|
2023-06-12 16:20:05 +02:00 |
test_super.rb
|
Add tests for cme NULL crash
|
2021-11-17 13:20:31 -05:00 |
test_symbol.rb
|
[Bug #18905] Check symbol name types more strictly
|
2022-07-20 00:23:38 +09:00 |
test_syntax.rb
|
Add a corner case for return
|
2023-07-19 12:42:20 +09:00 |
test_system.rb
|
[Bug #19624] Hide internal IO for backquote
|
2023-05-01 05:10:34 +09:00 |
test_thread.rb
|
s/MJIT/RJIT/
|
2023-03-06 23:44:01 -08:00 |
test_thread_cv.rb
|
Remove stale tests
|
2023-03-10 11:54:59 +09:00 |
test_thread_queue.rb
|
Ensure producer threads do not start running early
|
2023-05-22 20:49:53 -04:00 |
test_threadgroup.rb
|
|
|
test_time.rb
|
Tighten Time.new(string) parsing
|
2023-07-13 16:49:39 -07:00 |
test_time_tz.rb
|
Historical timezones of Lisbon in tzdata are unstable
|
2023-03-26 23:10:50 +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
|
Revert "Revert "Fix cvar caching when class is cloned""
|
2023-06-05 11:11:12 -07:00 |
test_vm_dump.rb
|
Use omit instead of skip: test/ruby/**/*.rb
|
2022-01-04 17:25:30 +09:00 |
test_weakkeymap.rb
|
Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#delete
|
2023-04-15 16:29:46 +02:00 |
test_weakmap.rb
|
Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#delete
|
2023-04-15 16:29:46 +02:00 |
test_whileuntil.rb
|
|
|
test_yield.rb
|
|
|
test_yjit.rb
|
Implement opt_aref_with instruction (#8118)
|
2023-07-26 10:38:59 -04:00 |
test_yjit_exit_locations.rb
|
s/MJIT/RJIT/
|
2023-03-06 23:44:01 -08:00 |
ut_eof.rb
|
|
|