ruby/test/ruby
Takashi Kokubun bd91c5127f
YJIT: Add stats option to RubyVM::YJIT.enable (#9297)
2023-12-19 11:47:27 -08:00
..
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 [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 [Bug #18892] Reset `ARGF.lineno` after reading shebang 2022-07-07 11:33:07 +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 Allow anonymous memberless Struct 2023-04-24 07:37:20 -07:00
test_array.rb Array#rassoc should try to convert to array implicitly. Fixes #20003 2023-11-29 09:39:15 +09:00
test_assignment.rb test/ruby/test_assignment.rb: Prevent a warning 2022-01-19 13:15:37 +09:00
test_ast.rb ast.rb: Fix bug for source of multibyte characters 2023-11-05 00:54:22 +09:00
test_autoload.rb Skip test_bug_13526 with High Sierra 2023-10-11 13:46:58 +09:00
test_backtrace.rb Rewrite Integer#times in Ruby (#8388) 2023-09-07 10:57:52 -07: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 Remove unused variables in test_call_op_asgn_keywords_mutable 2023-12-14 18:44:13 -08: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 [Bug #19833] Fix index underflow at superclasses of `BasicObject` 2023-08-08 19:03:38 +09:00
test_clone.rb Adding more clone tests, and adding dup tests 2022-06-16 08:48:08 -07:00
test_comparable.rb Add tests for passing nil to Comparable#clamp(min, max) 2023-10-25 16:34:48 +09:00
test_compile_prism.rb [PRISM] Compile CallTargetNode 2023-12-15 16:15:10 -05:00
test_complex.rb [Bug #11183] Fix rb_complex_pow for special angles 2023-11-21 14:06:26 +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 some test cases to Data test 2023-11-30 21:35:04 +09: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 Make Dir#chdir never yield args, and return block return value 2023-12-11 22:31:16 -08: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 Remove --disable-gems for assert_separately 2023-08-03 09:11:08 +09:00
test_encoding.rb Remove --disable-gems for assert_separately 2023-08-03 09:11:08 +09:00
test_enum.rb Add a test for svar #7225 (#7228) 2023-02-01 21:47:45 -08:00
test_enumerator.rb Fix [Bug #19632]: Disable external iterator for frozen enumerator (#7791) 2023-10-25 16:32:25 +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 Remove --disable-gems for assert_separately 2023-08-03 09:11:08 +09: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/ruby: Check warning messages at a finer granularity 2020-12-17 20:06:18 +09:00
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 restore the stack pointer on finalizer 2023-12-19 17:59:49 +09:00
test_gc_compact.rb Add a fudge factor to the GC compaction move up/down tests 2023-12-09 12:49:51 -08:00
test_hash.rb add a test 2023-12-15 11:58: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 [Bug #17037] Improve accuracy of division near precision limits 2023-11-29 20:16:36 +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 Move IO#readline to Ruby 2023-09-28 10:43:45 -07:00
test_io_buffer.rb Raise TypeError for bad IO::Buffer.map argument (#8728) 2023-10-21 17:30:40 +13:00
test_io_m17n.rb Deprecate Kernel#open and IO support for subprocess creation/forking 2023-08-10 09:38:11 +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 [PRISM] Fix `compile_prism` when src is a file 2023-12-15 10:27:44 -05:00
test_iterator.rb
test_key_error.rb
test_keyword.rb Fix keyword splat passing as regular argument 2023-12-07 08:35:55 -08:00
test_lambda.rb Make Kernel#lambda raise when given non-literal block 2023-09-12 11:25:07 -04:00
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 Add test for String#casecmp? 2021-01-24 15:57:13 +09:00
test_marshal.rb Tempfile is not needed 2023-08-20 20:12:45 +09:00
test_math.rb math.c: Fix Math.log against huge bignum [Bug #19878] 2023-09-13 21:40:05 +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 Remove --disable-gems for assert_separately 2023-08-03 09:11:08 +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_module.rb [Bug #19901] 2023-09-23 23:10:46 +02: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 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 SHAPE_TOO_COMPLEX performance warning more actionable 2023-12-18 10:33:18 +01: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 Use size of `uintptr_t` for `j` and `J` tests 2023-10-06 16:33:44 +09:00
test_parse.rb Prevent warning: possibly useless use of a literal in void context 2023-12-12 10:31:37 +09:00
test_path.rb
test_pattern_matching.rb Keep unused literal nodes 2023-10-31 17:49:12 +09:00
test_pipe.rb
test_primitive.rb
test_proc.rb [Feature #19362] Call `#initialize_dup` hook at `Proc#dup` 2023-10-26 17:28:50 +09:00
test_process.rb String#force_encoding don't clear coderange if encoding is unchanged 2023-11-09 12:38:10 +01: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] Extract `assert_uuid_v7` 2023-10-12 05:58:31 +00:00
test_range.rb Make Range#reverse_each raise TypeError if endless 2023-11-28 15:10:42 +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 Fix cache incoherency for ME resolved through VM_METHOD_TYPE_REFINED 2023-11-28 13:03:04 -05:00
test_regexp.rb Copy encoding flags when copying a regex [Bug #20039] 2023-12-06 19:25:29 -08:00
test_require.rb [Bug #19985] Raise LoadError with the converted feature name 2023-11-06 17:58:47 +09:00
test_require_lib.rb [Bug #19872] Refine TestRequireLib 2023-09-13 10:43:10 +09:00
test_rubyoptions.rb Update error message in test_rubyoptions 2023-12-15 13:42:19 -05:00
test_rubyvm.rb Remove unused class serial 2022-10-21 14:56:48 -07:00
test_settracefunc.rb [Bug #19114] Fix for multiple calls of TracePoint#enable 2023-12-12 09:36:37 -08:00
test_shapes.rb Add missing assertion in test_use_all_shapes_then_freeze 2023-11-29 08:59:53 -05: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 `EnvUtil.invoke_ruby` also passes ASAN options 2023-08-02 19:55:30 +09:00
test_string.rb Stir the hash value more with encoding index 2023-12-17 00:30:00 +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 [Bug #20062] Fixed numbered parameter syntax error 2023-12-16 02:11:51 +09:00
test_system.rb [Bug #19624] Hide internal IO for backquote 2023-05-01 05:10:34 +09:00
test_thread.rb M:N thread scheduler for Ractors 2023-10-12 14:47:01 +09:00
test_thread_cv.rb Remove stale tests 2023-03-10 11:54:59 +09:00
test_thread_queue.rb Make {Queue,SizedQueue}#freeze raise TypeError 2023-09-27 19:57:50 +01:00
test_threadgroup.rb
test_time.rb [DOC] State timezone info in the string wins `in:` keyword 2023-11-24 19:38:55 +09: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 Extract transcoding assertions 2023-10-28 22:18:17 +09: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 Add test for many ivars 2023-10-18 15:01:13 -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 Make WeakKeyMap safe for compaction during allocation 2023-12-12 09:01:21 -05:00
test_weakmap.rb Make WeakMap safe for compaction during allocation 2023-12-12 09:01:21 -05:00
test_whileuntil.rb
test_yield.rb
test_yjit.rb YJIT: Add stats option to RubyVM::YJIT.enable (#9297) 2023-12-19 11:47:27 -08:00
test_yjit_exit_locations.rb YJIT: Fallback opt_getconstant_path for const_missing (#8623) 2023-10-13 08:52:23 -07:00
ut_eof.rb