# Logfile created on 2023-01-04 23:12:29 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055b77bdab118 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk.20230104-231229", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b77be3f138 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b77be3eff8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b77be3ed78 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20230104-231229", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20230104-231229>, @binmode=false, @mon_data=#<Monitor:0x000055b77be3ecb0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j16
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j16" exit with 0.
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-rubyspec -j16
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = 1f2fef1f9a
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
/tmp/ruby/src/trunk/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = yjit/target/release/libyjit.a -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = yjit/target/release/libyjit.a -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
compiling /tmp/ruby/src/trunk/builtin.c
linking static-library libruby-static.a
merging yjit/target/release/libyjit.a into libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = yjit/target/release/libyjit.a -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
building rb_mjit_header.h
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
rb_mjit_header.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.3.0.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal'
making encs
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-2.8.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-2.8.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_opt_newarray_min, rb_vm_opt_newarray_max, rb_vm_splat_array, rb_vm_concat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_get_ev_const, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_push_frame_fname, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep, rb_vm_push_frame_fname
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = yjit/target/release/libyjit.a -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
generating encdb.h
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

rm -rf .bundle/extensions/x86_64-linux/3.3.0+0/
rm -rf .bundle/.timestamp/x86_64-linux/3.3.0+0/
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-2.8.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
linking shared-object debug/debug.so
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-2.8.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.7
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.7.0
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.6.2
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    racc 1.6.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.2
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.0.2
                                    tempfile 0.1.3
                                    time 0.2.1
                                    timeout 0.3.1
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.0
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.3
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.2
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.0.1
                                    readline-ext 0.1.5
                                    stringio 3.0.5
                                    strscan 3.0.6
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0
                                    minitest 5.17.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.5.7
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.4
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 2.8.2
                                    typeprof 0.21.3
                                    debug 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j16'
PASS all 1788 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j16'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = yjit/target/release/libyjit.a -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
making mjit_build_dir.so
Run options: 
  --seed=15406
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16

# Running tests:

Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 9 : #<TCPServer:fd 9, AF_INET, 0.0.0.0, 45395>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 10 : #<TCPServer:fd 10, AF_INET6, ::, 45395>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 11 : #<IO:fd 11>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 12 : #<IO:fd 12>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 13 : #<TCPServer:fd 13, AF_INET, 0.0.0.0, 45853>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 14 : #<TCPServer:fd 14, AF_INET6, ::, 45853>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 15 : #<IO:fd 15>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 16 : #<IO:fd 16>
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 9
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 10
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 11
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 12
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 13
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 14
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 15
Closed file descriptor: TestGemRemoteFetcher#test_download_unsupported: 16

Retrying...

  1) Failure:
TestAutoload#test_autoload_same_file_with_raise [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:437]:
[ruby-core:95055] [Bug #16177].
[RuntimeError] exception expected, not #<NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class>.

  2) Failure:
TestProcess#test_to_hash_on_arguments [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2517]:

1. [1/2] Assertion for "Array"
   | undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class

2. [2/2] Assertion for "String"
   | undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class.

  3) Error:
TestMkmfConfig#test_dir_config:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/mkmf/test_config.rb:10:in `<main>'
    /tmp/ruby/src/trunk/test/mkmf/test_config.rb:11:in `test_dir_config'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

  4) Error:
TestLambdaParameters#test_proc_inside_lambda_toplevel:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_lambda.rb:165:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_lambda.rb:166:in `test_proc_inside_lambda_toplevel'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

  5) Error:
TestTranscode#test_valid_dummy_encoding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2253:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2254:in `test_valid_dummy_encoding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

  6) Error:
TestTranscode#test_loading_race:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2264:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2265:in `test_loading_race'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

  7) Error:
TC_OpenStruct#test_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ostruct/test_ostruct.rb:360:in `test_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

  8) Error:
TC_OpenStruct#test_access_methods_from_different_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ostruct/test_ostruct.rb:373:in `test_access_methods_from_different_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

  9) Error:
TestDup#test_user_flags:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dup.rb:76:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dup.rb:77:in `test_user_flags'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 10) Error:
Bug::Test_ExceptionE#test_ensured:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/exception/test_ensured.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/exception/test_ensured.rb:10:in `test_ensured'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 11) Error:
TestEncoding#test_errinfo_after_autoload:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:142:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:143:in `test_errinfo_after_autoload'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 12) Error:
TestEncoding#test_exceed_encoding_table_size:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:164:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:165:in `test_exceed_encoding_table_size'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 13) Error:
TestEncoding#test_extra_encoding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:69:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:70:in `test_extra_encoding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 14) Error:
TestEncoding#test_replicate:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:58:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:59:in `test_replicate'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 15) Error:
TestEncoding#test_nonascii_library_path:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:153:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_encoding.rb:154:in `test_nonascii_library_path'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 16) Error:
TestBasicInstructions#test_special_const_instance_variables:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_basicinstructions.rb:704:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_basicinstructions.rb:705:in `test_special_const_instance_variables'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 17) Error:
TestPathnameRactor#test_ractor_shareable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/pathname/test_ractor.rb:10:in `<main>'
    /tmp/ruby/src/trunk/test/pathname/test_ractor.rb:11:in `test_ractor_shareable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 18) Error:
TestObject#test_redef_method_missing:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_object.rb:953:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_object.rb:954:in `block in test_redef_method_missing'
    /tmp/ruby/src/trunk/test/ruby/test_object.rb:952:in `each'
    /tmp/ruby/src/trunk/test/ruby/test_object.rb:952:in `test_redef_method_missing'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 19) Error:
TestBigDecimalRactor#test_ractor_shareable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/bigdecimal/test_ractor.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/bigdecimal/test_ractor.rb:13:in `test_ractor_shareable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 20) Error:
TestRipper::Generic#test_parse_files:test/psych:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 21) Error:
TestRipper::Generic#test_parse_files:test/fiddle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 22) Error:
TestRipper::Generic#test_parse_files:test/yaml:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 23) Error:
TestRipper::Generic#test_parse_files:test/ripper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 24) Error:
TestRipper::Generic#test_parse_files:test/monitor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 25) Error:
TestRipper::Generic#test_parse_files:test/stringio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 26) Error:
TestRipper::Generic#test_parse_files:test/lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 27) Error:
TestRipper::Generic#test_parse_files:test/socket:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 28) Error:
TestRipper::Generic#test_parse_files:test/pathname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 29) Error:
TestRipper::Generic#test_parse_files:test/csv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 30) Error:
TestRipper::Generic#test_parse_files:test/erb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 31) Error:
TestRipper::Generic#test_parse_files:sample:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 32) Error:
TestRipper::Generic#test_parse_files:test/irb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 33) Error:
TestRipper::Generic#test_parse_files:test/base64:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 34) Error:
TestRipper::Generic#test_parse_files:test/etc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 35) Error:
TestRipper::Generic#test_parse_files:test/objspace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 36) Error:
TestRipper::Generic#test_parse_files:test/optparse:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 37) Error:
TestRipper::Generic#test_parse_files:test/openssl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 38) Error:
TestRipper::Generic#test_parse_files:test/syslog:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 39) Error:
TestRipper::Generic#test_parse_files:test/fixtures:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 40) Error:
TestRipper::Generic#test_parse_files:test/racc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 41) Error:
TestRipper::Generic#test_parse_files:test/excludes:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 42) Error:
TestRipper::Generic#test_parse_files:test/reline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 43) Error:
TestRipper::Generic#test_parse_files:test/digest:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 44) Error:
TestRipper::Generic#test_parse_files:test/dtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 45) Error:
TestRipper::Generic#test_parse_files:test/resolv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 46) Error:
TestRipper::Generic#test_parse_files:test/readline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 47) Error:
TestRipper::Generic#test_parse_files:test/win32ole:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 48) Error:
TestRipper::Generic#test_parse_files:test/fileutils:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 49) Error:
TestRipper::Generic#test_parse_files:test/coverage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 50) Error:
TestRipper::Generic#test_parse_files:test/open-uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 51) Error:
TestRipper::Generic#test_parse_files:test:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 52) Error:
TestRipper::Generic#test_parse_files:test/strscan:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 53) Error:
TestRipper::Generic#test_parse_files:test/mkmf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 54) Error:
TestRipper::Generic#test_parse_files:test/bigdecimal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 55) Error:
TestRipper::Generic#test_parse_files:test/nkf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 56) Error:
TestRipper::Generic#test_parse_files:test/zlib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 57) Error:
TestRipper::Generic#test_parse_files:test/benchmark:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 58) Error:
TestRipper::Generic#test_parse_files:test/json:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 59) Error:
TestRipper::Generic#test_parse_files:test/ruby:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 60) Error:
TestRipper::Generic#test_parse_files:test/io:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 61) Error:
TestRipper::Generic#test_parse_files:test/drb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 62) Error:
TestRipper::Generic#test_parse_files:test/fiber:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 63) Error:
TestRipper::Generic#test_parse_files:test/error_highlight:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 64) Error:
TestRipper::Generic#test_parse_files:test/uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 65) Error:
TestRipper::Generic#test_parse_files:test/rinda:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 66) Error:
TestRipper::Generic#test_parse_files:test/rdoc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 67) Error:
TestRipper::Generic#test_parse_files:test/date:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 68) Error:
TestRipper::Generic#test_parse_files:test/ostruct:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 69) Error:
TestRipper::Generic#test_parse_files:ext:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 70) Error:
TestRipper::Generic#test_parse_files:test/-ext-:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 71) Error:
TestRipper::Generic#test_parse_files:test/net:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 72) Error:
TestRipper::Generic#test_parse_files:test/rubygems:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 73) Error:
TestRipper::Generic#test_parse_files:test/did_you_mean:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 74) Error:
TestRipper::Generic#test_parse_files:test/cgi:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 75) Error:
TestRipper::Generic#test_parse_files:test/logger:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 76) Error:
TestKeywordArguments#test_dynamic_symbol_keyword:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_keyword.rb:3926:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_keyword.rb:3927:in `test_dynamic_symbol_keyword'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 77) Error:
TestRegexp#test_timeout_nil:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1649:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1650:in `per_instance_redos_test'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1683:in `test_timeout_nil'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 78) Error:
TestRegexp#test_timeout_shorter_than_global:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1649:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1650:in `per_instance_redos_test'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1675:in `test_timeout_shorter_than_global'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 79) Error:
TestRegexp#test_timeout_longer_than_global:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1649:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1650:in `per_instance_redos_test'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1679:in `test_timeout_longer_than_global'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 80) Error:
TestRegexp#test_eq_tilde_can_be_overridden:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1511:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1512:in `test_eq_tilde_can_be_overridden'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 81) Error:
TestRegexp#test_cache_optimization_square:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1714:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1715:in `test_cache_optimization_square'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 82) Error:
TestRegexp#test_extended_comment_invalid_escape_bug_18294:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:94:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:95:in `test_extended_comment_invalid_escape_bug_18294'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 83) Error:
TestRegexp#test_timeout_corner_cases:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1686:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1687:in `test_timeout_corner_cases'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 84) Error:
TestRegexp#test_cache_optimization_exponential:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1704:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1705:in `test_cache_optimization_exponential'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 85) Error:
TestRegexp#test_invalid_free_at_parse_depth_limit_over:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1524:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1525:in `test_invalid_free_at_parse_depth_limit_over'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 86) Error:
TestRegexp#test_s_timeout_corner_cases:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1626:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1627:in `test_s_timeout_corner_cases'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 87) Error:
TestRegexp#test_s_timeout:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1608:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1609:in `test_s_timeout'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 88) Error:
TestRegexp#test_invalid_group:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1569:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1570:in `test_invalid_group'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 89) Error:
TestDateParseRactor#test_date_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/date/test_date_ractor.rb:22:in `test_date_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 90) Error:
TestDir#test_glob_gc_for_fd:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir.rb:623:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir.rb:624:in `test_glob_gc_for_fd'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 91) Error:
TestDir#test_glob_too_may_open_files:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir.rb:293:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir.rb:294:in `test_glob_too_may_open_files'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 92) Error:
Test_ArithSeq#test_extract_with_arith_seq:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:5:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:6:in `test_extract_with_arith_seq'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 93) Error:
Test_ArithSeq#test_extract_with_others:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:32:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:33:in `test_extract_with_others'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 94) Error:
Test_ArithSeq#test_beg_len_step:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:5:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:6:in `test_beg_len_step'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 95) Error:
Test_ArithSeq#test_extract_with_range:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:20:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:21:in `test_extract_with_range'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 96) Error:
RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:61:in `test_pattern_key_name_suggestion_works_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 97) Error:
RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:43:in `test_method_name_suggestion_works_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 98) Error:
RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:24:in `test_key_name_suggestion_works_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

 99) Error:
RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:83:in `test_can_raise_other_name_error_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

100) Error:
RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:7:in `test_class_name_suggestion_works_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

101) Error:
RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:100:in `test_variable_name_suggestion_works_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

102) Error:
Test_StrEncAssociate#test_dummy_encoding_index_UTF_7:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

103) Error:
Test_StrEncAssociate#test_dummy_encoding_index_UTF_16:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

104) Error:
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

105) Error:
Test_StrEncAssociate#test_dummy_encoding_index_CP50221:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

106) Error:
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

107) Error:
Test_StrEncAssociate#test_dummy_encoding_index_UTF_32:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

108) Error:
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

109) Error:
Test_StrEncAssociate#test_dummy_encoding_index_IBM037:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

110) Error:
Test_StrEncAssociate#test_dummy_encoding_index_CP50220:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17:in `block (2 levels) in <class:Test_StrEncAssociate>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

111) Error:
JSONInRactorTest#test_generate:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/json/ractor_test.rb:7:in `<main>'
    /tmp/ruby/src/trunk/test/json/ractor_test.rb:8:in `test_generate'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

112) Error:
TestStringIO#test_overflow:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/stringio/test_stringio.rb:863:in `<main>'
    /tmp/ruby/src/trunk/test/stringio/test_stringio.rb:864:in `test_overflow'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

113) Error:
TestBignum#test_very_big_str_to_inum:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_bignum.rb:206:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_bignum.rb:207:in `test_very_big_str_to_inum'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

114) Error:
TestSymbol#test_to_proc_no_method:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:158:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:159:in `test_to_proc_no_method'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

115) Error:
TestSymbol#test_block_curry_lambda:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:329:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:330:in `test_block_curry_lambda'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

116) Error:
TestSymbol#test_block_curry_proc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:319:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:320:in `test_block_curry_proc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

117) Error:
TestSymbol#test_hash_redefinition:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:556:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:557:in `test_hash_redefinition'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

118) Error:
TestSymbol#test_to_proc_arg:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:167:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:168:in `test_to_proc_arg'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

119) Error:
TestSymbol#test_block_method_to_proc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:339:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:340:in `test_block_method_to_proc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

120) Error:
TestSymbol#test_to_proc_binding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:268:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:269:in `test_to_proc_binding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

121) Error:
TestSymbol#test_to_proc_iseq:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:255:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_symbol.rb:256:in `test_to_proc_iseq'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

122) Error:
TestEnumerable#test_refine_Enumerable_then_include:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:368:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:369:in `test_refine_Enumerable_then_include'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

123) Error:
TestEnumerable#test_inject_array_op_redefined:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:328:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:329:in `test_inject_array_op_redefined'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

124) Error:
TestEnumerable#test_inject_op_redefined:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:272:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:273:in `test_inject_op_redefined'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

125) Error:
TestEnumerable#test_inject_op_private:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:301:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:302:in `test_inject_op_private'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

126) Error:
TestEnumerable#test_inject_array_op_private:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:349:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_enum.rb:350:in `test_inject_array_op_private'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

127) Error:
TestPsychRactor#test_ractor_round_trip:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/psych/test_ractor.rb:6:in `test_ractor_round_trip'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

128) Error:
TestPsychRactor#test_not_shareable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/psych/test_ractor.rb:18:in `test_not_shareable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

129) Error:
TestPsychRactor#test_ractor_config:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/psych/test_ractor.rb:30:in `test_ractor_config'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

130) Error:
TestPsychRactor#test_ractor_constants:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/psych/test_ractor.rb:43:in `test_ractor_constants'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

131) Error:
TestMarshal#test_marshal_load_extended_class_crash:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_marshal.rb:724:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_marshal.rb:725:in `test_marshal_load_extended_class_crash'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

132) Error:
TestMarshal#test_marshal_load_r_prepare_reference_crash:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_marshal.rb:736:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_marshal.rb:737:in `test_marshal_load_r_prepare_reference_crash'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

133) Error:
TestTimeout#test_threadgroup:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_timeout.rb:163:in `<main>'
    /tmp/ruby/src/trunk/test/test_timeout.rb:164:in `test_threadgroup'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

134) Error:
TestAlias#test_alias_in_module:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_alias.rb:206:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_alias.rb:207:in `test_alias_in_module'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

135) Error:
Test_Integer#test_positive_pow:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/integer/test_integer.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/integer/test_integer.rb:17:in `test_positive_pow'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

136) Error:
TestFileExhaustive#test_flock_shared:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1445:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1446:in `block in test_flock_shared'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1444:in `open'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1444:in `test_flock_shared'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

137) Error:
TestFileExhaustive#test_readlink_long_path:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:753:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:754:in `test_readlink_long_path'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

138) Error:
TestFileExhaustive#test_flock_exclusive:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1414:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1415:in `block in test_flock_exclusive'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1413:in `open'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1413:in `test_flock_exclusive'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

139) Error:
TestFileExhaustive#test_join_with_changed_separator:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1370:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1371:in `test_join_with_changed_separator'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

140) Error:
TestInteger#test_Integer:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_integer.rb:183:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_integer.rb:184:in `test_Integer'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

141) Error:
TestInteger#test_Integer_with_exception_keyword:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_integer.rb:242:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_integer.rb:243:in `test_Integer_with_exception_keyword'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

142) Error:
TestInteger#test_times_bignum_redefine_plus_lt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_integer.rb:309:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_integer.rb:310:in `test_times_bignum_redefine_plus_lt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

143) Error:
TestEnv#test_has_value_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:687:in `test_has_value_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

144) Error:
TestEnv#test_delete_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:744:in `test_delete_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

145) Error:
TestEnv#test_except_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1045:in `test_except_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

146) Error:
TestEnv#test_delete_if_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:900:in `test_delete_if_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

147) Error:
TestEnv#test_to_hash_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1228:in `test_to_hash_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

148) Error:
TestEnv#test_has_value2_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1193:in `test_has_value2_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

149) Error:
TestEnv#test_empty_p_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1143:in `test_empty_p_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

150) Error:
TestEnv#test_has_key_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1156:in `test_has_key_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

151) Error:
TestEnv#test_bracket_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:643:in `test_bracket_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

152) Error:
TestEnv#test_frozen_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1364:in `test_frozen_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

153) Error:
TestEnv#test_size_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1131:in `test_size_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

154) Error:
TestEnv#test_values_at_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:972:in `test_values_at_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

155) Error:
TestEnv#test_select_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:982:in `test_select_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

156) Error:
TestEnv#test_update_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1313:in `test_update_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

157) Error:
TestEnv#test_each_pair_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:869:in `test_each_pair_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

158) Error:
TestEnv#test_filter_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1004:in `test_filter_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

159) Error:
TestEnv#test_to_s_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1074:in `test_to_s_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

160) Error:
TestEnv#test_fetch_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:774:in `test_fetch_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

161) Error:
TestEnv#test_to_a_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1102:in `test_to_a_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

162) Error:
TestEnv#test_aset_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:803:in `test_aset_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

163) Error:
TestEnv#test_invert_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1285:in `test_invert_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

164) Error:
TestEnv#test_rassoc_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1206:in `test_rassoc_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

165) Error:
TestEnv#test_reject_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1253:in `test_reject_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

166) Error:
TestEnv#test_replace_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1298:in `test_replace_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

167) Error:
TestEnv#test_keep_if_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:954:in `test_keep_if_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

168) Error:
TestEnv#test_slice_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1026:in `test_slice_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

169) Error:
TestEnv#test_dup_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:678:in `test_dup_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

170) Error:
TestEnv#test_shift_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1267:in `test_shift_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

171) Error:
TestEnv#test_to_h_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1240:in `test_to_h_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

172) Error:
TestEnv#test_select_bang_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:918:in `test_select_bang_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

173) Error:
TestEnv#test_reject_bang_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:882:in `test_reject_bang_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

174) Error:
TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1410:in `test_ivar_in_env_should_not_be_access_from_non_main_ractors'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

175) Error:
TestEnv#test_values_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:845:in `test_values_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

176) Error:
TestEnv#test_each_key_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:833:in `test_each_key_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

177) Error:
TestEnv#test_rehash_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1122:in `test_rehash_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

178) Error:
TestEnv#test_each_value_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:857:in `test_each_value_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

179) Error:
TestEnv#test_filter_bang_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:936:in `test_filter_bang_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

180) Error:
TestEnv#test_huge_value_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1333:in `test_huge_value_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

181) Error:
TestEnv#test_keys_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:820:in `test_keys_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

182) Error:
TestEnv#test_assoc_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1170:in `test_assoc_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

183) Error:
TestEnv#test_inspect_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1083:in `test_inspect_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

184) Error:
TestEnv#test_key_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:711:in `test_key_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

185) Error:
TestEnv#test_frozen_env_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1355:in `test_frozen_env_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

186) Error:
TestEnv#test_getenv_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:760:in `test_getenv_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

187) Error:
TestEnv#test_clear_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1064:in `test_clear_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

188) Error:
TestEnv#test_shared_substring_in_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_env.rb:1390:in `test_shared_substring_in_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

189) Error:
TestRipper::Generic#test_parse_files:test/psych:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

190) Error:
TestRipper::Generic#test_parse_files:test/fiddle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

191) Error:
TestRipper::Generic#test_parse_files:test/yaml:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

192) Error:
TestRipper::Generic#test_parse_files:test/ripper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

193) Error:
TestRipper::Generic#test_parse_files:test/monitor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

194) Error:
TestRipper::Generic#test_parse_files:test/stringio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

195) Error:
TestRipper::Generic#test_parse_files:test/lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

196) Error:
TestRipper::Generic#test_parse_files:test/socket:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

197) Error:
TestRipper::Generic#test_parse_files:test/pathname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

198) Error:
TestRipper::Generic#test_parse_files:test/csv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

199) Error:
TestRipper::Generic#test_parse_files:test/erb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

200) Error:
TestRipper::Generic#test_parse_files:sample:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

201) Error:
TestRipper::Generic#test_parse_files:test/irb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

202) Error:
TestRipper::Generic#test_parse_files:test/base64:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

203) Error:
TestRipper::Generic#test_parse_files:test/etc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

204) Error:
TestRipper::Generic#test_parse_files:test/objspace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

205) Error:
TestRipper::Generic#test_parse_files:test/optparse:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

206) Error:
TestRipper::Generic#test_parse_files:test/openssl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

207) Error:
TestRipper::Generic#test_parse_files:test/syslog:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

208) Error:
TestRipper::Generic#test_parse_files:test/fixtures:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

209) Error:
TestRipper::Generic#test_parse_files:test/racc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

210) Error:
TestRipper::Generic#test_parse_files:test/excludes:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

211) Error:
TestRipper::Generic#test_parse_files:test/reline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

212) Error:
TestRipper::Generic#test_parse_files:test/digest:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

213) Error:
TestRipper::Generic#test_parse_files:test/dtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

214) Error:
TestRipper::Generic#test_parse_files:test/resolv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

215) Error:
TestRipper::Generic#test_parse_files:test/readline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

216) Error:
TestRipper::Generic#test_parse_files:test/win32ole:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

217) Error:
TestRipper::Generic#test_parse_files:test/fileutils:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

218) Error:
TestRipper::Generic#test_parse_files:test/coverage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

219) Error:
TestRipper::Generic#test_parse_files:test/open-uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

220) Error:
TestRipper::Generic#test_parse_files:test:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

221) Error:
TestRipper::Generic#test_parse_files:test/strscan:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

222) Error:
TestRipper::Generic#test_parse_files:test/mkmf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

223) Error:
TestRipper::Generic#test_parse_files:test/bigdecimal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

224) Error:
TestRipper::Generic#test_parse_files:test/nkf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

225) Error:
TestRipper::Generic#test_parse_files:test/zlib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

226) Error:
TestRipper::Generic#test_parse_files:test/benchmark:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

227) Error:
TestRipper::Generic#test_parse_files:test/json:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

228) Error:
TestRipper::Generic#test_parse_files:test/ruby:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

229) Error:
TestRipper::Generic#test_parse_files:test/io:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

230) Error:
TestRipper::Generic#test_parse_files:test/drb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

231) Error:
TestRipper::Generic#test_parse_files:test/fiber:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

232) Error:
TestRipper::Generic#test_parse_files:test/error_highlight:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

233) Error:
TestRipper::Generic#test_parse_files:test/uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

234) Error:
TestRipper::Generic#test_parse_files:test/rinda:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

235) Error:
TestRipper::Generic#test_parse_files:test/rdoc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

236) Error:
TestRipper::Generic#test_parse_files:test/date:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

237) Error:
TestRipper::Generic#test_parse_files:test/ostruct:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

238) Error:
TestRipper::Generic#test_parse_files:ext:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

239) Error:
TestRipper::Generic#test_parse_files:test/-ext-:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

240) Error:
TestRipper::Generic#test_parse_files:test/net:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

241) Error:
TestRipper::Generic#test_parse_files:test/rubygems:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

242) Error:
TestRipper::Generic#test_parse_files:test/did_you_mean:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

243) Error:
TestRipper::Generic#test_parse_files:test/cgi:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

244) Error:
TestRipper::Generic#test_parse_files:test/logger:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

245) Error:
TestIterator#test_yield_at_toplevel:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_iterator.rb:15:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_iterator.rb:16:in `test_yield_at_toplevel'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

246) Error:
TestFloat#test_long_string:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_float.rb:958:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_float.rb:959:in `test_long_string'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

247) Error:
TestFloat#test_aliased_quo_recursion:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_float.rb:1007:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_float.rb:1008:in `test_aliased_quo_recursion'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

248) Error:
TestDir_M17N#test_filename_extutf8_invalid:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:57:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:58:in `block in test_filename_extutf8_invalid'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:57:in `test_filename_extutf8_invalid'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

249) Error:
TestDir_M17N#test_filename_as_bytes_extutf8:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:78:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:79:in `block in test_filename_as_bytes_extutf8'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:78:in `test_filename_as_bytes_extutf8'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

250) Error:
TestDir_M17N#test_filename_extutf8:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:42:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:43:in `block in test_filename_extutf8'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:42:in `test_filename_extutf8'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

251) Error:
TestDir_M17N#test_filename_bytes_euc_jp:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:173:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:174:in `block in test_filename_bytes_euc_jp'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:173:in `test_filename_bytes_euc_jp'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

252) Error:
TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:232:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:233:in `block in test_filename_ext_euc_jp_and_int_utf_8'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:232:in `test_filename_ext_euc_jp_and_int_utf_8'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

253) Error:
TestDir_M17N#test_filename_extutf8_inteucjp_representable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:115:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:116:in `block in test_filename_extutf8_inteucjp_representable'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:115:in `test_filename_extutf8_inteucjp_representable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

254) Error:
TestDir_M17N#test_filename_euc_jp:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:190:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:191:in `block in test_filename_euc_jp'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:190:in `test_filename_euc_jp'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

255) Error:
TestDir_M17N#test_filename_utf8_raw_jp_name:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:17:in `block in assert_raw_file_name'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:16:in `assert_raw_file_name'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:219:in `test_filename_utf8_raw_jp_name'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

256) Error:
TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:139:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:140:in `block in test_filename_extutf8_inteucjp_unrepresentable'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:139:in `test_filename_extutf8_inteucjp_unrepresentable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

257) Error:
TestDir_M17N#test_filename_utf8_raw_windows_1252_name:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:17:in `block in assert_raw_file_name'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:16:in `assert_raw_file_name'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:227:in `test_filename_utf8_raw_windows_1252_name'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

258) Error:
TestDir_M17N#test_filename_utf8_raw_windows_1251_name:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:17:in `block in assert_raw_file_name'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:10:in `block (2 levels) in with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:9:in `block in with_tmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:8:in `with_tmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:16:in `assert_raw_file_name'
    /tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:223:in `test_filename_utf8_raw_windows_1251_name'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

259) Error:
TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/test_abi.rb:8:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/test_abi.rb:9:in `test_require_lib_with_incorrect_abi_on_dev_ruby'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

260) Error:
TestABI#test_disable_abi_check_using_environment_variable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/test_abi.rb:18:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/test_abi.rb:19:in `test_disable_abi_check_using_environment_variable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

261) Error:
TestABI#test_enable_abi_check_using_environment_variable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/test_abi.rb:26:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/test_abi.rb:27:in `test_enable_abi_check_using_environment_variable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

262) Error:
TestRequire#test_loading_fifo_threading_raise:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:814:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:815:in `block in test_loading_fifo_threading_raise'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:811:in `test_loading_fifo_threading_raise'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

263) Error:
TestRequire#test_define_class:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:237:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:238:in `test_define_class'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

264) Error:
TestRequire#test_require_invalid_shared_object:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:20:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:21:in `block in test_require_invalid_shared_object'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:17:in `test_require_invalid_shared_object'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

265) Error:
TestRequire#test_define_module:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:298:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:299:in `test_define_module'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

266) Error:
TestRequire#test_define_class_under:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:266:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:267:in `test_define_class_under'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

267) Error:
TestRequire#test_default_loaded_features_encoding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:597:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:598:in `block in test_default_loaded_features_encoding'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:593:in `test_default_loaded_features_encoding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

268) Error:
TestRequire#test_throw_while_loading:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:884:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:885:in `block in test_throw_while_loading'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:881:in `test_throw_while_loading'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

269) Error:
TestRequire#test_require_too_long_filename:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:31:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:32:in `test_require_too_long_filename'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

270) Error:
TestRequire#test_loading_fifo_fd_leak:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:860:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:861:in `block in test_loading_fifo_fd_leak'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:857:in `test_loading_fifo_fd_leak'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

271) Error:
TestRequire#test_require_in_wrapped_load:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:345:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:346:in `block in test_require_in_wrapped_load'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:343:in `test_require_in_wrapped_load'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

272) Error:
TestRequire#test_load_wrap_nil:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:392:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:393:in `block in test_load_wrap_nil'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:391:in `test_load_wrap_nil'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

273) Error:
TestRequire#test_define_module_under:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:313:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:314:in `test_define_module_under'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

274) Error:
TestRequire#test_loading_fifo_threading_success:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:833:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:834:in `block in test_loading_fifo_threading_success'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_require.rb:829:in `test_loading_fifo_threading_success'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

275) Error:
TestSignal#test_trap_system_default:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:196:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:197:in `test_trap_system_default'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

276) Error:
TestSignal#test_sigwait_fd_unused:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:370:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:371:in `test_sigwait_fd_unused'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

277) Error:
TestSignal#test_ignored_interrupt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:283:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:284:in `test_ignored_interrupt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

278) Error:
TestSignal#test_hup_me:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:267:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_signal.rb:268:in `test_hup_me'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

279) Error:
TestArray#test_sort_with_replace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:1847:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:1848:in `test_sort_with_replace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

280) Error:
TestArray#test_repeated_combination_stack_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2546:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2547:in `test_repeated_combination_stack_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

281) Error:
TestArray#test_repeated_permutation_stack_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2500:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2501:in `test_repeated_permutation_stack_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

282) Error:
TestArray#test_permutation_stack_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2458:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2459:in `test_permutation_stack_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

283) Error:
Test_ArithSeq#test_extract_with_arith_seq:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:5:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:6:in `test_extract_with_arith_seq'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

284) Error:
Test_ArithSeq#test_extract_with_others:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:32:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:33:in `test_extract_with_others'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

285) Error:
Test_ArithSeq#test_beg_len_step:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:5:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:6:in `test_beg_len_step'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

286) Error:
Test_ArithSeq#test_extract_with_range:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:20:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:21:in `test_extract_with_range'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

287) Error:
TestRefinement#test_refine_with_prepend:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1884:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1885:in `test_refine_with_prepend'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

288) Error:
TestRefinement#test_reopen_refinement_module:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1595:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1596:in `test_reopen_refinement_module'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

289) Error:
TestRefinement#test_refine_after_using:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1038:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1039:in `test_refine_after_using'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

290) Error:
TestRefinement#test_remove_undefined_refined_method:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1432:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1433:in `test_remove_undefined_refined_method'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

291) Error:
TestRefinement#test_refined_method_defined:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1329:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1330:in `test_refined_method_defined'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

292) Error:
TestRefinement#test_refine_basic_object:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1244:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1245:in `test_refine_basic_object'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

293) Error:
TestRefinement#test_singleton_method_should_not_use_refinements:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1311:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1312:in `test_singleton_method_should_not_use_refinements'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

294) Error:
TestRefinement#test_public_in_refine:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1898:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1899:in `test_public_in_refine'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

295) Error:
TestRefinement#test_using_wrong_argument:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:2028:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:2029:in `test_using_wrong_argument'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

296) Error:
TestRefinement#test_remove_refined_method:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1404:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1405:in `test_remove_refined_method'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

297) Error:
TestRefinement#test_undefined_refined_method_defined:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1371:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1372:in `test_undefined_refined_method_defined'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

298) Error:
TestRefinement#test_change_refined_new_method_visibility:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1272:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1273:in `test_change_refined_new_method_visibility'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

299) Error:
TestRefinement#test_alias_refined_method:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1286:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1287:in `test_alias_refined_method'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

300) Error:
TestRefinement#test_refined_protected_methods:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1209:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1210:in `test_refined_protected_methods'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

301) Error:
TestRefinement#test_symbol_proc_with_block:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1834:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1835:in `test_symbol_proc_with_block'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

302) Error:
TestModule#test_prepend_optmethod:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2430:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2431:in `test_prepend_optmethod'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

303) Error:
TestModule#test_private_extended_module:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3197:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3198:in `test_private_extended_module'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

304) Error:
TestModule#test_prepend_visibility_inherited:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2621:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2622:in `test_prepend_visibility_inherited'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

305) Error:
TestModule#test_gc_prepend_chain:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:595:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:596:in `test_gc_prepend_chain'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

306) Error:
TestModule#test_prepend_call_super:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2749:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2750:in `test_prepend_call_super'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

307) Error:
TestModule#test_prepend_gc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3057:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3058:in `test_prepend_gc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

308) Error:
TestModule#test_override_optmethod_after_prepend:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2460:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2461:in `test_override_optmethod_after_prepend'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

309) Error:
TestModule#test_redefine_optmethod_after_prepend:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2444:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2445:in `test_redefine_optmethod_after_prepend'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

310) Error:
TestModule#test_redefinition_mismatch:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3188:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3189:in `test_redefinition_mismatch'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

311) Error:
TestModule#test_include_toplevel:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:517:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:518:in `test_include_toplevel'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

312) Error:
TestModule#test_inspect_segfault:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3129:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3130:in `test_inspect_segfault'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

313) Error:
TestModule#test_private_top_methods:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3279:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:3280:in `assert_top_method_is_private'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:2971:in `test_private_top_methods'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

314) Error:
TestModule#test_refine_module_then_include:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:617:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_module.rb:618:in `test_refine_module_then_include'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

315) Error:
TestArraySubclass#test_sort_with_replace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:1847:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:1848:in `test_sort_with_replace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

316) Error:
TestArraySubclass#test_repeated_combination_stack_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2546:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2547:in `test_repeated_combination_stack_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

317) Error:
TestArraySubclass#test_repeated_permutation_stack_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2500:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2501:in `test_repeated_permutation_stack_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

318) Error:
TestArraySubclass#test_permutation_stack_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2458:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_array.rb:2459:in `test_permutation_stack_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

319) Error:
TestTimeExtension#test_rfc2822_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_time.rb:67:in `test_rfc2822_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

320) Error:
TestThread#test_report_on_exception:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:429:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:430:in `test_report_on_exception'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

321) Error:
TestThread#test_signal_at_join:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:1472:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:1473:in `test_signal_at_join'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

322) Error:
TestThread#test_thread_value_in_trap:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:1020:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:1021:in `test_thread_value_in_trap'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

323) Error:
TestThread#test_thread_join_in_trap:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:1004:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_thread.rb:1005:in `test_thread_join_in_trap'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

324) Error:
TestPopenDeadlock#test_popen_without_deadlock_9:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

325) Error:
TestPopenDeadlock#test_popen_without_deadlock_1:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

326) Error:
TestPopenDeadlock#test_popen_without_deadlock_3:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

327) Error:
TestPopenDeadlock#test_popen_without_deadlock_5:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

328) Error:
TestPopenDeadlock#test_popen_without_deadlock_7:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

329) Error:
TestPopenDeadlock#test_popen_without_deadlock_8:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

330) Error:
TestPopenDeadlock#test_popen_without_deadlock_6:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

331) Error:
TestPopenDeadlock#test_popen_without_deadlock_4:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

332) Error:
TestPopenDeadlock#test_popen_without_deadlock_2:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

333) Error:
TestPopenDeadlock#test_popen_without_deadlock_0:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:11:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:12:in `assert_popen_without_deadlock'
    /tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32:in `block (2 levels) in <class:TestPopenDeadlock>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

334) Error:
TestRubyOptions#test_setproctitle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_rubyoptions.rb:704:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_rubyoptions.rb:705:in `test_setproctitle'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

335) Error:
Bug::Test_ExceptionAT#test_exception_at_throwing:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/exception/test_exception_at_throwing.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/exception/test_exception_at_throwing.rb:7:in `test_exception_at_throwing'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

336) Error:
TestISeq#test_translate_by_object:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:382:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:383:in `test_translate_by_object'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

337) Error:
TestISeq#test_mandatory_only:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:737:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:738:in `test_mandatory_only'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

338) Error:
TestISeq#test_iseq_builtin_load:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:718:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:719:in `block in test_iseq_builtin_load'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:715:in `test_iseq_builtin_load'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

339) Error:
TestISeq#test_mandatory_only_redef:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:744:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_iseq.rb:745:in `test_mandatory_only_redef'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

340) Error:
TestIO_M17N#test_bom_too_long_utfname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io_m17n.rb:2246:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io_m17n.rb:2247:in `test_bom_too_long_utfname'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

341) Error:
TestClone#test_user_flags:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_clone.rb:76:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_clone.rb:77:in `test_user_flags'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

342) Error:
Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_fstring.rb:23:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_fstring.rb:24:in `test_rb_enc_str_new_autoloaded_encoding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

343) Error:
Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/string/test_fstring.rb:15:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/string/test_fstring.rb:16:in `test_rb_enc_interned_str_autoloaded_encoding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

344) Error:
TestRipper::Generic#test_parse_files:test/psych:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

345) Error:
TestRipper::Generic#test_parse_files:test/fiddle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

346) Error:
TestRipper::Generic#test_parse_files:test/yaml:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

347) Error:
TestRipper::Generic#test_parse_files:test/ripper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

348) Error:
TestRipper::Generic#test_parse_files:test/monitor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

349) Error:
TestRipper::Generic#test_parse_files:test/stringio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

350) Error:
TestRipper::Generic#test_parse_files:test/lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

351) Error:
TestRipper::Generic#test_parse_files:test/socket:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

352) Error:
TestRipper::Generic#test_parse_files:test/pathname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

353) Error:
TestRipper::Generic#test_parse_files:test/csv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

354) Error:
TestRipper::Generic#test_parse_files:test/erb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

355) Error:
TestRipper::Generic#test_parse_files:sample:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

356) Error:
TestRipper::Generic#test_parse_files:test/irb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

357) Error:
TestRipper::Generic#test_parse_files:test/base64:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

358) Error:
TestRipper::Generic#test_parse_files:test/etc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

359) Error:
TestRipper::Generic#test_parse_files:test/objspace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

360) Error:
TestRipper::Generic#test_parse_files:test/optparse:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

361) Error:
TestRipper::Generic#test_parse_files:test/openssl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

362) Error:
TestRipper::Generic#test_parse_files:test/syslog:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

363) Error:
TestRipper::Generic#test_parse_files:test/fixtures:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

364) Error:
TestRipper::Generic#test_parse_files:test/racc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

365) Error:
TestRipper::Generic#test_parse_files:test/excludes:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

366) Error:
TestRipper::Generic#test_parse_files:test/reline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

367) Error:
TestRipper::Generic#test_parse_files:test/digest:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

368) Error:
TestRipper::Generic#test_parse_files:test/dtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

369) Error:
TestRipper::Generic#test_parse_files:test/resolv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

370) Error:
TestRipper::Generic#test_parse_files:test/readline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

371) Error:
TestRipper::Generic#test_parse_files:test/win32ole:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

