| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/ruby |
| 821a5b9..83702f7 master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| /tmp/ruby/src/trunk-gc-asserts/ext/socket/ipsocket.c: In function ‘reallocate_connection_attempt_fds’: |
| /tmp/ruby/src/trunk-gc-asserts/ext/socket/ipsocket.c:293:62: warning: pointer ‘fds’ may be used after ‘realloc’ [-Wuse-after-free] |
| 293 | for (int i = current_capacity; i < new_capacity; i++) fds[i] = -1; |
| | ^ |
| /tmp/ruby/src/trunk-gc-asserts/ext/socket/ipsocket.c:289:9: note: call to ‘realloc’ here |
| 289 | if (realloc(fds, new_capacity * sizeof(int)) == NULL) { |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| Failed tests: |
| Test_ArithSeq#test_beg_len_step: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| URI::TestCommon#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObject#test_redef_method_missing: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_bytes_euc_jp: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_extutf8: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_as_bytes_extutf8: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_extutf8_invalid: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_utf8_raw_windows_1251_name: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_utf8_raw_windows_1252_name: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_utf8_raw_jp_name: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_euc_jp: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir_M17N#test_filename_extutf8_inteucjp_representable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPostponed_job#test_legacy_register: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPostponed_job#test_multiple_preregistration_with_new_data: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPostponed_job#test_multiple_preregistration: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPostponed_job#test_preregister_and_trigger: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPostponed_job#test_legacy_register_one_same: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPostponed_job#test_legacy_register_in_c_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIterator#test_yield_at_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpaceRactor#test_tracing_does_not_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_and: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_hash_length: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_callinfo_unreachable_path: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_array_min: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_gt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_optimized_empty_ensure: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_gt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_opt_case_dispatch: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_eqq: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_ltlt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_div: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_mul: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_objtostring: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_array_length: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_array_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_length: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_freeze_block: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_eq_neq: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_hash_aset_with: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_uminus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_array_max: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_array_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_array_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_mul: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_or: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_div: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_peephole_optimization_without_trace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_freeze: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_block_parameter_should_not_create_objects: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_size: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_le: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_mod: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_ge: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_hash_aref_with: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_string_format: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_fixnum_ge: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_clear_unreachable_keyword_args: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_float_le: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptimization#test_hash_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfConfig#test_with_config_with_arg_and_value: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfConfig#test_with_target_rbconfig: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfConfig#test_with_config_with_arg_and_no_value: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfConfig#test_with_config_without_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfConfig#test_dir_config: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestISeq#test_iseq_builtin_load: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestISeq#test_mandatory_only: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestISeq#test_translate_by_object: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestLambdaParameters#test_proc_inside_lambda_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDateParseRactor#test_date_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptions#test_dump_parsetree_error_tolerant: Test::Unit::PendedError: Skipped, no message given |
| TestRubyOptions#test_setproctitle: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyOptions#test_yydebug: Test::Unit::PendedError: Skipped, no message given |
| TestPsychRactor#test_not_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPsychRactor#test_ractor_round_trip: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPsychRactor#test_ractor_constants: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPsychRactor#test_ractor_config: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMarshal#test_marshal_load_extended_class_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMarshal#test_continuation: Test::Unit::PendedError: requires callcc support |
| TestMarshal#test_marshal_load_r_prepare_reference_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::Literal#test_hash_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::Literal#test_array_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_nested_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::MethodCall::WithBlock#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAllocation::ProcCall::WithBlock#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTranscode#test_loading_race: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTranscode#test_valid_dummy_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTmpdir#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestFIPS#test_fips_mode_get_is_false_on_fips_mode_disabled: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestFIPS#test_fips_mode_get_with_fips_mode_set: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestFIPS#test_fips_mode_get_is_true_on_fips_mode_enabled: Test::Unit::PendedError: Only for FIPS mode environment |
| OpenSSL::TestFIPS#test_fips_mode_is_reentrant: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestInteger#test_Integer_with_exception_keyword: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestInteger#test_Integer: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestInteger#test_times_bignum_redefine_plus_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTracepointObj#test_teardown_with_active_GC_end_hook: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfFlags#test_try_ldflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfFlags#test_try_cflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfFlags#test_try_cppflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_undefined_refined_method_defined: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_using_wrong_argument: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_remove_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_public_in_refine: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_singleton_method_should_not_use_refinements: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_refine_basic_object: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_remove_undefined_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_refined_method_defined: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_refine_after_using: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_reopen_refinement_module: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_refine_with_prepend: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_symbol_proc_with_block: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_refined_protected_methods: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_inlinecache: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_alias_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRefinement#test_change_refined_new_method_visibility: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTimeout#test_handling_enclosed_threadgroup: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTimeout#test_threadgroup: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSetTraceFunc#test_lineno_in_optimized_insn: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSetTraceFunc#test_script_compiled: Test::Unit::PendedError: TODO: test for requires |
| TestKeywordArguments#test_dynamic_symbol_keyword: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestKeywordArguments#test_large_kwsplat_to_method_taking_kw_and_kwsplat: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestBignum#test_very_big_str_to_inum: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_block_curry_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_block_curry_lambda: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_to_proc_no_method: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_to_proc_iseq: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_to_proc_binding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_block_method_to_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_to_proc_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSymbol#test_hash_redefinition: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestABI#test_require_lib_with_incorrect_abi_on_release_ruby: Test::Unit::PendedError: ABI is enforced |
| TestABI#test_enable_abi_check_using_environment_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestABI#test_disable_abi_check_using_environment_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestLastThread#test_last_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnumerable#test_inject_op_redefined: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnumerable#test_callcc: Test::Unit::PendedError: requires callcc support |
| TestEnumerable#test_inject_array_op_redefined: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnumerable#test_refine_Enumerable_then_include: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnumerable#test_inject_array_op_private: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnumerable#test_inject_op_private: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_Symbol::TestInadvertent#test_gc_attrset: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestParse#test_shareable_constant_value_unshareable_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestParse#test_error_def_in_argument: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestParse#test_assign_in_conditional: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestParse#test_unclosed_unicode_escape_at_eol_bug_19750: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir#test_instance_chdir: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir#test_glob_too_may_open_files: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDir#test_glob_gc_for_fd: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/yaml: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/did_you_mean: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/optparse: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/error_highlight: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/uri: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/reline: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/prism: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/bundler: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/net: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/random: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/cgi: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/unicode_normalize: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/rubygems: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/erb: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/syntax_suggest: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/irb: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/open3: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/rdoc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/logger: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/ruby_vm: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/forwardable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:lib/set: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_positive_look_behind: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_timeout_shorter_than_global: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_timeout_nil: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_positive_look_ahead: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_with_peek_optimization: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_utf8_comment_in_usascii_extended_regexp_bug_19455: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_atomic: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_invalid_group: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_positive_look_ahead_complex: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_s_timeout: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_nonextended_section_of_extended_regexp_bug_19379: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_s_timeout_corner_cases: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_bug_19467: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_invalid_free_at_parse_depth_limit_over: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_exponential: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_timeout_corner_cases: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_extended_comment_invalid_escape_bug_18294: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_negative_look_behind: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_square: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_atomic_complex: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_match_cache_negative_look_ahead: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_eq_tilde_can_be_overridden: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRegexp#test_timeout_longer_than_global: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_TooManyDummyEncodings#test_exceed_encoding_table_size: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThread#test_thread_join_in_trap: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThread#test_thread_value_in_trap: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThread#test_signal_at_join: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThread#test_report_on_exception: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEncoding#test_errinfo_after_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEncoding#test_nonascii_library_path: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestCoverage#test_coverage_suspendable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPathname#test_relative_path_from_casefold: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPathname#test_split: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_keep_if_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_replace_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_reject_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_invert_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_rassoc_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_fetch_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_to_a_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_aset_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_filter_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_to_s_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_each_pair_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_update_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_select_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_values_at_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_frozen_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_size_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_bracket_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_empty_p_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_has_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_has_value2_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_to_hash_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_delete_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_except_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_delete_if_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_has_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_clear_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_shared_substring_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_getenv_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_frozen_env_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_inspect_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_assoc_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_keys_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_huge_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_filter_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_rehash_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_each_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_values_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_each_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_reject_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_select_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_to_h_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_shift_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_dup_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnv#test_slice_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_prepend_gc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_prepend_call_super: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_prepend_visibility_inherited: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_gc_prepend_chain: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_private_extended_module: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_prepend_optmethod: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_refine_module_then_include: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_private_top_methods: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_inspect_segfault: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_include_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestModule#test_redefinition_mismatch: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO_M17N#test_bom_too_long_utfname: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSignal#test_trap_system_default: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSignal#test_hup_me: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSignal#test_ignored_interrupt: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSignal#test_sigwait_fd_unused: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTimeExtension#test_rfc2822_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestClone#test_user_flags: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThreadLockNativeThread#test_lock_native_thread_tls: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThreadLockNativeThread#test_lock_native_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestProvider#test_unloaded_openssl_provider: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestProvider#test_openssl_provider_names: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestProvider#test_openssl_provider_name_inspect: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| OpenSSL::TestProvider#test_openssl_legacy_provider: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDup#test_user_flags: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_throw_while_loading: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_default_loaded_features_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_define_class_under: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_define_module: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_require_invalid_shared_object: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_define_class: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_loading_fifo_threading_raise: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_loading_fifo_threading_success: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_define_module_under: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_load_error_path: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_load_wrap_nil: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_require_in_wrapped_load: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_loading_fifo_fd_leak: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRequire#test_require_too_long_filename: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestClass#test_superclass_of_basicobject: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestClass#test_redefinition_mismatch: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TC_OpenStruct#test_access_methods_from_different_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TC_OpenStruct#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIseqLoad#test_stressful_roundtrip: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIseqLoad#test_next_in_block_in_block: Test::Unit::PendedError: failing due to stack_max mismatch |
| TestIseqLoad#test_break_ensure: Test::Unit::PendedError: failing due to exception entry sp mismatch |
| TestIseqLoad#test_require_integration: Test::Unit::PendedError: iseq loader require integration tests still failing |
| TestRubyYieldGen#test_block_cached_argc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPathnameRactor#test_ractor_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Bug::Test_ExceptionE#test_ensured: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestWeakKeyMap#test_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Complex_Test#test_inspect_to_s_frozen_bug_20337: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_cross_thread_close_stdio: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_DATA_binmode: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_write_epipe_nosync: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_closed_stream_in_rescue: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_copy_stream_no_busy_wait: Test::Unit::PendedError: multiple threads already active |
| TestIO#test_puts_parallel: Test::Unit::PendedError: not portable |
| TestIO#test_race_gets_and_close: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_set_stdout: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_dup_many: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_race_closed_stream: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_open_fifo_does_not_block_other_threads: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestIO#test_set_lineno: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEtc#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMethod#test_argument_error_location: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMethod#test_override_optimized_method_on_class_using_prepend: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMethod#test_zsuper_private_override_instance_method: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMethod#test_hash_does_not_change_after_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Bug::Test_ExceptionAT#test_exception_at_throwing: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMethodInlineCache#test_zsuper: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestWarning#test_warn_called_only_when_category_enabled: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProc#test_hash_does_not_change_after_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_UTF_32: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_CP50221: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_UTF_16: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_UTF_7: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_CP50220: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_IBM037: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestTime#test_marshal_zone_gc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSystem#test_system_closed: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| CGIUtilTest#test_cgi_unescape_accept_charset: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_hashes_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_objects_between_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_arrays_up_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_ast_compacts: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_objects_between_heaps_keeps_shape_frozen_status: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_updating_references_for_embed_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_arrays_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_strings_up_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGCCompact#test_moving_strings_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPipe#test_stdout_epipe: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPipe::WithConversion#test_stdout_epipe: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_Integer#test_positive_pow: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRand#test_default_seed: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_7: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_5: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_3: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_1: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_9: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_0: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_2: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_4: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_6: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPopenDeadlock#test_popen_without_deadlock_8: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFloat#test_aliased_quo_recursion: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFloat#test_long_string: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPack#test_pack_resize: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPack#test_bug_18343: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPack#test_pack_unpack_m: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPack#test_monkey_pack_buffer: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestPack#test_monkey_pack: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArray#test_sort_with_replace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArray#test_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArray#test_repeated_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArray#test_repeated_combination_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_count_symbols: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_load_allocation_path_load: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_load_allocation_path_compile_file: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_reachable_objects_during_iteration: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_reachable_objects_size: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_reachable_objects_from: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjSpace#test_trace_object_allocations_stop_first: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArraySubclass#test_sort_with_replace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArraySubclass#test_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArraySubclass#test_repeated_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArraySubclass#test_repeated_combination_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestNameError#test_info_parent_iseq_mark: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestWeakMap#test_include?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f |
| TestWeakMap#test_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestWeakMap#test_key?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f |
| TestWeakMap#test_member?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f |
| Prism::TestCompilePrism#test_ScopeNode: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Prism::TestCompilePrism#test_ConstantPathTargetNode: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThreadInstrumentation#test_blocking_on_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestThreadInstrumentation#test_sleeping_inside_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_Load_ResolveSymbol#test_load_resolve_symbol_resolver: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Ripper#test_new: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Ripper#test_regexp_enc_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Ripper::TestInput#test_new: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Ripper::TestInput#test_regexp_enc_error: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_ArithSeq#test_extract_with_others: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_ArithSeq#test_extract_with_arith_seq: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| Test_ArithSeq#test_extract_with_range: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestNumeric#test_coerced_remainder: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_keyword_empty_splat: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_syntax_lib: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_safe_call_in_for_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_anonymous_keyword_rest_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_syntax_test: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_value_of_def: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_anonymous_rest_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_cdhash: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_syntax_sample: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_class_module_Object_ancestors: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_syntax_ext: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestSyntax#test_anonymous_block_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestStringIO#test_overflow: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAlias#test_alias_in_module: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDefined#test_super_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_deprecate_constant_before_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_same_file: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_source_location: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_deprecate_constant: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_source_location_after_require: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_parallel_race: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_private_constant: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_parent_namespace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestAutoload#test_autoload_p_with_static_extensions: Test::Unit::PendedError: Skipped, no message given |
| TestAutoload#test_autoload_private_constant_before_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestWait#test_wait_for_invalid_fd: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRipper::Generic#test_parse_files:ext: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestLogDevice#test_shifting_weekly_dst_change: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestLogDevice#test_shifting_monthly_dst_change: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyLiteral#test_hash_literal_frozen: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyLiteral#test_big_hash_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestRubyLiteral#test_dsymbol_redefined_intern: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_exception_in_exception_equal: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_exception_in_name_error_to_str: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_super_in_method_missing: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_undef_Warning_warn: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_undefined_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_redefined_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_blocking_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestException#test_wrong_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFiberCurrentRactor#test_ractor_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_measure_total_time: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_gc_parameter_init_slots: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_latest_gc_info: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_expand_heap: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_latest_gc_info_weak_references_count: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_thrashing_for_young_objects: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestGc#test_profiler_clear: Test::Unit::PendedError: for now |
| TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDigest::TestDigestParen#test_no_lib_no_def: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDigest::TestDigestParen#test_race: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDigest::TestDigestParen#test_sha2: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDigest::TestDigestParen#test_no_lib: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestDigest::TestDigestParen#test_race_mixed: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_exec_fd_3_redirect: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_warmup_precompute_string_coderange: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_to_hash_on_arguments: Test::Unit::AssertionFailedError: |
| TestProcess#test_rescue_exec_fail: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_popen_reopen: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_warmup_promote_all_objects_to_oldgen: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_execopts_rlimit: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_warmup_run_major_gc_and_compact: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_overwrite_ENV: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestProcess#test_deadlock_by_signal_at_forking: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_enable_preserves_array_each_monkey_patch: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_option_uses_array_each_in_ruby: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_enable_replaces_array_each: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_enable_with_call_threshold: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_enable_with_monkey_patch: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_disable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestYJIT#test_yjit_enable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestEnumerator#test_with_index_dangling_memo: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjectSpace#test_each_object_no_garbage: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestObjectSpace#test_each_object_singleton_class: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestArgf#test_wrong_type: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestMkmfConfiguration#test_verbose_with_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestHashOnly#test_any_hash_fixable: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestHashOnly#test_AREF_fstring_key_default_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestString#test_fs_setter: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestString#test_eq_tilde_can_be_overridden: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFileExhaustive#test_flock_exclusive: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFileExhaustive#test_readlink_long_path: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFileExhaustive#test_flock_shared: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| TestFileExhaustive#test_join_with_changed_separator: Test::Unit::AssertionFailedError: assert_separately failed with error message |
| 1) Failure: |
| Test_ArithSeq#test_extract_with_others [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb:33]: |
| assert_separately failed with error message |
| pid 3138980 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 2) Failure: |
| Test_ArithSeq#test_extract_with_arith_seq [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb:6]: |
| assert_separately failed with error message |
| pid 3138983 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 3) Failure: |
| Test_ArithSeq#test_extract_with_range [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb:21]: |
| assert_separately failed with error message |
| pid 3138986 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 4) Failure: |
| Test_ArithSeq#test_beg_len_step [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:6]: |
| assert_separately failed with error message |
| pid 3138989 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 5) Failure: |
| URI::TestCommon#test_ractor [/tmp/ruby/src/trunk-gc-asserts/test/uri/test_common.rb:69]: |
| assert_separately failed with error message |
| pid 3138992 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 6) Failure: |
| TestObject#test_redef_method_missing [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_object.rb:1016]: |
| assert_separately failed with error message |
| pid 3139047 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 7) Failure: |
| TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:233]: |
| assert_separately failed with error message |
| pid 3139062 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 8) Failure: |
| TestDir_M17N#test_filename_bytes_euc_jp [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:174]: |
| assert_separately failed with error message |
| pid 3139065 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 9) Failure: |
| TestDir_M17N#test_filename_extutf8 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:43]: |
| assert_separately failed with error message |
| pid 3139068 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 10) Failure: |
| TestDir_M17N#test_filename_as_bytes_extutf8 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:79]: |
| assert_separately failed with error message |
| pid 3139071 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 11) Failure: |
| TestDir_M17N#test_filename_extutf8_invalid [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:58]: |
| assert_separately failed with error message |
| pid 3139074 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 12) Failure: |
| TestDir_M17N#test_filename_utf8_raw_windows_1251_name [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:223]: |
| assert_separately failed with error message |
| pid 3139077 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 13) Failure: |
| TestDir_M17N#test_filename_utf8_raw_windows_1252_name [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:227]: |
| assert_separately failed with error message |
| pid 3139080 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 14) Failure: |
| TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:140]: |
| assert_separately failed with error message |
| pid 3139083 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 15) Failure: |
| TestDir_M17N#test_filename_utf8_raw_jp_name [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:219]: |
| assert_separately failed with error message |
| pid 3139086 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 16) Failure: |
| TestDir_M17N#test_filename_euc_jp [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:191]: |
| assert_separately failed with error message |
| pid 3139089 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 17) Failure: |
| TestDir_M17N#test_filename_extutf8_inteucjp_representable [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir_m17n.rb:116]: |
| assert_separately failed with error message |
| pid 3139092 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 18) Failure: |
| TestPostponed_job#test_legacy_register [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/postponed_job/test_postponed_job.rb:38]: |
| assert_separately failed with error message |
| pid 3139095 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 19) Failure: |
| TestPostponed_job#test_multiple_preregistration_with_new_data [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/postponed_job/test_postponed_job.rb:29]: |
| assert_separately failed with error message |
| pid 3139098 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 20) Failure: |
| TestPostponed_job#test_multiple_preregistration [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/postponed_job/test_postponed_job.rb:20]: |
| assert_separately failed with error message |
| pid 3139101 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 21) Failure: |
| TestPostponed_job#test_preregister_and_trigger [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/postponed_job/test_postponed_job.rb:7]: |
| assert_separately failed with error message |
| pid 3139104 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 22) Failure: |
| TestPostponed_job#test_legacy_register_one_same [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/postponed_job/test_postponed_job.rb:54]: |
| assert_separately failed with error message |
| pid 3139107 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 23) Failure: |
| TestPostponed_job#test_legacy_register_in_c_thread [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/postponed_job/test_postponed_job.rb:64]: |
| assert_separately failed with error message |
| pid 3139110 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 24) Failure: |
| TestIterator#test_yield_at_toplevel [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_iterator.rb:16]: |
| assert_separately failed with error message |
| pid 3139114 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 25) Failure: |
| TestObjSpaceRactor#test_tracing_does_not_crash [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_ractor.rb:5]: |
| assert_separately failed with error message |
| pid 3139117 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 26) Failure: |
| TestRubyOptimization#test_fixnum_lt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:67]: |
| assert_separately failed with error message |
| pid 3139121 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 27) Failure: |
| TestRubyOptimization#test_fixnum_and [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:296]: |
| assert_separately failed with error message |
| pid 3139124 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 28) Failure: |
| TestRubyOptimization#test_hash_length [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:335]: |
| assert_separately failed with error message |
| pid 3139127 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 29) Failure: |
| TestRubyOptimization#test_callinfo_unreachable_path [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:972]: |
| assert_separately failed with error message |
| pid 3139130 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 30) Failure: |
| TestRubyOptimization#test_array_min [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:192]: |
| assert_separately failed with error message |
| pid 3139133 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 31) Failure: |
| TestRubyOptimization#test_float_gt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:127]: |
| assert_separately failed with error message |
| pid 3139144 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 32) Failure: |
| TestRubyOptimization#test_optimized_empty_ensure [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:1058]: |
| assert_separately failed with error message |
| pid 3139147 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 33) Failure: |
| TestRubyOptimization#test_fixnum_gt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:79]: |
| assert_separately failed with error message |
| pid 3139154 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 34) Failure: |
| TestRubyOptimization#test_opt_case_dispatch [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:679]: |
| assert_separately failed with error message |
| pid 3139161 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 35) Failure: |
| TestRubyOptimization#test_float_minus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:97]: |
| assert_separately failed with error message |
| pid 3139164 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 36) Failure: |
| TestRubyOptimization#test_float_lt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:115]: |
| assert_separately failed with error message |
| pid 3139171 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 37) Failure: |
| TestRubyOptimization#test_eqq [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:697]: |
| assert_separately failed with error message |
| pid 3139174 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 38) Failure: |
| TestRubyOptimization#test_string_ltlt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:290]: |
| assert_separately failed with error message |
| pid 3139180 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 39) Failure: |
| TestRubyOptimization#test_float_div [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:109]: |
| assert_separately failed with error message |
| pid 3139183 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 40) Failure: |
| TestRubyOptimization#test_string_plus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:161]: |
| assert_separately failed with error message |
| pid 3139190 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 41) Failure: |
| TestRubyOptimization#test_float_mul [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:103]: |
| assert_separately failed with error message |
| pid 3139193 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 42) Failure: |
| TestRubyOptimization#test_fixnum_plus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:37]: |
| assert_separately failed with error message |
| pid 3139196 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 43) Failure: |
| TestRubyOptimization#test_objtostring [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:1086]: |
| assert_separately failed with error message |
| pid 3139199 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 44) Failure: |
| TestRubyOptimization#test_array_length [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:321]: |
| assert_separately failed with error message |
| pid 3139202 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 45) Failure: |
| TestRubyOptimization#test_array_plus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:308]: |
| assert_separately failed with error message |
| pid 3139205 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 46) Failure: |
| TestRubyOptimization#test_string_length [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:139]: |
| assert_separately failed with error message |
| pid 3139208 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 47) Failure: |
| TestRubyOptimization#test_string_freeze_block [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:632]: |
| assert_separately failed with error message |
| pid 3139211 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 48) Failure: |
| TestRubyOptimization#test_string_eq_neq [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:274]: |
| assert_separately failed with error message |
| pid 3139214 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 49) Failure: |
| TestRubyOptimization#test_hash_aset_with [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:360]: |
| assert_separately failed with error message |
| pid 3139217 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 50) Failure: |
| TestRubyOptimization#test_string_uminus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:186]: |
| assert_separately failed with error message |
| pid 3139220 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 51) Failure: |
| TestRubyOptimization#test_array_max [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:199]: |
| assert_separately failed with error message |
| pid 3139223 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 52) Failure: |
| TestRubyOptimization#test_array_minus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:314]: |
| assert_separately failed with error message |
| pid 3139226 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 53) Failure: |
| TestRubyOptimization#test_array_empty? [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:328]: |
| assert_separately failed with error message |
| pid 3139229 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 54) Failure: |
| TestRubyOptimization#test_fixnum_mul [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:49]: |
| assert_separately failed with error message |
| pid 3139234 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 55) Failure: |
| TestRubyOptimization#test_fixnum_or [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:302]: |
| assert_separately failed with error message |
| pid 3139237 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 56) Failure: |
| TestRubyOptimization#test_string_empty? [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:152]: |
| assert_separately failed with error message |
| pid 3139240 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 57) Failure: |
| TestRubyOptimization#test_fixnum_div [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:55]: |
| assert_separately failed with error message |
| pid 3139243 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 58) Failure: |
| TestRubyOptimization#test_fixnum_minus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:43]: |
| assert_separately failed with error message |
| pid 3139246 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 59) Failure: |
| TestRubyOptimization#test_peephole_optimization_without_trace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:950]: |
| assert_separately failed with error message |
| pid 3139249 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 60) Failure: |
| TestRubyOptimization#test_string_freeze [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:180]: |
| assert_separately failed with error message |
| pid 3139252 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 61) Failure: |
| TestRubyOptimization#test_block_parameter_should_not_create_objects [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:935]: |
| assert_separately failed with error message |
| pid 3139255 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 62) Failure: |
| TestRubyOptimization#test_string_size [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:145]: |
| assert_separately failed with error message |
| pid 3139258 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 63) Failure: |
| TestRubyOptimization#test_fixnum_le [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:73]: |
| assert_separately failed with error message |
| pid 3139261 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 64) Failure: |
| TestRubyOptimization#test_fixnum_mod [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:61]: |
| assert_separately failed with error message |
| pid 3139264 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 65) Failure: |
| TestRubyOptimization#test_float_ge [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:133]: |
| assert_separately failed with error message |
| pid 3139267 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 66) Failure: |
| TestRubyOptimization#test_float_plus [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:91]: |
| assert_separately failed with error message |
| pid 3139270 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 67) Failure: |
| TestRubyOptimization#test_hash_aref_with [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:349]: |
| assert_separately failed with error message |
| pid 3139273 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 68) Failure: |
| TestRubyOptimization#test_string_format [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:173]: |
| assert_separately failed with error message |
| pid 3139276 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 69) Failure: |
| TestRubyOptimization#test_fixnum_ge [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:85]: |
| assert_separately failed with error message |
| pid 3139279 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 70) Failure: |
| TestRubyOptimization#test_clear_unreachable_keyword_args [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:957]: |
| assert_separately failed with error message |
| pid 3139286 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 71) Failure: |
| TestRubyOptimization#test_float_le [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:121]: |
| assert_separately failed with error message |
| pid 3139289 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 72) Failure: |
| TestRubyOptimization#test_hash_empty? [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_optimization.rb:342]: |
| assert_separately failed with error message |
| pid 3139292 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 73) Failure: |
| TestMkmfConfig#test_with_config_with_arg_and_value [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_config.rb:15]: |
| assert_separately failed with error message |
| pid 3139295 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 74) Failure: |
| TestMkmfConfig#test_with_target_rbconfig [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_config.rb:51]: |
| assert_separately failed with error message |
| pid 3139298 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 75) Failure: |
| TestMkmfConfig#test_with_config_with_arg_and_no_value [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_config.rb:21]: |
| assert_separately failed with error message |
| pid 3139301 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 76) Failure: |
| TestMkmfConfig#test_with_config_without_arg [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_config.rb:27]: |
| assert_separately failed with error message |
| pid 3139304 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 77) Failure: |
| TestMkmfConfig#test_dir_config [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_config.rb:9]: |
| assert_separately failed with error message |
| pid 3139307 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 78) Failure: |
| TestISeq#test_iseq_builtin_load [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_iseq.rb:769]: |
| assert_separately failed with error message |
| pid 3139325 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 79) Failure: |
| TestISeq#test_mandatory_only [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_iseq.rb:788]: |
| assert_separately failed with error message |
| pid 3139338 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 80) Failure: |
| TestISeq#test_translate_by_object [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_iseq.rb:407]: |
| assert_separately failed with error message |
| pid 3139341 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 81) Failure: |
| TestLambdaParameters#test_proc_inside_lambda_toplevel [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_lambda.rb:166]: |
| assert_separately failed with error message |
| pid 3139355 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 82) Failure: |
| TestDateParseRactor#test_date_ractor [/tmp/ruby/src/trunk-gc-asserts/test/date/test_date_ractor.rb:22]: |
| assert_separately failed with error message |
| pid 3139358 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 83) Failure: |
| TestRubyOptions#test_setproctitle [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_rubyoptions.rb:800]: |
| assert_separately failed with error message |
| pid 3140500 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 84) Failure: |
| TestPsychRactor#test_not_shareable [/tmp/ruby/src/trunk-gc-asserts/test/psych/test_ractor.rb:18]: |
| assert_separately failed with error message |
| pid 3141111 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 85) Failure: |
| TestPsychRactor#test_ractor_round_trip [/tmp/ruby/src/trunk-gc-asserts/test/psych/test_ractor.rb:6]: |
| assert_separately failed with error message |
| pid 3141115 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 86) Failure: |
| TestPsychRactor#test_ractor_constants [/tmp/ruby/src/trunk-gc-asserts/test/psych/test_ractor.rb:43]: |
| assert_separately failed with error message |
| pid 3141121 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 87) Failure: |
| TestPsychRactor#test_ractor_config [/tmp/ruby/src/trunk-gc-asserts/test/psych/test_ractor.rb:30]: |
| assert_separately failed with error message |
| pid 3141125 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 88) Failure: |
| TestMarshal#test_marshal_load_extended_class_crash [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_marshal.rb:731]: |
| assert_separately failed with error message |
| pid 3141137 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 89) Failure: |
| TestMarshal#test_marshal_load_r_prepare_reference_crash [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_marshal.rb:743]: |
| assert_separately failed with error message |
| pid 3141142 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 90) Failure: |
| TestAllocation::Literal#test_hash_literal [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141145 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 91) Failure: |
| TestAllocation::Literal#test_array_literal [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141148 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 92) Failure: |
| TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141151 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 93) Failure: |
| TestAllocation::MethodCall#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141154 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 94) Failure: |
| TestAllocation::MethodCall#test_optional_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141157 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 95) Failure: |
| TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141160 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 96) Failure: |
| TestAllocation::MethodCall#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141163 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 97) Failure: |
| TestAllocation::MethodCall#test_argument_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141166 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 98) Failure: |
| TestAllocation::MethodCall#test_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141169 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 99) Failure: |
| TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141172 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 100) Failure: |
| TestAllocation::MethodCall#test_required_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141175 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 101) Failure: |
| TestAllocation::MethodCall#test_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141178 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 102) Failure: |
| TestAllocation::MethodCall#test_no_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141181 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 103) Failure: |
| TestAllocation::MethodCall#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141184 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 104) Failure: |
| TestAllocation::MethodCall#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141187 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 105) Failure: |
| TestAllocation::MethodCall#test_positional_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141190 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 106) Failure: |
| TestAllocation::MethodCall#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141193 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 107) Failure: |
| TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141196 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 108) Failure: |
| TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141199 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 109) Failure: |
| TestAllocation::MethodCall#test_nested_argument_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141202 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 110) Failure: |
| TestAllocation::MethodCall#test_ruby2_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141205 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 111) Failure: |
| TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141208 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 112) Failure: |
| TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141211 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 113) Failure: |
| TestAllocation::MethodCall::WithBlock#test_optional_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141214 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 114) Failure: |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141217 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 115) Failure: |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141220 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 116) Failure: |
| TestAllocation::MethodCall::WithBlock#test_argument_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141223 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 117) Failure: |
| TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141226 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 118) Failure: |
| TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141229 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 119) Failure: |
| TestAllocation::MethodCall::WithBlock#test_required_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141232 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 120) Failure: |
| TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141235 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 121) Failure: |
| TestAllocation::MethodCall::WithBlock#test_no_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141238 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 122) Failure: |
| TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141241 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 123) Failure: |
| TestAllocation::MethodCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141244 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 124) Failure: |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141247 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 125) Failure: |
| TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141250 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 126) Failure: |
| TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141253 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 127) Failure: |
| TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141256 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 128) Failure: |
| TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141259 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 129) Failure: |
| TestAllocation::MethodCall::WithBlock#test_ruby2_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141262 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 130) Failure: |
| TestAllocation::ProcCall#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141265 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 131) Failure: |
| TestAllocation::ProcCall#test_optional_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141268 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 132) Failure: |
| TestAllocation::ProcCall#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141271 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 133) Failure: |
| TestAllocation::ProcCall#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141274 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 134) Failure: |
| TestAllocation::ProcCall#test_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141277 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 135) Failure: |
| TestAllocation::ProcCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141280 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 136) Failure: |
| TestAllocation::ProcCall#test_required_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141283 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 137) Failure: |
| TestAllocation::ProcCall#test_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141286 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 138) Failure: |
| TestAllocation::ProcCall#test_no_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141289 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 139) Failure: |
| TestAllocation::ProcCall#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141292 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 140) Failure: |
| TestAllocation::ProcCall#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141295 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 141) Failure: |
| TestAllocation::ProcCall#test_positional_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141298 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 142) Failure: |
| TestAllocation::ProcCall#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141301 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 143) Failure: |
| TestAllocation::ProcCall#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141304 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 144) Failure: |
| TestAllocation::ProcCall#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141307 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 145) Failure: |
| TestAllocation::ProcCall#test_ruby2_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141310 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 146) Failure: |
| TestAllocation::ProcCall::WithBlock#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141313 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 147) Failure: |
| TestAllocation::ProcCall::WithBlock#test_optional_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141316 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 148) Failure: |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141319 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 149) Failure: |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141322 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 150) Failure: |
| TestAllocation::ProcCall::WithBlock#test_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141325 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 151) Failure: |
| TestAllocation::ProcCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141328 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 152) Failure: |
| TestAllocation::ProcCall::WithBlock#test_required_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141331 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 153) Failure: |
| TestAllocation::ProcCall::WithBlock#test_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141334 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 154) Failure: |
| TestAllocation::ProcCall::WithBlock#test_no_parameters [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141337 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 155) Failure: |
| TestAllocation::ProcCall::WithBlock#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141340 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 156) Failure: |
| TestAllocation::ProcCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141343 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 157) Failure: |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141346 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 158) Failure: |
| TestAllocation::ProcCall::WithBlock#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141349 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 159) Failure: |
| TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141352 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 160) Failure: |
| TestAllocation::ProcCall::WithBlock#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141355 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 161) Failure: |
| TestAllocation::ProcCall::WithBlock#test_ruby2_keywords [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_allocation.rb:15]: |
| assert_separately failed with error message |
| pid 3141358 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 162) Failure: |
| TestTranscode#test_loading_race [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_transcode.rb:2276]: |
| assert_separately failed with error message |
| pid 3141361 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 163) Failure: |
| TestTranscode#test_valid_dummy_encoding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_transcode.rb:2265]: |
| assert_separately failed with error message |
| pid 3141366 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 164) Failure: |
| TestTmpdir#test_ractor [/tmp/ruby/src/trunk-gc-asserts/test/test_tmpdir.rb:126]: |
| assert_separately failed with error message |
| pid 3141369 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 165) Failure: |
| OpenSSL::TestFIPS#test_fips_mode_get_is_false_on_fips_mode_disabled [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_fips.rb:22]: |
| assert_separately failed with error message |
| pid 3141373 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 166) Failure: |
| OpenSSL::TestFIPS#test_fips_mode_get_with_fips_mode_set [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_fips.rb:40]: |
| assert_separately failed with error message |
| pid 3141376 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 167) Failure: |
| OpenSSL::TestFIPS#test_fips_mode_is_reentrant [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_fips.rb:31]: |
| assert_separately failed with error message |
| pid 3141379 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 168) Failure: |
| TestInteger#test_Integer_with_exception_keyword [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_integer.rb:226]: |
| assert_separately failed with error message |
| pid 3141382 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 169) Failure: |
| TestInteger#test_Integer [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_integer.rb:167]: |
| assert_separately failed with error message |
| pid 3141436 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 170) Failure: |
| TestInteger#test_times_bignum_redefine_plus_lt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_integer.rb:319]: |
| assert_separately failed with error message |
| pid 3141439 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 171) Failure: |
| TestTracepointObj#test_teardown_with_active_GC_end_hook [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/tracepoint/test_tracepoint.rb:86]: |
| assert_separately failed with error message |
| pid 3141446 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 172) Failure: |
| TestMkmfFlags#test_try_ldflag_invalid_opt [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_flags.rb:36]: |
| assert_separately failed with error message |
| pid 3141449 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 173) Failure: |
| TestMkmfFlags#test_try_cflag_invalid_opt [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_flags.rb:43]: |
| assert_separately failed with error message |
| pid 3141461 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 174) Failure: |
| TestMkmfFlags#test_try_cppflag_invalid_opt [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_flags.rb:50]: |
| assert_separately failed with error message |
| pid 3141474 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 175) Failure: |
| TestRefinement#test_undefined_refined_method_defined [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1372]: |
| assert_separately failed with error message |
| pid 3141491 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 176) Failure: |
| TestRefinement#test_using_wrong_argument [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:2052]: |
| assert_separately failed with error message |
| pid 3141498 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 177) Failure: |
| TestRefinement#test_remove_refined_method [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1405]: |
| assert_separately failed with error message |
| pid 3141501 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 178) Failure: |
| TestRefinement#test_public_in_refine [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1922]: |
| assert_separately failed with error message |
| pid 3141504 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 179) Failure: |
| TestRefinement#test_singleton_method_should_not_use_refinements [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1312]: |
| assert_separately failed with error message |
| pid 3141511 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 180) Failure: |
| TestRefinement#test_refine_basic_object [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1245]: |
| assert_separately failed with error message |
| pid 3141514 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 181) Failure: |
| TestRefinement#test_remove_undefined_refined_method [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1433]: |
| assert_separately failed with error message |
| pid 3141517 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 182) Failure: |
| TestRefinement#test_refined_method_defined [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1330]: |
| assert_separately failed with error message |
| pid 3141520 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 183) Failure: |
| TestRefinement#test_refine_after_using [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1039]: |
| assert_separately failed with error message |
| pid 3141523 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 184) Failure: |
| TestRefinement#test_reopen_refinement_module [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1596]: |
| assert_separately failed with error message |
| pid 3141526 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 185) Failure: |
| TestRefinement#test_refine_with_prepend [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1908]: |
| assert_separately failed with error message |
| pid 3141529 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 186) Failure: |
| TestRefinement#test_symbol_proc_with_block [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1858]: |
| assert_separately failed with error message |
| pid 3141575 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 187) Failure: |
| TestRefinement#test_refined_protected_methods [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1210]: |
| assert_separately failed with error message |
| pid 3141578 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 188) Failure: |
| TestRefinement#test_inlinecache [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:2653]: |
| assert_separately failed with error message |
| pid 3141584 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 189) Failure: |
| TestRefinement#test_alias_refined_method [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1287]: |
| assert_separately failed with error message |
| pid 3141602 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 190) Failure: |
| TestRefinement#test_change_refined_new_method_visibility [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_refinement.rb:1273]: |
| assert_separately failed with error message |
| pid 3141617 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 191) Failure: |
| TestTimeout#test_handling_enclosed_threadgroup [/tmp/ruby/src/trunk-gc-asserts/test/test_timeout.rb:260]: |
| assert_separately failed with error message |
| pid 3141620 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 192) Failure: |
| TestTimeout#test_threadgroup [/tmp/ruby/src/trunk-gc-asserts/test/test_timeout.rb:247]: |
| assert_separately failed with error message |
| pid 3141625 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 193) Failure: |
| TestSetTraceFunc#test_lineno_in_optimized_insn [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_settracefunc.rb:2277]: |
| assert_separately failed with error message |
| pid 3141658 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 194) Failure: |
| TestKeywordArguments#test_dynamic_symbol_keyword [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_keyword.rb:4056]: |
| assert_separately failed with error message |
| pid 3141736 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 195) Failure: |
| TestKeywordArguments#test_large_kwsplat_to_method_taking_kw_and_kwsplat [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_keyword.rb:4041]: |
| assert_separately failed with error message |
| pid 3141739 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 196) Failure: |
| TestBignum#test_very_big_str_to_inum [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_bignum.rb:207]: |
| assert_separately failed with error message |
| pid 3141752 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 197) Failure: |
| TestSymbol#test_block_curry_proc [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:331]: |
| assert_separately failed with error message |
| pid 3141755 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 198) Failure: |
| TestSymbol#test_block_curry_lambda [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:341]: |
| assert_separately failed with error message |
| pid 3141761 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 199) Failure: |
| TestSymbol#test_to_proc_no_method [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:170]: |
| assert_separately failed with error message |
| pid 3141764 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 200) Failure: |
| TestSymbol#test_to_proc_iseq [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:267]: |
| assert_separately failed with error message |
| pid 3141783 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 201) Failure: |
| TestSymbol#test_to_proc_binding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:280]: |
| assert_separately failed with error message |
| pid 3141786 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 202) Failure: |
| TestSymbol#test_block_method_to_proc [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:351]: |
| assert_separately failed with error message |
| pid 3141792 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 203) Failure: |
| TestSymbol#test_to_proc_arg [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:179]: |
| assert_separately failed with error message |
| pid 3141801 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 204) Failure: |
| TestSymbol#test_hash_redefinition [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_symbol.rb:568]: |
| assert_separately failed with error message |
| pid 3141807 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 205) Failure: |
| TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/test_abi.rb:9]: |
| assert_separately failed with error message |
| pid 3141810 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 206) Failure: |
| TestABI#test_enable_abi_check_using_environment_variable [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/test_abi.rb:27]: |
| assert_separately failed with error message |
| pid 3141813 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 207) Failure: |
| TestABI#test_disable_abi_check_using_environment_variable [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/test_abi.rb:19]: |
| assert_separately failed with error message |
| pid 3141816 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 208) Failure: |
| TestLastThread#test_last_thread [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/gvl/test_last_thread.rb:6]: |
| assert_separately failed with error message |
| pid 3141819 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 209) Failure: |
| TestEnumerable#test_inject_op_redefined [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_enum.rb:273]: |
| assert_separately failed with error message |
| pid 3141823 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 210) Failure: |
| TestEnumerable#test_inject_array_op_redefined [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_enum.rb:329]: |
| assert_separately failed with error message |
| pid 3141842 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 211) Failure: |
| TestEnumerable#test_refine_Enumerable_then_include [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_enum.rb:369]: |
| assert_separately failed with error message |
| pid 3141845 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 212) Failure: |
| TestEnumerable#test_inject_array_op_private [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_enum.rb:350]: |
| assert_separately failed with error message |
| pid 3141867 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 213) Failure: |
| TestEnumerable#test_inject_op_private [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_enum.rb:302]: |
| assert_separately failed with error message |
| pid 3141895 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 214) Failure: |
| Test_Symbol::TestInadvertent#test_gc_attrset [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/symbol/test_inadvertent_creation.rb:351]: |
| assert_separately failed with error message |
| pid 3141914 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 215) Failure: |
| TestParse#test_shareable_constant_value_unshareable_literal [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_parse.rb:1628]: |
| assert_separately failed with error message |
| pid 3141917 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 216) Failure: |
| TestParse#test_error_def_in_argument [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_parse.rb:1269]: |
| assert_separately failed with error message |
| pid 3141920 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 217) Failure: |
| TestParse#test_assign_in_conditional [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_parse.rb:994]: |
| assert_separately failed with error message |
| pid 3141923 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 218) Failure: |
| TestParse#test_unclosed_unicode_escape_at_eol_bug_19750 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_parse.rb:1253]: |
| assert_separately failed with error message |
| pid 3141931 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 219) Failure: |
| TestDir#test_instance_chdir [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir.rb:174]: |
| assert_separately failed with error message |
| pid 3141936 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 220) Failure: |
| TestDir#test_glob_too_may_open_files [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir.rb:362]: |
| assert_separately failed with error message |
| pid 3141941 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 221) Failure: |
| TestDir#test_glob_gc_for_fd [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dir.rb:743]: |
| assert_separately failed with error message |
| pid 3141944 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 222) Failure: |
| TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141949 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 223) Failure: |
| TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141952 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 224) Failure: |
| TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141955 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 225) Failure: |
| TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141958 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 226) Failure: |
| TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:5]: |
| assert_separately failed with error message |
| pid 3141961 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 227) Failure: |
| TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141964 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 228) Failure: |
| TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141967 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 229) Failure: |
| TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141970 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 230) Failure: |
| TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141973 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 231) Failure: |
| TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141976 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 232) Failure: |
| TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141979 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 233) Failure: |
| TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141982 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 234) Failure: |
| TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141985 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 235) Failure: |
| TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141988 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 236) Failure: |
| TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_ext.rb:5]: |
| assert_separately failed with error message |
| pid 3141991 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 237) Failure: |
| TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141994 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 238) Failure: |
| TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3141997 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 239) Failure: |
| TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142000 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 240) Failure: |
| TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142003 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 241) Failure: |
| TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142006 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 242) Failure: |
| TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142009 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 243) Failure: |
| TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142012 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 244) Failure: |
| TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142015 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 245) Failure: |
| TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3142018 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 246) Failure: |
| TestRegexp#test_match_cache_positive_look_behind [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1985]: |
| assert_separately failed with error message |
| pid 3142021 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 247) Failure: |
| TestRegexp#test_timeout_shorter_than_global [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1849]: |
| assert_separately failed with error message |
| pid 3142024 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 248) Failure: |
| TestRegexp#test_timeout_nil [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1849]: |
| assert_separately failed with error message |
| pid 3142027 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 249) Failure: |
| TestRegexp#test_match_cache_positive_look_ahead [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1958]: |
| assert_separately failed with error message |
| pid 3142030 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 250) Failure: |
| TestRegexp#test_match_cache_with_peek_optimization [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:2003]: |
| assert_separately failed with error message |
| pid 3142037 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 251) Failure: |
| TestRegexp#test_utf8_comment_in_usascii_extended_regexp_bug_19455 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:204]: |
| assert_separately failed with error message |
| pid 3142040 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 252) Failure: |
| TestRegexp#test_match_cache_atomic [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1940]: |
| assert_separately failed with error message |
| pid 3142046 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 253) Failure: |
| TestRegexp#test_invalid_group [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1744]: |
| assert_separately failed with error message |
| pid 3142049 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 254) Failure: |
| TestRegexp#test_match_cache_positive_look_ahead_complex [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1967]: |
| assert_separately failed with error message |
| pid 3142052 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 255) Failure: |
| TestRegexp#test_s_timeout [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1783]: |
| assert_separately failed with error message |
| pid 3142055 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 256) Failure: |
| TestRegexp#test_nonextended_section_of_extended_regexp_bug_19379 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:148]: |
| assert_separately failed with error message |
| pid 3142058 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 257) Failure: |
| TestRegexp#test_s_timeout_corner_cases [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1801]: |
| assert_separately failed with error message |
| pid 3142061 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 258) Failure: |
| TestRegexp#test_bug_19467 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:2025]: |
| assert_separately failed with error message |
| pid 3142064 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 259) Failure: |
| TestRegexp#test_invalid_free_at_parse_depth_limit_over [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1699]: |
| assert_separately failed with error message |
| pid 3142067 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 260) Failure: |
| TestRegexp#test_match_cache_exponential [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1922]: |
| assert_separately failed with error message |
| pid 3142076 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 261) Failure: |
| TestRegexp#test_timeout_corner_cases [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1888]: |
| assert_separately failed with error message |
| pid 3142079 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 262) Failure: |
| TestRegexp#test_extended_comment_invalid_escape_bug_18294 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:95]: |
| assert_separately failed with error message |
| pid 3142082 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 263) Failure: |
| TestRegexp#test_match_cache_negative_look_behind [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1994]: |
| assert_separately failed with error message |
| pid 3142088 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 264) Failure: |
| TestRegexp#test_match_cache_square [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1931]: |
| assert_separately failed with error message |
| pid 3142091 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 265) Failure: |
| TestRegexp#test_match_cache_atomic_complex [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1949]: |
| assert_separately failed with error message |
| pid 3142094 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 266) Failure: |
| TestRegexp#test_match_cache_negative_look_ahead [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1976]: |
| assert_separately failed with error message |
| pid 3142097 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 267) Failure: |
| TestRegexp#test_eq_tilde_can_be_overridden [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1686]: |
| assert_separately failed with error message |
| pid 3142100 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 268) Failure: |
| TestRegexp#test_timeout_longer_than_global [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_regexp.rb:1849]: |
| assert_separately failed with error message |
| pid 3142105 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 269) Failure: |
| Test_TooManyDummyEncodings#test_exceed_encoding_table_size [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_too_many_dummy_encodings.rb:7]: |
| assert_separately failed with error message |
| pid 3142108 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 270) Failure: |
| TestThread#test_thread_join_in_trap [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_thread.rb:1005]: |
| assert_separately failed with error message |
| pid 3295998 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 271) Failure: |
| TestThread#test_thread_value_in_trap [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_thread.rb:1021]: |
| assert_separately failed with error message |
| pid 3296028 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 272) Failure: |
| TestThread#test_signal_at_join [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_thread.rb:1506]: |
| assert_separately failed with error message |
| pid 3296090 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 273) Failure: |
| TestThread#test_report_on_exception [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_thread.rb:430]: |
| assert_separately failed with error message |
| pid 3298107 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 274) Failure: |
| TestEncoding#test_errinfo_after_autoload [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_encoding.rb:109]: |
| assert_separately failed with error message |
| pid 3298123 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 275) Failure: |
| TestEncoding#test_nonascii_library_path [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_encoding.rb:120]: |
| assert_separately failed with error message |
| pid 3298126 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 276) Failure: |
| TestCoverage#test_coverage_suspendable [/tmp/ruby/src/trunk-gc-asserts/test/coverage/test_coverage.rb:862]: |
| assert_separately failed with error message |
| pid 3298129 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 277) Failure: |
| TestPathname#test_relative_path_from_casefold [/tmp/ruby/src/trunk-gc-asserts/test/pathname/test_pathname.rb:1537]: |
| assert_separately failed with error message |
| pid 3298295 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 278) Failure: |
| TestPathname#test_split [/tmp/ruby/src/trunk-gc-asserts/test/pathname/test_pathname.rb:1090]: |
| assert_separately failed with error message |
| pid 3298298 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 279) Failure: |
| TestEnv#test_keep_if_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:954]: |
| assert_separately failed with error message |
| pid 3298301 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 280) Failure: |
| TestEnv#test_replace_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1298]: |
| assert_separately failed with error message |
| pid 3298305 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 281) Failure: |
| TestEnv#test_reject_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1253]: |
| assert_separately failed with error message |
| pid 3298309 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 282) Failure: |
| TestEnv#test_invert_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1285]: |
| assert_separately failed with error message |
| pid 3298313 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 283) Failure: |
| TestEnv#test_rassoc_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1206]: |
| assert_separately failed with error message |
| pid 3298317 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 284) Failure: |
| TestEnv#test_fetch_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:774]: |
| assert_separately failed with error message |
| pid 3298321 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 285) Failure: |
| TestEnv#test_to_a_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1102]: |
| assert_separately failed with error message |
| pid 3298325 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 286) Failure: |
| TestEnv#test_aset_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:803]: |
| assert_separately failed with error message |
| pid 3298329 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 287) Failure: |
| TestEnv#test_filter_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1004]: |
| assert_separately failed with error message |
| pid 3298334 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 288) Failure: |
| TestEnv#test_to_s_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1074]: |
| assert_separately failed with error message |
| pid 3298338 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 289) Failure: |
| TestEnv#test_each_pair_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:869]: |
| assert_separately failed with error message |
| pid 3298342 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 290) Failure: |
| TestEnv#test_update_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1313]: |
| assert_separately failed with error message |
| pid 3298346 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 291) Failure: |
| TestEnv#test_select_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:982]: |
| assert_separately failed with error message |
| pid 3298350 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 292) Failure: |
| TestEnv#test_values_at_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:972]: |
| assert_separately failed with error message |
| pid 3298354 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 293) Failure: |
| TestEnv#test_frozen_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1364]: |
| assert_separately failed with error message |
| pid 3298358 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 294) Failure: |
| TestEnv#test_size_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1131]: |
| assert_separately failed with error message |
| pid 3298362 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 295) Failure: |
| TestEnv#test_bracket_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:643]: |
| assert_separately failed with error message |
| pid 3298366 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 296) Failure: |
| TestEnv#test_empty_p_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1143]: |
| assert_separately failed with error message |
| pid 3298370 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 297) Failure: |
| TestEnv#test_has_key_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1156]: |
| assert_separately failed with error message |
| pid 3298374 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 298) Failure: |
| TestEnv#test_has_value2_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1193]: |
| assert_separately failed with error message |
| pid 3298378 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 299) Failure: |
| TestEnv#test_to_hash_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1228]: |
| assert_separately failed with error message |
| pid 3298382 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 300) Failure: |
| TestEnv#test_delete_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:744]: |
| assert_separately failed with error message |
| pid 3298386 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 301) Failure: |
| TestEnv#test_except_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1045]: |
| assert_separately failed with error message |
| pid 3298390 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 302) Failure: |
| TestEnv#test_delete_if_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:900]: |
| assert_separately failed with error message |
| pid 3298394 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 303) Failure: |
| TestEnv#test_has_value_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:687]: |
| assert_separately failed with error message |
| pid 3298398 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 304) Failure: |
| TestEnv#test_clear_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1064]: |
| assert_separately failed with error message |
| pid 3298402 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 305) Failure: |
| TestEnv#test_shared_substring_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1390]: |
| assert_separately failed with error message |
| pid 3298406 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 306) Failure: |
| TestEnv#test_getenv_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:760]: |
| assert_separately failed with error message |
| pid 3298410 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 307) Failure: |
| TestEnv#test_frozen_env_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1355]: |
| assert_separately failed with error message |
| pid 3298414 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 308) Failure: |
| TestEnv#test_key_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:711]: |
| assert_separately failed with error message |
| pid 3298418 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 309) Failure: |
| TestEnv#test_inspect_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1083]: |
| assert_separately failed with error message |
| pid 3298422 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 310) Failure: |
| TestEnv#test_assoc_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1170]: |
| assert_separately failed with error message |
| pid 3298426 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 311) Failure: |
| TestEnv#test_keys_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:820]: |
| assert_separately failed with error message |
| pid 3298430 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 312) Failure: |
| TestEnv#test_huge_value_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1333]: |
| assert_separately failed with error message |
| pid 3298434 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 313) Failure: |
| TestEnv#test_filter_bang_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:936]: |
| assert_separately failed with error message |
| pid 3298438 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 314) Failure: |
| TestEnv#test_rehash_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1122]: |
| assert_separately failed with error message |
| pid 3298442 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 315) Failure: |
| TestEnv#test_each_value_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:857]: |
| assert_separately failed with error message |
| pid 3298446 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 316) Failure: |
| TestEnv#test_values_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:845]: |
| assert_separately failed with error message |
| pid 3298450 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 317) Failure: |
| TestEnv#test_each_key_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:833]: |
| assert_separately failed with error message |
| pid 3298454 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 318) Failure: |
| TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1410]: |
| assert_separately failed with error message |
| pid 3298458 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 319) Failure: |
| TestEnv#test_reject_bang_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:882]: |
| assert_separately failed with error message |
| pid 3298462 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 320) Failure: |
| TestEnv#test_select_bang_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:918]: |
| assert_separately failed with error message |
| pid 3298466 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 321) Failure: |
| TestEnv#test_to_h_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1240]: |
| assert_separately failed with error message |
| pid 3298470 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 322) Failure: |
| TestEnv#test_shift_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1267]: |
| assert_separately failed with error message |
| pid 3298474 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 323) Failure: |
| TestEnv#test_dup_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:678]: |
| assert_separately failed with error message |
| pid 3298478 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 324) Failure: |
| TestEnv#test_slice_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_env.rb:1026]: |
| assert_separately failed with error message |
| pid 3298482 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 325) Failure: |
| TestModule#test_prepend_gc [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:3069]: |
| assert_separately failed with error message |
| pid 3298504 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 326) Failure: |
| TestModule#test_prepend_call_super [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:2760]: |
| assert_separately failed with error message |
| pid 3298527 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 327) Failure: |
| TestModule#test_prepend_visibility_inherited [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:2632]: |
| assert_separately failed with error message |
| pid 3298530 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 328) Failure: |
| TestModule#test_gc_prepend_chain [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:604]: |
| assert_separately failed with error message |
| pid 3298533 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 329) Failure: |
| TestModule#test_private_extended_module [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:3222]: |
| assert_separately failed with error message |
| pid 3298536 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 330) Failure: |
| TestModule#test_prepend_optmethod [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:2441]: |
| assert_separately failed with error message |
| pid 3298539 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 331) Failure: |
| TestModule#test_refine_module_then_include [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:626]: |
| assert_separately failed with error message |
| pid 3298550 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 332) Failure: |
| TestModule#test_private_top_methods [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:2982]: |
| assert_separately failed with error message |
| pid 3298565 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 333) Failure: |
| TestModule#test_inspect_segfault [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:3141]: |
| assert_separately failed with error message |
| pid 3298568 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 334) Failure: |
| TestModule#test_include_toplevel [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:526]: |
| assert_separately failed with error message |
| pid 3298571 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 335) Failure: |
| TestModule#test_redefinition_mismatch [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_module.rb:3213]: |
| assert_separately failed with error message |
| pid 3298590 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 336) Failure: |
| TestIO_M17N#test_bom_too_long_utfname [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io_m17n.rb:2251]: |
| assert_separately failed with error message |
| pid 3298708 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 337) Failure: |
| TestSignal#test_trap_system_default [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_signal.rb:197]: |
| assert_separately failed with error message |
| pid 3298766 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 338) Failure: |
| TestSignal#test_hup_me [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_signal.rb:268]: |
| assert_separately failed with error message |
| pid 3298769 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 339) Failure: |
| TestSignal#test_ignored_interrupt [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_signal.rb:284]: |
| assert_separately failed with error message |
| pid 3298792 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 340) Failure: |
| TestSignal#test_sigwait_fd_unused [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_signal.rb:336]: |
| assert_separately failed with error message |
| pid 3298815 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 341) Failure: |
| TestTimeExtension#test_rfc2822_ractor [/tmp/ruby/src/trunk-gc-asserts/test/test_time.rb:76]: |
| assert_separately failed with error message |
| pid 3298836 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 342) Failure: |
| TestClone#test_user_flags [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_clone.rb:84]: |
| assert_separately failed with error message |
| pid 3298841 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 343) Failure: |
| TestThreadLockNativeThread#test_lock_native_thread_tls [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/thread/test_lock_native_thread.rb:31]: |
| assert_separately failed with error message |
| pid 3298844 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 344) Failure: |
| TestThreadLockNativeThread#test_lock_native_thread [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/thread/test_lock_native_thread.rb:18]: |
| assert_separately failed with error message |
| pid 3298858 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 345) Failure: |
| OpenSSL::TestProvider#test_unloaded_openssl_provider [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_provider.rb:77]: |
| assert_separately failed with error message |
| pid 3298862 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 346) Failure: |
| OpenSSL::TestProvider#test_openssl_provider_names [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_provider.rb:77]: |
| assert_separately failed with error message |
| pid 3298865 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 347) Failure: |
| OpenSSL::TestProvider#test_openssl_provider_name_inspect [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_provider.rb:77]: |
| assert_separately failed with error message |
| pid 3298868 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 348) Failure: |
| OpenSSL::TestProvider#test_openssl_legacy_provider [/tmp/ruby/src/trunk-gc-asserts/test/openssl/test_provider.rb:77]: |
| assert_separately failed with error message |
| pid 3298871 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 349) Failure: |
| TestDup#test_user_flags [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_dup.rb:77]: |
| assert_separately failed with error message |
| pid 3298874 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 350) Failure: |
| TestRequire#test_throw_while_loading [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:920]: |
| assert_separately failed with error message |
| pid 3298877 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 351) Failure: |
| TestRequire#test_default_loaded_features_encoding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:633]: |
| assert_separately failed with error message |
| pid 3298941 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 352) Failure: |
| TestRequire#test_define_class_under [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:285]: |
| assert_separately failed with error message |
| pid 3298944 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 353) Failure: |
| TestRequire#test_define_module [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:317]: |
| assert_separately failed with error message |
| pid 3298947 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 354) Failure: |
| TestRequire#test_require_invalid_shared_object [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:37]: |
| assert_separately failed with error message |
| pid 3298950 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 355) Failure: |
| TestRequire#test_define_class [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:256]: |
| assert_separately failed with error message |
| pid 3298953 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 356) Failure: |
| TestRequire#test_loading_fifo_threading_raise [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:850]: |
| assert_separately failed with error message |
| pid 3298956 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 357) Failure: |
| TestRequire#test_loading_fifo_threading_success [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:869]: |
| assert_separately failed with error message |
| pid 3298974 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 358) Failure: |
| TestRequire#test_define_module_under [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:332]: |
| assert_separately failed with error message |
| pid 3298982 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 359) Failure: |
| TestRequire#test_load_error_path [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:20]: |
| assert_separately failed with error message |
| pid 3298987 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 360) Failure: |
| TestRequire#test_load_wrap_nil [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:431]: |
| assert_separately failed with error message |
| pid 3298990 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 361) Failure: |
| TestRequire#test_require_in_wrapped_load [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:364]: |
| assert_separately failed with error message |
| pid 3298993 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 362) Failure: |
| TestRequire#test_loading_fifo_fd_leak [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:896]: |
| assert_separately failed with error message |
| pid 3299010 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 363) Failure: |
| TestRequire#test_require_too_long_filename [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_require.rb:48]: |
| assert_separately failed with error message |
| pid 3299124 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 364) Failure: |
| Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_fstring.rb:16]: |
| assert_separately failed with error message |
| pid 3299131 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 365) Failure: |
| Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_fstring.rb:28]: |
| assert_separately failed with error message |
| pid 3299134 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 366) Failure: |
| TestClass#test_superclass_of_basicobject [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_class.rb:100]: |
| assert_separately failed with error message |
| pid 3299154 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 367) Failure: |
| TestClass#test_redefinition_mismatch [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_class.rb:722]: |
| assert_separately failed with error message |
| pid 3299157 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 368) Failure: |
| TC_OpenStruct#test_access_methods_from_different_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ostruct/test_ostruct.rb:373]: |
| assert_separately failed with error message |
| pid 3299160 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 369) Failure: |
| TC_OpenStruct#test_ractor [/tmp/ruby/src/trunk-gc-asserts/test/ostruct/test_ostruct.rb:360]: |
| assert_separately failed with error message |
| pid 3299168 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 370) Failure: |
| TestIseqLoad#test_stressful_roundtrip [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/iseq_load/test_iseq_load.rb:20]: |
| assert_separately failed with error message |
| pid 3299172 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 371) Failure: |
| TestRubyYieldGen#test_block_cached_argc [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yield.rb:404]: |
| assert_separately failed with error message |
| pid 3299175 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 372) Failure: |
| TestPathnameRactor#test_ractor_shareable [/tmp/ruby/src/trunk-gc-asserts/test/pathname/test_ractor.rb:11]: |
| assert_separately failed with error message |
| pid 3299178 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 373) Failure: |
| Bug::Test_ExceptionE#test_ensured [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/exception/test_ensured.rb:10]: |
| assert_separately failed with error message |
| pid 3299182 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 374) Failure: |
| TestWeakKeyMap#test_compaction [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakkeymap.rb:128]: |
| assert_separately failed with error message |
| pid 3299185 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 375) Failure: |
| Complex_Test#test_inspect_to_s_frozen_bug_20337 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_complex.rb:745]: |
| assert_separately failed with error message |
| pid 3299219 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 376) Failure: |
| TestIO#test_cross_thread_close_stdio [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:3359]: |
| assert_separately failed with error message |
| pid 3299234 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 377) Failure: |
| TestIO#test_DATA_binmode [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:3083]: |
| assert_separately failed with error message |
| pid 3299253 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 378) Failure: |
| TestIO#test_write_epipe_nosync [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:1793]: |
| assert_separately failed with error message |
| pid 3299258 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 379) Failure: |
| TestIO#test_closed_stream_in_rescue [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:4151]: |
| assert_separately failed with error message |
| pid 3299378 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 380) Failure: |
| TestIO#test_race_gets_and_close [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:4023]: |
| assert_separately failed with error message |
| pid 3299502 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 381) Failure: |
| TestIO#test_set_stdout [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:2963]: |
| assert_separately failed with error message |
| pid 3299630 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 382) Failure: |
| TestIO#test_dup_many [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:1475]: |
| assert_separately failed with error message |
| pid 3299633 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 383) Failure: |
| TestIO#test_race_closed_stream [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:4055]: |
| assert_separately failed with error message |
| pid 3299643 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 384) Failure: |
| TestIO#test_open_fifo_does_not_block_other_threads [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:3938]: |
| assert_separately failed with error message |
| pid 3299652 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 385) Failure: |
| TestIO#test_set_lineno [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_io.rb:1894]: |
| assert_separately failed with error message |
| pid 3301533 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 386) Failure: |
| TestEtc#test_ractor [/tmp/ruby/src/trunk-gc-asserts/test/etc/test_etc.rb:180]: |
| assert_separately failed with error message |
| pid 3301536 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 387) Failure: |
| TestMethod#test_argument_error_location [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_method.rb:1520]: |
| assert_separately failed with error message |
| pid 3301577 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 388) Failure: |
| TestMethod#test_override_optimized_method_on_class_using_prepend [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_method.rb:1547]: |
| assert_separately failed with error message |
| pid 3301580 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 389) Failure: |
| TestMethod#test_zsuper_private_override_instance_method [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_method.rb:1526]: |
| assert_separately failed with error message |
| pid 3301586 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 390) Failure: |
| TestMethod#test_hash_does_not_change_after_compaction [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_method.rb:216]: |
| assert_separately failed with error message |
| pid 3301589 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 391) Failure: |
| Bug::Test_ExceptionAT#test_exception_at_throwing [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/exception/test_exception_at_throwing.rb:7]: |
| assert_separately failed with error message |
| pid 3301592 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 392) Failure: |
| TestMethodInlineCache#test_zsuper [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_inlinecache.rb:37]: |
| assert_separately failed with error message |
| pid 3301595 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 393) Failure: |
| TestWarning#test_warn_called_only_when_category_enabled [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_warning.rb:8]: |
| assert_separately failed with error message |
| pid 3301598 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 394) Failure: |
| TestProc#test_hash_does_not_change_after_compaction [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_proc.rb:212]: |
| assert_separately failed with error message |
| pid 3301612 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 395) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_UTF_32 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301625 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 396) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301628 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 397) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_CP50221 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301631 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 398) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301634 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 399) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_UTF_16 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301637 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 400) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_UTF_7 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301640 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 401) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_CP50220 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301643 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 402) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_IBM037 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301646 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 403) Failure: |
| Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_enc_associate.rb:17]: |
| assert_separately failed with error message |
| pid 3301649 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 404) Failure: |
| TestTime#test_marshal_zone_gc [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_time.rb:454]: |
| assert_separately failed with error message |
| pid 3301652 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 405) Failure: |
| TestSystem#test_system_closed [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_system.rb:150]: |
| assert_separately failed with error message |
| pid 3301655 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 406) Failure: |
| CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset [/tmp/ruby/src/trunk-gc-asserts/test/cgi/test_cgi_util.rb:123]: |
| assert_separately failed with error message |
| pid 3301695 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 407) Failure: |
| CGIUtilTest#test_cgi_unescape_accept_charset [/tmp/ruby/src/trunk-gc-asserts/test/cgi/test_cgi_util.rb:66]: |
| assert_separately failed with error message |
| pid 3301698 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 408) Failure: |
| TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:188]: |
| assert_separately failed with error message |
| pid 3301701 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 409) Failure: |
| TestGCCompact#test_moving_hashes_down_heaps [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:410]: |
| assert_separately failed with error message |
| pid 3301704 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 410) Failure: |
| TestGCCompact#test_moving_objects_between_heaps [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:335]: |
| assert_separately failed with error message |
| pid 3301707 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 411) Failure: |
| TestGCCompact#test_moving_arrays_up_heaps [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:311]: |
| assert_separately failed with error message |
| pid 3301710 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 412) Failure: |
| TestGCCompact#test_ast_compacts [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:149]: |
| assert_separately failed with error message |
| pid 3301713 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 413) Failure: |
| TestGCCompact#test_moving_objects_between_heaps_keeps_shape_frozen_status [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:430]: |
| assert_separately failed with error message |
| pid 3301716 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 414) Failure: |
| TestGCCompact#test_updating_references_for_embed_shared_arrays [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:212]: |
| assert_separately failed with error message |
| pid 3301719 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 415) Failure: |
| TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:261]: |
| assert_separately failed with error message |
| pid 3301722 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 416) Failure: |
| TestGCCompact#test_moving_arrays_down_heaps [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:289]: |
| assert_separately failed with error message |
| pid 3301725 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 417) Failure: |
| TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:236]: |
| assert_separately failed with error message |
| pid 3301728 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 418) Failure: |
| TestGCCompact#test_moving_strings_up_heaps [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:367]: |
| assert_separately failed with error message |
| pid 3301731 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 419) Failure: |
| TestGCCompact#test_moving_strings_down_heaps [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc_compact.rb:388]: |
| assert_separately failed with error message |
| pid 3301734 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 420) Failure: |
| TestPipe#test_stdout_epipe [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pipe.rb:32]: |
| assert_separately failed with error message |
| pid 3301737 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 421) Failure: |
| TestPipe::WithConversion#test_stdout_epipe [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pipe.rb:32]: |
| assert_separately failed with error message |
| pid 3301741 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 422) Failure: |
| Test_Integer#test_positive_pow [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/integer/test_integer.rb:17]: |
| assert_separately failed with error message |
| pid 3301745 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 423) Failure: |
| TestRand#test_default_seed [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_rand.rb:403]: |
| assert_separately failed with error message |
| pid 3301791 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 424) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_7 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301794 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 425) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_5 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301799 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 426) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_3 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301804 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 427) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_1 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301809 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 428) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_9 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301814 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 429) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_0 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301819 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 430) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_2 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301824 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 431) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_4 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301829 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 432) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_6 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301834 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 433) Failure: |
| TestPopenDeadlock#test_popen_without_deadlock_8 [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: |
| assert_separately failed with error message |
| pid 3301839 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 434) Failure: |
| TestFloat#test_aliased_quo_recursion [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_float.rb:1030]: |
| assert_separately failed with error message |
| pid 3301844 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 435) Failure: |
| TestFloat#test_long_string [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_float.rb:981]: |
| assert_separately failed with error message |
| pid 3301847 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 436) Failure: |
| TestPack#test_pack_resize [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pack.rb:815]: |
| assert_separately failed with error message |
| pid 3301850 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 437) Failure: |
| TestPack#test_bug_18343 [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pack.rb:661]: |
| assert_separately failed with error message |
| pid 3301853 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 438) Failure: |
| TestPack#test_pack_unpack_m [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pack.rb:652]: |
| assert_separately failed with error message |
| pid 3301856 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 439) Failure: |
| TestPack#test_monkey_pack_buffer [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pack.rb:918]: |
| assert_separately failed with error message |
| pid 3301859 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 440) Failure: |
| TestPack#test_monkey_pack [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_pack.rb:900]: |
| assert_separately failed with error message |
| pid 3301862 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 441) Failure: |
| TestArray#test_sort_with_replace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1877]: |
| assert_separately failed with error message |
| pid 3301865 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 442) Failure: |
| TestArray#test_permutation_stack_error [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:2488]: |
| assert_separately failed with error message |
| pid 3301868 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 443) Failure: |
| TestArray#test_repeated_permutation_stack_error [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:2530]: |
| assert_separately failed with error message |
| pid 3301874 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 444) Failure: |
| TestArray#test_repeated_combination_stack_error [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:2576]: |
| assert_separately failed with error message |
| pid 3301885 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 445) Failure: |
| TestObjSpace#test_count_symbols [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:809]: |
| assert_separately failed with error message |
| pid 3301909 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 446) Failure: |
| TestObjSpace#test_load_allocation_path_load [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:868]: |
| assert_separately failed with error message |
| pid 3301912 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 447) Failure: |
| TestObjSpace#test_load_allocation_path_compile_file [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:868]: |
| assert_separately failed with error message |
| pid 3301932 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 448) Failure: |
| TestObjSpace#test_reachable_objects_during_iteration [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:146]: |
| assert_separately failed with error message |
| pid 3301939 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 449) Failure: |
| TestObjSpace#test_reachable_objects_size [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:169]: |
| assert_separately failed with error message |
| pid 3301950 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 450) Failure: |
| TestObjSpace#test_reachable_objects_from [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:117]: |
| assert_separately failed with error message |
| pid 3301953 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 451) Failure: |
| TestObjSpace#test_trace_object_allocations_stop_first [/tmp/ruby/src/trunk-gc-asserts/test/objspace/test_objspace.rb:182]: |
| assert_separately failed with error message |
| pid 3301960 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 452) Failure: |
| TestArraySubclass#test_sort_with_replace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:1877]: |
| assert_separately failed with error message |
| pid 3301963 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 453) Failure: |
| TestArraySubclass#test_permutation_stack_error [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:2488]: |
| assert_separately failed with error message |
| pid 3301966 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 454) Failure: |
| TestArraySubclass#test_repeated_permutation_stack_error [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:2530]: |
| assert_separately failed with error message |
| pid 3301972 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 455) Failure: |
| TestArraySubclass#test_repeated_combination_stack_error [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_array.rb:2576]: |
| assert_separately failed with error message |
| pid 3301983 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 456) Failure: |
| RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_ractor_compatibility.rb:24]: |
| assert_separately failed with error message |
| pid 3301986 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 457) Failure: |
| RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_ractor_compatibility.rb:43]: |
| assert_separately failed with error message |
| pid 3301990 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 458) Failure: |
| RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_ractor_compatibility.rb:61]: |
| assert_separately failed with error message |
| pid 3301994 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 459) Failure: |
| RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_ractor_compatibility.rb:100]: |
| assert_separately failed with error message |
| pid 3301998 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 460) Failure: |
| RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_ractor_compatibility.rb:7]: |
| assert_separately failed with error message |
| pid 3302003 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 461) Failure: |
| RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor [/tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_ractor_compatibility.rb:83]: |
| assert_separately failed with error message |
| pid 3302007 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 462) Failure: |
| TestNameError#test_info_parent_iseq_mark [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_name_error.rb:139]: |
| assert_separately failed with error message |
| pid 3302011 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 463) Failure: |
| TestWeakMap#test_compaction [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_weakmap.rb:206]: |
| assert_separately failed with error message |
| pid 3302017 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 464) Failure: |
| Prism::TestCompilePrism#test_ScopeNode [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_compile_prism.rb:2570]: |
| assert_separately failed with error message |
| pid 3302020 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 465) Failure: |
| Prism::TestCompilePrism#test_ConstantPathTargetNode [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_compile_prism.rb:447]: |
| assert_separately failed with error message |
| pid 3302023 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 466) Failure: |
| TestThreadInstrumentation#test_blocking_on_ractor [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/thread/test_instrumentation_api.rb:137]: |
| assert_separately failed with error message |
| pid 3302034 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 467) Failure: |
| TestThreadInstrumentation#test_sleeping_inside_ractor [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/thread/test_instrumentation_api.rb:164]: |
| assert_separately failed with error message |
| pid 3302048 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 468) Failure: |
| Test_Load_ResolveSymbol#test_load_resolve_symbol_resolver [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/load/test_resolve_symbol.rb:6]: |
| assert_separately failed with error message |
| pid 3302052 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 469) Failure: |
| TestRipper::Ripper#test_new [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_ripper.rb:18]: |
| assert_separately failed with error message |
| pid 3302055 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 470) Failure: |
| TestRipper::Ripper#test_regexp_enc_error [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_ripper.rb:107]: |
| assert_separately failed with error message |
| pid 3302058 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 471) Failure: |
| TestRipper::Ripper::TestInput#test_new [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_ripper.rb:18]: |
| assert_separately failed with error message |
| pid 3302061 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 472) Failure: |
| TestRipper::Ripper::TestInput#test_regexp_enc_error [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_ripper.rb:107]: |
| assert_separately failed with error message |
| pid 3302064 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 473) Failure: |
| Test_ArithSeq#test_extract_with_others [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb:33]: |
| assert_separately failed with error message |
| pid 3302067 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 474) Failure: |
| Test_ArithSeq#test_extract_with_arith_seq [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb:6]: |
| assert_separately failed with error message |
| pid 3302070 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 475) Failure: |
| Test_ArithSeq#test_extract_with_range [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb:21]: |
| assert_separately failed with error message |
| pid 3302073 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 476) Failure: |
| Test_ArithSeq#test_beg_len_step [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:6]: |
| assert_separately failed with error message |
| pid 3302076 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 477) Failure: |
| TestNumeric#test_coerced_remainder [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_numeric.rb:398]: |
| assert_separately failed with error message |
| pid 3302079 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 478) Failure: |
| TestSyntax#test_keyword_empty_splat [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:382]: |
| assert_separately failed with error message |
| pid 3302082 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 479) Failure: |
| TestSyntax#test_syntax_lib [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:24]: |
| assert_separately failed with error message |
| pid 3302103 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 480) Failure: |
| TestSyntax#test_safe_call_in_for_variable [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:1260]: |
| assert_separately failed with error message |
| pid 3302113 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 481) Failure: |
| TestSyntax#test_anonymous_keyword_rest_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:173]: |
| assert_separately failed with error message |
| pid 3302116 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 482) Failure: |
| TestSyntax#test_syntax_test [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:27]: |
| assert_separately failed with error message |
| pid 3302195 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 483) Failure: |
| TestSyntax#test_value_of_def [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:1142]: |
| assert_separately failed with error message |
| pid 3302426 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 484) Failure: |
| TestSyntax#test_anonymous_rest_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:154]: |
| assert_separately failed with error message |
| pid 3302429 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 485) Failure: |
| TestSyntax#test_cdhash [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:2237]: |
| assert_separately failed with error message |
| pid 3302432 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 486) Failure: |
| TestSyntax#test_syntax_sample [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:25]: |
| assert_separately failed with error message |
| pid 3302754 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 487) Failure: |
| TestSyntax#test_class_module_Object_ancestors [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:2222]: |
| assert_separately failed with error message |
| pid 3302757 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 488) Failure: |
| TestSyntax#test_syntax_ext [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:26]: |
| assert_separately failed with error message |
| pid 3302760 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 489) Failure: |
| TestSyntax#test_anonymous_block_forwarding [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_syntax.rb:81]: |
| assert_separately failed with error message |
| pid 3302763 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 490) Failure: |
| TestStringIO#test_overflow [/tmp/ruby/src/trunk-gc-asserts/test/stringio/test_stringio.rb:947]: |
| assert_separately failed with error message |
| pid 3302772 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 491) Failure: |
| TestAlias#test_alias_in_module [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_alias.rb:207]: |
| assert_separately failed with error message |
| pid 3302786 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 492) Failure: |
| TestDefined#test_super_toplevel [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_defined.rb:368]: |
| assert_separately failed with error message |
| pid 3302789 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 493) Failure: |
| TestAutoload#test_autoload_deprecate_constant_before_autoload [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:363]: |
| assert_separately failed with error message |
| pid 3302794 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 494) Failure: |
| TestAutoload#test_autoload_same_file [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:419]: |
| assert_separately failed with error message |
| pid 3302797 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 495) Failure: |
| TestAutoload#test_source_location [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:460]: |
| assert_separately failed with error message |
| pid 3302802 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 496) Failure: |
| TestAutoload#test_autoload_deprecate_constant [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:314]: |
| assert_separately failed with error message |
| pid 3302805 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 497) Failure: |
| TestAutoload#test_source_location_after_require [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:476]: |
| assert_separately failed with error message |
| pid 3302808 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 498) Failure: |
| TestAutoload#test_autoload_parallel_race [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:563]: |
| assert_separately failed with error message |
| pid 3302831 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 499) Failure: |
| TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:506]: |
| assert_separately failed with error message |
| pid 3304834 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 500) Failure: |
| TestAutoload#test_autoload_private_constant [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:294]: |
| assert_separately failed with error message |
| pid 3304837 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 501) Failure: |
| TestAutoload#test_autoload_parent_namespace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:592]: |
| assert_separately failed with error message |
| pid 3304840 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 502) Failure: |
| TestAutoload#test_autoload_private_constant_before_autoload [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_autoload.rb:333]: |
| assert_separately failed with error message |
| pid 3304859 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 503) Failure: |
| TestWait#test_wait_for_invalid_fd [/tmp/ruby/src/trunk-gc-asserts/test/-ext-/wait/test_wait.rb:15]: |
| assert_separately failed with error message |
| pid 3304870 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 504) Failure: |
| TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304873 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 505) Failure: |
| TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304876 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 506) Failure: |
| TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304879 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 507) Failure: |
| TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304882 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 508) Failure: |
| TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:5]: |
| assert_separately failed with error message |
| pid 3304885 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 509) Failure: |
| TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304888 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 510) Failure: |
| TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304891 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 511) Failure: |
| TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304894 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 512) Failure: |
| TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304897 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 513) Failure: |
| TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304900 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 514) Failure: |
| TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304903 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 515) Failure: |
| TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304906 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 516) Failure: |
| TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304909 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 517) Failure: |
| TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304912 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 518) Failure: |
| TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_ext.rb:5]: |
| assert_separately failed with error message |
| pid 3304915 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 519) Failure: |
| TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304918 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 520) Failure: |
| TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304921 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 521) Failure: |
| TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304924 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 522) Failure: |
| TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304927 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 523) Failure: |
| TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304930 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 524) Failure: |
| TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304933 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 525) Failure: |
| TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304936 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 526) Failure: |
| TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304939 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 527) Failure: |
| TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk-gc-asserts/test/ripper/test_files_lib.rb:10]: |
| assert_separately failed with error message |
| pid 3304942 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 528) Failure: |
| TestLogDevice#test_shifting_weekly_dst_change [/tmp/ruby/src/trunk-gc-asserts/test/logger/test_logdevice.rb:630]: |
| assert_separately failed with error message |
| pid 3304945 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 529) Failure: |
| TestLogDevice#test_shifting_monthly_dst_change [/tmp/ruby/src/trunk-gc-asserts/test/logger/test_logdevice.rb:661]: |
| assert_separately failed with error message |
| pid 3305044 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 530) Failure: |
| TestRubyLiteral#test_hash_literal_frozen [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_literal.rb:301]: |
| assert_separately failed with error message |
| pid 3305067 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 531) Failure: |
| TestRubyLiteral#test_big_hash_literal [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_literal.rb:467]: |
| assert_separately failed with error message |
| pid 3305082 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 532) Failure: |
| TestRubyLiteral#test_dsymbol_redefined_intern [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_literal.rb:129]: |
| assert_separately failed with error message |
| pid 3305090 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 533) Failure: |
| TestException#test_exception_in_exception_equal [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:644]: |
| assert_separately failed with error message |
| pid 3305101 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 534) Failure: |
| TestException#test_exception_in_name_error_to_str [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:597]: |
| assert_separately failed with error message |
| pid 3305104 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 535) Failure: |
| TestException#test_super_in_method_missing [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:1409]: |
| assert_separately failed with error message |
| pid 3305107 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 536) Failure: |
| TestException#test_undef_Warning_warn [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:1210]: |
| assert_separately failed with error message |
| pid 3305151 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 537) Failure: |
| TestException#test_undefined_backtrace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:1218]: |
| assert_separately failed with error message |
| pid 3305174 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 538) Failure: |
| TestException#test_redefined_backtrace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:1231]: |
| assert_separately failed with error message |
| pid 3305185 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 539) Failure: |
| TestException#test_blocking_backtrace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:1250]: |
| assert_separately failed with error message |
| pid 3305188 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 540) Failure: |
| TestException#test_wrong_backtrace [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb:1272]: |
| assert_separately failed with error message |
| pid 3305199 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 541) Failure: |
| TestFiberCurrentRactor#test_ractor_shareable [/tmp/ruby/src/trunk-gc-asserts/test/fiber/test_ractor.rb:11]: |
| assert_separately failed with error message |
| pid 3305202 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 542) Failure: |
| TestGc#test_measure_total_time [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:287]: |
| assert_separately failed with error message |
| pid 3305292 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 543) Failure: |
| TestGc#test_gc_parameter_init_slots [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:523]: |
| assert_separately failed with error message |
| pid 3305302 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 544) Failure: |
| TestGc#test_latest_gc_info [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:306]: |
| assert_separately failed with error message |
| pid 3305328 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 545) Failure: |
| TestGc#test_expand_heap [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:611]: |
| assert_separately failed with error message |
| pid 3305331 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 546) Failure: |
| TestGc#test_latest_gc_info_weak_references_count [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:367]: |
| assert_separately failed with error message |
| pid 3305334 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 547) Failure: |
| TestGc#test_thrashing_for_young_objects [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:632]: |
| assert_separately failed with error message |
| pid 3305337 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 548) Failure: |
| TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160 [/tmp/ruby/src/trunk-gc-asserts/test/digest/test_digest.rb:210]: |
| assert_separately failed with error message |
| pid 3305347 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 549) Failure: |
| TestDigest::TestDigestParen#test_no_lib_no_def [/tmp/ruby/src/trunk-gc-asserts/test/digest/test_digest.rb:242]: |
| assert_separately failed with error message |
| pid 3305350 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 550) Failure: |
| TestDigest::TestDigestParen#test_race [/tmp/ruby/src/trunk-gc-asserts/test/digest/test_digest.rb:250]: |
| assert_separately failed with error message |
| pid 3305353 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 551) Failure: |
| TestDigest::TestDigestParen#test_sha2 [/tmp/ruby/src/trunk-gc-asserts/test/digest/test_digest.rb:221]: |
| assert_separately failed with error message |
| pid 3305357 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 552) Failure: |
| TestDigest::TestDigestParen#test_no_lib [/tmp/ruby/src/trunk-gc-asserts/test/digest/test_digest.rb:231]: |
| assert_separately failed with error message |
| pid 3305360 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 553) Failure: |
| TestDigest::TestDigestParen#test_race_mixed [/tmp/ruby/src/trunk-gc-asserts/test/digest/test_digest.rb:263]: |
| assert_separately failed with error message |
| pid 3305363 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 554) Failure: |
| TestProcess#test_exec_fd_3_redirect [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2432]: |
| assert_separately failed with error message |
| pid 3305437 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 555) Failure: |
| TestProcess#test_warmup_precompute_string_coderange [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2750]: |
| assert_separately failed with error message |
| pid 3305719 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 556) Failure: |
| TestProcess#test_to_hash_on_arguments [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2558]: |
| 1. [1/2] Assertion for "Array" |
| | assert_separately failed with error message |
| | pid 3305726 exit 0 |
| | | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 2. [2/2] Assertion for "String" |
| | assert_separately failed with error message |
| | pid 3305731 exit 0 |
| | | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| . |
| 557) Failure: |
| TestProcess#test_rescue_exec_fail [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2539]: |
| assert_separately failed with error message |
| pid 3305780 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 558) Failure: |
| TestProcess#test_popen_reopen [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2000]: |
| assert_separately failed with error message |
| pid 3305795 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 559) Failure: |
| TestProcess#test_warmup_promote_all_objects_to_oldgen [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2724]: |
| assert_separately failed with error message |
| pid 3305812 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 560) Failure: |
| TestProcess#test_execopts_rlimit [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:251]: |
| assert_separately failed with error message |
| pid 3305827 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 561) Failure: |
| TestProcess#test_warmup_run_major_gc_and_compact [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2736]: |
| assert_separately failed with error message |
| pid 3305859 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 562) Failure: |
| TestProcess#test_overwrite_ENV [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:267]: |
| assert_separately failed with error message |
| pid 3305884 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 563) Failure: |
| TestProcess#test_deadlock_by_signal_at_forking [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2391]: |
| assert_separately failed with error message |
| pid 3305930 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 564) Failure: |
| TestYJIT#test_yjit_enable_preserves_array_each_monkey_patch [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:1721]: |
| assert_separately failed with error message |
| pid 3306458 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 565) Failure: |
| TestYJIT#test_yjit_option_uses_array_each_in_ruby [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:1681]: |
| assert_separately failed with error message |
| pid 3306785 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 566) Failure: |
| TestYJIT#test_yjit_enable_replaces_array_each [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:1695]: |
| assert_separately failed with error message |
| pid 3306907 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 567) Failure: |
| TestYJIT#test_yjit_enable_with_call_threshold [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:118]: |
| assert_separately failed with error message |
| pid 3306925 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 568) Failure: |
| TestYJIT#test_yjit_enable_with_monkey_patch [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:136]: |
| assert_separately failed with error message |
| pid 3307003 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 569) Failure: |
| TestYJIT#test_yjit_disable [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:71]: |
| assert_separately failed with error message |
| pid 3307239 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 570) Failure: |
| TestYJIT#test_yjit_enable [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb:59]: |
| assert_separately failed with error message |
| pid 3307262 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 571) Failure: |
| TestEnumerator#test_with_index_dangling_memo [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_enumerator.rb:163]: |
| assert_separately failed with error message |
| pid 3307304 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 572) Failure: |
| TestObjectSpace#test_each_object_no_garbage [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_objectspace.rb:243]: |
| assert_separately failed with error message |
| pid 3307323 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 573) Failure: |
| TestObjectSpace#test_each_object_singleton_class [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_objectspace.rb:269]: |
| assert_separately failed with error message |
| pid 3307344 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 574) Failure: |
| TestArgf#test_wrong_type [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_argf.rb:1097]: |
| assert_separately failed with error message |
| pid 3307484 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 575) Failure: |
| TestMkmfConfiguration#test_verbose_with_arg [/tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_configuration.rb:28]: |
| assert_separately failed with error message |
| pid 3307519 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 576) Failure: |
| TestHashOnly#test_any_hash_fixable [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_hash.rb:2338]: |
| assert_separately failed with error message |
| pid 3307657 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 577) Failure: |
| TestHashOnly#test_AREF_fstring_key_default_proc [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_hash.rb:1995]: |
| assert_separately failed with error message |
| pid 3307696 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 578) Failure: |
| TestString#test_fs_setter [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_string.rb:2779]: |
| assert_separately failed with error message |
| pid 3307702 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 579) Failure: |
| TestString#test_eq_tilde_can_be_overridden [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_string.rb:3326]: |
| assert_separately failed with error message |
| pid 3307709 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 580) Failure: |
| TestFileExhaustive#test_flock_exclusive [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_file_exhaustive.rb:1421]: |
| assert_separately failed with error message |
| pid 3307712 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 581) Failure: |
| TestFileExhaustive#test_readlink_long_path [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_file_exhaustive.rb:760]: |
| assert_separately failed with error message |
| pid 3307716 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 582) Failure: |
| TestFileExhaustive#test_flock_shared [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_file_exhaustive.rb:1452]: |
| assert_separately failed with error message |
| pid 3307719 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| 583) Failure: |
| TestFileExhaustive#test_join_with_changed_separator [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_file_exhaustive.rb:1377]: |
| assert_separately failed with error message |
| pid 3307723 exit 0 |
| | /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb:462: warning: assigned but unused variable - value |
| make: *** [uncommon.mk:963: yes-test-all] Error 71 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |