ruby/test/ruby
2024-06-25 12:37:50 +09:00
..
enc Prevent "ambiguous first argument" warnings 2024-04-04 13:29:41 +09:00
rjit RJIT: Convert opt_case_dispatch keys with #to_value 2023-12-21 17:47:36 -08: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_allocation.rb fix allocation assertions 2024-06-18 09:28:25 -07:00
test_argf.rb Update ARGF.write interface 2024-04-04 18:54:54 +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 Resize ary when Array#sort! block modifies embedded ary 2024-04-14 08:41:47 +09:00
test_assignment.rb test/ruby/test_assignment.rb: Prevent a warning 2022-01-19 13:15:37 +09:00
test_ast.rb [Bug #20457] Do not remove final return node 2024-06-25 11:07:58 +09:00
test_autoload.rb Skip test_bug_13526 with High Sierra 2023-10-11 13:46:58 +09:00
test_backtrace.rb [Feature #20335] Thread.each_caller_location arguments 2024-04-17 18:47:07 +09:00
test_basicinstructions.rb
test_beginendblock.rb Disable callcc when ASAN is enabled 2024-03-04 13:07:26 +11:00
test_bignum.rb test_bignum: defined? returns String (#10880) 2024-05-30 19:59:30 +00:00
test_call.rb Make error messages clear blocks/keywords are disallowed in index assignment 2024-05-31 08:22:40 -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 Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
test_clone.rb rb_obj_setup: do not copy RUBY_FL_SEEN_OBJ_ID 2024-02-09 17:38:54 +01: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] Remove duplicated tests 2024-06-20 09:24:19 -04:00
test_complex.rb Handle zero-like imaginary part as zero in to_r (#9581) 2024-02-27 09:37:03 +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 Disable callcc when ASAN is enabled 2024-03-04 13:07:26 +11:00
test_data.rb Add some test cases to Data test 2023-11-30 21:35:04 +09:00
test_default_gems.rb Ignore method chains succeeding git ls-files 2024-03-23 23:58:40 +09:00
test_defined.rb Handle hash and splat nodes in defined? 2024-06-24 11:32:58 -07:00
test_dir.rb [Feature #20244] Issue a single Warning.warn call 2024-03-14 18:33:28 +09:00
test_dir_m17n.rb Prefer the simple read/write File singleton methods 2024-03-16 23:44:07 +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 Disable callcc when ASAN is enabled 2024-03-04 13:07:26 +11:00
test_enumerator.rb [Bug #20325] Enumerator.product.size is 0 if any size is 0 2024-04-16 16:13:19 +09:00
test_env.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01: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 Cover all warning categories by using Warning.categories 2024-03-15 21:54:55 +09:00
test_fiber.rb Move -test-/fatal/rb_fatal to -test-/fatal 2024-03-24 01:09:29 +09:00
test_file.rb Introduce retry to the setup of test files with TestFile#test_stat 2024-06-24 13:18:21 +09: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 TestGc#test_thrashing_for_young_objects: extend the timeout limit 2024-06-07 22:39:21 +09:00
test_gc_compact.rb Don't use SEGV signal when timeout in test_gc_compact 2024-06-07 11:55:38 -04:00
test_hash.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01: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 [Bug #20510] Do not count optional hash argument for IO.new 2024-05-25 19:15:25 +09:00
test_io_buffer.rb Improve behavioural consistency of unallocated (zero length) IO::Buffer. (#9532) 2024-01-15 10:47:13 +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 Optimized forwarding callers and callees 2024-06-18 09:28:25 -07:00
test_iterator.rb
test_key_error.rb
test_keyword.rb clear kw_flag if given hash is nil 2024-06-13 13:52:39 +09: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 Add a debug print for a random failure 2024-05-27 18:16:28 +09:00
test_m17n.rb Add a hint of ASCII-8BIT being BINARY 2024-04-18 10:17:26 +02:00
test_m17n_comb.rb Add test for String#casecmp? 2021-01-24 15:57:13 +09:00
test_marshal.rb [Bug #20481] Check for unmarshaling ivar 2024-05-12 13:57:15 +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 Optimized forwarding callers and callees 2024-06-18 09:28:25 -07: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 Fix Module#define_method to change visibility when passed existing method body 2024-06-06 15:02:04 -07: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 Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +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 Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
test_objectspace.rb Refactor how object IDs work for special consts 2024-04-12 11:27:08 -04:00
test_optimization.rb Emit a performance warning when redefining specially optimized methods 2024-04-15 18:21:41 +02:00
test_pack.rb Introduce a specialize instruction for Array#pack 2024-05-23 12:11:50 -07:00
test_parse.rb Make error messages clear blocks/keywords are disallowed in index assignment 2024-05-31 08:22:40 -07:00
test_path.rb
test_pattern_matching.rb Fix TestPatternMatching#test_deconstruct_keys test 2024-05-14 15:43:28 +09:00
test_pipe.rb
test_primitive.rb
test_proc.rb [PRISM] Use block node location when building block iseq 2024-02-06 14:56:10 -05:00
test_process.rb Set ASAN_OPTIONS=disable_coredump=0 for test_execopts_rlimit test 2024-03-28 09:48:37 +11: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 [Misc #18984] Raise TypeError from Range#size if the range is not iterable 2024-04-10 07:28:07 -07: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 Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01:00
test_regexp.rb TestRegexp#test_match_cache_positive_look_behind: Extend the timeout limit 2024-06-07 23:29:59 +09:00
test_require.rb TestRequire#test_loading_fifo_threading_success: Extend the timeout limit 2024-06-07 23:44:29 +09:00
test_require_lib.rb [Bug #19872] Refine TestRequireLib 2023-09-13 10:43:10 +09:00
test_rubyoptions.rb Fix --debug-frozen-string-literal to not apply --disable-frozen-string-literal 2024-06-24 12:43:39 +02:00
test_rubyvm.rb [PRISM] Enable RubyVM tests for prism 2024-05-03 13:11:09 -04:00
test_settracefunc.rb Pending EVENT_RETURN settracefunc tests with Prism 2024-06-25 12:37:50 +09:00
test_shapes.rb compile.c: use rb_enc_interned_str to reduce allocations 2024-04-11 09:04:31 +02:00
test_signal.rb Remove SIGCHLD waidpid. (#7527) 2023-03-15 19:48:27 +13:00
test_sleep.rb
test_sprintf.rb [Bug #20438] Disallow "%\n" and "%\0" 2024-05-29 01:02:32 +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 Stop marking chilled strings as frozen 2024-05-28 07:32:33 +02: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 Make Struct memory leak test faster 2024-03-01 16:33:09 +01:00
test_super.rb Fix incorrect use of VM_CALL_KW_SPLAT_MUT in zsuper with keyword splat 2024-01-25 20:43:42 -08:00
test_symbol.rb Don't skip test_inspect_under_gc_compact_stress 2024-06-10 12:36:25 -04:00
test_syntax.rb Remove circular parameter syntax error 2024-06-06 16:29:50 -04:00
test_system.rb [Bug #19624] Hide internal IO for backquote 2023-05-01 05:10:34 +09:00
test_thread.rb Remove dependency on fiddle from test/ruby 2024-06-04 19:53:04 +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 [Bug #20327] Do not count subsecond to calculate UTC offset 2024-03-07 13:08:37 +09:00
test_trace.rb
test_transcode.rb Ensure test suite is compatible with --frozen-string-literal 2024-03-14 17:56:15 +01: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 Extend the timeout of TestVMDump#test_darwin_invalid_call, etc. 2024-06-24 11:54:10 +09:00
test_warning.rb Add regression test for Bug #20573 2024-06-12 10:25:57 -07:00
test_weakkeymap.rb Skip under_gc_compact_stress on s390x (#10073) 2024-02-22 14:34:19 -08:00
test_weakmap.rb Fix flaky TestWeakMap#test_inspect_garbage 2024-06-18 14:21:37 -04:00
test_whileuntil.rb [Bug #20094] Distinguish begin and parentheses 2023-12-27 17:50:15 +09:00
test_yield.rb
test_yjit.rb Optimized forwarding callers and callees 2024-06-18 09:28:25 -07: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