372) Error:
TestRipper::Generic#test_parse_files:test/fileutils:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

373) Error:
TestRipper::Generic#test_parse_files:test/coverage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

374) Error:
TestRipper::Generic#test_parse_files:test/open-uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

375) Error:
TestRipper::Generic#test_parse_files:test:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

376) Error:
TestRipper::Generic#test_parse_files:test/strscan:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

377) Error:
TestRipper::Generic#test_parse_files:test/mkmf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

378) Error:
TestRipper::Generic#test_parse_files:test/bigdecimal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

379) Error:
TestRipper::Generic#test_parse_files:test/nkf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

380) Error:
TestRipper::Generic#test_parse_files:test/zlib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

381) Error:
TestRipper::Generic#test_parse_files:test/benchmark:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

382) Error:
TestRipper::Generic#test_parse_files:test/json:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

383) Error:
TestRipper::Generic#test_parse_files:test/ruby:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

384) Error:
TestRipper::Generic#test_parse_files:test/io:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

385) Error:
TestRipper::Generic#test_parse_files:test/drb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

386) Error:
TestRipper::Generic#test_parse_files:test/fiber:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

387) Error:
TestRipper::Generic#test_parse_files:test/error_highlight:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

388) Error:
TestRipper::Generic#test_parse_files:test/uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

389) Error:
TestRipper::Generic#test_parse_files:test/rinda:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

390) Error:
TestRipper::Generic#test_parse_files:test/rdoc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

391) Error:
TestRipper::Generic#test_parse_files:test/date:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

392) Error:
TestRipper::Generic#test_parse_files:test/ostruct:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

393) Error:
TestRipper::Generic#test_parse_files:ext:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

394) Error:
TestRipper::Generic#test_parse_files:test/-ext-:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

395) Error:
TestRipper::Generic#test_parse_files:test/net:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

396) Error:
TestRipper::Generic#test_parse_files:test/rubygems:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

397) Error:
TestRipper::Generic#test_parse_files:test/did_you_mean:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

398) Error:
TestRipper::Generic#test_parse_files:test/cgi:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

399) Error:
TestRipper::Generic#test_parse_files:test/logger:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

400) Error:
TestIseqLoad#test_stressful_roundtrip:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/iseq_load/test_iseq_load.rb:19:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/iseq_load/test_iseq_load.rb:20:in `test_stressful_roundtrip'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

401) Error:
TestRipper::Ripper#test_regexp_enc_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/test_ripper.rb:99:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/test_ripper.rb:100:in `test_regexp_enc_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

402) Error:
TestRipper::Ripper::TestInput#test_regexp_enc_error:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/test_ripper.rb:99:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/test_ripper.rb:100:in `test_regexp_enc_error'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

403) Error:
TestEtc#test_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/etc/test_etc.rb:176:in `test_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

404) Error:
TestRubyYieldGen#test_block_cached_argc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_yield.rb:403:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_yield.rb:404:in `test_block_cached_argc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

405) Error:
TestMethod#test_zsuper_private_override_instance_method:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_method.rb:1452:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_method.rb:1453:in `test_zsuper_private_override_instance_method'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

406) Error:
TestMethod#test_override_optimized_method_on_class_using_prepend:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_method.rb:1473:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_method.rb:1474:in `test_override_optimized_method_on_class_using_prepend'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

407) Error:
TestMethod#test_argument_error_location:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_method.rb:1446:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_method.rb:1447:in `test_argument_error_location'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

408) Error:
TestAutoload#test_autoload_parent_namespace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:587:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:588:in `block in test_autoload_parent_namespace'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:584:in `test_autoload_parent_namespace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

409) Error:
TestAutoload#test_autoload_private_constant:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:289:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:290:in `block in test_autoload_private_constant'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:282:in `test_autoload_private_constant'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

410) Error:
TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:501:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:502:in `block in test_autoload_after_failed_and_removed_from_loaded_features'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:498:in `test_autoload_after_failed_and_removed_from_loaded_features'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

411) Error:
TestAutoload#test_autoload_parallel_race:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:558:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:559:in `block in test_autoload_parallel_race'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:555:in `test_autoload_parallel_race'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

412) Error:
TestAutoload#test_source_location_after_require:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:471:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:472:in `block in test_source_location_after_require'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:469:in `test_source_location_after_require'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

413) Error:
TestAutoload#test_autoload_deprecate_constant:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:309:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:310:in `block in test_autoload_deprecate_constant'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:302:in `test_autoload_deprecate_constant'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

414) Error:
TestAutoload#test_source_location:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:455:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:456:in `block in test_source_location'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:453:in `test_source_location'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

415) Error:
TestAutoload#test_autoload_deprecate_constant_before_autoload:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:358:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:359:in `block in test_autoload_deprecate_constant_before_autoload'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:352:in `test_autoload_deprecate_constant_before_autoload'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

416) Error:
TestAutoload#test_autoload_same_file:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:414:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:415:in `block (2 levels) in test_autoload_same_file'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:414:in `times'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:414:in `block in test_autoload_same_file'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:408:in `test_autoload_same_file'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

417) Error:
TestAutoload#test_autoload_private_constant_before_autoload:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:328:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:329:in `block in test_autoload_private_constant_before_autoload'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_autoload.rb:322:in `test_autoload_private_constant_before_autoload'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

418) Error:
TestHash#test_AREF_fstring_key_default_proc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:307:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:308:in `test_AREF_fstring_key_default_proc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

419) Error:
TestHash#test_any_hash_fixable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2205:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2206:in `block in test_any_hash_fixable'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2205:in `times'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2205:in `test_any_hash_fixable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

420) Error:
TC_Set_Builtin#test_Set:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_set.rb:850:in `<main>'
    /tmp/ruby/src/trunk/test/test_set.rb:851:in `test_Set'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

421) Error:
TC_Set_Builtin#test_to_set:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_set.rb:870:in `<main>'
    /tmp/ruby/src/trunk/test/test_set.rb:871:in `test_to_set'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

422) Error:
TestEncodingConverter#test_default_external:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_econv.rb:933:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_econv.rb:934:in `block in test_default_external'
    /tmp/ruby/src/trunk/test/ruby/test_econv.rb:933:in `each'
    /tmp/ruby/src/trunk/test/ruby/test_econv.rb:933:in `grep'
    /tmp/ruby/src/trunk/test/ruby/test_econv.rb:933:in `test_default_external'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

423) Error:
TestMethodInlineCache#test_zsuper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_inlinecache.rb:36:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_inlinecache.rb:37:in `test_zsuper'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

424) Error:
TestObjSpace#test_load_allocation_path_load:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:787:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:788:in `block in load_allocation_path_helper'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:768:in `load_allocation_path_helper'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:814:in `test_load_allocation_path_load'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

425) Error:
TestObjSpace#test_count_symbols:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:729:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:730:in `test_count_symbols'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

426) Error:
TestObjSpace#test_trace_object_allocations_stop_first:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:180:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:181:in `test_trace_object_allocations_stop_first'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

427) Error:
TestObjSpace#test_reachable_objects_from:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:116:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:117:in `test_reachable_objects_from'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

428) Error:
TestObjSpace#test_reachable_objects_size:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:167:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:168:in `test_reachable_objects_size'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

429) Error:
TestObjSpace#test_reachable_objects_during_iteration:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:144:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:145:in `test_reachable_objects_during_iteration'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

430) Error:
TestObjSpace#test_load_allocation_path_compile_file:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:787:in `<main>'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:788:in `block in load_allocation_path_helper'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:768:in `load_allocation_path_helper'
    /tmp/ruby/src/trunk/test/objspace/test_objspace.rb:818:in `test_load_allocation_path_compile_file'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

431) Error:
TestParse#test_error_def_in_argument:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_parse.rb:1045:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_parse.rb:1046:in `test_error_def_in_argument'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

432) Error:
CGIUtilTest#test_cgi_unescape_accept_charset:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/cgi/test_cgi_util.rb:65:in `<main>'
    /tmp/ruby/src/trunk/test/cgi/test_cgi_util.rb:66:in `test_cgi_unescape_accept_charset'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

433) Error:
CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/cgi/test_cgi_util.rb:113:in `<main>'
    /tmp/ruby/src/trunk/test/cgi/test_cgi_util.rb:114:in `test_cgi_unescapeURIComponent_accept_charset'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

434) Error:
TestTracepointObj#test_teardown_with_active_GC_end_hook:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/tracepoint/test_tracepoint.rb:84:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/tracepoint/test_tracepoint.rb:85:in `test_teardown_with_active_GC_end_hook'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

435) Error:
TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:209:in `<main>'
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:210:in `test_initialize_copy_md5_rmd160'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

436) Error:
TestDigest::TestDigestParen#test_sha2:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:220:in `<main>'
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:221:in `test_sha2'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

437) Error:
TestDigest::TestDigestParen#test_race:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:249:in `<main>'
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:250:in `test_race'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

438) Error:
TestDigest::TestDigestParen#test_no_lib_no_def:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:241:in `<main>'
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:242:in `test_no_lib_no_def'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

439) Error:
TestDigest::TestDigestParen#test_race_mixed:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:262:in `<main>'
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:263:in `test_race_mixed'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

440) Error:
TestDigest::TestDigestParen#test_no_lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:230:in `<main>'
    /tmp/ruby/src/trunk/test/digest/test_digest.rb:231:in `test_no_lib'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

441) Error:
TestHash::TestSubHash#test_AREF_fstring_key_default_proc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:307:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:308:in `test_AREF_fstring_key_default_proc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

442) Error:
TestHash::TestSubHash#test_any_hash_fixable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2205:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2206:in `block in test_any_hash_fixable'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2205:in `times'
    /tmp/ruby/src/trunk/test/ruby/test_hash.rb:2205:in `test_any_hash_fixable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

443) Error:
TestPathname#test_relative_path_from_casefold:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/pathname/test_pathname.rb:1526:in `<main>'
    /tmp/ruby/src/trunk/test/pathname/test_pathname.rb:1527:in `test_relative_path_from_casefold'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

444) Error:
TestPathname#test_split:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/pathname/test_pathname.rb:1089:in `<main>'
    /tmp/ruby/src/trunk/test/pathname/test_pathname.rb:1090:in `test_split'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

445) Error:
TestWait#test_wait_for_invalid_fd:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/wait/test_wait.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/wait/test_wait.rb:15:in `test_wait_for_invalid_fd'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

446) Error:
TestFiberCurrentRactor#test_ractor_shareable:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/fiber/test_ractor.rb:10:in `<main>'
    /tmp/ruby/src/trunk/test/fiber/test_ractor.rb:11:in `test_ractor_shareable'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

447) Error:
TestArgf#test_wrong_type:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_argf.rb:1116:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_argf.rb:1117:in `test_wrong_type'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

448) Error:
TestClass#test_redefinition_mismatch:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_class.rb:702:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_class.rb:703:in `test_redefinition_mismatch'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

449) Error:
TestRubyLiteral#test_big_hash_literal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_literal.rb:453:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_literal.rb:454:in `test_big_hash_literal'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

450) Error:
TestRubyLiteral#test_hash_literal_frozen:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_literal.rb:287:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_literal.rb:288:in `test_hash_literal_frozen'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

451) Error:
TestRubyLiteral#test_dsymbol_redefined_intern:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_literal.rb:123:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_literal.rb:124:in `test_dsymbol_redefined_intern'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

452) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rdoc/top_level.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

453) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/uri/rfc3986_parser.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

454) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/syntax_suggest/pathname_from_message.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

455) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/racc/debugflags.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

456) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rdoc/markup/to_label.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

457) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rinda/rinda.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

458) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/did_you_mean.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

459) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/racc/grammar.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

460) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/drb/ssl.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

461) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rdoc/generator/ri.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

462) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rdoc/markup/to_table_of_contents.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

463) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/did_you_mean/formatter.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

464) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rdoc/markup/to_test.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

465) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/cgi/session.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

466) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/logger/log_device.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

467) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/irb/context.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

468) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/net/protocol.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

469) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/rdoc/text.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

470) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/drb/acl.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

471) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/reline/config.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

472) Error:
TestRequireLib#test_thread_size:/tmp/ruby/src/trunk/lib/csv/core_ext/array.rb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:14:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_require_lib.rb:15:in `block (2 levels) in <class:TestRequireLib>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

473) Error:
TestObjectSpace#test_each_object_no_garbage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:227:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:228:in `test_each_object_no_garbage'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

474) Error:
TestObjectSpace#test_each_object_singleton_class:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:253:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:254:in `test_each_object_singleton_class'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

475) Error:
TestRand#test_default_seed:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_rand.rb:402:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_rand.rb:403:in `test_default_seed'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

476) Error:
Test_Symbol::TestInadvertent#test_gc_attrset:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/symbol/test_inadvertent_creation.rb:350:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/symbol/test_inadvertent_creation.rb:351:in `test_gc_attrset'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

477) Error:
TestEnumerator#test_with_index_dangling_memo:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_enumerator.rb:151:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_enumerator.rb:152:in `test_with_index_dangling_memo'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

478) Error:
TestMkmfFlags#test_try_cflag_invalid_opt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/mkmf/base.rb:150:in `<main>'
    /tmp/ruby/src/trunk/test/mkmf/base.rb:151:in `assert_separately'
    /tmp/ruby/src/trunk/test/mkmf/test_flags.rb:43:in `test_try_cflag_invalid_opt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

479) Error:
TestMkmfFlags#test_try_ldflag_invalid_opt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/mkmf/base.rb:150:in `<main>'
    /tmp/ruby/src/trunk/test/mkmf/base.rb:151:in `assert_separately'
    /tmp/ruby/src/trunk/test/mkmf/test_flags.rb:36:in `test_try_ldflag_invalid_opt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

480) Error:
TestMkmfFlags#test_try_cppflag_invalid_opt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/mkmf/base.rb:150:in `<main>'
    /tmp/ruby/src/trunk/test/mkmf/base.rb:151:in `assert_separately'
    /tmp/ruby/src/trunk/test/mkmf/test_flags.rb:50:in `test_try_cppflag_invalid_opt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

481) Error:
TestNameError#test_info_parent_iseq_mark:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_name_error.rb:138:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_name_error.rb:139:in `test_info_parent_iseq_mark'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

482) Error:
TestIO#test_closed_stream_in_rescue:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3942:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3943:in `test_closed_stream_in_rescue'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

483) Error:
TestIO#test_write_epipe_nosync:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1766:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1767:in `test_write_epipe_nosync'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

484) Error:
TestIO#test_DATA_binmode:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:2900:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:2901:in `test_DATA_binmode'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

485) Error:
TestIO#test_cross_thread_close_stdio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3176:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3177:in `test_cross_thread_close_stdio'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

486) Error:
TestIO#test_set_lineno:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1867:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1868:in `block in test_set_lineno'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1857:in `make_tempfile'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1867:in `test_set_lineno'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

487) Error:
TestIO#test_race_closed_stream:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3846:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3847:in `test_race_closed_stream'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

488) Error:
TestIO#test_open_fifo_does_not_block_other_threads:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3753:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3754:in `block in test_open_fifo_does_not_block_other_threads'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:82:in `block (2 levels) in mkcdtmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:81:in `chdir'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:81:in `block in mkcdtmpdir'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:80:in `mkcdtmpdir'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3752:in `test_open_fifo_does_not_block_other_threads'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

489) Error:
TestIO#test_dup_many:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1448:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:1449:in `test_dup_many'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

490) Error:
TestIO#test_set_stdout:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:2792:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:2793:in `test_set_stdout'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

491) Error:
TestIO#test_race_gets_and_close:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3814:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_io.rb:3815:in `test_race_gets_and_close'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

492) Error:
TestException#test_undef_Warning_warn:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1224:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1225:in `test_undef_Warning_warn'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

493) Error:
TestException#test_super_in_method_missing:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1427:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1428:in `test_super_in_method_missing'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

494) Error:
TestException#test_exception_in_exception_equal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:625:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:626:in `test_exception_in_exception_equal'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

495) Error:
TestException#test_exception_in_name_error_to_str:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:578:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:579:in `test_exception_in_name_error_to_str'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

496) Error:
TestException#test_wrong_backtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1286:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1287:in `test_wrong_backtrace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

497) Error:
TestException#test_blocking_backtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1264:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1265:in `test_blocking_backtrace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

498) Error:
TestException#test_redefined_backtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1245:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1246:in `test_redefined_backtrace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

499) Error:
TestException#test_undefined_backtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1232:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_exception.rb:1233:in `test_undefined_backtrace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

500) Error:
TestExtLibs#test_existence_of_fiber:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

501) Error:
TestExtLibs#test_existence_of_digest/bubblebabble:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

502) Error:
TestExtLibs#test_existence_of_fiddle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

503) Error:
TestExtLibs#test_existence_of_ripper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

504) Error:
TestExtLibs#test_existence_of_digest/rmd160:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

505) Error:
TestExtLibs#test_existence_of_bigdecimal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

506) Error:
TestExtLibs#test_existence_of_digest/sha1:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

507) Error:
TestExtLibs#test_existence_of_strscan:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

508) Error:
TestExtLibs#test_existence_of_socket:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

509) Error:
TestExtLibs#test_existence_of_syslog:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

510) Error:
TestExtLibs#test_existence_of_io/console:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

511) Error:
TestExtLibs#test_existence_of_continuation:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

512) Error:
TestExtLibs#test_existence_of_racc/cparse:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

513) Error:
TestExtLibs#test_existence_of_digest/md5:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

514) Error:
TestExtLibs#test_existence_of_fcntl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

515) Error:
TestExtLibs#test_existence_of_coverage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

516) Error:
TestExtLibs#test_existence_of_digest:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

517) Error:
TestExtLibs#test_existence_of_etc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

518) Error:
TestExtLibs#test_existence_of_zlib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

519) Error:
TestExtLibs#test_existence_of_io/nonblock:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

520) Error:
TestExtLibs#test_existence_of_io/wait:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

521) Error:
TestExtLibs#test_existence_of_psych:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

522) Error:
TestExtLibs#test_existence_of_json:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

523) Error:
TestExtLibs#test_existence_of_objspace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

524) Error:
TestExtLibs#test_existence_of_rbconfig/sizeof:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

525) Error:
TestExtLibs#test_existence_of_digest/sha2:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

526) Error:
TestExtLibs#test_existence_of_nkf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

527) Error:
TestExtLibs#test_existence_of_pty:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

528) Error:
TestExtLibs#test_existence_of_pathname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

529) Error:
TestExtLibs#test_existence_of_date:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

530) Error:
TestExtLibs#test_existence_of_thread:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

531) Error:
TestExtLibs#test_existence_of_stringio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

532) Error:
TestExtLibs#test_existence_of_openssl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/test_extlibs.rb:12:in `<main>'
    /tmp/ruby/src/trunk/test/test_extlibs.rb:13:in `block in check_existence'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

533) Error:
TestSetTraceFunc#test_lineno_in_optimized_insn:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_settracefunc.rb:2198:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_settracefunc.rb:2199:in `test_lineno_in_optimized_insn'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

534) Error:
TestLastThread#test_last_thread:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/-ext-/gvl/test_last_thread.rb:5:in `<main>'
    /tmp/ruby/src/trunk/test/-ext-/gvl/test_last_thread.rb:6:in `test_last_thread'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

535) Error:
TestPack#test_pack_unpack_m:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_pack.rb:647:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_pack.rb:648:in `test_pack_unpack_m'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

536) Error:
TestPack#test_bug_18343:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_pack.rb:656:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_pack.rb:657:in `test_bug_18343'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

537) Error:
TestPack#test_pack_resize:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_pack.rb:810:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_pack.rb:811:in `test_pack_resize'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

538) Error:
TestNumeric#test_coerced_remainder:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_numeric.rb:394:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_numeric.rb:395:in `test_coerced_remainder'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

539) Error:
URI::TestCommon#test_ractor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/uri/test_common.rb:38:in `test_ractor'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

540) Error:
TestRipper::Generic#test_parse_files:test/psych:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

541) Error:
TestRipper::Generic#test_parse_files:test/fiddle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

542) Error:
TestRipper::Generic#test_parse_files:test/yaml:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

543) Error:
TestRipper::Generic#test_parse_files:test/ripper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

544) Error:
TestRipper::Generic#test_parse_files:test/monitor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

545) Error:
TestRipper::Generic#test_parse_files:test/stringio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

546) Error:
TestRipper::Generic#test_parse_files:test/lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

547) Error:
TestRipper::Generic#test_parse_files:test/socket:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

548) Error:
TestRipper::Generic#test_parse_files:test/pathname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

549) Error:
TestRipper::Generic#test_parse_files:test/csv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

550) Error:
TestRipper::Generic#test_parse_files:test/erb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

551) Error:
TestRipper::Generic#test_parse_files:sample:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

552) Error:
TestRipper::Generic#test_parse_files:test/irb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

553) Error:
TestRipper::Generic#test_parse_files:test/base64:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

554) Error:
TestRipper::Generic#test_parse_files:test/etc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

555) Error:
TestRipper::Generic#test_parse_files:test/objspace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

556) Error:
TestRipper::Generic#test_parse_files:test/optparse:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

557) Error:
TestRipper::Generic#test_parse_files:test/openssl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

558) Error:
TestRipper::Generic#test_parse_files:test/syslog:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

559) Error:
TestRipper::Generic#test_parse_files:test/fixtures:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

560) Error:
TestRipper::Generic#test_parse_files:test/racc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

561) Error:
TestRipper::Generic#test_parse_files:test/excludes:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

562) Error:
TestRipper::Generic#test_parse_files:test/reline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

563) Error:
TestRipper::Generic#test_parse_files:test/digest:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

564) Error:
TestRipper::Generic#test_parse_files:test/dtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

565) Error:
TestRipper::Generic#test_parse_files:test/resolv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

566) Error:
TestRipper::Generic#test_parse_files:test/readline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

567) Error:
TestRipper::Generic#test_parse_files:test/win32ole:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

568) Error:
TestRipper::Generic#test_parse_files:test/fileutils:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

569) Error:
TestRipper::Generic#test_parse_files:test/coverage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

570) Error:
TestRipper::Generic#test_parse_files:test/open-uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

571) Error:
TestRipper::Generic#test_parse_files:test:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

572) Error:
TestRipper::Generic#test_parse_files:test/strscan:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

573) Error:
TestRipper::Generic#test_parse_files:test/mkmf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

574) Error:
TestRipper::Generic#test_parse_files:test/bigdecimal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

575) Error:
TestRipper::Generic#test_parse_files:test/nkf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

576) Error:
TestRipper::Generic#test_parse_files:test/zlib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

577) Error:
TestRipper::Generic#test_parse_files:test/benchmark:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

578) Error:
TestRipper::Generic#test_parse_files:test/json:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

579) Error:
TestRipper::Generic#test_parse_files:test/ruby:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

580) Error:
TestRipper::Generic#test_parse_files:test/io:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

581) Error:
TestRipper::Generic#test_parse_files:test/drb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

582) Error:
TestRipper::Generic#test_parse_files:test/fiber:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

583) Error:
TestRipper::Generic#test_parse_files:test/error_highlight:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

584) Error:
TestRipper::Generic#test_parse_files:test/uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

585) Error:
TestRipper::Generic#test_parse_files:test/rinda:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

586) Error:
TestRipper::Generic#test_parse_files:test/rdoc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

587) Error:
TestRipper::Generic#test_parse_files:test/date:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

588) Error:
TestRipper::Generic#test_parse_files:test/ostruct:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

589) Error:
TestRipper::Generic#test_parse_files:ext:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

590) Error:
TestRipper::Generic#test_parse_files:test/-ext-:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

591) Error:
TestRipper::Generic#test_parse_files:test/net:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

592) Error:
TestRipper::Generic#test_parse_files:test/rubygems:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

593) Error:
TestRipper::Generic#test_parse_files:test/did_you_mean:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

594) Error:
TestRipper::Generic#test_parse_files:test/cgi:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

595) Error:
TestRipper::Generic#test_parse_files:test/logger:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

596) Error:
TestBigMath#test_log:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/bigdecimal/test_bigmath.rb:69:in `<main>'
    /tmp/ruby/src/trunk/test/bigdecimal/test_bigmath.rb:70:in `test_log'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

597) Error:
TestLogDevice#test_shifting_weekly_dst_change:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/logger/test_logdevice.rb:629:in `<main>'
    /tmp/ruby/src/trunk/test/logger/test_logdevice.rb:630:in `block in test_shifting_weekly_dst_change'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/logger/test_logdevice.rb:629:in `test_shifting_weekly_dst_change'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

598) Error:
TestLogDevice#test_shifting_monthly_dst_change:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/logger/test_logdevice.rb:660:in `<main>'
    /tmp/ruby/src/trunk/test/logger/test_logdevice.rb:661:in `block in test_shifting_monthly_dst_change'
    /tmp/ruby/src/trunk/lib/tmpdir.rb:94:in `mktmpdir'
    /tmp/ruby/src/trunk/test/logger/test_logdevice.rb:660:in `test_shifting_monthly_dst_change'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

599) Error:
TestPipe#test_stdout_epipe:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_pipe.rb:31:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_pipe.rb:32:in `test_stdout_epipe'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

600) Error:
TestPipe::WithConversion#test_stdout_epipe:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_pipe.rb:31:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_pipe.rb:32:in `test_stdout_epipe'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

601) Error:
TestDefined#test_super_toplevel:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_defined.rb:306:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_defined.rb:307:in `test_super_toplevel'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

602) Error:
TestBigDecimal#test_precs:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/bigdecimal/test_bigdecimal.rb:683:in `<main>'
    /tmp/ruby/src/trunk/test/bigdecimal/test_bigdecimal.rb:684:in `test_precs'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

603) Error:
TestTime#test_marshal_zone_gc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_time.rb:427:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_time.rb:428:in `test_marshal_zone_gc'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

604) Error:
TestString#test_fs_setter:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_string.rb:2700:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_string.rb:2701:in `test_fs_setter'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

605) Error:
TestString#test_fs:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_string.rb:1834:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_string.rb:1835:in `test_fs'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

606) Error:
TestString#test_eq_tilde_can_be_overridden:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_string.rb:3211:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_string.rb:3212:in `test_eq_tilde_can_be_overridden'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

607) Error:
TestGCCompact#test_moving_arrays_up_size_pools:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:333:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:334:in `test_moving_arrays_up_size_pools'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

608) Error:
TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:212:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:213:in `test_updating_references_for_heap_allocated_shared_arrays'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

609) Error:
TestGCCompact#test_moving_strings_down_size_pools:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:403:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:404:in `test_moving_strings_down_size_pools'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

610) Error:
TestGCCompact#test_moving_objects_between_size_pools:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:355:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:356:in `test_moving_objects_between_size_pools'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

611) Error:
TestGCCompact#test_moving_strings_up_size_pools:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:384:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:385:in `test_moving_strings_up_size_pools'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

612) Error:
TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:260:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:261:in `test_updating_references_for_heap_allocated_frozen_shared_arrays'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

613) Error:
TestGCCompact#test_moving_arrays_down_size_pools:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:313:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:314:in `test_moving_arrays_down_size_pools'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

614) Error:
TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:285:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:286:in `test_updating_references_for_embed_frozen_shared_arrays'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

615) Error:
TestGCCompact#test_updating_references_for_embed_shared_arrays:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:236:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:237:in `test_updating_references_for_embed_shared_arrays'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

616) Error:
TestGCCompact#test_ast_compacts:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:173:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:174:in `test_ast_compacts'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

617) Error:
TestSyntax#test_anonymous_keyword_rest_forwarding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:159:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:160:in `test_anonymous_keyword_rest_forwarding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

618) Error:
TestSyntax#test_syntax_lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `assert_syntax_files'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:25:in `test_syntax_lib'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

619) Error:
TestSyntax#test_keyword_empty_splat:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:341:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:342:in `test_keyword_empty_splat'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

620) Error:
TestSyntax#test_anonymous_block_forwarding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:79:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:80:in `test_anonymous_block_forwarding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

621) Error:
TestSyntax#test_syntax_ext:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `assert_syntax_files'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:27:in `test_syntax_ext'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

622) Error:
TestSyntax#test_class_module_Object_ancestors:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1922:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1923:in `test_class_module_Object_ancestors'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

623) Error:
TestSyntax#test_syntax_sample:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `assert_syntax_files'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:26:in `test_syntax_sample'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

624) Error:
TestSyntax#test_cdhash:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1937:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1938:in `test_cdhash'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

625) Error:
TestSyntax#test_anonymous_rest_forwarding:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:146:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:147:in `test_anonymous_rest_forwarding'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

626) Error:
TestSyntax#test_value_of_def:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1059:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1060:in `test_value_of_def'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

627) Error:
TestSyntax#test_syntax_test:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:16:in `assert_syntax_files'
    /tmp/ruby/src/trunk/test/ruby/test_syntax.rb:28:in `test_syntax_test'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

628) Error:
TestRipper::Generic#test_parse_files:test/psych:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

629) Error:
TestRipper::Generic#test_parse_files:test/fiddle:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

630) Error:
TestRipper::Generic#test_parse_files:test/yaml:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

631) Error:
TestRipper::Generic#test_parse_files:test/ripper:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

632) Error:
TestRipper::Generic#test_parse_files:test/monitor:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

633) Error:
TestRipper::Generic#test_parse_files:test/stringio:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

634) Error:
TestRipper::Generic#test_parse_files:test/lib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

635) Error:
TestRipper::Generic#test_parse_files:test/socket:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

636) Error:
TestRipper::Generic#test_parse_files:test/pathname:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

637) Error:
TestRipper::Generic#test_parse_files:test/csv:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

638) Error:
TestRipper::Generic#test_parse_files:test/erb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

639) Error:
TestRipper::Generic#test_parse_files:sample:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

640) Error:
TestRipper::Generic#test_parse_files:test/irb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

641) Error:
TestRipper::Generic#test_parse_files:test/base64:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

642) Error:
TestRipper::Generic#test_parse_files:test/etc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

643) Error:
TestRipper::Generic#test_parse_files:test/objspace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

644) Error:
TestRipper::Generic#test_parse_files:test/optparse:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

645) Error:
TestRipper::Generic#test_parse_files:test/openssl:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

646) Error:
TestRipper::Generic#test_parse_files:test/syslog:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

647) Error:
TestRipper::Generic#test_parse_files:test/fixtures:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

648) Error:
TestRipper::Generic#test_parse_files:test/racc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

649) Error:
TestRipper::Generic#test_parse_files:test/excludes:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

650) Error:
TestRipper::Generic#test_parse_files:test/reline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

651) Error:
TestRipper::Generic#test_parse_files:test/digest:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

652) Error:
TestRipper::Generic#test_parse_files:test/dtrace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

653) Error:
TestRipper::Generic#test_parse_files:test/resolv:
Finished tests in 153.888173s, 155.3531 tests/s, 57003.5945 assertions/s.
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

654) Error:
TestRipper::Generic#test_parse_files:test/readline:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

655) Error:
TestRipper::Generic#test_parse_files:test/win32ole:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

656) Error:
TestRipper::Generic#test_parse_files:test/fileutils:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

657) Error:
TestRipper::Generic#test_parse_files:test/coverage:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

658) Error:
TestRipper::Generic#test_parse_files:test/open-uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

659) Error:
TestRipper::Generic#test_parse_files:test:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

660) Error:
TestRipper::Generic#test_parse_files:test/strscan:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

661) Error:
TestRipper::Generic#test_parse_files:test/mkmf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

662) Error:
TestRipper::Generic#test_parse_files:test/bigdecimal:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

663) Error:
TestRipper::Generic#test_parse_files:test/nkf:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

664) Error:
TestRipper::Generic#test_parse_files:test/zlib:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

665) Error:
TestRipper::Generic#test_parse_files:test/benchmark:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

666) Error:
TestRipper::Generic#test_parse_files:test/json:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

667) Error:
TestRipper::Generic#test_parse_files:test/ruby:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

668) Error:
TestRipper::Generic#test_parse_files:test/io:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

669) Error:
TestRipper::Generic#test_parse_files:test/drb:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

670) Error:
TestRipper::Generic#test_parse_files:test/fiber:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

671) Error:
TestRipper::Generic#test_parse_files:test/error_highlight:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

672) Error:
TestRipper::Generic#test_parse_files:test/uri:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

673) Error:
TestRipper::Generic#test_parse_files:test/rinda:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

674) Error:
TestRipper::Generic#test_parse_files:test/rdoc:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

675) Error:
TestRipper::Generic#test_parse_files:test/date:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

676) Error:
TestRipper::Generic#test_parse_files:test/ostruct:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

677) Error:
TestRipper::Generic#test_parse_files:ext:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

678) Error:
TestRipper::Generic#test_parse_files:test/-ext-:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

679) Error:
TestRipper::Generic#test_parse_files:test/net:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

680) Error:
TestRipper::Generic#test_parse_files:test/rubygems:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

681) Error:
TestRipper::Generic#test_parse_files:test/did_you_mean:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

682) Error:
TestRipper::Generic#test_parse_files:test/cgi:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

683) Error:
TestRipper::Generic#test_parse_files:test/logger:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `<main>'
    /tmp/ruby/src/trunk/test/ripper/assert_parse_files.rb:9:in `assert_parse_files'
    /tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6:in `block (2 levels) in <class:Generic>'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

684) Error:
TestRubyOptimization#test_string_length:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:110:in `test_string_length'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

685) Error:
TestRubyOptimization#test_array_length:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:271:in `test_array_length'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

686) Error:
TestRubyOptimization#test_array_plus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:260:in `test_array_plus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

687) Error:
TestRubyOptimization#test_objtostring:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:912:in `test_objtostring'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

688) Error:
TestRubyOptimization#test_fixnum_plus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:25:in `test_fixnum_plus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

689) Error:
TestRubyOptimization#test_string_plus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:129:in `test_string_plus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

690) Error:
TestRubyOptimization#test_float_mul:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:80:in `test_float_mul'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

691) Error:
TestRubyOptimization#test_float_div:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:85:in `test_float_div'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

692) Error:
TestRubyOptimization#test_string_ltlt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:245:in `test_string_ltlt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

693) Error:
TestRubyOptimization#test_eqq:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:616:in `block in test_eqq'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:614:in `each'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:614:in `test_eqq'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

694) Error:
TestRubyOptimization#test_float_lt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:90:in `test_float_lt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

695) Error:
TestRubyOptimization#test_float_minus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:75:in `test_float_minus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

696) Error:
TestRubyOptimization#test_opt_case_dispatch:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:597:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:598:in `block in test_opt_case_dispatch'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:596:in `each'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:596:in `test_opt_case_dispatch'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

697) Error:
TestRubyOptimization#test_fixnum_gt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:60:in `test_fixnum_gt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

698) Error:
TestRubyOptimization#test_optimized_empty_ensure:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:883:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:884:in `test_optimized_empty_ensure'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

699) Error:
TestRubyOptimization#test_float_gt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:100:in `test_float_gt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

700) Error:
TestRubyOptimization#test_hash_length:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:283:in `test_hash_length'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

701) Error:
TestRubyOptimization#test_callinfo_unreachable_path:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:797:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:798:in `test_callinfo_unreachable_path'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

702) Error:
TestRubyOptimization#test_array_min:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:155:in `test_array_min'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

703) Error:
TestRubyOptimization#test_fixnum_and:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:250:in `test_fixnum_and'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

704) Error:
TestRubyOptimization#test_fixnum_lt:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:50:in `test_fixnum_lt'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

705) Error:
TestRubyOptimization#test_hash_empty?:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:289:in `test_hash_empty?'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

706) Error:
TestRubyOptimization#test_float_le:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:95:in `test_float_le'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

707) Error:
TestRubyOptimization#test_clear_unreachable_keyword_args:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:782:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:783:in `test_clear_unreachable_keyword_args'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

708) Error:
TestRubyOptimization#test_hash_aref_with:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:295:in `test_hash_aref_with'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

709) Error:
TestRubyOptimization#test_string_format:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:139:in `test_string_format'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

710) Error:
TestRubyOptimization#test_fixnum_ge:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:65:in `test_fixnum_ge'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

711) Error:
TestRubyOptimization#test_float_plus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:70:in `test_float_plus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

712) Error:
TestRubyOptimization#test_float_ge:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:105:in `test_float_ge'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

713) Error:
TestRubyOptimization#test_fixnum_le:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:55:in `test_fixnum_le'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

714) Error:
TestRubyOptimization#test_fixnum_mod:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:45:in `test_fixnum_mod'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

715) Error:
TestRubyOptimization#test_string_size:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:115:in `test_string_size'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

716) Error:
TestRubyOptimization#test_block_parameter_should_not_create_objects:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:760:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:761:in `test_block_parameter_should_not_create_objects'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

717) Error:
TestRubyOptimization#test_string_freeze:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:145:in `test_string_freeze'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

718) Error:
TestRubyOptimization#test_peephole_optimization_without_trace:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:775:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:776:in `test_peephole_optimization_without_trace'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

719) Error:
TestRubyOptimization#test_fixnum_minus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:30:in `test_fixnum_minus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

720) Error:
TestRubyOptimization#test_fixnum_div:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:40:in `test_fixnum_div'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

721) Error:
TestRubyOptimization#test_string_empty?:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:121:in `test_string_empty?'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

722) Error:
TestRubyOptimization#test_fixnum_or:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:255:in `test_fixnum_or'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

723) Error:
TestRubyOptimization#test_fixnum_mul:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:35:in `test_fixnum_mul'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

724) Error:
TestRubyOptimization#test_array_minus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:265:in `test_array_minus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

725) Error:
TestRubyOptimization#test_array_empty?:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:277:in `test_array_empty?'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

726) Error:
TestRubyOptimization#test_string_uminus:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:150:in `test_string_uminus'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

727) Error:
TestRubyOptimization#test_array_max:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:161:in `test_array_max'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

728) Error:
TestRubyOptimization#test_hash_aset_with:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:305:in `test_hash_aset_with'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

729) Error:
TestRubyOptimization#test_string_freeze_block:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:550:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:551:in `test_string_freeze_block'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

730) Error:
TestRubyOptimization#test_string_eq_neq:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:6:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:7:in `assert_redefine_method'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:231:in `block in test_string_eq_neq'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:230:in `each'
    /tmp/ruby/src/trunk/test/ruby/test_optimization.rb:230:in `test_string_eq_neq'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

731) Error:
TestGc#test_thrashing_for_young_objects:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc.rb:432:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc.rb:433:in `test_thrashing_for_young_objects'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

732) Error:
TestGc#test_expand_heap:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc.rb:411:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc.rb:412:in `test_expand_heap'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

733) Error:
TestGc#test_latest_gc_info:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_gc.rb:215:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_gc.rb:216:in `test_latest_gc_info'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

734) Error:
TestAst#test_of_proc_and_method:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_ast.rb:246:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_ast.rb:247:in `block in test_of_proc_and_method'
    /tmp/ruby/src/trunk/lib/tempfile.rb:407:in `create'
    /tmp/ruby/src/trunk/test/ruby/test_ast.rb:240:in `test_of_proc_and_method'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

735) Error:
TestProcess#test_exec_fd_3_redirect:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:2390:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:2391:in `test_exec_fd_3_redirect'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

736) Error:
TestProcess#test_deadlock_by_signal_at_forking:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:2349:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:2350:in `test_deadlock_by_signal_at_forking'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

737) Error:
TestProcess#test_overwrite_ENV:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:263:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:264:in `test_overwrite_ENV'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

738) Error:
TestProcess#test_execopts_rlimit:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:247:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:248:in `test_execopts_rlimit'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

739) Error:
TestProcess#test_popen_reopen:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:1962:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:1963:in `test_popen_reopen'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

740) Error:
TestProcess#test_rescue_exec_fail:
NoMethodError: undefined method `need_auto_run=' for Test::Unit::AutoRunner:Class
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:2497:in `<main>'
    /tmp/ruby/src/trunk/test/ruby/test_process.rb:2498:in `test_rescue_exec_fail'
    /tmp/ruby/src/trunk/tool/test/runner.rb:23:in `<top (required)>'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `require_relative'
    /tmp/ruby/src/trunk/test/runner.rb:16:in `<main>'

23907 tests, 8772179 assertions, 2 failures, 738 errors, 139 skips

ruby -v: ruby 3.3.0dev (2023-01-04T23:06:49Z master 1f2fef1f9a) [x86_64-linux]
make: *** [uncommon.mk:855: yes-test-all] Error 228
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512.
$$$[beg] make yes-test-rubyspec TESTS='-j16'
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec
ruby 3.3.0dev (2023-01-04T23:06:49Z master 1f2fef1f9a) [x86_64-linux]
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 45.395881 seconds

3827 files, 31637 examples, 205385 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS='-j16'" exit with 0.
raw logfile