== ruby-trunk # 2009-05-26T03:40:16+09:00 Darwin ppc-mac-mini.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh == start # 2009-05-26T03:41:03+09:00 == svn # 2009-05-26T03:41:13+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/trunk ruby CHG . 23557->23568 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23568;diff_format=u CHG ChangeLog 23557->23568 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG string.c 23552->23568 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/string.c?p1=trunk/string.c&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG version.h 23553->23568 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG lib/mkmf.rb 23479->23567 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?p1=trunk/lib/mkmf.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG lib/cgi/core.rb 23196->23560 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/cgi/core.rb?p1=trunk/lib/cgi/core.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG test/ruby/test_hash.rb 22784->23563 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_hash.rb?p1=trunk/test/ruby/test_hash.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG test/ruby/test_m17n.rb 23160->23563 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_m17n.rb?p1=trunk/test/ruby/test_m17n.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG test/ruby/test_string.rb 23159->23564 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_string.rb?p1=trunk/test/ruby/test_string.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG tool/instruby.rb 23554->23566 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/tool/instruby.rb?p1=trunk/tool/instruby.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u CHG tool/mkconfig.rb 23542->23566 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/tool/mkconfig.rb?p1=trunk/tool/mkconfig.rb&r1=23557&r2=23568&pathrev=23568;diff_format=u == autoconf # 2009-05-26T03:42:44+09:00 + autoconf == configure # 2009-05-26T03:43:00+09:00 + ./configure --prefix=/Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016 CPPFLAGS=-DRUBY_DEBUG_ENV optflags=-O2 debugflags=-g 'warnflags=-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter' --with-valgrind checking build system type... powerpc-apple-darwin9.6.0 checking host system type... powerpc-apple-darwin9.6.0 checking target system type... powerpc-apple-darwin9.6.0 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... no checking whether gcc -E accepts -o... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking for objdump... no checking for gobjdump... no checking for objcopy... (cached) : checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for cd using phisical directory... cd -P checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no rm: conftest.dSYM: is a directory checking for long long... yes checking for off_t... yes checking char bit... 8 checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for off_t... (cached) yes checking size of off_t... 8 checking for void*... yes checking size of void*... 4 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for time_t... yes checking size of time_t... 4 checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... (cached) yes checking for convertible type of time_t... LONG checking for prototypes... yes checking token paste string... ansi checking stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... yes checking for variable length macro... yes checking for noreturn function attribute... __attribute__ ((noreturn)) x checking for deprecated function attribute... __attribute__ ((deprecated)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for stdcall function attribute... x checking for cdecl function attribute... x checking for fastcall function attribute... x checking for function alias... no checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking whether Mac OS X 10.5 or later... yes checking for broken crypt with 8bit chars... yes checking for crypt in -lcrypt... (cached) no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for socketpair in -lsocket... no checking for clock_gettime in -lrt... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syscall.h usability... no checking syscall.h presence... no checking for syscall.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking a.out.h usability... no checking a.out.h presence... no checking for a.out.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking xti.h usability... no checking xti.h presence... no checking for xti.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for ucontext.h... (cached) no checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for net/socket.h... (cached) no checking for sys/socket.h... (cached) yes checking for rlim_t... yes checking size of rlim_t... 8 checking for size_t... yes checking for size_t... (cached) yes checking size of size_t... 4 checking for ptrdiff_t... yes checking size of ptrdiff_t... 4 checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... 8 checking size of struct stat.st_blocks... 8 checking for struct stat.st_atim... no checking for struct stat.st_atimespec... yes checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... no checking for struct stat.st_mtimespec... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... no checking for struct stat.st_ctimespec... yes checking for struct stat.st_ctimensec... no checking for struct timespec... yes checking for fd_mask... yes checking for int8_t... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... no checking for uint128_t... no checking for intptr_t... yes checking for intptr_t... yes checking size of intptr_t... 4 checking for uintptr_t... yes checking for uintptr_t... yes checking size of uintptr_t... 4 checking for ssize_t... yes checking for ssize_t... yes checking size of ssize_t... 4 checking for stack end address... no checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... (cached) gid_t checking return type of signal handlers... void checking for working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for dup2... yes checking for memmove... yes checking for strerror... yes checking for strchr... yes checking for strstr... yes checking for crypt... yes checking for flock... yes checking for vsnprintf... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for tgamma... yes checking for lgamma_r... yes checking for cbrt... yes checking for strlcpy... yes checking for strlcat... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for fork... yes checking for spawnv... no checking for syscall... yes checking for chroot... yes checking for fsync... yes checking for getcwd... yes checking for eaccess... no checking for truncate... yes checking for ftruncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for utimensat... no checking for fcntl... yes checking for lockf... yes checking for lstat... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for readdir_r... yes checking for setitimer... yes checking for setruid... yes checking for seteuid... yes checking for setreuid... yes checking for setresuid... no checking for setproctitle... no checking for socketpair... yes checking for setrgid... yes checking for setegid... yes checking for setregid... yes checking for setresgid... no checking for issetugid... yes checking for pause... yes checking for lchown... yes checking for lchmod... yes checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for setrlimit... yes checking for sysconf... yes checking for group_member... no checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for snprintf... yes checking for setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for log2... yes checking for round... yes checking for signbit... no checking for setuid... yes checking for setgid... yes checking for daemon... (cached) no checking for select_large_fdset... no checking for setenv... yes checking for unsetenv... yes checking for mktime... yes checking for timegm... yes checking for gmtime_r... yes checking for clock_gettime... no checking for gettimeofday... yes checking for pread... yes checking for sendfile... yes checking for shutdown... yes checking for sigaltstack... yes checking for __builtin_setjmp... no checking for setjmp type... _setjmp checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for external timezone... long checking for external altzone... no checking for timezone... yes checking whether timezone requires zero arguments... yes checking for negative time_t for gmtime(3)... yes checking whether getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... _r checking read buffer ptr field in FILE structures... _p checking size of struct stat.st_ino... SIZEOF_LONG checking whether _SC_CLK_TCK is supported... yes checking stack growing direction... -1 checking for pthread_kill in -lthr... no checking for pthread_kill in -lpthread... yes checking for nanosleep... yes checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking if fork works with pthread... yes checking for backtrace... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking whether ELF binaries are produced... no checking whether OS depend dynamic link works... find: /usr/local/include: No such file or directory yes checking for if make is GNU make... yes In file included from conftest.c:3: version.h:30:23: error: revision.h: No such file or directory checking for nroff... /usr/bin/nroff creating config.h ruby library version = 1.9.1 configure: creating ./config.status config.status: creating Makefile == miniruby # 2009-05-26T03:44:44+09:00 + gmake miniruby gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c main.c: In function 'objcdummyfunction': main.c:19: warning: implicit declaration of function 'objc_msgSend' main.c: At top level: main.c:19: warning: 'objcdummyfunction' defined but not used gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln.o -c dln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmydln.o -c dmydln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyencoding.o -c dmyencoding.c In file included from dmyencoding.c:2: encoding.c:1094: warning: missing initializer encoding.c:1094: warning: (near initialization for 'default_external.enc') encoding.c:1154: warning: missing initializer encoding.c:1154: warning: (near initialization for 'default_internal.enc') ruby -I. ./tool/compile_prelude.rb ./prelude.rb miniprelude.c bison -d -o y.tab.c parse.y sed -f ./tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new parse.h updated ruby ./tool/generic_erb.rb --output=id.h \ ./template/id.h.tmpl --vpath=.ext/include/powerpc-darwin9.6.0/ruby:./include/ruby:./enc:./missing parse.h id.h updated gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o miniprelude.o -c miniprelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o array.o -c array.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o bignum.o -c bignum.c bignum.c: In function 'bigfixize': bignum.c:200: warning: comparison between signed and unsigned bignum.c: In function 'rb_uint2big': bignum.c:246: warning: comparison between signed and unsigned bignum.c: In function 'rb_quad_unpack': bignum.c:341: warning: comparison between signed and unsigned bignum.c: In function 'rb_cstr_to_inum': bignum.c:532: warning: comparison between signed and unsigned bignum.c: In function 'rb_ull2big': bignum.c:642: warning: comparison between signed and unsigned bignum.c: In function 'big2ulong': bignum.c:1020: warning: comparison between signed and unsigned bignum.c: In function 'rb_big_aref': bignum.c:2878: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o class.o -c class.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compar.o -c compar.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o complex.o -c complex.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dir.o -c dir.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enum.o -c enum.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enumerator.o -c enumerator.c ruby ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def known_errors.inc updated gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o error.o -c error.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o eval.o -c eval.c eval.c: In function 'ruby_cleanup': eval.c:160: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o load.o -c load.c load.c: In function 'rb_require_safe': load.c:546: warning: argument 'fname' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o proc.o -c proc.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o file.o -c file.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o gc.o -c gc.c gc.c:367: warning: missing initializer gc.c:367: warning: (near initialization for 'rb_objspace.malloc_params.increase') gc.c:367: warning: missing initializer gc.c:367: warning: (near initialization for 'rb_objspace.heap.ptr') gc.c:367: warning: missing initializer gc.c:367: warning: (near initialization for 'rb_objspace.remembered_set') gc.c: In function 'assign_heap_slot': gc.c:904: warning: comparison between signed and unsigned gc.c: In function 'clear_mark_longlife_heaps': gc.c:2191: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o hash.o -c hash.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o inits.o -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c marshal.c: In function 'w_long': marshal.c:248: warning: comparison between signed and unsigned marshal.c: In function 'r_long': marshal.c:991: warning: comparison between signed and unsigned marshal.c:1002: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o math.o -c math.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o numeric.o -c numeric.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o object.o -c object.c object.c: In function 'rb_str_to_dbl': object.c:2233: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o pack.o -c pack.c pack.c: In function 'pack_unpack': pack.c:1956: warning: comparison between signed and unsigned pack.c:1996: warning: comparison between signed and unsigned + cp ./lex.c.blt lex.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o parse.o -c parse.c In file included from parse.y:23: id.h:109:5: warning: "SUPPORT_JOKE" is not defined id.h:115:5: warning: "SUPPORT_JOKE" is not defined In file included from parse.y:41: id.c:43:5: warning: "SUPPORT_JOKE" is not defined In file included from parse.y:6022: defs/keywords: In function 'reserved_word': defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[0].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[1].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[2].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[3].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[4].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[5].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[6].id') defs/keywords:87: warning: missing initializer defs/keywords:87: warning: (near initialization for 'wordlist[7].id') defs/keywords:22: warning: missing initializer defs/keywords:22: warning: (near initialization for 'wordlist[48].id') defs/keywords:22: warning: missing initializer defs/keywords:22: warning: (near initialization for 'wordlist[49].id') parse.y: In function 'logop_gen': parse.y:8612: warning: comparison between signed and unsigned parse.y:8614: warning: comparison between signed and unsigned parse.y: At top level: parse.y:9136: warning: missing initializer parse.y:9136: warning: (near initialization for 'global_symbols.sym_id') parse.y: In function 'rb_intern3': parse.y:9387: warning: comparison between signed and unsigned parse.y: In function 'rb_id2str': parse.y:9496: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o process.o -c process.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o random.o -c random.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o range.o -c range.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o rational.o -c rational.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o re.o -c re.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regcomp.o -c regcomp.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regenc.o -c regenc.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regerror.o -c regerror.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regexec.o -c regexec.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regparse.o -c regparse.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regsyntax.o -c regsyntax.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ruby.o -c ruby.c ruby.c:995:5: warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined ruby.c:1010:5: warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o safe.o -c safe.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o signal.o -c signal.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o sprintf.o -c sprintf.c sprintf.c: In function 'rb_str_format': sprintf.c:825: warning: format not a string literal, argument types not checked sprintf.c:834: warning: format not a string literal, argument types not checked sprintf.c:1042: warning: format not a string literal, argument types not checked gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o st.o -c st.c st.c: In function 'st_insert': st.c:395: warning: comparison between signed and unsigned st.c: In function 'st_add_direct': st.c:426: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o strftime.o -c strftime.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o string.o -c string.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o struct.o -c struct.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o time.o -c time.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o transcode.o -c transcode.c transcode.c: In function 'transcode_char_start': transcode.c:412: warning: comparison between signed and unsigned transcode.c:414: warning: comparison between signed and unsigned transcode.c: In function 'transcode_restartable0': transcode.c:515: warning: comparison between signed and unsigned transcode.c:520: warning: comparison between signed and unsigned transcode.c:548: warning: comparison between signed and unsigned transcode.c:554: warning: comparison between signed and unsigned transcode.c:558: warning: comparison between signed and unsigned transcode.c:566: warning: comparison between signed and unsigned transcode.c:569: warning: comparison between signed and unsigned transcode.c:570: warning: comparison between signed and unsigned transcode.c:573: warning: comparison between signed and unsigned transcode.c:574: warning: comparison between signed and unsigned transcode.c:575: warning: comparison between signed and unsigned transcode.c:578: warning: comparison between signed and unsigned transcode.c:579: warning: comparison between signed and unsigned transcode.c:580: warning: comparison between signed and unsigned transcode.c:581: warning: comparison between signed and unsigned transcode.c:584: warning: comparison between signed and unsigned transcode.c:585: warning: comparison between signed and unsigned transcode.c:586: warning: comparison between signed and unsigned transcode.c:587: warning: comparison between signed and unsigned transcode.c:592: warning: comparison between signed and unsigned transcode.c:608: warning: comparison between signed and unsigned transcode.c:615: warning: comparison between signed and unsigned transcode.c:615: warning: comparison between signed and unsigned transcode.c:618: warning: comparison between signed and unsigned transcode.c:619: warning: comparison between signed and unsigned transcode.c:627: warning: comparison between signed and unsigned transcode.c:638: warning: comparison between signed and unsigned transcode.c:638: warning: comparison between signed and unsigned transcode.c:641: warning: comparison between signed and unsigned transcode.c:642: warning: comparison between signed and unsigned transcode.c:650: warning: comparison between signed and unsigned transcode.c:653: warning: comparison between signed and unsigned transcode.c:676: warning: comparison between signed and unsigned transcode.c:680: warning: comparison between signed and unsigned transcode.c:684: warning: comparison between signed and unsigned transcode.c:690: warning: comparison between signed and unsigned transcode.c:697: warning: comparison between signed and unsigned transcode.c:697: warning: comparison between signed and unsigned transcode.c:700: warning: comparison between signed and unsigned transcode.c:701: warning: comparison between signed and unsigned transcode.c:706: warning: comparison between signed and unsigned transcode.c: In function 'transcode_restartable': transcode.c:727: warning: comparison between signed and unsigned transcode.c:732: warning: comparison between signed and unsigned transcode.c: In function 'rb_transcoding_open_by_transcoder': transcode.c:759: warning: comparison between signed and unsigned transcode.c:762: warning: comparison between signed and unsigned transcode.c: In function 'rb_transcoding_close': transcode.c:789: warning: comparison between signed and unsigned transcode.c:791: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_convert0': transcode.c:1321: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_insert_output': transcode.c:1628: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_putback': transcode.c:1676: warning: comparison between signed and unsigned transcode.c: In function 'transcode_restartable0': transcode.c:544: warning: 'pend' may be used uninitialized in this function gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o util.o -c util.c util.c: In function 'ruby_qsort': util.c:497: warning: comparison between signed and unsigned util.c:514: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o variable.o -c variable.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o version.o -c version.c ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." insns_info.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." optinsn.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compile.o -c compile.c compile.c: In function 'rb_iseq_compile_node': compile.c:422: warning: missing initializer compile.c:422: warning: (near initialization for 'ret_body__.anchor.next') compile.c:422: warning: missing initializer compile.c:422: warning: (near initialization for 'ret_body__.last') compile.c: In function 'compile_array_': compile.c:2241: warning: missing initializer compile.c:2241: warning: (near initialization for 'anchor_body__.anchor.next') compile.c:2241: warning: missing initializer compile.c:2241: warning: (near initialization for 'anchor_body__.last') compile.c: In function 'compile_massign_lhs': compile.c:2363: warning: missing initializer compile.c:2363: warning: (near initialization for 'anchor_body__.anchor.next') compile.c:2363: warning: missing initializer compile.c:2363: warning: (near initialization for 'anchor_body__.last') compile.c:2371: warning: missing initializer compile.c:2371: warning: (near initialization for 'anchor_body__.anchor.next') compile.c:2371: warning: missing initializer compile.c:2371: warning: (near initialization for 'anchor_body__.last') compile.c: In function 'compile_massign': compile.c:2466: warning: missing initializer compile.c:2466: warning: (near initialization for 'lhsseq_body__.anchor.next') compile.c:2466: warning: missing initializer compile.c:2466: warning: (near initialization for 'lhsseq_body__.last') compile.c: In function 'add_ensure_iseq': compile.c:2821: warning: missing initializer compile.c:2821: warning: (near initialization for 'ensure_body__.anchor.next') compile.c:2821: warning: missing initializer compile.c:2821: warning: (near initialization for 'ensure_body__.last') compile.c:2826: warning: missing initializer compile.c:2826: warning: (near initialization for 'ensure_part_body__.anchor.next') compile.c:2826: warning: missing initializer compile.c:2826: warning: (near initialization for 'ensure_part_body__.last') compile.c: In function 'setup_args': compile.c:2855: warning: missing initializer compile.c:2855: warning: (near initialization for 'arg_block_body__.anchor.next') compile.c:2855: warning: missing initializer compile.c:2855: warning: (near initialization for 'arg_block_body__.last') compile.c:2856: warning: missing initializer compile.c:2856: warning: (near initialization for 'args_splat_body__.anchor.next') compile.c:2856: warning: missing initializer compile.c:2856: warning: (near initialization for 'args_splat_body__.last') compile.c:2879: warning: missing initializer compile.c:2879: warning: (near initialization for 'tmp_body__.anchor.next') compile.c:2879: warning: missing initializer compile.c:2879: warning: (near initialization for 'tmp_body__.last') compile.c: In function 'iseq_compile_each': compile.c:2979: warning: missing initializer compile.c:2979: warning: (near initialization for 'cond_seq_body__.anchor.next') compile.c:2979: warning: missing initializer compile.c:2979: warning: (near initialization for 'cond_seq_body__.last') compile.c:2980: warning: missing initializer compile.c:2980: warning: (near initialization for 'then_seq_body__.anchor.next') compile.c:2980: warning: missing initializer compile.c:2980: warning: (near initialization for 'then_seq_body__.last') compile.c:2981: warning: missing initializer compile.c:2981: warning: (near initialization for 'else_seq_body__.anchor.next') compile.c:2981: warning: missing initializer compile.c:2981: warning: (near initialization for 'else_seq_body__.last') compile.c:3013: warning: missing initializer compile.c:3013: warning: (near initialization for 'head_body__.anchor.next') compile.c:3013: warning: missing initializer compile.c:3013: warning: (near initialization for 'head_body__.last') compile.c:3014: warning: missing initializer compile.c:3014: warning: (near initialization for 'body_seq_body__.anchor.next') compile.c:3014: warning: missing initializer compile.c:3014: warning: (near initialization for 'body_seq_body__.last') compile.c:3015: warning: missing initializer compile.c:3015: warning: (near initialization for 'cond_seq_body__.anchor.next') compile.c:3015: warning: missing initializer compile.c:3015: warning: (near initialization for 'cond_seq_body__.last') compile.c:3111: warning: missing initializer compile.c:3111: warning: (near initialization for 'body_seq_body__.anchor.next') compile.c:3111: warning: missing initializer compile.c:3111: warning: (near initialization for 'body_seq_body__.last') compile.c:3586: warning: missing initializer compile.c:3586: warning: (near initialization for 'ensr_body__.anchor.next') compile.c:3586: warning: missing initializer compile.c:3586: warning: (near initialization for 'ensr_body__.last') compile.c:3736: warning: missing initializer compile.c:3736: warning: (near initialization for 'args_body__.anchor.next') compile.c:3736: warning: missing initializer compile.c:3736: warning: (near initialization for 'args_body__.last') compile.c:3971: warning: missing initializer compile.c:3971: warning: (near initialization for 'recv_body__.anchor.next') compile.c:3971: warning: missing initializer compile.c:3971: warning: (near initialization for 'recv_body__.last') compile.c:3972: warning: missing initializer compile.c:3972: warning: (near initialization for 'args_body__.anchor.next') compile.c:3972: warning: missing initializer compile.c:3972: warning: (near initialization for 'args_body__.last') compile.c:4070: warning: missing initializer compile.c:4070: warning: (near initialization for 'args_body__.anchor.next') compile.c:4070: warning: missing initializer compile.c:4070: warning: (near initialization for 'args_body__.last') compile.c:4175: warning: missing initializer compile.c:4175: warning: (near initialization for 'list_body__.anchor.next') compile.c:4175: warning: missing initializer compile.c:4175: warning: (near initialization for 'list_body__.last') compile.c:4242: warning: missing initializer compile.c:4242: warning: (near initialization for 'args_body__.anchor.next') compile.c:4242: warning: missing initializer compile.c:4242: warning: (near initialization for 'args_body__.last') compile.c:4351: warning: missing initializer compile.c:4351: warning: (near initialization for 'recv_body__.anchor.next') compile.c:4351: warning: missing initializer compile.c:4351: warning: (near initialization for 'recv_body__.last') compile.c:4352: warning: missing initializer compile.c:4352: warning: (near initialization for 'val_body__.anchor.next') compile.c:4352: warning: missing initializer compile.c:4352: warning: (near initialization for 'val_body__.last') compile.c:4627: warning: missing initializer compile.c:4627: warning: (near initialization for 'pref_body__.anchor.next') compile.c:4627: warning: missing initializer compile.c:4627: warning: (near initialization for 'pref_body__.last') compile.c:4628: warning: missing initializer compile.c:4628: warning: (near initialization for 'body_body__.anchor.next') compile.c:4628: warning: missing initializer compile.c:4628: warning: (near initialization for 'body_body__.last') compile.c:4841: warning: missing initializer compile.c:4841: warning: (near initialization for 'recv_body__.anchor.next') compile.c:4841: warning: missing initializer compile.c:4841: warning: (near initialization for 'recv_body__.last') compile.c:4842: warning: missing initializer compile.c:4842: warning: (near initialization for 'args_body__.anchor.next') compile.c:4842: warning: missing initializer compile.c:4842: warning: (near initialization for 'args_body__.last') compile.c: In function 'rb_iseq_build_from_ary': compile.c:5305: warning: missing initializer compile.c:5305: warning: (near initialization for 'anchor_body__.anchor.next') compile.c:5305: warning: missing initializer compile.c:5305: warning: (near initialization for 'anchor_body__.last') gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o debug.o -c debug.c ruby -n ./tool/node_name.rb node.h > node_name.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o iseq.o -c iseq.c iseq.c:248: warning: missing initializer iseq.c:248: warning: (near initialization for 'COMPILE_OPTION_DEFAULT.debug_level') iseq.c:249: warning: missing initializer iseq.c:249: warning: (near initialization for 'COMPILE_OPTION_FALSE.peephole_optimization') iseq.c: In function 'rb_iseq_disasm': iseq.c:944: warning: comparison between signed and unsigned iseq.c: In function 'rb_iseq_build_for_ruby2cext': iseq.c:1387: warning: comparison between signed and unsigned ruby -Ks ./tool/insns2vm.rb --srcdir="." vmtc.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." vm.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm.o -c vm.c In file included from vm.c:21: vm_insnhelper.c: In function 'vm_setup_method': vm_insnhelper.c:447: warning: format '%zd' expects type 'signed size_t', but argument 2 has type 'int' vm_insnhelper.c: In function 'vm_method_search': vm_insnhelper.c:1168: warning: comparison between signed and unsigned vm_insnhelper.c: In function 'vm_expandarray': vm_insnhelper.c:1423: warning: comparison between signed and unsigned vm_insnhelper.c:1424: warning: comparison between signed and unsigned vm_insnhelper.c:1428: warning: comparison between signed and unsigned vm_insnhelper.c:1441: warning: comparison between signed and unsigned vm_insnhelper.c:1443: warning: comparison between signed and unsigned vm_insnhelper.c:1451: warning: comparison between signed and unsigned In file included from vm.c:22: vm_exec.h:63:7: warning: "DISPATCH_XXX" is not defined vm_exec.h:98:18: warning: "__i386__" is not defined vm_exec.h:98:30: warning: "__x86_64__" is not defined In file included from vm.c:23: vm_exec.c:17:19: warning: "__x86_64__" is not defined vm_exec.c:20:19: warning: "__i386__" is not defined vm_exec.c:52:17: warning: "__i386__" is not defined vm_exec.c:57:19: warning: "__x86_64__" is not defined vm_exec.c:67:5: warning: "USE_MACHINE_REGS" is not defined In file included from vm_exec.c:106, from vm.c:23: insns.def: In function 'vm_exec_core': insns.def:118: warning: comparison between signed and unsigned insns.def:139: warning: comparison between signed and unsigned insns.def:429: warning: comparison between signed and unsigned insns.def:657: warning: comparison between signed and unsigned insns.def:1181: warning: comparison between signed and unsigned vm.c:1875:5: warning: "OPT_BASIC_OPERATIONS" is not defined gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm_dump.o -c vm_dump.c vm_dump.c:239:5: warning: "VMDEBUG" is not defined vm_dump.c:372:5: warning: "VMDEBUG" is not defined vm_dump.c:385:5: warning: "VMDEBUG" is not defined vm_dump.c:389:5: warning: "VMDEBUG" is not defined vm_dump.c:395:5: warning: "VMDEBUG" is not defined gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o thread.o -c thread.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o cont.o -c cont.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ascii.o -c ./enc/ascii.c ./enc/ascii.c:49: warning: missing initializer ./enc/ascii.c:49: warning: (near initialization for 'OnigEncodingASCII.ruby_encoding_index') gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o us_ascii.o -c ./enc/us_ascii.c ./enc/us_ascii.c:28: warning: missing initializer ./enc/us_ascii.c:28: warning: (near initialization for 'OnigEncodingUS_ASCII.ruby_encoding_index') gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o unicode.o -c ./enc/unicode.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o utf_8.o -c ./enc/utf_8.c ./enc/utf_8.c:444: warning: missing initializer ./enc/utf_8.c:444: warning: (near initialization for 'OnigEncodingUTF_8.ruby_encoding_index') ruby "./tool/transcode-tblgen.rb" -vo newline.c ./enc/trans/newline.trans generating newline.c ... converter for universal_newline converter for crlf_newline converter for cr_newline done. gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o newline.o -c newline.c newline.c:152: warning: missing initializer newline.c:152: warning: (near initialization for 'rb_universal_newline.resetsize_func') newline.c:164: warning: missing initializer newline.c:164: warning: (near initialization for 'rb_crlf_newline.finish_func') newline.c:176: warning: missing initializer newline.c:176: warning: (near initialization for 'rb_cr_newline.finish_func') gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o alloca.o -c ./missing/alloca.c ./missing/alloca.c:146: warning: conflicting types for built-in function 'alloca' ./missing/alloca.c:29: warning: 'SCCSid' defined but not used gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyext.o -c dmyext.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -L. main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o dmyext.o -lpthread -ldl -lobjc -o miniruby == version # 2009-05-26T03:47:49+09:00 + ./miniruby -v ruby 1.9.2dev (2009-05-26) [powerpc-darwin9.6.0] == btest # 2009-05-26T03:47:49+09:00 + gmake btest 'OPTS=-v -q' ruby "./bootstraptest/runner.rb" --ruby="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " -v -q test_attr.rb #1 test_attr.rb:1 .#2 test_attr.rb:27 . test_autoload.rb #3 test_autoload.rb:1 .#4 test_autoload.rb:7 .#5 test_autoload.rb:14 .#6 test_autoload.rb:20 .#7 test_autoload.rb:27 .#8 test_autoload.rb:34 .#9 test_autoload.rb:41 .#10 test_autoload.rb:47 .#11 test_autoload.rb:54 .#12 test_autoload.rb:62 .#13 test_autoload.rb:70 . test_block.rb #14 test_block.rb:1 .#15 test_block.rb:10 .#16 test_block.rb:13 .#17 test_block.rb:22 .#18 test_block.rb:29 .#19 test_block.rb:36 .#20 test_block.rb:43 .#21 test_block.rb:52 .#22 test_block.rb:61 .#23 test_block.rb:64 .#24 test_block.rb:69 .#25 test_block.rb:81 .#26 test_block.rb:95 .#27 test_block.rb:109 .#28 test_block.rb:120 .#29 test_block.rb:132 .#30 test_block.rb:151 .#31 test_block.rb:170 .#32 test_block.rb:178 .#33 test_block.rb:186 .#34 test_block.rb:196 .#35 test_block.rb:207 .#36 test_block.rb:217 .#37 test_block.rb:227 .#38 test_block.rb:243 .#39 test_block.rb:252 .#40 test_block.rb:261 .#41 test_block.rb:270 .#42 test_block.rb:279 .#43 test_block.rb:287 .#44 test_block.rb:297 .#45 test_block.rb:307 .#46 test_block.rb:315 .#47 test_block.rb:320 .#48 test_block.rb:329 .#49 test_block.rb:339 .#50 test_block.rb:368 .#51 test_block.rb:375 .#52 test_block.rb:382 .#53 test_block.rb:389 .#54 test_block.rb:396 .#55 test_block.rb:414 .#56 test_block.rb:420 .#57 test_block.rb:426 .#58 test_block.rb:435 .#59 test_block.rb:444 .#60 test_block.rb:464 .#61 test_block.rb:467 .#62 test_block.rb:476 .#63 test_block.rb:480 .#64 test_block.rb:489 .#65 test_block.rb:498 .#66 test_block.rb:507 .#67 test_block.rb:519 .#68 test_block.rb:566 . test_class.rb #69 test_class.rb:2 .#70 test_class.rb:4 .#71 test_class.rb:6 .#72 test_class.rb:8 .#73 test_class.rb:10 .#74 test_class.rb:12 .#75 test_class.rb:16 .#76 test_class.rb:19 .#77 test_class.rb:22 .#78 test_class.rb:25 .#79 test_class.rb:28 .#80 test_class.rb:31 .#81 test_class.rb:36 .#82 test_class.rb:38 .#83 test_class.rb:40 .#84 test_class.rb:42 .#85 test_class.rb:47 .#86 test_class.rb:50 .#87 test_class.rb:53 .#88 test_class.rb:56 .#89 test_class.rb:59 .#90 test_class.rb:63 .#91 test_class.rb:67 .#92 test_class.rb:71 .#93 test_class.rb:75 .#94 test_class.rb:79 .#95 test_class.rb:83 .#96 test_class.rb:89 .#97 test_class.rb:92 .#98 test_class.rb:95 .#99 test_class.rb:97 .#100 test_class.rb:99 .#101 test_class.rb:103 .#102 test_class.rb:104 .#103 test_class.rb:105 .#104 test_class.rb:106 .#105 test_class.rb:107 .#106 test_class.rb:108 .#107 test_class.rb:109 .#108 test_class.rb:112 .#109 test_class.rb:113 .#110 test_class.rb:116 .#111 test_class.rb:134 .#112 test_class.rb:148 . test_eval.rb #113 test_eval.rb:1 .#114 test_eval.rb:9 .#115 test_eval.rb:18 .#116 test_eval.rb:32 .#117 test_eval.rb:42 .#118 test_eval.rb:54 .#119 test_eval.rb:65 .#120 test_eval.rb:73 .#121 test_eval.rb:81 .#122 test_eval.rb:84 .#123 test_eval.rb:87 .#124 test_eval.rb:91 .#125 test_eval.rb:96 .#126 test_eval.rb:101 .#127 test_eval.rb:106 .#128 test_eval.rb:111 .#129 test_eval.rb:119 .#130 test_eval.rb:128 .#131 test_eval.rb:140 .#132 test_eval.rb:152 .#133 test_eval.rb:173 .#134 test_eval.rb:193 .#135 test_eval.rb:193 .#136 test_eval.rb:193 .#137 test_eval.rb:210 .#138 test_eval.rb:212 .#139 test_eval.rb:231 .#140 test_eval.rb:240 .#141 test_eval.rb:250 .#142 test_eval.rb:258 .#143 test_eval.rb:266 .#144 test_eval.rb:276 .#145 test_eval.rb:288 .#146 test_eval.rb:290 . test_exception.rb #147 test_exception.rb:1 .#148 test_exception.rb:8 .#149 test_exception.rb:20 .#150 test_exception.rb:37 .#151 test_exception.rb:47 .#152 test_exception.rb:58 .#153 test_exception.rb:61 .#154 test_exception.rb:68 .#155 test_exception.rb:78 .#156 test_exception.rb:95 .#157 test_exception.rb:111 .#158 test_exception.rb:128 .#159 test_exception.rb:135 .#160 test_exception.rb:144 .#161 test_exception.rb:151 .#162 test_exception.rb:160 .#163 test_exception.rb:173 .#164 test_exception.rb:190 .#165 test_exception.rb:205 .#166 test_exception.rb:232 .#167 test_exception.rb:257 .#168 test_exception.rb:276 .#169 test_exception.rb:283 .#170 test_exception.rb:296 .#171 test_exception.rb:305 .#172 test_exception.rb:314 .#173 test_exception.rb:323 .#174 test_exception.rb:334 .#175 test_exception.rb:352 .#176 test_exception.rb:362 .#177 test_exception.rb:373 .#178 test_exception.rb:388 . test_finalizer.rb #179 test_finalizer.rb:8 . test_flip.rb #180 test_flip.rb:1 . test_flow.rb #181 test_flow.rb:1 .#182 test_flow.rb:10 .#183 test_flow.rb:19 .#184 test_flow.rb:24 .#185 test_flow.rb:37 .#186 test_flow.rb:43 .#187 test_flow.rb:49 .#188 test_flow.rb:58 .#189 test_flow.rb:69 .#190 test_flow.rb:81 .#191 test_flow.rb:93 .#192 test_flow.rb:103 .#193 test_flow.rb:113 .#194 test_flow.rb:125 .#195 test_flow.rb:141 .#196 test_flow.rb:159 .#197 test_flow.rb:175 .#198 test_flow.rb:193 .#199 test_flow.rb:203 .#200 test_flow.rb:215 .#201 test_flow.rb:227 .#202 test_flow.rb:234 .#203 test_flow.rb:239 .#204 test_flow.rb:249 .#205 test_flow.rb:259 .#206 test_flow.rb:272 .#207 test_flow.rb:279 .#208 test_flow.rb:287 .#209 test_flow.rb:297 .#210 test_flow.rb:305 .#211 test_flow.rb:315 .#212 test_flow.rb:323 .#213 test_flow.rb:333 .#214 test_flow.rb:343 .#215 test_flow.rb:356 .#216 test_flow.rb:365 .#217 test_flow.rb:374 .#218 test_flow.rb:384 .#219 test_flow.rb:395 .#220 test_flow.rb:409 .#221 test_flow.rb:428 .#222 test_flow.rb:449 .#223 test_flow.rb:470 .#224 test_flow.rb:494 . test_fork.rb #225 test_fork.rb:1 .#226 test_fork.rb:12 . test_io.rb #227 test_io.rb:1 .#228 test_io.rb:11 .#229 test_io.rb:30 .#230 test_io.rb:40 .#231 test_io.rb:56 .#232 test_io.rb:75 .#233 test_io.rb:93 .#234 test_io.rb:93 .#235 test_io.rb:93 .#236 test_io.rb:93 .#237 test_io.rb:93 .#238 test_io.rb:93 .#239 test_io.rb:93 .#240 test_io.rb:93 .#241 test_io.rb:93 .#242 test_io.rb:93 .#243 test_io.rb:93 .#244 test_io.rb:93 .#245 test_io.rb:93 .#246 test_io.rb:93 .#247 test_io.rb:93 .#248 test_io.rb:93 .#249 test_io.rb:93 .#250 test_io.rb:93 .#251 test_io.rb:93 .#252 test_io.rb:93 .#253 test_io.rb:93 .#254 test_io.rb:93 .#255 test_io.rb:93 .#256 test_io.rb:93 .#257 test_io.rb:93 .#258 test_io.rb:93 .#259 test_io.rb:93 .#260 test_io.rb:93 .#261 test_io.rb:93 .#262 test_io.rb:93 .#263 test_io.rb:93 .#264 test_io.rb:93 .#265 test_io.rb:93 .#266 test_io.rb:93 .#267 test_io.rb:93 .#268 test_io.rb:93 .#269 test_io.rb:93 .#270 test_io.rb:93 .#271 test_io.rb:93 .#272 test_io.rb:93 .#273 test_io.rb:93 .#274 test_io.rb:93 .#275 test_io.rb:93 .#276 test_io.rb:93 .#277 test_io.rb:93 .#278 test_io.rb:93 .#279 test_io.rb:93 .#280 test_io.rb:93 .#281 test_io.rb:93 .#282 test_io.rb:93 .#283 test_io.rb:100 . test_jump.rb #284 test_jump.rb:1 .#285 test_jump.rb:20 .#286 test_jump.rb:25 .#287 test_jump.rb:30 .#288 test_jump.rb:35 .#289 test_jump.rb:40 .#290 test_jump.rb:45 .#291 test_jump.rb:52 .#292 test_jump.rb:59 .#293 test_jump.rb:67 .#294 test_jump.rb:77 .#295 test_jump.rb:99 .#296 test_jump.rb:111 .#297 test_jump.rb:126 .#298 test_jump.rb:135 .#299 test_jump.rb:149 .#300 test_jump.rb:160 .#301 test_jump.rb:166 .#302 test_jump.rb:182 .#303 test_jump.rb:200 .#304 test_jump.rb:211 .#305 test_jump.rb:222 .#306 test_jump.rb:233 .#307 test_jump.rb:241 .#308 test_jump.rb:261 . test_literal.rb #309 test_literal.rb:2 .#310 test_literal.rb:3 .#311 test_literal.rb:4 .#312 test_literal.rb:7 .#313 test_literal.rb:8 .#314 test_literal.rb:9 .#315 test_literal.rb:10 .#316 test_literal.rb:11 .#317 test_literal.rb:12 .#318 test_literal.rb:13 .#319 test_literal.rb:14 .#320 test_literal.rb:15 .#321 test_literal.rb:16 .#322 test_literal.rb:17 .#323 test_literal.rb:18 .#324 test_literal.rb:19 .#325 test_literal.rb:20 .#326 test_literal.rb:21 .#327 test_literal.rb:22 .#328 test_literal.rb:23 .#329 test_literal.rb:24 .#330 test_literal.rb:25 .#331 test_literal.rb:26 .#332 test_literal.rb:27 .#333 test_literal.rb:28 .#334 test_literal.rb:29 .#335 test_literal.rb:30 .#336 test_literal.rb:33 .#337 test_literal.rb:34 .#338 test_literal.rb:37 .#339 test_literal.rb:38 .#340 test_literal.rb:39 .#341 test_literal.rb:40 .#342 test_literal.rb:41 .#343 test_literal.rb:42 .#344 test_literal.rb:43 .#345 test_literal.rb:44 .#346 test_literal.rb:45 .#347 test_literal.rb:46 .#348 test_literal.rb:47 .#349 test_literal.rb:48 .#350 test_literal.rb:49 .#351 test_literal.rb:50 .#352 test_literal.rb:51 .#353 test_literal.rb:52 .#354 test_literal.rb:53 .#355 test_literal.rb:54 .#356 test_literal.rb:55 .#357 test_literal.rb:58 .#358 test_literal.rb:59 .#359 test_literal.rb:60 .#360 test_literal.rb:63 .#361 test_literal.rb:64 .#362 test_literal.rb:65 .#363 test_literal.rb:68 .#364 test_literal.rb:69 .#365 test_literal.rb:72 .#366 test_literal.rb:73 .#367 test_literal.rb:74 .#368 test_literal.rb:75 .#369 test_literal.rb:76 .#370 test_literal.rb:77 .#371 test_literal.rb:78 .#372 test_literal.rb:79 .#373 test_literal.rb:80 .#374 test_literal.rb:81 .#375 test_literal.rb:82 .#376 test_literal.rb:83 .#377 test_literal.rb:86 .#378 test_literal.rb:87 .#379 test_literal.rb:90 .#380 test_literal.rb:91 .#381 test_literal.rb:92 .#382 test_literal.rb:93 .#383 test_literal.rb:94 .#384 test_literal.rb:95 .#385 test_literal.rb:96 .#386 test_literal.rb:97 .#387 test_literal.rb:98 .#388 test_literal.rb:99 .#389 test_literal.rb:100 .#390 test_literal.rb:101 .#391 test_literal.rb:102 .#392 test_literal.rb:103 .#393 test_literal.rb:104 .#394 test_literal.rb:105 .#395 test_literal.rb:106 .#396 test_literal.rb:107 .#397 test_literal.rb:108 .#398 test_literal.rb:109 .#399 test_literal.rb:110 .#400 test_literal.rb:111 .#401 test_literal.rb:112 .#402 test_literal.rb:113 .#403 test_literal.rb:114 .#404 test_literal.rb:115 .#405 test_literal.rb:116 .#406 test_literal.rb:117 .#407 test_literal.rb:118 .#408 test_literal.rb:122 .#409 test_literal.rb:123 .#410 test_literal.rb:124 .#411 test_literal.rb:125 .#412 test_literal.rb:126 .#413 test_literal.rb:127 .#414 test_literal.rb:128 .#415 test_literal.rb:129 .#416 test_literal.rb:130 .#417 test_literal.rb:131 .#418 test_literal.rb:134 .#419 test_literal.rb:135 .#420 test_literal.rb:136 .#421 test_literal.rb:137 .#422 test_literal.rb:138 .#423 test_literal.rb:139 .#424 test_literal.rb:140 .#425 test_literal.rb:141 .#426 test_literal.rb:142 .#427 test_literal.rb:143 .#428 test_literal.rb:144 .#429 test_literal.rb:145 .#430 test_literal.rb:146 .#431 test_literal.rb:147 .#432 test_literal.rb:148 .#433 test_literal.rb:149 .#434 test_literal.rb:150 .#435 test_literal.rb:151 .#436 test_literal.rb:152 .#437 test_literal.rb:153 .#438 test_literal.rb:154 .#439 test_literal.rb:155 .#440 test_literal.rb:156 .#441 test_literal.rb:157 .#442 test_literal.rb:158 .#443 test_literal.rb:159 .#444 test_literal.rb:160 .#445 test_literal.rb:161 .#446 test_literal.rb:162 .#447 test_literal.rb:163 .#448 test_literal.rb:164 .#449 test_literal.rb:165 .#450 test_literal.rb:166 .#451 test_literal.rb:167 .#452 test_literal.rb:169 .#453 test_literal.rb:170 .#454 test_literal.rb:174 .#455 test_literal.rb:186 .#456 test_literal.rb:194 . test_load.rb #457 test_load.rb:1 .#458 test_load.rb:17 . test_marshal.rb #459 test_marshal.rb:4 . test_massign.rb #460 test_massign.rb:1 .#461 test_massign.rb:2 .#462 test_massign.rb:4 .#463 test_massign.rb:5 .#464 test_massign.rb:6 .#465 test_massign.rb:7 .#466 test_massign.rb:8 .#467 test_massign.rb:16 .#468 test_massign.rb:43 .#469 test_massign.rb:48 .#470 test_massign.rb:53 .#471 test_massign.rb:58 .#472 test_massign.rb:63 .#473 test_massign.rb:68 .#474 test_massign.rb:73 .#475 test_massign.rb:78 .#476 test_massign.rb:83 .#477 test_massign.rb:88 .#478 test_massign.rb:93 .#479 test_massign.rb:98 .#480 test_massign.rb:103 .#481 test_massign.rb:108 .#482 test_massign.rb:113 .#483 test_massign.rb:118 .#484 test_massign.rb:123 .#485 test_massign.rb:128 .#486 test_massign.rb:133 .#487 test_massign.rb:138 .#488 test_massign.rb:143 .#489 test_massign.rb:148 .#490 test_massign.rb:153 .#491 test_massign.rb:158 .#492 test_massign.rb:165 .#493 test_massign.rb:177 . test_method.rb #494 test_method.rb:2 .#495 test_method.rb:3 .#496 test_method.rb:4 .#497 test_method.rb:5 .#498 test_method.rb:6 .#499 test_method.rb:15 .#500 test_method.rb:25 .#501 test_method.rb:26 .#502 test_method.rb:27 .#503 test_method.rb:28 .#504 test_method.rb:29 .#505 test_method.rb:30 .#506 test_method.rb:31 .#507 test_method.rb:32 .#508 test_method.rb:33 .#509 test_method.rb:34 .#510 test_method.rb:35 .#511 test_method.rb:36 .#512 test_method.rb:39 .#513 test_method.rb:40 .#514 test_method.rb:41 .#515 test_method.rb:42 .#516 test_method.rb:43 .#517 test_method.rb:44 .#518 test_method.rb:45 .#519 test_method.rb:46 .#520 test_method.rb:47 .#521 test_method.rb:48 .#522 test_method.rb:49 .#523 test_method.rb:50 .#524 test_method.rb:51 .#525 test_method.rb:52 .#526 test_method.rb:53 .#527 test_method.rb:54 .#528 test_method.rb:55 .#529 test_method.rb:58 .#530 test_method.rb:59 .#531 test_method.rb:60 .#532 test_method.rb:61 .#533 test_method.rb:62 .#534 test_method.rb:63 .#535 test_method.rb:64 .#536 test_method.rb:65 .#537 test_method.rb:66 .#538 test_method.rb:67 .#539 test_method.rb:68 .#540 test_method.rb:69 .#541 test_method.rb:70 .#542 test_method.rb:71 .#543 test_method.rb:72 .#544 test_method.rb:75 .#545 test_method.rb:76 .#546 test_method.rb:77 .#547 test_method.rb:78 .#548 test_method.rb:79 .#549 test_method.rb:80 .#550 test_method.rb:81 .#551 test_method.rb:82 .#552 test_method.rb:83 .#553 test_method.rb:84 .#554 test_method.rb:85 .#555 test_method.rb:86 .#556 test_method.rb:89 .#557 test_method.rb:90 .#558 test_method.rb:91 .#559 test_method.rb:92 .#560 test_method.rb:93 .#561 test_method.rb:94 .#562 test_method.rb:95 .#563 test_method.rb:96 .#564 test_method.rb:97 .#565 test_method.rb:98 .#566 test_method.rb:99 .#567 test_method.rb:100 .#568 test_method.rb:103 .#569 test_method.rb:106 .#570 test_method.rb:109 .#571 test_method.rb:114 .#572 test_method.rb:117 .#573 test_method.rb:118 .#574 test_method.rb:119 .#575 test_method.rb:120 .#576 test_method.rb:121 .#577 test_method.rb:128 .#578 test_method.rb:129 .#579 test_method.rb:130 .#580 test_method.rb:131 .#581 test_method.rb:132 .#582 test_method.rb:133 .#583 test_method.rb:134 .#584 test_method.rb:135 .#585 test_method.rb:136 .#586 test_method.rb:137 .#587 test_method.rb:144 .#588 test_method.rb:145 .#589 test_method.rb:146 .#590 test_method.rb:147 .#591 test_method.rb:148 .#592 test_method.rb:154 .#593 test_method.rb:157 .#594 test_method.rb:160 .#595 test_method.rb:166 .#596 test_method.rb:170 .#597 test_method.rb:176 .#598 test_method.rb:179 .#599 test_method.rb:184 .#600 test_method.rb:189 .#601 test_method.rb:194 .#602 test_method.rb:199 .#603 test_method.rb:207 .#604 test_method.rb:212 .#605 test_method.rb:220 .#606 test_method.rb:226 .#607 test_method.rb:233 .#608 test_method.rb:241 .#609 test_method.rb:247 .#610 test_method.rb:256 .#611 test_method.rb:262 .#612 test_method.rb:267 .#613 test_method.rb:273 .#614 test_method.rb:278 .#615 test_method.rb:287 .#616 test_method.rb:294 .#617 test_method.rb:302 .#618 test_method.rb:306 .#619 test_method.rb:310 .#620 test_method.rb:314 .#621 test_method.rb:318 .#622 test_method.rb:324 .#623 test_method.rb:326 .#624 test_method.rb:328 .#625 test_method.rb:330 .#626 test_method.rb:332 .#627 test_method.rb:334 .#628 test_method.rb:336 .#629 test_method.rb:338 .#630 test_method.rb:340 .#631 test_method.rb:344 .#632 test_method.rb:362 .#633 test_method.rb:378 .#634 test_method.rb:406 .#635 test_method.rb:413 .#636 test_method.rb:420 .#637 test_method.rb:427 .#638 test_method.rb:434 .#639 test_method.rb:441 .#640 test_method.rb:448 .#641 test_method.rb:455 .#642 test_method.rb:462 .#643 test_method.rb:469 .#644 test_method.rb:476 .#645 test_method.rb:483 .#646 test_method.rb:490 .#647 test_method.rb:497 .#648 test_method.rb:504 .#649 test_method.rb:511 .#650 test_method.rb:518 .#651 test_method.rb:525 .#652 test_method.rb:532 .#653 test_method.rb:672 .#654 test_method.rb:677 .#655 test_method.rb:682 .#656 test_method.rb:687 .#657 test_method.rb:692 .#658 test_method.rb:697 .#659 test_method.rb:702 .#660 test_method.rb:707 .#661 test_method.rb:713 .#662 test_method.rb:718 .#663 test_method.rb:723 .#664 test_method.rb:728 .#665 test_method.rb:733 .#666 test_method.rb:738 .#667 test_method.rb:743 .#668 test_method.rb:748 .#669 test_method.rb:753 .#670 test_method.rb:758 .#671 test_method.rb:763 .#672 test_method.rb:768 .#673 test_method.rb:773 .#674 test_method.rb:778 .#675 test_method.rb:784 .#676 test_method.rb:790 .#677 test_method.rb:796 .#678 test_method.rb:802 .#679 test_method.rb:807 .#680 test_method.rb:813 .#681 test_method.rb:819 .#682 test_method.rb:825 .#683 test_method.rb:830 .#684 test_method.rb:835 .#685 test_method.rb:840 .#686 test_method.rb:845 .#687 test_method.rb:850 .#688 test_method.rb:855 .#689 test_method.rb:860 .#690 test_method.rb:865 .#691 test_method.rb:870 .#692 test_method.rb:875 .#693 test_method.rb:880 .#694 test_method.rb:885 .#695 test_method.rb:929 .#696 test_method.rb:940 .#697 test_method.rb:952 .#698 test_method.rb:964 .#699 test_method.rb:980 .#700 test_method.rb:1008 .#701 test_method.rb:1010 .#702 test_method.rb:1026 .#703 test_method.rb:1031 .#704 test_method.rb:1062 .#705 test_method.rb:1073 .#706 test_method.rb:1080 .#707 test_method.rb:1088 .#708 test_method.rb:1107 .#709 test_method.rb:1121 .#710 test_method.rb:1153 . test_objectspace.rb #711 test_objectspace.rb:14 .#712 test_objectspace.rb:25 .#713 test_objectspace.rb:34 . test_proc.rb #714 test_proc.rb:1 .#715 test_proc.rb:23 .#716 test_proc.rb:38 .#717 test_proc.rb:51 .#718 test_proc.rb:69 .#719 test_proc.rb:86 .#720 test_proc.rb:119 .#721 test_proc.rb:146 .#722 test_proc.rb:170 .#723 test_proc.rb:182 .#724 test_proc.rb:194 .#725 test_proc.rb:201 .#726 test_proc.rb:211 .#727 test_proc.rb:219 .#728 test_proc.rb:227 .#729 test_proc.rb:234 .#730 test_proc.rb:240 .#731 test_proc.rb:246 .#732 test_proc.rb:256 .#733 test_proc.rb:263 .#734 test_proc.rb:273 .#735 test_proc.rb:280 .#736 test_proc.rb:292 .#737 test_proc.rb:306 .#738 test_proc.rb:311 .#739 test_proc.rb:316 .#740 test_proc.rb:327 .#741 test_proc.rb:336 .#742 test_proc.rb:347 .#743 test_proc.rb:360 .#744 test_proc.rb:368 .#745 test_proc.rb:381 .#746 test_proc.rb:398 .#747 test_proc.rb:422 . test_struct.rb #748 test_struct.rb:1 . test_syntax.rb #749 test_syntax.rb:1 .#750 test_syntax.rb:2 .#751 test_syntax.rb:3 .#752 test_syntax.rb:4 .#753 test_syntax.rb:5 .#754 test_syntax.rb:6 .#755 test_syntax.rb:7 .#756 test_syntax.rb:8 .#757 test_syntax.rb:9 .#758 test_syntax.rb:10 .#759 test_syntax.rb:11 .#760 test_syntax.rb:16 .#761 test_syntax.rb:27 .#762 test_syntax.rb:39 .#763 test_syntax.rb:51 .#764 test_syntax.rb:57 .#765 test_syntax.rb:65 .#766 test_syntax.rb:75 .#767 test_syntax.rb:85 .#768 test_syntax.rb:95 .#769 test_syntax.rb:105 .#770 test_syntax.rb:116 .#771 test_syntax.rb:125 .#772 test_syntax.rb:134 .#773 test_syntax.rb:145 .#774 test_syntax.rb:156 .#775 test_syntax.rb:218 .#776 test_syntax.rb:221 .#777 test_syntax.rb:226 .#778 test_syntax.rb:229 .#779 test_syntax.rb:233 .#780 test_syntax.rb:251 .#781 test_syntax.rb:256 .#782 test_syntax.rb:260 .#783 test_syntax.rb:263 .#784 test_syntax.rb:267 .#785 test_syntax.rb:270 .#786 test_syntax.rb:274 .#787 test_syntax.rb:277 .#788 test_syntax.rb:281 .#789 test_syntax.rb:284 .#790 test_syntax.rb:288 .#791 test_syntax.rb:291 .#792 test_syntax.rb:295 .#793 test_syntax.rb:298 .#794 test_syntax.rb:306 .#795 test_syntax.rb:315 .#796 test_syntax.rb:324 .#797 test_syntax.rb:354 .#798 test_syntax.rb:355 .#799 test_syntax.rb:356 .#800 test_syntax.rb:357 .#801 test_syntax.rb:358 .#802 test_syntax.rb:359 .#803 test_syntax.rb:360 .#804 test_syntax.rb:361 .#805 test_syntax.rb:362 .#806 test_syntax.rb:363 .#807 test_syntax.rb:364 .#808 test_syntax.rb:365 .#809 test_syntax.rb:366 .#810 test_syntax.rb:367 .#811 test_syntax.rb:368 .#812 test_syntax.rb:369 .#813 test_syntax.rb:370 .#814 test_syntax.rb:371 .#815 test_syntax.rb:372 .#816 test_syntax.rb:373 .#817 test_syntax.rb:374 .#818 test_syntax.rb:375 .#819 test_syntax.rb:376 .#820 test_syntax.rb:377 .#821 test_syntax.rb:378 .#822 test_syntax.rb:379 .#823 test_syntax.rb:380 .#824 test_syntax.rb:392 .#825 test_syntax.rb:404 .#826 test_syntax.rb:413 .#827 test_syntax.rb:418 .#828 test_syntax.rb:435 .#829 test_syntax.rb:444 .#830 test_syntax.rb:453 .#831 test_syntax.rb:464 .#832 test_syntax.rb:473 .#833 test_syntax.rb:482 .#834 test_syntax.rb:492 .#835 test_syntax.rb:497 .#836 test_syntax.rb:502 .#837 test_syntax.rb:507 .#838 test_syntax.rb:512 .#839 test_syntax.rb:519 .#840 test_syntax.rb:527:in `assert_syntax_error' .#841 test_syntax.rb:531 .#842 test_syntax.rb:527:in `assert_syntax_error' .#843 test_syntax.rb:527:in `assert_syntax_error' .#844 test_syntax.rb:527:in `assert_syntax_error' .#845 test_syntax.rb:527:in `assert_syntax_error' .#846 test_syntax.rb:536 .#847 test_syntax.rb:527:in `assert_syntax_error' .#848 test_syntax.rb:538 .#849 test_syntax.rb:527:in `assert_syntax_error' .#850 test_syntax.rb:542 .#851 test_syntax.rb:543 .#852 test_syntax.rb:527:in `assert_syntax_error' .#853 test_syntax.rb:545 .#854 test_syntax.rb:546 .#855 test_syntax.rb:547 .#856 test_syntax.rb:548 .#857 test_syntax.rb:556 .#858 test_syntax.rb:568 .#859 test_syntax.rb:573 .#860 test_syntax.rb:580 .#861 test_syntax.rb:588 .#862 test_syntax.rb:596 .#863 test_syntax.rb:603 .#864 test_syntax.rb:610 .#865 test_syntax.rb:614 .#866 test_syntax.rb:626 .#867 test_syntax.rb:632 .#868 test_syntax.rb:633 .#869 test_syntax.rb:634 .#870 test_syntax.rb:635 .#871 test_syntax.rb:639 .#872 test_syntax.rb:645 .#873 test_syntax.rb:646 .#874 test_syntax.rb:664 .#875 test_syntax.rb:674 .#876 test_syntax.rb:683 .#877 test_syntax.rb:693 .#878 test_syntax.rb:704 .#879 test_syntax.rb:727 .#880 test_syntax.rb:737 .#881 test_syntax.rb:746 .#882 test_syntax.rb:748 .#883 test_syntax.rb:761 .#884 test_syntax.rb:769 .#885 test_syntax.rb:771 .#886 test_syntax.rb:784 .#887 test_syntax.rb:799 .#888 test_syntax.rb:808 .#889 test_syntax.rb:810 .#890 test_syntax.rb:820 .#891 test_syntax.rb:829 . test_thread.rb #892 test_thread.rb:3 .#893 test_thread.rb:8 .#894 test_thread.rb:13 .#895 test_thread.rb:24 .#896 test_thread.rb:34 .#897 test_thread.rb:44 .#898 test_thread.rb:52 .#899 test_thread.rb:57 .#900 test_thread.rb:62 .#901 test_thread.rb:71 .#902 test_thread.rb:85 .#903 test_thread.rb:98 .#904 test_thread.rb:111 .#905 test_thread.rb:124 .#906 test_thread.rb:132 .#907 test_thread.rb:141 .#908 test_thread.rb:148 .#909 test_thread.rb:155 .#910 test_thread.rb:165 .#911 test_thread.rb:172 .#912 test_thread.rb:183 .#913 test_thread.rb:191 .#914 test_thread.rb:206 .#915 test_thread.rb:219 .#916 test_thread.rb:235 .#917 test_thread.rb:241 .#918 test_thread.rb:254 .#919 test_thread.rb:266 .#920 test_thread.rb:268 .#921 test_thread.rb:287 .#922 test_thread.rb:292 .#923 test_thread.rb:297 .#924 test_thread.rb:302 .#925 test_thread.rb:307 .#926 test_thread.rb:312 .#927 test_thread.rb:316 .#928 test_thread.rb:320 .#929 test_thread.rb:322 .#930 test_thread.rb:332 .#931 test_thread.rb:343 .#932 test_thread.rb:349 .#933 test_thread.rb:355 .#934 test_thread.rb:361 .#935 test_thread.rb:368 .#936 test_thread.rb:375 .#937 test_thread.rb:381 . PASS all 937 tests == test.rb # 2009-05-26T03:49:00+09:00 + ./miniruby sample/test.rb sample/test.rb:assignment .ok 1 (sample/test.rb:35:in `
') .ok 2 (sample/test.rb:37:in `
') .ok 3 (sample/test.rb:41:in `
') .ok 4 (sample/test.rb:43:in `
') .ok 5 (sample/test.rb:45:in `
') .ok 6 (sample/test.rb:48:in `
') .ok 7 (sample/test.rb:50:in `
') .ok 8 (sample/test.rb:51:in `
') .ok 9 (sample/test.rb:52:in `
') .ok 10 (sample/test.rb:53:in `
') .ok 11 (sample/test.rb:54:in `
') .ok 12 (sample/test.rb:55:in `
') .ok 13 (sample/test.rb:56:in `
') .ok 14 (sample/test.rb:57:in `
') .ok 15 (sample/test.rb:58:in `
') .ok 16 (sample/test.rb:59:in `
') .ok 17 (sample/test.rb:61:in `
') .ok 18 (sample/test.rb:62:in `
') .ok 19 (sample/test.rb:63:in `
') .ok 20 (sample/test.rb:64:in `
') .ok 21 (sample/test.rb:65:in `
') .ok 22 (sample/test.rb:66:in `
') .ok 23 (sample/test.rb:67:in `
') .ok 24 (sample/test.rb:68:in `
') .ok 25 (sample/test.rb:70:in `
') .ok 26 (sample/test.rb:71:in `
') .ok 27 (sample/test.rb:72:in `
') .ok 28 (sample/test.rb:73:in `
') .ok 29 (sample/test.rb:74:in `
') .ok 30 (sample/test.rb:75:in `
') .ok 31 (sample/test.rb:76:in `
') .ok 32 (sample/test.rb:77:in `
') .ok 33 (sample/test.rb:78:in `
') .ok 34 (sample/test.rb:79:in `
') .ok 35 (sample/test.rb:80:in `
') .ok 36 (sample/test.rb:81:in `
') .ok 37 (sample/test.rb:83:in `
') .ok 38 (sample/test.rb:84:in `
') .ok 39 (sample/test.rb:85:in `
') .ok 40 (sample/test.rb:86:in `
') .ok 41 (sample/test.rb:87:in `
') .ok 42 (sample/test.rb:88:in `
') .ok 43 (sample/test.rb:89:in `
') .ok 44 (sample/test.rb:90:in `
') .ok 45 (sample/test.rb:92:in `
') .ok 46 (sample/test.rb:93:in `
') .ok 47 (sample/test.rb:94:in `
') .ok 48 (sample/test.rb:95:in `
') .ok 49 (sample/test.rb:96:in `
') .ok 50 (sample/test.rb:97:in `
') .ok 51 (sample/test.rb:98:in `
') .ok 52 (sample/test.rb:99:in `
') .ok 53 (sample/test.rb:100:in `
') .ok 54 (sample/test.rb:101:in `
') .ok 55 (sample/test.rb:103:in `
') .ok 56 (sample/test.rb:104:in `
') .ok 57 (sample/test.rb:105:in `
') .ok 58 (sample/test.rb:106:in `
') .ok 59 (sample/test.rb:107:in `
') .ok 60 (sample/test.rb:108:in `
') .ok 61 (sample/test.rb:109:in `
') .ok 62 (sample/test.rb:110:in `
') .ok 63 (sample/test.rb:112:in `
') .ok 64 (sample/test.rb:113:in `
') .ok 65 (sample/test.rb:114:in `
') .ok 66 (sample/test.rb:115:in `
') .ok 67 (sample/test.rb:116:in `
') .ok 68 (sample/test.rb:117:in `
') .ok 69 (sample/test.rb:118:in `
') .ok 70 (sample/test.rb:119:in `
') .ok 71 (sample/test.rb:120:in `
') .ok 72 (sample/test.rb:121:in `
') .ok 73 (sample/test.rb:123:in `
') .ok 74 (sample/test.rb:124:in `
') .ok 75 (sample/test.rb:125:in `
') .ok 76 (sample/test.rb:126:in `
') .ok 77 (sample/test.rb:127:in `
') .ok 78 (sample/test.rb:128:in `
') .ok 79 (sample/test.rb:129:in `
') .ok 80 (sample/test.rb:130:in `
') .ok 81 (sample/test.rb:132:in `block in
') .ok 82 (sample/test.rb:133:in `block in
') .ok 83 (sample/test.rb:134:in `block in
') .ok 84 (sample/test.rb:135:in `block in
') .ok 85 (sample/test.rb:136:in `block in
') .ok 86 (sample/test.rb:137:in `block in
') .ok 87 (sample/test.rb:138:in `block in
') .ok 88 (sample/test.rb:139:in `block in
') .ok 89 (sample/test.rb:140:in `block in
') .ok 90 (sample/test.rb:141:in `block in
') .ok 91 (sample/test.rb:142:in `block in
') .ok 92 (sample/test.rb:143:in `block in
') .ok 93 (sample/test.rb:144:in `block in
') .ok 94 (sample/test.rb:145:in `block in
') .ok 95 (sample/test.rb:146:in `block in
') .ok 96 (sample/test.rb:147:in `block in
') .ok 97 (sample/test.rb:149:in `block in
') .ok 98 (sample/test.rb:150:in `block in
') .ok 99 (sample/test.rb:151:in `block in
') .ok 100 (sample/test.rb:152:in `block in
') .ok 101 (sample/test.rb:153:in `block in
') .ok 102 (sample/test.rb:154:in `block in
') .ok 103 (sample/test.rb:155:in `block in
') .ok 104 (sample/test.rb:156:in `block in
') .ok 105 (sample/test.rb:157:in `block in
') .ok 106 (sample/test.rb:158:in `block in
') .ok 107 (sample/test.rb:160:in `block in
') .ok 108 (sample/test.rb:161:in `block in
') .ok 109 (sample/test.rb:162:in `block in
') .ok 110 (sample/test.rb:163:in `block in
') .ok 111 (sample/test.rb:164:in `block in
') .ok 112 (sample/test.rb:165:in `block in
') .ok 113 (sample/test.rb:166:in `block in
') .ok 114 (sample/test.rb:168:in `block in
') .ok 115 (sample/test.rb:169:in `block in
') .ok 116 (sample/test.rb:170:in `block in
') .ok 117 (sample/test.rb:171:in `block in
') .ok 118 (sample/test.rb:172:in `block in
') .ok 119 (sample/test.rb:173:in `block in
') .ok 120 (sample/test.rb:174:in `block in
') .ok 121 (sample/test.rb:175:in `block in
') .ok 122 (sample/test.rb:176:in `block in
') .ok 123 (sample/test.rb:177:in `block in
') .ok 124 (sample/test.rb:178:in `block in
') .ok 125 (sample/test.rb:180:in `block in
') .ok 126 (sample/test.rb:181:in `block in
') .ok 127 (sample/test.rb:182:in `block in
') .ok 128 (sample/test.rb:183:in `block in
') .ok 129 (sample/test.rb:184:in `block in
') .ok 130 (sample/test.rb:185:in `block in
') .ok 131 (sample/test.rb:186:in `block in
') .ok 132 (sample/test.rb:188:in `block in
') .ok 133 (sample/test.rb:189:in `block in
') .ok 134 (sample/test.rb:190:in `block in
') .ok 135 (sample/test.rb:191:in `block in
') .ok 136 (sample/test.rb:192:in `block in
') .ok 137 (sample/test.rb:193:in `block in
') .ok 138 (sample/test.rb:194:in `block in
') .ok 139 (sample/test.rb:195:in `block in
') .ok 140 (sample/test.rb:196:in `block in
') .ok 141 (sample/test.rb:197:in `block in
') .ok 142 (sample/test.rb:199:in `block in
') .ok 143 (sample/test.rb:200:in `block in
') .ok 144 (sample/test.rb:201:in `block in
') .ok 145 (sample/test.rb:202:in `block in
') .ok 146 (sample/test.rb:203:in `block in
') .ok 147 (sample/test.rb:204:in `block in
') .ok 148 (sample/test.rb:205:in `block in
') .ok 149 (sample/test.rb:207:in `
') .ok 150 (sample/test.rb:208:in `
') .ok 151 (sample/test.rb:209:in `
') .ok 152 (sample/test.rb:210:in `
') .ok 153 (sample/test.rb:211:in `
') .ok 154 (sample/test.rb:212:in `
') .ok 155 (sample/test.rb:213:in `
') .ok 156 (sample/test.rb:214:in `
') .ok 157 (sample/test.rb:215:in `
') .ok 158 (sample/test.rb:216:in `
') .ok 159 (sample/test.rb:218:in `
') .ok 160 (sample/test.rb:219:in `
') .ok 161 (sample/test.rb:220:in `
') .ok 162 (sample/test.rb:221:in `
') .ok 163 (sample/test.rb:222:in `
') .ok 164 (sample/test.rb:223:in `
') .ok 165 (sample/test.rb:224:in `
') .ok 166 (sample/test.rb:226:in `
') .ok 167 (sample/test.rb:227:in `
') .ok 168 (sample/test.rb:229:in `
') .ok 169 (sample/test.rb:230:in `
') .ok 170 (sample/test.rb:231:in `
') .ok 171 (sample/test.rb:232:in `
') .ok 172 (sample/test.rb:233:in `
') .ok 173 (sample/test.rb:234:in `
') .ok 174 (sample/test.rb:235:in `
') .ok 175 (sample/test.rb:236:in `
') .ok 176 (sample/test.rb:237:in `
') .ok 177 (sample/test.rb:238:in `
') .ok 178 (sample/test.rb:239:in `
') .ok 179 (sample/test.rb:241:in `
') .ok 180 (sample/test.rb:242:in `
') .ok 181 (sample/test.rb:243:in `
') .ok 182 (sample/test.rb:244:in `
') .ok 183 (sample/test.rb:245:in `
') .ok 184 (sample/test.rb:246:in `
') .ok 185 (sample/test.rb:247:in `
') .ok 186 (sample/test.rb:248:in `
') .ok 187 (sample/test.rb:250:in `
') .ok 188 (sample/test.rb:251:in `
') .ok 189 (sample/test.rb:252:in `
') .ok 190 (sample/test.rb:254:in `
') .ok 191 (sample/test.rb:255:in `
') .ok 192 (sample/test.rb:256:in `
') .ok 193 (sample/test.rb:257:in `
') .ok 194 (sample/test.rb:258:in `
') .ok 195 (sample/test.rb:259:in `
') .ok 196 (sample/test.rb:260:in `
') .ok 197 (sample/test.rb:261:in `
') .ok 198 (sample/test.rb:262:in `
') .ok 199 (sample/test.rb:263:in `
') .ok 200 (sample/test.rb:264:in `
') .ok 201 (sample/test.rb:266:in `
') .ok 202 (sample/test.rb:267:in `
') .ok 203 (sample/test.rb:268:in `
') .ok 204 (sample/test.rb:269:in `
') .ok 205 (sample/test.rb:270:in `
') .ok 206 (sample/test.rb:271:in `
') .ok 207 (sample/test.rb:272:in `
') .ok 208 (sample/test.rb:273:in `
') .ok 209 (sample/test.rb:275:in `block in
') .ok 210 (sample/test.rb:278:in `block in
') .ok 211 (sample/test.rb:278:in `block in
') .ok 212 (sample/test.rb:282:in `
') .ok 213 (sample/test.rb:283:in `
') .ok 214 (sample/test.rb:284:in `
') .ok 215 (sample/test.rb:285:in `
') .ok 216 (sample/test.rb:288:in `
') .ok 217 (sample/test.rb:289:in `
') .ok 218 (sample/test.rb:290:in `
') .ok 219 (sample/test.rb:291:in `
') .ok 220 (sample/test.rb:294:in `
') .ok 221 (sample/test.rb:295:in `
') .ok 222 (sample/test.rb:296:in `
') .ok 223 (sample/test.rb:297:in `
') .ok 224 (sample/test.rb:298:in `
') .ok 225 (sample/test.rb:301:in `
') .ok 226 (sample/test.rb:302:in `
') .ok 227 (sample/test.rb:303:in `
') .ok 228 (sample/test.rb:306:in `
') .ok 229 (sample/test.rb:307:in `
') .ok 230 (sample/test.rb:308:in `
') .ok 231 (sample/test.rb:309:in `
') .ok 232 (sample/test.rb:310:in `
') .ok 233 (sample/test.rb:311:in `
') .ok 234 (sample/test.rb:314:in `
') .ok 235 (sample/test.rb:315:in `
') .ok 236 (sample/test.rb:316:in `
') .ok 237 (sample/test.rb:319:in `
') .ok 238 (sample/test.rb:320:in `
') .ok 239 (sample/test.rb:321:in `
') .ok 240 (sample/test.rb:322:in `
') .ok 241 (sample/test.rb:323:in `
') .ok 242 (sample/test.rb:324:in `
') .ok 243 (sample/test.rb:327:in `
') .ok 244 (sample/test.rb:328:in `
') .ok 245 (sample/test.rb:329:in `
') .ok 246 (sample/test.rb:332:in `
') .ok 247 (sample/test.rb:333:in `
') .ok 248 (sample/test.rb:334:in `
') .ok 249 (sample/test.rb:335:in `
') .ok 250 (sample/test.rb:336:in `
') .ok 251 (sample/test.rb:337:in `
') .ok 252 (sample/test.rb:340:in `
') .ok 253 (sample/test.rb:341:in `
') .ok 254 (sample/test.rb:342:in `
') .ok 255 (sample/test.rb:345:in `
') .ok 256 (sample/test.rb:346:in `
') .ok 257 (sample/test.rb:347:in `
') .ok 258 (sample/test.rb:348:in `
') .ok 259 (sample/test.rb:349:in `
') .ok 260 (sample/test.rb:350:in `
') .ok 261 (sample/test.rb:353:in `
') .ok 262 (sample/test.rb:354:in `
') .ok 263 (sample/test.rb:355:in `
') .ok 264 (sample/test.rb:359:in `
') .ok 265 (sample/test.rb:361:in `
') .ok 266 (sample/test.rb:363:in `
') .ok 267 (sample/test.rb:366:in `
') .ok 268 (sample/test.rb:368:in `
') .ok 269 (sample/test.rb:370:in `
') .ok 270 (sample/test.rb:372:in `
') .ok 271 (sample/test.rb:373:in `
') .ok 272 (sample/test.rb:374:in `
') .ok 273 (sample/test.rb:375:in `
') .ok 274 (sample/test.rb:376:in `
') .ok 275 (sample/test.rb:377:in `
') .ok 276 (sample/test.rb:378:in `
') .ok 277 (sample/test.rb:379:in `
') .ok 278 (sample/test.rb:380:in `
') .ok 279 (sample/test.rb:381:in `
') .ok 280 (sample/test.rb:383:in `
') .ok 281 (sample/test.rb:384:in `
') .ok 282 (sample/test.rb:385:in `
') .ok 283 (sample/test.rb:386:in `
') .ok 284 (sample/test.rb:387:in `
') .ok 285 (sample/test.rb:388:in `
') .ok 286 (sample/test.rb:389:in `
') .ok 287 (sample/test.rb:391:in `
') .ok 288 (sample/test.rb:392:in `
') .ok 289 (sample/test.rb:393:in `
') .ok 290 (sample/test.rb:394:in `
') .ok 291 (sample/test.rb:395:in `
') .ok 292 (sample/test.rb:396:in `
') .ok 293 (sample/test.rb:397:in `
') .ok 294 (sample/test.rb:398:in `
') .ok 295 (sample/test.rb:399:in `
') .ok 296 (sample/test.rb:400:in `
') .ok 297 (sample/test.rb:401:in `
') .ok 298 (sample/test.rb:403:in `
') .ok 299 (sample/test.rb:404:in `
') .ok 300 (sample/test.rb:405:in `
') .ok 301 (sample/test.rb:406:in `
') .ok 302 (sample/test.rb:407:in `
') .ok 303 (sample/test.rb:408:in `
') .ok 304 (sample/test.rb:409:in `
') .ok 305 (sample/test.rb:410:in `
') .ok 306 (sample/test.rb:412:in `
') .ok 307 (sample/test.rb:413:in `
') .ok 308 (sample/test.rb:414:in `
') .ok 309 (sample/test.rb:416:in `
') .ok 310 (sample/test.rb:417:in `
') .ok 311 (sample/test.rb:418:in `
') .ok 312 (sample/test.rb:419:in `
') .ok 313 (sample/test.rb:420:in `
') .ok 314 (sample/test.rb:421:in `
') .ok 315 (sample/test.rb:422:in `
') .ok 316 (sample/test.rb:423:in `
') .ok 317 (sample/test.rb:424:in `
') .ok 318 (sample/test.rb:425:in `
') .ok 319 (sample/test.rb:426:in `
') .ok 320 (sample/test.rb:428:in `
') .ok 321 (sample/test.rb:429:in `
') .ok 322 (sample/test.rb:430:in `
') .ok 323 (sample/test.rb:431:in `
') .ok 324 (sample/test.rb:432:in `
') .ok 325 (sample/test.rb:433:in `
') .ok 326 (sample/test.rb:434:in `
') .ok 327 (sample/test.rb:435:in `
') .ok 328 (sample/test.rb:438:in `
') .ok 329 (sample/test.rb:439:in `
') .ok 330 (sample/test.rb:440:in `
') .ok 331 (sample/test.rb:441:in `
') .ok 332 (sample/test.rb:442:in `
') .ok 333 (sample/test.rb:443:in `
') .ok 334 (sample/test.rb:444:in `
') .ok 335 (sample/test.rb:445:in `
') .ok 336 (sample/test.rb:446:in `
') .ok 337 (sample/test.rb:447:in `
') .ok 338 (sample/test.rb:449:in `
') .ok 339 (sample/test.rb:450:in `
') .ok 340 (sample/test.rb:451:in `
') .ok 341 (sample/test.rb:452:in `
') .ok 342 (sample/test.rb:453:in `
') .ok 343 (sample/test.rb:454:in `
') .ok 344 (sample/test.rb:455:in `
') .ok 345 (sample/test.rb:458:in `
') .ok 346 (sample/test.rb:459:in `
') .ok 347 (sample/test.rb:460:in `
') .ok 348 (sample/test.rb:461:in `
') .ok 349 (sample/test.rb:462:in `
') .ok 350 (sample/test.rb:463:in `
') .ok 351 (sample/test.rb:464:in `
') .ok 352 (sample/test.rb:465:in `
') .ok 353 (sample/test.rb:466:in `
') .ok 354 (sample/test.rb:467:in `
') .ok 355 (sample/test.rb:468:in `
') .ok 356 (sample/test.rb:471:in `
') .ok 357 (sample/test.rb:472:in `
') .ok 358 (sample/test.rb:473:in `
') .ok 359 (sample/test.rb:476:in `
') .ok 360 (sample/test.rb:477:in `
') .ok 361 (sample/test.rb:478:in `
') .ok 362 (sample/test.rb:479:in `
') .ok 363 (sample/test.rb:480:in `
') .ok 364 (sample/test.rb:481:in `
') .ok 365 (sample/test.rb:482:in `
') .ok 366 (sample/test.rb:483:in `
') .ok 367 (sample/test.rb:484:in `
') .ok 368 (sample/test.rb:485:in `
') .ok 369 (sample/test.rb:486:in `
') .ok 370 (sample/test.rb:489:in `
') .ok 371 (sample/test.rb:490:in `
') .ok 372 (sample/test.rb:491:in `
') sample/test.rb:condition .ok 1 (sample/test.rb:497:in `
') .ok 2 (sample/test.rb:500:in `
') sample/test.rb:if/unless .ok 1 (sample/test.rb:507:in `
') .ok 2 (sample/test.rb:512:in `
') .ok 3 (sample/test.rb:513:in `
') sample/test.rb:case .ok 1 (sample/test.rb:521:in `
') .ok 2 (sample/test.rb:526:in `
') .ok 3 (sample/test.rb:533:in `
') .ok 4 (sample/test.rb:540:in `
') .ok 5 (sample/test.rb:547:in `
') sample/test.rb:while/until .ok 1 (sample/test.rb:565:in `
') .ok 2 (sample/test.rb:571:in `
') .ok 3 (sample/test.rb:581:in `
') .ok 4 (sample/test.rb:597:in `
') .ok 5 (sample/test.rb:608:in `
') .ok 6 (sample/test.rb:620:in `
') .ok 7 (sample/test.rb:624:in `
') .ok 8 (sample/test.rb:630:in `
') sample/test.rb:exception .ok 1 (sample/test.rb:640:in `rescue in
') .ok 2 (sample/test.rb:653:in `
') .ok 3 (sample/test.rb:665:in `rescue in
') .ok 4 (sample/test.rb:666:in `rescue in
') .ok 5 (sample/test.rb:667:in `rescue in
') .ok 6 (sample/test.rb:679:in `rescue in
') .ok 7 (sample/test.rb:691:in `
') .ok 8 (sample/test.rb:702:in `
') .ok 9 (sample/test.rb:712:in `
') .ok 10 (sample/test.rb:724:in `
') sample/test.rb:array .ok 1 (sample/test.rb:727:in `
') .ok 2 (sample/test.rb:728:in `
') .ok 3 (sample/test.rb:729:in `
') .ok 4 (sample/test.rb:731:in `
') .ok 5 (sample/test.rb:733:in `
') .ok 6 (sample/test.rb:734:in `
') .ok 7 (sample/test.rb:735:in `
') .ok 8 (sample/test.rb:738:in `
') .ok 9 (sample/test.rb:739:in `
') .ok 10 (sample/test.rb:740:in `
') .ok 11 (sample/test.rb:743:in `
') .ok 12 (sample/test.rb:746:in `
') .ok 13 (sample/test.rb:749:in `
') .ok 14 (sample/test.rb:752:in `
') .ok 15 (sample/test.rb:753:in `
') .ok 16 (sample/test.rb:758:in `
') .ok 17 (sample/test.rb:763:in `
') .ok 18 (sample/test.rb:766:in `
') .ok 19 (sample/test.rb:768:in `
') .ok 20 (sample/test.rb:773:in `
') .ok 21 (sample/test.rb:776:in `
') .ok 22 (sample/test.rb:778:in `
') .ok 23 (sample/test.rb:782:in `
') .ok 24 (sample/test.rb:783:in `
') .ok 25 (sample/test.rb:784:in `
') .ok 26 (sample/test.rb:786:in `
') .ok 27 (sample/test.rb:787:in `
') .ok 28 (sample/test.rb:788:in `
') .ok 29 (sample/test.rb:789:in `
') .ok 30 (sample/test.rb:790:in `
') .ok 31 (sample/test.rb:792:in `
') .ok 32 (sample/test.rb:795:in `
') .ok 33 (sample/test.rb:796:in `
') .ok 34 (sample/test.rb:797:in `
') .ok 35 (sample/test.rb:800:in `
') .ok 36 (sample/test.rb:801:in `
') .ok 37 (sample/test.rb:805:in `
') .ok 38 (sample/test.rb:809:in `
') .ok 39 (sample/test.rb:813:in `
') sample/test.rb:hash .ok 1 (sample/test.rb:818:in `
') .ok 2 (sample/test.rb:827:in `
') .ok 3 (sample/test.rb:829:in `
') .ok 4 (sample/test.rb:830:in `
') .ok 5 (sample/test.rb:831:in `
') .ok 6 (sample/test.rb:832:in `
') .ok 7 (sample/test.rb:833:in `
') .ok 8 (sample/test.rb:836:in `
') .ok 9 (sample/test.rb:839:in `
') .ok 10 (sample/test.rb:840:in `
') .ok 11 (sample/test.rb:843:in `
') .ok 12 (sample/test.rb:847:in `
') .ok 13 (sample/test.rb:851:in `
') .ok 14 (sample/test.rb:852:in `
') .ok 15 (sample/test.rb:855:in `
') .ok 16 (sample/test.rb:856:in `
') .ok 17 (sample/test.rb:859:in `
') .ok 18 (sample/test.rb:860:in `
') .ok 19 (sample/test.rb:864:in `
') .ok 20 (sample/test.rb:865:in `
') .ok 21 (sample/test.rb:867:in `
') .ok 22 (sample/test.rb:868:in `
') .ok 23 (sample/test.rb:870:in `
') .ok 24 (sample/test.rb:878:in `
') .ok 25 (sample/test.rb:879:in `
') .ok 26 (sample/test.rb:881:in `
') .ok 27 (sample/test.rb:882:in `
') sample/test.rb:iterator .ok 1 (sample/test.rb:886:in `
') .ok 2 (sample/test.rb:889:in `ttt') .ok 3 (sample/test.rb:894:in `
') .ok 4 (sample/test.rb:903:in `
') .ok 5 (sample/test.rb:914:in `
') .ok 6 (sample/test.rb:931:in `
') .ok 7 (sample/test.rb:943:in `
') .ok 8 (sample/test.rb:951:in `
') .ok 9 (sample/test.rb:961:in `
') .ok 10 (sample/test.rb:971:in `
') .ok 11 (sample/test.rb:977:in `
') .ok 12 (sample/test.rb:978:in `
') .ok 13 (sample/test.rb:991:in `
') .ok 14 (sample/test.rb:1010:in `
') .ok 15 (sample/test.rb:1012:in `
') .ok 16 (sample/test.rb:1014:in `block in
') .ok 17 (sample/test.rb:1015:in `block in
') .ok 18 (sample/test.rb:1016:in `block in
') .ok 19 (sample/test.rb:1018:in `block in
') .ok 20 (sample/test.rb:1019:in `block in
') .ok 21 (sample/test.rb:1020:in `block in
') .ok 22 (sample/test.rb:1022:in `block in
') .ok 23 (sample/test.rb:1024:in `block in
') .ok 24 (sample/test.rb:1025:in `block in
') .ok 25 (sample/test.rb:1026:in `block in
') .ok 26 (sample/test.rb:1027:in `block in
') .ok 27 (sample/test.rb:1028:in `block in
') .ok 28 (sample/test.rb:1029:in `block in
') .ok 29 (sample/test.rb:1030:in `block in
') .ok 30 (sample/test.rb:1031:in `block in
') .ok 31 (sample/test.rb:1032:in `block in
') .ok 32 (sample/test.rb:1034:in `block in
') .ok 33 (sample/test.rb:1035:in `block in
') .ok 34 (sample/test.rb:1044:in `
') .ok 35 (sample/test.rb:1045:in `
') .ok 36 (sample/test.rb:1050:in `
') .ok 37 (sample/test.rb:1051:in `
') .ok 38 (sample/test.rb:1063:in `
') .ok 39 (sample/test.rb:1065:in `
') .ok 40 (sample/test.rb:1066:in `
') .ok 41 (sample/test.rb:1067:in `block in
') .ok 42 (sample/test.rb:1069:in `block_test') .ok 43 (sample/test.rb:1069:in `block_test') .ok 44 (sample/test.rb:1085:in `
') .ok 45 (sample/test.rb:1086:in `
') .ok 46 (sample/test.rb:1087:in `
') .ok 47 (sample/test.rb:1088:in `
') .ok 48 (sample/test.rb:1089:in `
') .ok 49 (sample/test.rb:1091:in `
') .ok 50 (sample/test.rb:1092:in `
') .ok 51 (sample/test.rb:1093:in `
') .ok 52 (sample/test.rb:1094:in `
') .ok 53 (sample/test.rb:1095:in `
') .ok 54 (sample/test.rb:1101:in `
') .ok 55 (sample/test.rb:1102:in `
') .ok 56 (sample/test.rb:1103:in `
') .ok 57 (sample/test.rb:1104:in `
') .ok 58 (sample/test.rb:1105:in `
') .ok 59 (sample/test.rb:1106:in `
') .ok 60 (sample/test.rb:1108:in `
') .ok 61 (sample/test.rb:1109:in `
') .ok 62 (sample/test.rb:1110:in `
') .ok 63 (sample/test.rb:1111:in `
') .ok 64 (sample/test.rb:1114:in `
') .ok 65 (sample/test.rb:1115:in `
') .ok 66 (sample/test.rb:1116:in `
') .ok 67 (sample/test.rb:1117:in `
') .ok 68 (sample/test.rb:1120:in `
') .ok 69 (sample/test.rb:1121:in `
') .ok 70 (sample/test.rb:1122:in `
') .ok 71 (sample/test.rb:1123:in `
') .ok 72 (sample/test.rb:1125:in `
') .ok 73 (sample/test.rb:1126:in `
') .ok 74 (sample/test.rb:1128:in `
') .ok 75 (sample/test.rb:1129:in `
') .ok 76 (sample/test.rb:1136:in `
') .ok 77 (sample/test.rb:1142:in `
') .ok 78 (sample/test.rb:1153:in `
') .ok 79 (sample/test.rb:1157:in `
') .ok 80 (sample/test.rb:1161:in `
') .ok 81 (sample/test.rb:1165:in `
') .ok 82 (sample/test.rb:1177:in `
') .ok 83 (sample/test.rb:1178:in `
') .ok 84 (sample/test.rb:1186:in `
') .ok 85 (sample/test.rb:1192:in `
') .ok 86 (sample/test.rb:1201:in `
') .ok 87 (sample/test.rb:1216:in `
') .ok 88 (sample/test.rb:1223:in `
') .ok 89 (sample/test.rb:1228:in `
') .ok 90 (sample/test.rb:1236:in `
') .ok 91 (sample/test.rb:1243:in `
') .ok 92 (sample/test.rb:1255:in `
') .ok 93 (sample/test.rb:1264:in `
') .ok 94 (sample/test.rb:1273:in `
') .ok 95 (sample/test.rb:1282:in `
') .ok 96 (sample/test.rb:1292:in `
') .ok 97 (sample/test.rb:1300:in `
') .ok 98 (sample/test.rb:1310:in `
') .ok 99 (sample/test.rb:1318:in `
') .ok 100 (sample/test.rb:1324:in `
') .ok 101 (sample/test.rb:1330:in `
') .ok 102 (sample/test.rb:1331:in `
') .ok 103 (sample/test.rb:1332:in `
') .ok 104 (sample/test.rb:1334:in `call') .ok 105 (sample/test.rb:1335:in `call') .ok 106 (sample/test.rb:1345:in `a') .ok 107 (sample/test.rb:1349:in `
') .ok 108 (sample/test.rb:1360:in `foo') .ok 109 (sample/test.rb:1361:in `foo') .ok 110 (sample/test.rb:1387:in `
') .ok 111 (sample/test.rb:1396:in `
') sample/test.rb:float .ok 1 (sample/test.rb:1399:in `
') .ok 2 (sample/test.rb:1400:in `
') .ok 3 (sample/test.rb:1401:in `
') .ok 4 (sample/test.rb:1402:in `
') .ok 5 (sample/test.rb:1403:in `
') .ok 6 (sample/test.rb:1404:in `
') .ok 7 (sample/test.rb:1405:in `
') .ok 8 (sample/test.rb:1406:in `
') .ok 9 (sample/test.rb:1407:in `
') .ok 10 (sample/test.rb:1410:in `nan_test') .ok 11 (sample/test.rb:1411:in `nan_test') .ok 12 (sample/test.rb:1412:in `nan_test') .ok 13 (sample/test.rb:1413:in `nan_test') .ok 14 (sample/test.rb:1414:in `nan_test') .ok 15 (sample/test.rb:1410:in `nan_test') .ok 16 (sample/test.rb:1411:in `nan_test') .ok 17 (sample/test.rb:1412:in `nan_test') .ok 18 (sample/test.rb:1413:in `nan_test') .ok 19 (sample/test.rb:1414:in `nan_test') .ok 20 (sample/test.rb:1410:in `nan_test') .ok 21 (sample/test.rb:1411:in `nan_test') .ok 22 (sample/test.rb:1412:in `nan_test') .ok 23 (sample/test.rb:1413:in `nan_test') .ok 24 (sample/test.rb:1414:in `nan_test') .ok 25 (sample/test.rb:1410:in `nan_test') .ok 26 (sample/test.rb:1411:in `nan_test') .ok 27 (sample/test.rb:1412:in `nan_test') .ok 28 (sample/test.rb:1413:in `nan_test') .ok 29 (sample/test.rb:1414:in `nan_test') .ok 30 (sample/test.rb:1410:in `nan_test') .ok 31 (sample/test.rb:1411:in `nan_test') .ok 32 (sample/test.rb:1412:in `nan_test') .ok 33 (sample/test.rb:1413:in `nan_test') .ok 34 (sample/test.rb:1414:in `nan_test') .ok 35 (sample/test.rb:1410:in `nan_test') .ok 36 (sample/test.rb:1411:in `nan_test') .ok 37 (sample/test.rb:1412:in `nan_test') .ok 38 (sample/test.rb:1413:in `nan_test') .ok 39 (sample/test.rb:1414:in `nan_test') .ok 40 (sample/test.rb:1410:in `nan_test') .ok 41 (sample/test.rb:1411:in `nan_test') .ok 42 (sample/test.rb:1412:in `nan_test') .ok 43 (sample/test.rb:1413:in `nan_test') .ok 44 (sample/test.rb:1414:in `nan_test') .ok 45 (sample/test.rb:1410:in `nan_test') .ok 46 (sample/test.rb:1411:in `nan_test') .ok 47 (sample/test.rb:1412:in `nan_test') .ok 48 (sample/test.rb:1413:in `nan_test') .ok 49 (sample/test.rb:1414:in `nan_test') .ok 50 (sample/test.rb:1410:in `nan_test') .ok 51 (sample/test.rb:1411:in `nan_test') .ok 52 (sample/test.rb:1412:in `nan_test') .ok 53 (sample/test.rb:1413:in `nan_test') .ok 54 (sample/test.rb:1414:in `nan_test') .ok 55 (sample/test.rb:1410:in `nan_test') .ok 56 (sample/test.rb:1411:in `nan_test') .ok 57 (sample/test.rb:1412:in `nan_test') .ok 58 (sample/test.rb:1413:in `nan_test') .ok 59 (sample/test.rb:1414:in `nan_test') .ok 60 (sample/test.rb:1410:in `nan_test') .ok 61 (sample/test.rb:1411:in `nan_test') .ok 62 (sample/test.rb:1412:in `nan_test') .ok 63 (sample/test.rb:1413:in `nan_test') .ok 64 (sample/test.rb:1414:in `nan_test') .ok 65 (sample/test.rb:1410:in `nan_test') .ok 66 (sample/test.rb:1411:in `nan_test') .ok 67 (sample/test.rb:1412:in `nan_test') .ok 68 (sample/test.rb:1413:in `nan_test') .ok 69 (sample/test.rb:1414:in `nan_test') .ok 70 (sample/test.rb:1410:in `nan_test') .ok 71 (sample/test.rb:1411:in `nan_test') .ok 72 (sample/test.rb:1412:in `nan_test') .ok 73 (sample/test.rb:1413:in `nan_test') .ok 74 (sample/test.rb:1414:in `nan_test') .ok 75 (sample/test.rb:1410:in `nan_test') .ok 76 (sample/test.rb:1411:in `nan_test') .ok 77 (sample/test.rb:1412:in `nan_test') .ok 78 (sample/test.rb:1413:in `nan_test') .ok 79 (sample/test.rb:1414:in `nan_test') .ok 80 (sample/test.rb:1434:in `
') sample/test.rb:bignum .ok 1 (sample/test.rb:1448:in `
') .ok 2 (sample/test.rb:1449:in `
') .ok 3 (sample/test.rb:1450:in `
') .ok 4 (sample/test.rb:1451:in `
') .ok 5 (sample/test.rb:1452:in `
') .ok 6 (sample/test.rb:1453:in `
') .ok 7 (sample/test.rb:1454:in `
') .ok 8 (sample/test.rb:1455:in `
') .ok 9 (sample/test.rb:1457:in `
') .ok 10 (sample/test.rb:1458:in `
') .ok 11 (sample/test.rb:1459:in `
') .ok 12 (sample/test.rb:1465:in `
') .ok 13 (sample/test.rb:1473:in `
') .ok 14 (sample/test.rb:1482:in `
') .ok 15 (sample/test.rb:1491:in `
') .ok 16 (sample/test.rb:1495:in `
') .ok 17 (sample/test.rb:1496:in `
') .ok 18 (sample/test.rb:1497:in `
') .ok 19 (sample/test.rb:1498:in `
') .ok 20 (sample/test.rb:1499:in `
') .ok 21 (sample/test.rb:1500:in `
') .ok 22 (sample/test.rb:1501:in `
') .ok 23 (sample/test.rb:1502:in `
') .ok 24 (sample/test.rb:1504:in `
') .ok 25 (sample/test.rb:1505:in `
') .ok 26 (sample/test.rb:1509:in `
') .ok 27 (sample/test.rb:1510:in `
') .ok 28 (sample/test.rb:1515:in `shift_test') .ok 29 (sample/test.rb:1519:in `shift_test') .ok 30 (sample/test.rb:1515:in `shift_test') .ok 31 (sample/test.rb:1519:in `shift_test') sample/test.rb:string & char .ok 1 (sample/test.rb:1527:in `
') .ok 2 (sample/test.rb:1528:in `
') .ok 3 (sample/test.rb:1529:in `
') .ok 4 (sample/test.rb:1531:in `
') .ok 5 (sample/test.rb:1532:in `
') .ok 6 (sample/test.rb:1533:in `
') .ok 7 (sample/test.rb:1534:in `
') .ok 8 (sample/test.rb:1535:in `
') .ok 9 (sample/test.rb:1536:in `
') .ok 10 (sample/test.rb:1537:in `
') .ok 11 (sample/test.rb:1538:in `
') .ok 12 (sample/test.rb:1539:in `
') .ok 13 (sample/test.rb:1540:in `
') .ok 14 (sample/test.rb:1541:in `
') .ok 15 (sample/test.rb:1542:in `
') .ok 16 (sample/test.rb:1543:in `
') .ok 17 (sample/test.rb:1544:in `
') .ok 18 (sample/test.rb:1545:in `
') .ok 19 (sample/test.rb:1547:in `
') .ok 20 (sample/test.rb:1548:in `
') .ok 21 (sample/test.rb:1549:in `
') .ok 22 (sample/test.rb:1550:in `
') .ok 23 (sample/test.rb:1552:in `
') .ok 24 (sample/test.rb:1553:in `
') .ok 25 (sample/test.rb:1560:in `
') .ok 26 (sample/test.rb:1562:in `
') .ok 27 (sample/test.rb:1563:in `
') .ok 28 (sample/test.rb:1566:in `
') .ok 29 (sample/test.rb:1567:in `
') .ok 30 (sample/test.rb:1570:in `
') .ok 31 (sample/test.rb:1572:in `
') .ok 32 (sample/test.rb:1573:in `
') .ok 33 (sample/test.rb:1574:in `
') .ok 34 (sample/test.rb:1577:in `
') .ok 35 (sample/test.rb:1578:in `
') .ok 36 (sample/test.rb:1579:in `
') .ok 37 (sample/test.rb:1582:in `
') .ok 38 (sample/test.rb:1583:in `
') .ok 39 (sample/test.rb:1584:in `
') .ok 40 (sample/test.rb:1585:in `
') .ok 41 (sample/test.rb:1586:in `
') .ok 42 (sample/test.rb:1589:in `
') .ok 43 (sample/test.rb:1590:in `
') .ok 44 (sample/test.rb:1591:in `
') .ok 45 (sample/test.rb:1592:in `
') .ok 46 (sample/test.rb:1593:in `
') .ok 47 (sample/test.rb:1594:in `
') .ok 48 (sample/test.rb:1595:in `
') .ok 49 (sample/test.rb:1596:in `
') .ok 50 (sample/test.rb:1597:in `
') .ok 51 (sample/test.rb:1598:in `
') .ok 52 (sample/test.rb:1599:in `
') .ok 53 (sample/test.rb:1610:in `
') .ok 54 (sample/test.rb:1614:in `
') .ok 55 (sample/test.rb:1621:in `
') .ok 56 (sample/test.rb:1622:in `
') .ok 57 (sample/test.rb:1623:in `
') .ok 58 (sample/test.rb:1624:in `
') .ok 59 (sample/test.rb:1625:in `
') .ok 60 (sample/test.rb:1626:in `
') .ok 61 (sample/test.rb:1627:in `
') .ok 62 (sample/test.rb:1634:in `
') sample/test.rb:assignment .ok 1 (sample/test.rb:1638:in `
') .ok 2 (sample/test.rb:1639:in `
') .ok 3 (sample/test.rb:1643:in `
') .ok 4 (sample/test.rb:1646:in `
') .ok 5 (sample/test.rb:1649:in `
') .ok 6 (sample/test.rb:1652:in `
') .ok 7 (sample/test.rb:1655:in `
') .ok 8 (sample/test.rb:1658:in `
') .ok 9 (sample/test.rb:1661:in `
') .ok 10 (sample/test.rb:1664:in `
') sample/test.rb:call .ok 1 (sample/test.rb:1678:in `rescue in
') .ok 2 (sample/test.rb:1685:in `rescue in
') .ok 3 (sample/test.rb:1688:in `
') .ok 4 (sample/test.rb:1689:in `
') .ok 5 (sample/test.rb:1690:in `
') .ok 6 (sample/test.rb:1691:in `
') sample/test.rb:proc .ok 1 (sample/test.rb:1695:in `
') .ok 2 (sample/test.rb:1696:in `
') .ok 3 (sample/test.rb:1699:in `
') .ok 4 (sample/test.rb:1700:in `
') .ok 5 (sample/test.rb:1711:in `block in
') .ok 6 (sample/test.rb:1713:in `
') .ok 7 (sample/test.rb:1715:in `block in
') .ok 8 (sample/test.rb:1720:in `block in dyna_var_check') .ok 9 (sample/test.rb:1730:in `
') sample/test.rb:signal .ok 1 (sample/test.rb:1742:in `
') .ok 2 (sample/test.rb:1753:in `
') sample/test.rb:eval .ok 1 (sample/test.rb:1757:in `
') .ok 2 (sample/test.rb:1760:in `
') .ok 3 (sample/test.rb:1762:in `
') .ok 4 (sample/test.rb:1763:in `
') .ok 5 (sample/test.rb:1764:in `
') .ok 6 (sample/test.rb:1765:in `
') .ok 7 (sample/test.rb:1766:in `
') .ok 8 (sample/test.rb:1767:in `
') .ok 9 ((eval):1:in `
') .ok 10 (sample/test.rb:1776:in `
') .ok 11 (sample/test.rb:1777:in `
') .ok 12 (sample/test.rb:1779:in `
') .ok 13 (sample/test.rb:1780:in `
') .ok 14 (sample/test.rb:1781:in `
') .ok 15 (sample/test.rb:1793:in `
') .ok 16 (sample/test.rb:1794:in `
') .ok 17 (sample/test.rb:1801:in `
') .ok 18 (sample/test.rb:1808:in `
') .ok 19 (sample/test.rb:1809:in `
') .ok 20 (sample/test.rb:1816:in `
') .ok 21 (sample/test.rb:1820:in `
') .ok 22 (sample/test.rb:1823:in `
') .ok 23 (sample/test.rb:1827:in `
') .ok 24 (sample/test.rb:1831:in `
') .ok 25 (sample/test.rb:1834:in `
') .ok 26 (sample/test.rb:1838:in `
') .ok 27 (sample/test.rb:1841:in `
') .ok 28 (sample/test.rb:1842:in `
') .ok 29 (sample/test.rb:1861:in `
') sample/test.rb:system .ok 1 (sample/test.rb:1875:in `
') .ok 2 (sample/test.rb:1876:in `
') .ok 3 (sample/test.rb:1882:in `
') .ok 4 (sample/test.rb:1883:in `
') .ok 5 (sample/test.rb:1890:in `
') .ok 6 (sample/test.rb:1900:in `
') .ok 7 (sample/test.rb:1901:in `
') .ok 8 (sample/test.rb:1919:in `
') "lib/abbrev.rb" "lib/base64.rb" "lib/benchmark.rb" "lib/cgi/cookie.rb" "lib/cgi/core.rb" "lib/cgi/html.rb" "lib/cgi/session/pstore.rb" "lib/cgi/session.rb" "lib/cgi/util.rb" "lib/cgi.rb" "lib/cmath.rb" "lib/complex.rb" "lib/csv.rb" "lib/date/format.rb" "lib/date.rb" "lib/debug.rb" "lib/delegate.rb" "lib/drb/acl.rb" "lib/drb/drb.rb" "lib/drb/eq.rb" "lib/drb/extserv.rb" "lib/drb/extservm.rb" "lib/drb/gw.rb" "lib/drb/invokemethod.rb" "lib/drb/observer.rb" "lib/drb/ssl.rb" "lib/drb/timeridconv.rb" "lib/drb/unix.rb" "lib/drb.rb" "lib/e2mmap.rb" "lib/English.rb" "lib/erb.rb" "lib/fileutils.rb" "lib/find.rb" "lib/forwardable.rb" "lib/getoptlong.rb" "lib/gserver.rb" "lib/ipaddr.rb" "lib/irb/cmd/chws.rb" "lib/irb/cmd/fork.rb" "lib/irb/cmd/help.rb" "lib/irb/cmd/load.rb" "lib/irb/cmd/nop.rb" "lib/irb/cmd/pushws.rb" "lib/irb/cmd/subirb.rb" "lib/irb/completion.rb" "lib/irb/context.rb" "lib/irb/ext/change-ws.rb" "lib/irb/ext/history.rb" "lib/irb/ext/loader.rb" "lib/irb/ext/math-mode.rb" "lib/irb/ext/multi-irb.rb" "lib/irb/ext/save-history.rb" "lib/irb/ext/tracer.rb" "lib/irb/ext/use-loader.rb" "lib/irb/ext/workspaces.rb" "lib/irb/extend-command.rb" "lib/irb/frame.rb" "lib/irb/help.rb" "lib/irb/init.rb" "lib/irb/input-method.rb" "lib/irb/lc/error.rb" "lib/irb/lc/ja/encoding_aliases.rb" "lib/irb/lc/ja/error.rb" "lib/irb/locale.rb" "lib/irb/magic-file.rb" "lib/irb/notifier.rb" "lib/irb/output-method.rb" "lib/irb/ruby-lex.rb" "lib/irb/ruby-token.rb" "lib/irb/slex.rb" "lib/irb/src_encoding.rb" "lib/irb/version.rb" "lib/irb/workspace.rb" "lib/irb/ws-for-case-2.rb" "lib/irb/xmp.rb" "lib/irb.rb" "lib/logger.rb" "lib/mathn.rb" "lib/matrix.rb" "lib/minitest/autorun.rb" "lib/minitest/mock.rb" "lib/minitest/spec.rb" "lib/minitest/unit.rb" "lib/mkmf.rb" "lib/monitor.rb" "lib/mutex_m.rb" "lib/net/ftp.rb" "lib/net/http.rb" "lib/net/https.rb" "lib/net/imap.rb" "lib/net/pop.rb" "lib/net/protocol.rb" "lib/net/smtp.rb" "lib/net/telnet.rb" "lib/observer.rb" "lib/open-uri.rb" "lib/open3.rb" "lib/optparse/date.rb" "lib/optparse/shellwords.rb" "lib/optparse/time.rb" "lib/optparse/uri.rb" "lib/optparse/version.rb" "lib/optparse.rb" "lib/ostruct.rb" "lib/pathname.rb" "lib/pp.rb" "lib/prettyprint.rb" "lib/prime.rb" "lib/profile.rb" "lib/profiler.rb" "lib/pstore.rb" "lib/racc/parser.rb" "lib/rake/classic_namespace.rb" "lib/rake/clean.rb" "lib/rake/gempackagetask.rb" "lib/rake/loaders/makefile.rb" "lib/rake/packagetask.rb" "lib/rake/rake_test_loader.rb" "lib/rake/rdoctask.rb" "lib/rake/runtest.rb" "lib/rake/tasklib.rb" "lib/rake/testtask.rb" "lib/rake/win32.rb" "lib/rake.rb" "lib/rational.rb" "lib/rbconfig/datadir.rb" "lib/rdoc/code_objects.rb" "lib/rdoc/diagram.rb" "lib/rdoc/dot.rb" "lib/rdoc/generator/chm/chm.rb" "lib/rdoc/generator/chm.rb" "lib/rdoc/generator/html/common.rb" "lib/rdoc/generator/html/frameless.rb" "lib/rdoc/generator/html/hefss.rb" "lib/rdoc/generator/html/html.rb" "lib/rdoc/generator/html/kilmer.rb" "lib/rdoc/generator/html/kilmerfactory.rb" "lib/rdoc/generator/html/one_page_html.rb" "lib/rdoc/generator/html.rb" "lib/rdoc/generator/ri.rb" "lib/rdoc/generator/texinfo.rb" "lib/rdoc/generator/xml/rdf.rb" "lib/rdoc/generator/xml/xml.rb" "lib/rdoc/generator/xml.rb" "lib/rdoc/generator.rb" "lib/rdoc/known_classes.rb" "lib/rdoc/markup/attribute_manager.rb" "lib/rdoc/markup/formatter.rb" "lib/rdoc/markup/fragments.rb" "lib/rdoc/markup/inline.rb" "lib/rdoc/markup/lines.rb" "lib/rdoc/markup/preprocess.rb" "lib/rdoc/markup/to_flow.rb" "lib/rdoc/markup/to_html.rb" "lib/rdoc/markup/to_html_crossref.rb" "lib/rdoc/markup/to_latex.rb" "lib/rdoc/markup/to_test.rb" "lib/rdoc/markup/to_texinfo.rb" "lib/rdoc/markup.rb" "lib/rdoc/options.rb" "lib/rdoc/parser/c.rb" "lib/rdoc/parser/f95.rb" "lib/rdoc/parser/perl.rb" "lib/rdoc/parser/ruby.rb" "lib/rdoc/parser/simple.rb" "lib/rdoc/parser.rb" "lib/rdoc/rdoc.rb" "lib/rdoc/ri/cache.rb" "lib/rdoc/ri/descriptions.rb" "lib/rdoc/ri/display.rb" "lib/rdoc/ri/driver.rb" "lib/rdoc/ri/formatter.rb" "lib/rdoc/ri/paths.rb" "lib/rdoc/ri/reader.rb" "lib/rdoc/ri/util.rb" "lib/rdoc/ri/writer.rb" "lib/rdoc/ri.rb" "lib/rdoc/stats.rb" "lib/rdoc/template.rb" "lib/rdoc/tokenstream.rb" "lib/rdoc.rb" "lib/resolv-replace.rb" "lib/resolv.rb" "lib/rexml/attlistdecl.rb" "lib/rexml/attribute.rb" "lib/rexml/cdata.rb" "lib/rexml/child.rb" "lib/rexml/comment.rb" "lib/rexml/doctype.rb" "lib/rexml/document.rb" "lib/rexml/dtd/attlistdecl.rb" "lib/rexml/dtd/dtd.rb" "lib/rexml/dtd/elementdecl.rb" "lib/rexml/dtd/entitydecl.rb" "lib/rexml/dtd/notationdecl.rb" "lib/rexml/element.rb" "lib/rexml/encoding.rb" "lib/rexml/encodings/CP-1252.rb" "lib/rexml/encodings/EUC-JP.rb" "lib/rexml/encodings/ICONV.rb" "lib/rexml/encodings/ISO-8859-1.rb" "lib/rexml/encodings/ISO-8859-15.rb" "lib/rexml/encodings/SHIFT-JIS.rb" "lib/rexml/encodings/SHIFT_JIS.rb" "lib/rexml/encodings/UNILE.rb" "lib/rexml/encodings/US-ASCII.rb" "lib/rexml/encodings/UTF-16.rb" "lib/rexml/encodings/UTF-8.rb" "lib/rexml/entity.rb" "lib/rexml/formatters/default.rb" "lib/rexml/formatters/pretty.rb" "lib/rexml/formatters/transitive.rb" "lib/rexml/functions.rb" "lib/rexml/instruction.rb" "lib/rexml/light/node.rb" "lib/rexml/namespace.rb" "lib/rexml/node.rb" "lib/rexml/output.rb" "lib/rexml/parent.rb" "lib/rexml/parseexception.rb" "lib/rexml/parsers/baseparser.rb" "lib/rexml/parsers/lightparser.rb" "lib/rexml/parsers/pullparser.rb" "lib/rexml/parsers/sax2parser.rb" "lib/rexml/parsers/streamparser.rb" "lib/rexml/parsers/treeparser.rb" "lib/rexml/parsers/ultralightparser.rb" "lib/rexml/parsers/xpathparser.rb" "lib/rexml/quickpath.rb" "lib/rexml/rexml.rb" "lib/rexml/sax2listener.rb" "lib/rexml/source.rb" "lib/rexml/streamlistener.rb" "lib/rexml/syncenumerator.rb" "lib/rexml/text.rb" "lib/rexml/undefinednamespaceexception.rb" "lib/rexml/validation/relaxng.rb" "lib/rexml/validation/validation.rb" "lib/rexml/validation/validationexception.rb" "lib/rexml/xmldecl.rb" "lib/rexml/xmltokens.rb" "lib/rexml/xpath.rb" "lib/rexml/xpath_parser.rb" "lib/rinda/rinda.rb" "lib/rinda/ring.rb" "lib/rinda/tuplespace.rb" "lib/rss/0.9.rb" "lib/rss/1.0.rb" "lib/rss/2.0.rb" "lib/rss/atom.rb" "lib/rss/content/1.0.rb" "lib/rss/content/2.0.rb" "lib/rss/content.rb" "lib/rss/converter.rb" "lib/rss/dublincore/1.0.rb" "lib/rss/dublincore/2.0.rb" "lib/rss/dublincore/atom.rb" "lib/rss/dublincore.rb" "lib/rss/image.rb" "lib/rss/itunes.rb" "lib/rss/maker/0.9.rb" "lib/rss/maker/1.0.rb" "lib/rss/maker/2.0.rb" "lib/rss/maker/atom.rb" "lib/rss/maker/base.rb" "lib/rss/maker/content.rb" "lib/rss/maker/dublincore.rb" "lib/rss/maker/entry.rb" "lib/rss/maker/feed.rb" "lib/rss/maker/image.rb" "lib/rss/maker/itunes.rb" "lib/rss/maker/slash.rb" "lib/rss/maker/syndication.rb" "lib/rss/maker/taxonomy.rb" "lib/rss/maker/trackback.rb" "lib/rss/maker.rb" "lib/rss/parser.rb" "lib/rss/rexmlparser.rb" "lib/rss/rss.rb" "lib/rss/slash.rb" "lib/rss/syndication.rb" "lib/rss/taxonomy.rb" "lib/rss/trackback.rb" "lib/rss/utils.rb" "lib/rss/xml-stylesheet.rb" "lib/rss/xml.rb" "lib/rss/xmlparser.rb" "lib/rss/xmlscanner.rb" "lib/rss.rb" "lib/rubygems/builder.rb" "lib/rubygems/command.rb" "lib/rubygems/command_manager.rb" "lib/rubygems/commands/build_command.rb" "lib/rubygems/commands/cert_command.rb" "lib/rubygems/commands/check_command.rb" "lib/rubygems/commands/cleanup_command.rb" "lib/rubygems/commands/contents_command.rb" "lib/rubygems/commands/dependency_command.rb" "lib/rubygems/commands/environment_command.rb" "lib/rubygems/commands/fetch_command.rb" "lib/rubygems/commands/generate_index_command.rb" "lib/rubygems/commands/help_command.rb" "lib/rubygems/commands/install_command.rb" "lib/rubygems/commands/list_command.rb" "lib/rubygems/commands/lock_command.rb" "lib/rubygems/commands/mirror_command.rb" "lib/rubygems/commands/outdated_command.rb" "lib/rubygems/commands/pristine_command.rb" "lib/rubygems/commands/query_command.rb" "lib/rubygems/commands/rdoc_command.rb" "lib/rubygems/commands/search_command.rb" "lib/rubygems/commands/server_command.rb" "lib/rubygems/commands/sources_command.rb" "lib/rubygems/commands/specification_command.rb" "lib/rubygems/commands/stale_command.rb" "lib/rubygems/commands/uninstall_command.rb" "lib/rubygems/commands/unpack_command.rb" "lib/rubygems/commands/update_command.rb" "lib/rubygems/commands/which_command.rb" "lib/rubygems/config_file.rb" "lib/rubygems/custom_require.rb" "lib/rubygems/defaults.rb" "lib/rubygems/dependency.rb" "lib/rubygems/dependency_installer.rb" "lib/rubygems/dependency_list.rb" "lib/rubygems/digest/md5.rb" "lib/rubygems/digest/sha1.rb" "lib/rubygems/digest/sha2.rb" "lib/rubygems/doc_manager.rb" "lib/rubygems/exceptions.rb" "lib/rubygems/ext/builder.rb" "lib/rubygems/ext/configure_builder.rb" "lib/rubygems/ext/ext_conf_builder.rb" "lib/rubygems/ext/rake_builder.rb" "lib/rubygems/ext.rb" "lib/rubygems/format.rb" "lib/rubygems/gem_openssl.rb" "lib/rubygems/gem_path_searcher.rb" "lib/rubygems/gem_runner.rb" "lib/rubygems/indexer/abstract_index_builder.rb" "lib/rubygems/indexer/latest_index_builder.rb" "lib/rubygems/indexer/marshal_index_builder.rb" "lib/rubygems/indexer/master_index_builder.rb" "lib/rubygems/indexer/quick_index_builder.rb" "lib/rubygems/indexer.rb" "lib/rubygems/install_update_options.rb" "lib/rubygems/installer.rb" "lib/rubygems/local_remote_options.rb" "lib/rubygems/old_format.rb" "lib/rubygems/package/f_sync_dir.rb" "lib/rubygems/package/tar_header.rb" "lib/rubygems/package/tar_input.rb" "lib/rubygems/package/tar_output.rb" "lib/rubygems/package/tar_reader/entry.rb" "lib/rubygems/package/tar_reader.rb" "lib/rubygems/package/tar_writer.rb" "lib/rubygems/package.rb" "lib/rubygems/platform.rb" "lib/rubygems/remote_fetcher.rb" "lib/rubygems/require_paths_builder.rb" "lib/rubygems/requirement.rb" "lib/rubygems/rubygems_version.rb" "lib/rubygems/security.rb" "lib/rubygems/server.rb" "lib/rubygems/source_index.rb" "lib/rubygems/source_info_cache.rb" "lib/rubygems/source_info_cache_entry.rb" "lib/rubygems/spec_fetcher.rb" "lib/rubygems/specification.rb" "lib/rubygems/test_utilities.rb" "lib/rubygems/timer.rb" "lib/rubygems/uninstaller.rb" "lib/rubygems/user_interaction.rb" "lib/rubygems/validator.rb" "lib/rubygems/version.rb" "lib/rubygems/version_option.rb" "lib/rubygems.rb" "lib/scanf.rb" "lib/securerandom.rb" "lib/set.rb" "lib/shell/builtin-command.rb" "lib/shell/command-processor.rb" "lib/shell/error.rb" "lib/shell/filter.rb" "lib/shell/process-controller.rb" "lib/shell/system-command.rb" "lib/shell/version.rb" "lib/shell.rb" "lib/shellwords.rb" "lib/singleton.rb" "lib/sync.rb" "lib/tempfile.rb" "lib/test/unit/assertions.rb" "lib/test/unit/testcase.rb" "lib/test/unit.rb" "lib/thread.rb" "lib/thwait.rb" "lib/time.rb" "lib/timeout.rb" "lib/tmpdir.rb" "lib/tracer.rb" "lib/tsort.rb" "lib/ubygems.rb" "lib/un.rb" "lib/uri/common.rb" "lib/uri/ftp.rb" "lib/uri/generic.rb" "lib/uri/http.rb" "lib/uri/https.rb" "lib/uri/ldap.rb" "lib/uri/ldaps.rb" "lib/uri/mailto.rb" "lib/uri.rb" "lib/weakref.rb" "lib/webrick/accesslog.rb" "lib/webrick/cgi.rb" "lib/webrick/compat.rb" "lib/webrick/config.rb" "lib/webrick/cookie.rb" "lib/webrick/htmlutils.rb" "lib/webrick/httpauth/authenticator.rb" "lib/webrick/httpauth/basicauth.rb" "lib/webrick/httpauth/digestauth.rb" "lib/webrick/httpauth/htdigest.rb" "lib/webrick/httpauth/htgroup.rb" "lib/webrick/httpauth/htpasswd.rb" "lib/webrick/httpauth/userdb.rb" "lib/webrick/httpauth.rb" "lib/webrick/httpproxy.rb" "lib/webrick/httprequest.rb" "lib/webrick/httpresponse.rb" "lib/webrick/https.rb" "lib/webrick/httpserver.rb" "lib/webrick/httpservlet/abstract.rb" "lib/webrick/httpservlet/cgi_runner.rb" "lib/webrick/httpservlet/cgihandler.rb" "lib/webrick/httpservlet/erbhandler.rb" "lib/webrick/httpservlet/filehandler.rb" "lib/webrick/httpservlet/prochandler.rb" "lib/webrick/httpservlet.rb" "lib/webrick/httpstatus.rb" "lib/webrick/httputils.rb" "lib/webrick/httpversion.rb" "lib/webrick/log.rb" "lib/webrick/server.rb" "lib/webrick/ssl.rb" "lib/webrick/utils.rb" "lib/webrick/version.rb" "lib/webrick.rb" "lib/xmlrpc/base64.rb" "lib/xmlrpc/client.rb" "lib/xmlrpc/config.rb" "lib/xmlrpc/create.rb" "lib/xmlrpc/datetime.rb" "lib/xmlrpc/httpserver.rb" "lib/xmlrpc/marshal.rb" "lib/xmlrpc/parser.rb" "lib/xmlrpc/server.rb" "lib/xmlrpc/utils.rb" "lib/yaml/baseemitter.rb" "lib/yaml/basenode.rb" "lib/yaml/constants.rb" "lib/yaml/dbm.rb" "lib/yaml/encoding.rb" "lib/yaml/error.rb" "lib/yaml/loader.rb" "lib/yaml/rubytypes.rb" "lib/yaml/store.rb" "lib/yaml/stream.rb" "lib/yaml/stringio.rb" "lib/yaml/syck.rb" "lib/yaml/tag.rb" "lib/yaml/types.rb" "lib/yaml/yamlnode.rb" "lib/yaml/ypath.rb" "lib/yaml.rb" "sample/biorhythm.rb" "sample/cal.rb" "sample/cbreak.rb" "sample/clnt.rb" "sample/coverage.rb" "sample/dir.rb" "sample/drb/darray.rb" "sample/drb/darrayc.rb" "sample/drb/dbiff.rb" "sample/drb/dcdbiff.rb" "sample/drb/dchatc.rb" "sample/drb/dchats.rb" "sample/drb/dhasen.rb" "sample/drb/dhasenc.rb" unknown encoding name: euc-jp sample/drb/dhasenc.rb "sample/drb/dlogc.rb" "sample/drb/dlogd.rb" "sample/drb/dqin.rb" "sample/drb/dqlib.rb" "sample/drb/dqout.rb" "sample/drb/dqueue.rb" "sample/drb/drbc.rb" "sample/drb/drbch.rb" "sample/drb/drbm.rb" "sample/drb/drbmc.rb" "sample/drb/drbs-acl.rb" "sample/drb/drbs.rb" "sample/drb/drbssl_c.rb" "sample/drb/drbssl_s.rb" "sample/drb/extserv_test.rb" "sample/drb/gw_ct.rb" "sample/drb/gw_cu.rb" "sample/drb/gw_s.rb" "sample/drb/holderc.rb" "sample/drb/holders.rb" "sample/drb/http0.rb" "sample/drb/http0serv.rb" "sample/drb/name.rb" "sample/drb/namec.rb" "sample/drb/old_tuplespace.rb" "sample/drb/rinda_ts.rb" "sample/drb/rindac.rb" "sample/drb/rindas.rb" "sample/drb/ring_echo.rb" "sample/drb/ring_inspect.rb" "sample/drb/ring_place.rb" "sample/drb/simpletuple.rb" "sample/drb/speedc.rb" "sample/drb/speeds.rb" "sample/dualstack-fetch.rb" "sample/dualstack-httpd.rb" "sample/eval.rb" "sample/export.rb" "sample/exyacc.rb" "sample/fact.rb" "sample/fib.rb" "sample/freq.rb" "sample/from.rb" "sample/fullpath.rb" "sample/less.rb" "sample/list.rb" "sample/list2.rb" "sample/list3.rb" "sample/logger/app.rb" "sample/logger/log.rb" "sample/logger/shifting.rb" "sample/mine.rb" unknown encoding name: euc-jp sample/mine.rb "sample/mkproto.rb" "sample/mpart.rb" "sample/observ.rb" "sample/occur.rb" "sample/occur2.rb" "sample/openssl/c_rehash.rb" "sample/openssl/cert2text.rb" "sample/openssl/certstore.rb" "sample/openssl/cipher.rb" "sample/openssl/crlstore.rb" "sample/openssl/echo_cli.rb" "sample/openssl/echo_svr.rb" "sample/openssl/gen_csr.rb" "sample/openssl/smime_read.rb" "sample/openssl/smime_write.rb" "sample/openssl/wget.rb" "sample/optparse/opttest.rb" "sample/optparse/subcommand.rb" "sample/philos.rb" "sample/pi.rb" "sample/rcs.rb" "sample/rdoc/markup/rdoc2latex.rb" "sample/rdoc/markup/sample.rb" "sample/ripper/ruby2html.rb" "sample/ripper/strip-comment.rb" "sample/rss/blend.rb" "sample/rss/convert.rb" "sample/rss/list_description.rb" "sample/rss/re_read.rb" "sample/rss/rss_recent.rb" "sample/sieve.rb" "sample/svr.rb" "sample/test.rb" "sample/testunit/adder.rb" "sample/testunit/subtracter.rb" "sample/testunit/tc_adder.rb" "sample/testunit/tc_subtracter.rb" "sample/testunit/ts_examples.rb" "sample/time.rb" "sample/trojan.rb" "sample/tsvr.rb" "sample/uumerge.rb" "sample/webrick/demo-app.rb" "sample/webrick/demo-servlet.rb" "sample/webrick/hello.rb" "sample/webrick/httpd.rb" "sample/webrick/httpproxy.rb" "sample/webrick/httpsd.rb" "ext/bigdecimal/extconf.rb" "ext/bigdecimal/lib/bigdecimal/jacobian.rb" "ext/bigdecimal/lib/bigdecimal/ludcmp.rb" "ext/bigdecimal/lib/bigdecimal/math.rb" "ext/bigdecimal/lib/bigdecimal/newton.rb" "ext/bigdecimal/lib/bigdecimal/util.rb" "ext/bigdecimal/sample/linear.rb" "ext/bigdecimal/sample/nlsolve.rb" "ext/bigdecimal/sample/pi.rb" "ext/continuation/extconf.rb" "ext/coverage/extconf.rb" "ext/curses/extconf.rb" "ext/curses/hello.rb" "ext/curses/mouse.rb" "ext/curses/rain.rb" "ext/curses/view.rb" "ext/curses/view2.rb" "ext/dbm/extconf.rb" "ext/digest/bubblebabble/extconf.rb" "ext/digest/extconf.rb" "ext/digest/lib/digest/hmac.rb" "ext/digest/lib/digest.rb" "ext/digest/md5/extconf.rb" "ext/digest/rmd160/extconf.rb" "ext/digest/sha1/extconf.rb" "ext/digest/sha2/extconf.rb" "ext/digest/sha2/lib/sha2.rb" "ext/dl/callback/extconf.rb" "ext/dl/callback/mkcallback.rb" "ext/dl/extconf.rb" "ext/dl/lib/dl/callback.rb" "ext/dl/lib/dl/cparser.rb" "ext/dl/lib/dl/func.rb" "ext/dl/lib/dl/import.rb" "ext/dl/lib/dl/pack.rb" "ext/dl/lib/dl/stack.rb" "ext/dl/lib/dl/struct.rb" "ext/dl/lib/dl/types.rb" "ext/dl/lib/dl/value.rb" "ext/dl/win32/extconf.rb" "ext/dl/win32/lib/win32/registry.rb" "ext/dl/win32/lib/win32/resolv.rb" "ext/dl/win32/lib/win32/sspi.rb" "ext/dl/win32/lib/Win32API.rb" "ext/etc/extconf.rb" "ext/extmk.rb" "ext/fcntl/extconf.rb" "ext/fiber/extconf.rb" "ext/gdbm/extconf.rb" "ext/iconv/charset_alias.rb" "ext/iconv/extconf.rb" "ext/iconv/mkwrapper.rb" "ext/io/wait/extconf.rb" "ext/io/wait/lib/nonblock.rb" "ext/json/ext/generator/extconf.rb" "ext/json/ext/parser/extconf.rb" "ext/json/extconf.rb" "ext/json/lib/json/add/core.rb" "ext/json/lib/json/add/rails.rb" "ext/json/lib/json/common.rb" "ext/json/lib/json/editor.rb" "ext/json/lib/json/ext.rb" "ext/json/lib/json/version.rb" "ext/json/lib/json.rb" "ext/mathn/complex/extconf.rb" "ext/mathn/rational/extconf.rb" "ext/nkf/extconf.rb" "ext/nkf/lib/kconv.rb" "ext/openssl/extconf.rb" "ext/openssl/lib/openssl/bn.rb" "ext/openssl/lib/openssl/buffering.rb" "ext/openssl/lib/openssl/cipher.rb" "ext/openssl/lib/openssl/digest.rb" "ext/openssl/lib/openssl/ssl-internal.rb" "ext/openssl/lib/openssl/ssl.rb" "ext/openssl/lib/openssl/x509-internal.rb" "ext/openssl/lib/openssl/x509.rb" "ext/openssl/lib/openssl.rb" "ext/pty/expect_sample.rb" "ext/pty/extconf.rb" "ext/pty/lib/expect.rb" "ext/pty/script.rb" "ext/pty/shl.rb" "ext/purelib.rb" "ext/racc/cparse/extconf.rb" "ext/readline/extconf.rb" "ext/ripper/extconf.rb" "ext/ripper/lib/ripper/core.rb" "ext/ripper/lib/ripper/filter.rb" "ext/ripper/lib/ripper/lexer.rb" "ext/ripper/lib/ripper/sexp.rb" "ext/ripper/lib/ripper.rb" "ext/ripper/tools/generate-param-macros.rb" "ext/ripper/tools/generate.rb" "ext/ripper/tools/preproc.rb" "ext/ripper/tools/strip.rb" "ext/sdbm/extconf.rb" "ext/socket/extconf.rb" "ext/socket/lib/socket.rb" "ext/socket/mkconstants.rb" "ext/stringio/extconf.rb" "ext/strscan/extconf.rb" "ext/syck/extconf.rb" "ext/syslog/extconf.rb" "ext/tk/extconf.rb" "ext/tk/lib/multi-tk.rb" "ext/tk/lib/remote-tk.rb" "ext/tk/lib/tcltk.rb" "ext/tk/lib/tk/after.rb" "ext/tk/lib/tk/autoload.rb" "ext/tk/lib/tk/bgerror.rb" "ext/tk/lib/tk/bindtag.rb" "ext/tk/lib/tk/button.rb" "ext/tk/lib/tk/canvas.rb" "ext/tk/lib/tk/canvastag.rb" "ext/tk/lib/tk/checkbutton.rb" "ext/tk/lib/tk/clipboard.rb" "ext/tk/lib/tk/clock.rb" "ext/tk/lib/tk/composite.rb" "ext/tk/lib/tk/console.rb" "ext/tk/lib/tk/dialog.rb" "ext/tk/lib/tk/encodedstr.rb" "ext/tk/lib/tk/entry.rb" "ext/tk/lib/tk/event.rb" "ext/tk/lib/tk/font.rb" "ext/tk/lib/tk/frame.rb" "ext/tk/lib/tk/grid.rb" "ext/tk/lib/tk/image.rb" "ext/tk/lib/tk/itemconfig.rb" "ext/tk/lib/tk/itemfont.rb" "ext/tk/lib/tk/kinput.rb" "ext/tk/lib/tk/label.rb" "ext/tk/lib/tk/labelframe.rb" "ext/tk/lib/tk/listbox.rb" "ext/tk/lib/tk/macpkg.rb" "ext/tk/lib/tk/menu.rb" "ext/tk/lib/tk/menubar.rb" "ext/tk/lib/tk/menuspec.rb" "ext/tk/lib/tk/message.rb" "ext/tk/lib/tk/mngfocus.rb" "ext/tk/lib/tk/msgcat.rb" "ext/tk/lib/tk/namespace.rb" "ext/tk/lib/tk/optiondb.rb" "ext/tk/lib/tk/optionobj.rb" "ext/tk/lib/tk/pack.rb" "ext/tk/lib/tk/package.rb" "ext/tk/lib/tk/palette.rb" "ext/tk/lib/tk/panedwindow.rb" "ext/tk/lib/tk/place.rb" "ext/tk/lib/tk/radiobutton.rb" "ext/tk/lib/tk/root.rb" "ext/tk/lib/tk/scale.rb" "ext/tk/lib/tk/scrollable.rb" "ext/tk/lib/tk/scrollbar.rb" "ext/tk/lib/tk/scrollbox.rb" "ext/tk/lib/tk/selection.rb" "ext/tk/lib/tk/spinbox.rb" "ext/tk/lib/tk/tagfont.rb" "ext/tk/lib/tk/text.rb" "ext/tk/lib/tk/textimage.rb" "ext/tk/lib/tk/textmark.rb" "ext/tk/lib/tk/texttag.rb" "ext/tk/lib/tk/textwindow.rb" "ext/tk/lib/tk/timer.rb" "ext/tk/lib/tk/toplevel.rb" "ext/tk/lib/tk/ttk_selector.rb" "ext/tk/lib/tk/txtwin_abst.rb" "ext/tk/lib/tk/validation.rb" "ext/tk/lib/tk/variable.rb" "ext/tk/lib/tk/virtevent.rb" "ext/tk/lib/tk/winfo.rb" "ext/tk/lib/tk/winpkg.rb" "ext/tk/lib/tk/wm.rb" "ext/tk/lib/tk/xim.rb" "ext/tk/lib/tk.rb" "ext/tk/lib/tkafter.rb" "ext/tk/lib/tkbgerror.rb" "ext/tk/lib/tkcanvas.rb" "ext/tk/lib/tkclass.rb" "ext/tk/lib/tkconsole.rb" "ext/tk/lib/tkdialog.rb" "ext/tk/lib/tkentry.rb" "ext/tk/lib/tkextlib/blt/barchart.rb" "ext/tk/lib/tkextlib/blt/bitmap.rb" "ext/tk/lib/tkextlib/blt/busy.rb" "ext/tk/lib/tkextlib/blt/component.rb" "ext/tk/lib/tkextlib/blt/container.rb" "ext/tk/lib/tkextlib/blt/cutbuffer.rb" "ext/tk/lib/tkextlib/blt/dragdrop.rb" "ext/tk/lib/tkextlib/blt/eps.rb" "ext/tk/lib/tkextlib/blt/graph.rb" "ext/tk/lib/tkextlib/blt/htext.rb" "ext/tk/lib/tkextlib/blt/setup.rb" "ext/tk/lib/tkextlib/blt/spline.rb" "ext/tk/lib/tkextlib/blt/stripchart.rb" "ext/tk/lib/tkextlib/blt/table.rb" "ext/tk/lib/tkextlib/blt/tabnotebook.rb" "ext/tk/lib/tkextlib/blt/tabset.rb" "ext/tk/lib/tkextlib/blt/ted.rb" "ext/tk/lib/tkextlib/blt/tile/button.rb" "ext/tk/lib/tkextlib/blt/tile/checkbutton.rb" "ext/tk/lib/tkextlib/blt/tile/frame.rb" "ext/tk/lib/tkextlib/blt/tile/label.rb" "ext/tk/lib/tkextlib/blt/tile/radiobutton.rb" "ext/tk/lib/tkextlib/blt/tile/scrollbar.rb" "ext/tk/lib/tkextlib/blt/tile/toplevel.rb" "ext/tk/lib/tkextlib/blt/tile.rb" "ext/tk/lib/tkextlib/blt/tree.rb" "ext/tk/lib/tkextlib/blt/treeview.rb" "ext/tk/lib/tkextlib/blt/unix_dnd.rb" "ext/tk/lib/tkextlib/blt/vector.rb" "ext/tk/lib/tkextlib/blt/watch.rb" "ext/tk/lib/tkextlib/blt/win_printer.rb" "ext/tk/lib/tkextlib/blt/winop.rb" "ext/tk/lib/tkextlib/blt.rb" "ext/tk/lib/tkextlib/bwidget/arrowbutton.rb" "ext/tk/lib/tkextlib/bwidget/bitmap.rb" "ext/tk/lib/tkextlib/bwidget/button.rb" "ext/tk/lib/tkextlib/bwidget/buttonbox.rb" "ext/tk/lib/tkextlib/bwidget/combobox.rb" "ext/tk/lib/tkextlib/bwidget/dialog.rb" "ext/tk/lib/tkextlib/bwidget/dragsite.rb" "ext/tk/lib/tkextlib/bwidget/dropsite.rb" "ext/tk/lib/tkextlib/bwidget/dynamichelp.rb" "ext/tk/lib/tkextlib/bwidget/entry.rb" "ext/tk/lib/tkextlib/bwidget/label.rb" "ext/tk/lib/tkextlib/bwidget/labelentry.rb" "ext/tk/lib/tkextlib/bwidget/labelframe.rb" "ext/tk/lib/tkextlib/bwidget/listbox.rb" "ext/tk/lib/tkextlib/bwidget/mainframe.rb" "ext/tk/lib/tkextlib/bwidget/messagedlg.rb" "ext/tk/lib/tkextlib/bwidget/notebook.rb" "ext/tk/lib/tkextlib/bwidget/pagesmanager.rb" "ext/tk/lib/tkextlib/bwidget/panedwindow.rb" "ext/tk/lib/tkextlib/bwidget/panelframe.rb" "ext/tk/lib/tkextlib/bwidget/passwddlg.rb" "ext/tk/lib/tkextlib/bwidget/progressbar.rb" "ext/tk/lib/tkextlib/bwidget/progressdlg.rb" "ext/tk/lib/tkextlib/bwidget/scrollableframe.rb" "ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb" "ext/tk/lib/tkextlib/bwidget/scrollview.rb" "ext/tk/lib/tkextlib/bwidget/selectcolor.rb" "ext/tk/lib/tkextlib/bwidget/selectfont.rb" "ext/tk/lib/tkextlib/bwidget/separator.rb" "ext/tk/lib/tkextlib/bwidget/setup.rb" "ext/tk/lib/tkextlib/bwidget/spinbox.rb" "ext/tk/lib/tkextlib/bwidget/statusbar.rb" "ext/tk/lib/tkextlib/bwidget/titleframe.rb" "ext/tk/lib/tkextlib/bwidget/tree.rb" "ext/tk/lib/tkextlib/bwidget/widget.rb" "ext/tk/lib/tkextlib/bwidget.rb" "ext/tk/lib/tkextlib/ICONS/icons.rb" "ext/tk/lib/tkextlib/ICONS/setup.rb" "ext/tk/lib/tkextlib/ICONS.rb" "ext/tk/lib/tkextlib/itcl/incr_tcl.rb" "ext/tk/lib/tkextlib/itcl/setup.rb" "ext/tk/lib/tkextlib/itcl.rb" "ext/tk/lib/tkextlib/itk/incr_tk.rb" "ext/tk/lib/tkextlib/itk/setup.rb" "ext/tk/lib/tkextlib/itk.rb" "ext/tk/lib/tkextlib/iwidgets/buttonbox.rb" "ext/tk/lib/tkextlib/iwidgets/calendar.rb" "ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb" "ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb" "ext/tk/lib/tkextlib/iwidgets/checkbox.rb" "ext/tk/lib/tkextlib/iwidgets/combobox.rb" "ext/tk/lib/tkextlib/iwidgets/dateentry.rb" "ext/tk/lib/tkextlib/iwidgets/datefield.rb" "ext/tk/lib/tkextlib/iwidgets/dialog.rb" "ext/tk/lib/tkextlib/iwidgets/dialogshell.rb" "ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb" "ext/tk/lib/tkextlib/iwidgets/entryfield.rb" "ext/tk/lib/tkextlib/iwidgets/extbutton.rb" "ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/feedback.rb" "ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/finddialog.rb" "ext/tk/lib/tkextlib/iwidgets/hierarchy.rb" "ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb" "ext/tk/lib/tkextlib/iwidgets/labeledframe.rb" "ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb" "ext/tk/lib/tkextlib/iwidgets/mainwindow.rb" "ext/tk/lib/tkextlib/iwidgets/menubar.rb" "ext/tk/lib/tkextlib/iwidgets/messagebox.rb" "ext/tk/lib/tkextlib/iwidgets/messagedialog.rb" "ext/tk/lib/tkextlib/iwidgets/notebook.rb" "ext/tk/lib/tkextlib/iwidgets/optionmenu.rb" "ext/tk/lib/tkextlib/iwidgets/panedwindow.rb" "ext/tk/lib/tkextlib/iwidgets/promptdialog.rb" "ext/tk/lib/tkextlib/iwidgets/pushbutton.rb" "ext/tk/lib/tkextlib/iwidgets/radiobox.rb" "ext/tk/lib/tkextlib/iwidgets/scopedobject.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb" "ext/tk/lib/tkextlib/iwidgets/selectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/setup.rb" "ext/tk/lib/tkextlib/iwidgets/shell.rb" "ext/tk/lib/tkextlib/iwidgets/spindate.rb" "ext/tk/lib/tkextlib/iwidgets/spinint.rb" "ext/tk/lib/tkextlib/iwidgets/spinner.rb" "ext/tk/lib/tkextlib/iwidgets/spintime.rb" "ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb" "ext/tk/lib/tkextlib/iwidgets/tabset.rb" "ext/tk/lib/tkextlib/iwidgets/timeentry.rb" "ext/tk/lib/tkextlib/iwidgets/timefield.rb" "ext/tk/lib/tkextlib/iwidgets/toolbar.rb" "ext/tk/lib/tkextlib/iwidgets/watch.rb" "ext/tk/lib/tkextlib/iwidgets.rb" "ext/tk/lib/tkextlib/pkg_checker.rb" "ext/tk/lib/tkextlib/setup.rb" "ext/tk/lib/tkextlib/tcllib/autoscroll.rb" "ext/tk/lib/tkextlib/tcllib/ctext.rb" "ext/tk/lib/tkextlib/tcllib/cursor.rb" "ext/tk/lib/tkextlib/tcllib/datefield.rb" "ext/tk/lib/tkextlib/tcllib/dialog.rb" "ext/tk/lib/tkextlib/tcllib/getstring.rb" "ext/tk/lib/tkextlib/tcllib/history.rb" "ext/tk/lib/tkextlib/tcllib/ico.rb" "ext/tk/lib/tkextlib/tcllib/ip_entry.rb" "ext/tk/lib/tkextlib/tcllib/panelframe.rb" "ext/tk/lib/tkextlib/tcllib/plotchart.rb" "ext/tk/lib/tkextlib/tcllib/ruler.rb" "ext/tk/lib/tkextlib/tcllib/screenruler.rb" "ext/tk/lib/tkextlib/tcllib/scrollwin.rb" "ext/tk/lib/tkextlib/tcllib/setup.rb" "ext/tk/lib/tkextlib/tcllib/style.rb" "ext/tk/lib/tkextlib/tcllib/superframe.rb" "ext/tk/lib/tkextlib/tcllib/swaplist.rb" "ext/tk/lib/tkextlib/tcllib/tablelist.rb" "ext/tk/lib/tkextlib/tcllib/tablelist_core.rb" "ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb" "ext/tk/lib/tkextlib/tcllib/tkpiechart.rb" "ext/tk/lib/tkextlib/tcllib/tooltip.rb" "ext/tk/lib/tkextlib/tcllib/widget.rb" "ext/tk/lib/tkextlib/tcllib.rb" "ext/tk/lib/tkextlib/tclx/setup.rb" "ext/tk/lib/tkextlib/tclx/tclx.rb" "ext/tk/lib/tkextlib/tclx.rb" "ext/tk/lib/tkextlib/tile/dialog.rb" "ext/tk/lib/tkextlib/tile/setup.rb" "ext/tk/lib/tkextlib/tile/sizegrip.rb" "ext/tk/lib/tkextlib/tile/style.rb" "ext/tk/lib/tkextlib/tile/tbutton.rb" "ext/tk/lib/tkextlib/tile/tcheckbutton.rb" "ext/tk/lib/tkextlib/tile/tcombobox.rb" "ext/tk/lib/tkextlib/tile/tentry.rb" "ext/tk/lib/tkextlib/tile/tframe.rb" "ext/tk/lib/tkextlib/tile/tlabel.rb" "ext/tk/lib/tkextlib/tile/tlabelframe.rb" "ext/tk/lib/tkextlib/tile/tmenubutton.rb" "ext/tk/lib/tkextlib/tile/tnotebook.rb" "ext/tk/lib/tkextlib/tile/tpaned.rb" "ext/tk/lib/tkextlib/tile/tprogressbar.rb" "ext/tk/lib/tkextlib/tile/tradiobutton.rb" "ext/tk/lib/tkextlib/tile/treeview.rb" "ext/tk/lib/tkextlib/tile/tscale.rb" "ext/tk/lib/tkextlib/tile/tscrollbar.rb" "ext/tk/lib/tkextlib/tile/tseparator.rb" "ext/tk/lib/tkextlib/tile/tsquare.rb" "ext/tk/lib/tkextlib/tile.rb" "ext/tk/lib/tkextlib/tkDND/setup.rb" "ext/tk/lib/tkextlib/tkDND/shape.rb" "ext/tk/lib/tkextlib/tkDND/tkdnd.rb" "ext/tk/lib/tkextlib/tkDND.rb" "ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb" "ext/tk/lib/tkextlib/tkHTML/setup.rb" "ext/tk/lib/tkextlib/tkHTML.rb" "ext/tk/lib/tkextlib/tkimg/bmp.rb" "ext/tk/lib/tkextlib/tkimg/gif.rb" "ext/tk/lib/tkextlib/tkimg/ico.rb" "ext/tk/lib/tkextlib/tkimg/jpeg.rb" "ext/tk/lib/tkextlib/tkimg/pcx.rb" "ext/tk/lib/tkextlib/tkimg/pixmap.rb" "ext/tk/lib/tkextlib/tkimg/png.rb" "ext/tk/lib/tkextlib/tkimg/ppm.rb" "ext/tk/lib/tkextlib/tkimg/ps.rb" "ext/tk/lib/tkextlib/tkimg/setup.rb" "ext/tk/lib/tkextlib/tkimg/sgi.rb" "ext/tk/lib/tkextlib/tkimg/sun.rb" "ext/tk/lib/tkextlib/tkimg/tga.rb" "ext/tk/lib/tkextlib/tkimg/tiff.rb" "ext/tk/lib/tkextlib/tkimg/window.rb" "ext/tk/lib/tkextlib/tkimg/xbm.rb" "ext/tk/lib/tkextlib/tkimg/xpm.rb" "ext/tk/lib/tkextlib/tkimg.rb" "ext/tk/lib/tkextlib/tktable/setup.rb" "ext/tk/lib/tkextlib/tktable/tktable.rb" "ext/tk/lib/tkextlib/tktable.rb" "ext/tk/lib/tkextlib/tktrans/setup.rb" "ext/tk/lib/tkextlib/tktrans/tktrans.rb" "ext/tk/lib/tkextlib/tktrans.rb" "ext/tk/lib/tkextlib/treectrl/setup.rb" "ext/tk/lib/tkextlib/treectrl/tktreectrl.rb" "ext/tk/lib/tkextlib/treectrl.rb" "ext/tk/lib/tkextlib/trofs/setup.rb" "ext/tk/lib/tkextlib/trofs/trofs.rb" "ext/tk/lib/tkextlib/trofs.rb" "ext/tk/lib/tkextlib/version.rb" "ext/tk/lib/tkextlib/vu/bargraph.rb" "ext/tk/lib/tkextlib/vu/charts.rb" "ext/tk/lib/tkextlib/vu/dial.rb" "ext/tk/lib/tkextlib/vu/pie.rb" "ext/tk/lib/tkextlib/vu/setup.rb" "ext/tk/lib/tkextlib/vu/spinbox.rb" "ext/tk/lib/tkextlib/vu.rb" "ext/tk/lib/tkextlib/winico/setup.rb" "ext/tk/lib/tkextlib/winico/winico.rb" "ext/tk/lib/tkextlib/winico.rb" "ext/tk/lib/tkfont.rb" "ext/tk/lib/tkmacpkg.rb" "ext/tk/lib/tkmenubar.rb" "ext/tk/lib/tkmngfocus.rb" "ext/tk/lib/tkpalette.rb" "ext/tk/lib/tkscrollbox.rb" "ext/tk/lib/tktext.rb" "ext/tk/lib/tkvirtevent.rb" "ext/tk/lib/tkwinpkg.rb" "ext/tk/sample/24hr_clock.rb" "ext/tk/sample/binding_sample.rb" "ext/tk/sample/bindtag_sample.rb" "ext/tk/sample/binstr_usage.rb" "ext/tk/sample/btn_with_frame.rb" "ext/tk/sample/cd_timer.rb" "ext/tk/sample/cmd_res_test.rb" "ext/tk/sample/demos-en/anilabel.rb" "ext/tk/sample/demos-en/aniwave.rb" "ext/tk/sample/demos-en/arrow.rb" "ext/tk/sample/demos-en/bind.rb" "ext/tk/sample/demos-en/bitmap.rb" "ext/tk/sample/demos-en/button.rb" "ext/tk/sample/demos-en/check.rb" "ext/tk/sample/demos-en/check2.rb" "ext/tk/sample/demos-en/clrpick.rb" "ext/tk/sample/demos-en/colors.rb" "ext/tk/sample/demos-en/combo.rb" "ext/tk/sample/demos-en/cscroll.rb" "ext/tk/sample/demos-en/ctext.rb" "ext/tk/sample/demos-en/dialog1.rb" "ext/tk/sample/demos-en/dialog2.rb" "ext/tk/sample/demos-en/entry1.rb" "ext/tk/sample/demos-en/entry2.rb" "ext/tk/sample/demos-en/entry3.rb" "ext/tk/sample/demos-en/filebox.rb" "ext/tk/sample/demos-en/floor.rb" "ext/tk/sample/demos-en/floor2.rb" "ext/tk/sample/demos-en/form.rb" "ext/tk/sample/demos-en/goldberg.rb" "ext/tk/sample/demos-en/hscale.rb" "ext/tk/sample/demos-en/icon.rb" "ext/tk/sample/demos-en/image1.rb" "ext/tk/sample/demos-en/image2.rb" "ext/tk/sample/demos-en/image3.rb" "ext/tk/sample/demos-en/items.rb" "ext/tk/sample/demos-en/knightstour.rb" "ext/tk/sample/demos-en/label.rb" "ext/tk/sample/demos-en/labelframe.rb" "ext/tk/sample/demos-en/mclist.rb" "ext/tk/sample/demos-en/menu.rb" "ext/tk/sample/demos-en/menu84.rb" "ext/tk/sample/demos-en/menubu.rb" "ext/tk/sample/demos-en/msgbox.rb" "ext/tk/sample/demos-en/msgbox2.rb" "ext/tk/sample/demos-en/paned1.rb" "ext/tk/sample/demos-en/paned2.rb" "ext/tk/sample/demos-en/pendulum.rb" "ext/tk/sample/demos-en/plot.rb" "ext/tk/sample/demos-en/puzzle.rb" "ext/tk/sample/demos-en/radio.rb" "ext/tk/sample/demos-en/radio2.rb" "ext/tk/sample/demos-en/radio3.rb" "ext/tk/sample/demos-en/ruler.rb" "ext/tk/sample/demos-en/sayings.rb" "ext/tk/sample/demos-en/search.rb" "ext/tk/sample/demos-en/spin.rb" "ext/tk/sample/demos-en/states.rb" "ext/tk/sample/demos-en/style.rb" "ext/tk/sample/demos-en/text.rb" "ext/tk/sample/demos-en/textpeer.rb" "ext/tk/sample/demos-en/tkencoding.rb" "ext/tk/sample/demos-en/toolbar.rb" "ext/tk/sample/demos-en/tree.rb" "ext/tk/sample/demos-en/ttkbut.rb" "ext/tk/sample/demos-en/ttkmenu.rb" "ext/tk/sample/demos-en/ttknote.rb" "ext/tk/sample/demos-en/ttkpane.rb" "ext/tk/sample/demos-en/ttkprogress.rb" "ext/tk/sample/demos-en/twind.rb" "ext/tk/sample/demos-en/twind2.rb" "ext/tk/sample/demos-en/unicodeout.rb" "ext/tk/sample/demos-en/vscale.rb" "ext/tk/sample/demos-jp/anilabel.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/anilabel.rb "ext/tk/sample/demos-jp/aniwave.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/aniwave.rb "ext/tk/sample/demos-jp/arrow.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/arrow.rb "ext/tk/sample/demos-jp/bind.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/bind.rb "ext/tk/sample/demos-jp/bitmap.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/bitmap.rb "ext/tk/sample/demos-jp/button.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/button.rb "ext/tk/sample/demos-jp/check.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/check.rb "ext/tk/sample/demos-jp/check2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/check2.rb "ext/tk/sample/demos-jp/clrpick.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/clrpick.rb "ext/tk/sample/demos-jp/colors.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/colors.rb "ext/tk/sample/demos-jp/combo.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/combo.rb "ext/tk/sample/demos-jp/cscroll.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/cscroll.rb "ext/tk/sample/demos-jp/ctext.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ctext.rb "ext/tk/sample/demos-jp/dialog1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/dialog1.rb "ext/tk/sample/demos-jp/dialog2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/dialog2.rb "ext/tk/sample/demos-jp/entry1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry1.rb "ext/tk/sample/demos-jp/entry2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry2.rb "ext/tk/sample/demos-jp/entry3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry3.rb "ext/tk/sample/demos-jp/filebox.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/filebox.rb "ext/tk/sample/demos-jp/floor.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/floor.rb "ext/tk/sample/demos-jp/floor2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/floor2.rb "ext/tk/sample/demos-jp/form.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/form.rb "ext/tk/sample/demos-jp/goldberg.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/goldberg.rb "ext/tk/sample/demos-jp/hscale.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/hscale.rb "ext/tk/sample/demos-jp/icon.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/icon.rb "ext/tk/sample/demos-jp/image1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image1.rb "ext/tk/sample/demos-jp/image2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image2.rb "ext/tk/sample/demos-jp/image3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image3.rb "ext/tk/sample/demos-jp/items.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/items.rb "ext/tk/sample/demos-jp/knightstour.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/knightstour.rb "ext/tk/sample/demos-jp/label.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/label.rb "ext/tk/sample/demos-jp/labelframe.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/labelframe.rb "ext/tk/sample/demos-jp/mclist.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/mclist.rb "ext/tk/sample/demos-jp/menu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu.rb "ext/tk/sample/demos-jp/menu84.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu84.rb "ext/tk/sample/demos-jp/menu8x.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu8x.rb "ext/tk/sample/demos-jp/menubu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menubu.rb "ext/tk/sample/demos-jp/msgbox.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/msgbox.rb "ext/tk/sample/demos-jp/msgbox2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/msgbox2.rb "ext/tk/sample/demos-jp/paned1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/paned1.rb "ext/tk/sample/demos-jp/paned2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/paned2.rb "ext/tk/sample/demos-jp/pendulum.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/pendulum.rb "ext/tk/sample/demos-jp/plot.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/plot.rb "ext/tk/sample/demos-jp/puzzle.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/puzzle.rb "ext/tk/sample/demos-jp/radio.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio.rb "ext/tk/sample/demos-jp/radio2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio2.rb "ext/tk/sample/demos-jp/radio3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio3.rb "ext/tk/sample/demos-jp/ruler.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ruler.rb "ext/tk/sample/demos-jp/sayings.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/sayings.rb "ext/tk/sample/demos-jp/search.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/search.rb "ext/tk/sample/demos-jp/spin.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/spin.rb "ext/tk/sample/demos-jp/states.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/states.rb "ext/tk/sample/demos-jp/style.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/style.rb "ext/tk/sample/demos-jp/text.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/text.rb "ext/tk/sample/demos-jp/textpeer.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/textpeer.rb "ext/tk/sample/demos-jp/toolbar.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/toolbar.rb "ext/tk/sample/demos-jp/tree.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/tree.rb "ext/tk/sample/demos-jp/ttkbut.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkbut.rb "ext/tk/sample/demos-jp/ttkmenu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkmenu.rb "ext/tk/sample/demos-jp/ttknote.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttknote.rb "ext/tk/sample/demos-jp/ttkpane.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkpane.rb "ext/tk/sample/demos-jp/ttkprogress.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkprogress.rb "ext/tk/sample/demos-jp/twind.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/twind.rb "ext/tk/sample/demos-jp/twind2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/twind2.rb "ext/tk/sample/demos-jp/unicodeout.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/unicodeout.rb "ext/tk/sample/demos-jp/vscale.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/vscale.rb "ext/tk/sample/editable_listbox.rb" "ext/tk/sample/encstr_usage.rb" "ext/tk/sample/figmemo_sample.rb" "ext/tk/sample/irbtk.rb" "ext/tk/sample/menubar1.rb" "ext/tk/sample/menubar2.rb" "ext/tk/sample/multi-ip_sample.rb" "ext/tk/sample/multi-ip_sample2.rb" "ext/tk/sample/optobj_sample.rb" "ext/tk/sample/propagate.rb" "ext/tk/sample/remote-ip_sample.rb" "ext/tk/sample/remote-ip_sample2.rb" "ext/tk/sample/safe-tk.rb" "ext/tk/sample/scrollframe.rb" "ext/tk/sample/tcltklib/lines1.rb" "ext/tk/sample/tcltklib/lines2.rb" "ext/tk/sample/tcltklib/lines3.rb" "ext/tk/sample/tcltklib/lines4.rb" "ext/tk/sample/tcltklib/safeTk.rb" "ext/tk/sample/tcltklib/sample0.rb" "ext/tk/sample/tcltklib/sample1.rb" unknown encoding name: euc-jp ext/tk/sample/tcltklib/sample1.rb "ext/tk/sample/tcltklib/sample2.rb" "ext/tk/sample/tkalignbox.rb" "ext/tk/sample/tkballoonhelp.rb" "ext/tk/sample/tkbiff.rb" "ext/tk/sample/tkbrowse.rb" "ext/tk/sample/tkcombobox.rb" "ext/tk/sample/tkdialog.rb" "ext/tk/sample/tkextlib/blt/barchart5.rb" "ext/tk/sample/tkextlib/blt/calendar.rb" "ext/tk/sample/tkextlib/blt/graph6.rb" "ext/tk/sample/tkextlib/blt/graph7.rb" "ext/tk/sample/tkextlib/blt/graph7a.rb" "ext/tk/sample/tkextlib/blt/graph7b.rb" "ext/tk/sample/tkextlib/blt/graph7c.rb" "ext/tk/sample/tkextlib/blt/pareto.rb" "ext/tk/sample/tkextlib/blt/plot1.rb" "ext/tk/sample/tkextlib/blt/plot1b.rb" "ext/tk/sample/tkextlib/blt/scripts/stipples.rb" "ext/tk/sample/tkextlib/blt/winop1.rb" "ext/tk/sample/tkextlib/blt/winop2.rb" "ext/tk/sample/tkextlib/bwidget/basic.rb" "ext/tk/sample/tkextlib/bwidget/demo.rb" "ext/tk/sample/tkextlib/bwidget/dnd.rb" "ext/tk/sample/tkextlib/bwidget/manager.rb" "ext/tk/sample/tkextlib/bwidget/select.rb" "ext/tk/sample/tkextlib/bwidget/tmpldlg.rb" "ext/tk/sample/tkextlib/bwidget/tree.rb" "ext/tk/sample/tkextlib/ICONS/viewIcons.rb" "ext/tk/sample/tkextlib/iwidgets/sample/buttonbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/calendar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/canvasprintbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/canvasprintdialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/checkbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/combobox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dateentry.rb" "ext/tk/sample/tkextlib/iwidgets/sample/datefield.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dialogshell.rb" "ext/tk/sample/tkextlib/iwidgets/sample/disjointlistbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-1.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-3.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extbutton.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extfileselectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extfileselectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/feedback.rb" "ext/tk/sample/tkextlib/iwidgets/sample/fileselectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/fileselectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/finddialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/hierarchy.rb" "ext/tk/sample/tkextlib/iwidgets/sample/hyperhelp.rb" "ext/tk/sample/tkextlib/iwidgets/sample/labeledframe.rb" "ext/tk/sample/tkextlib/iwidgets/sample/labeledwidget.rb" "ext/tk/sample/tkextlib/iwidgets/sample/mainwindow.rb" "ext/tk/sample/tkextlib/iwidgets/sample/menubar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/menubar2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagebox1.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagebox2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagedialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/notebook.rb" "ext/tk/sample/tkextlib/iwidgets/sample/notebook2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/optionmenu.rb" "ext/tk/sample/tkextlib/iwidgets/sample/panedwindow.rb" "ext/tk/sample/tkextlib/iwidgets/sample/panedwindow2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/promptdialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/pushbutton.rb" "ext/tk/sample/tkextlib/iwidgets/sample/radiobox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledcanvas.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledframe.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledhtml.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledlistbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledtext.rb" "ext/tk/sample/tkextlib/iwidgets/sample/selectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/selectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/shell.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spindate.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spinint.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spinner.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spintime.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabset.rb" "ext/tk/sample/tkextlib/iwidgets/sample/timeentry.rb" "ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb" "ext/tk/sample/tkextlib/iwidgets/sample/toolbar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/watch.rb" "ext/tk/sample/tkextlib/tcllib/datefield.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos1.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos2.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos3.rb" "ext/tk/sample/tkextlib/tcllib/xyplot.rb" "ext/tk/sample/tkextlib/tile/demo.rb" "ext/tk/sample/tkextlib/tile/themes/kroc.rb" "ext/tk/sample/tkextlib/tkHTML/hv.rb" "ext/tk/sample/tkextlib/tkHTML/ss.rb" "ext/tk/sample/tkextlib/tkimg/demo.rb" "ext/tk/sample/tkextlib/tktable/basic.rb" "ext/tk/sample/tkextlib/tktable/buttons.rb" "ext/tk/sample/tkextlib/tktable/command.rb" "ext/tk/sample/tkextlib/tktable/debug.rb" "ext/tk/sample/tkextlib/tktable/dynarows.rb" "ext/tk/sample/tkextlib/tktable/maxsize.rb" "ext/tk/sample/tkextlib/tktable/spreadsheet.rb" "ext/tk/sample/tkextlib/tktable/valid.rb" "ext/tk/sample/tkextlib/treectrl/bitmaps.rb" "ext/tk/sample/tkextlib/treectrl/demo.rb" "ext/tk/sample/tkextlib/treectrl/explorer.rb" "ext/tk/sample/tkextlib/treectrl/help.rb" "ext/tk/sample/tkextlib/treectrl/imovie.rb" "ext/tk/sample/tkextlib/treectrl/layout.rb" "ext/tk/sample/tkextlib/treectrl/mailwasher.rb" "ext/tk/sample/tkextlib/treectrl/outlook-folders.rb" "ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb" "ext/tk/sample/tkextlib/treectrl/random.rb" "ext/tk/sample/tkextlib/treectrl/www-options.rb" "ext/tk/sample/tkextlib/vu/canvItems.rb" "ext/tk/sample/tkextlib/vu/canvSticker.rb" "ext/tk/sample/tkextlib/vu/canvSticker2.rb" "ext/tk/sample/tkextlib/vu/dial_demo.rb" "ext/tk/sample/tkextlib/vu/oscilloscope.rb" "ext/tk/sample/tkextlib/vu/pie.rb" "ext/tk/sample/tkextlib/vu/vu_demo.rb" "ext/tk/sample/tkfrom.rb" "ext/tk/sample/tkhello.rb" "ext/tk/sample/tkline.rb" "ext/tk/sample/tkmenubutton.rb" "ext/tk/sample/tkmsgcat-load_rb.rb" "ext/tk/sample/tkmsgcat-load_rb2.rb" "ext/tk/sample/tkmsgcat-load_tk.rb" "ext/tk/sample/tkmulticolumnlist.rb" "ext/tk/sample/tkmultilistbox.rb" "ext/tk/sample/tkmultilistframe.rb" "ext/tk/sample/tkoptdb-safeTk.rb" "ext/tk/sample/tkoptdb.rb" "ext/tk/sample/tkrttimer.rb" "ext/tk/sample/tksleep_sample.rb" "ext/tk/sample/tktextframe.rb" "ext/tk/sample/tktextio.rb" "ext/tk/sample/tktimer.rb" "ext/tk/sample/tktimer2.rb" "ext/tk/sample/tktimer3.rb" "ext/tk/sample/tktree.rb" "ext/tk/sample/ttk_wrapper.rb" "ext/tk/tkutil/extconf.rb" "ext/win32ole/extconf.rb" "ext/win32ole/lib/win32ole/property.rb" "ext/win32ole/sample/excel1.rb" "ext/win32ole/sample/excel2.rb" "ext/win32ole/sample/excel3.rb" "ext/win32ole/sample/ie.rb" "ext/win32ole/sample/ieconst.rb" "ext/win32ole/sample/ienavi.rb" "ext/win32ole/sample/ienavi2.rb" "ext/win32ole/sample/oledirs.rb" "ext/win32ole/sample/olegen.rb" "ext/win32ole/sample/xml.rb" "ext/zlib/extconf.rb" "test/base64/test_base64.rb" "test/bigdecimal/test_bigdecimal.rb" "test/cgi/test_cgi_cookie.rb" "test/cgi/test_cgi_core.rb" "test/cgi/test_cgi_header.rb" "test/cgi/test_cgi_modruby.rb" "test/cgi/test_cgi_multipart.rb" "test/cgi/test_cgi_session.rb" "test/cgi/test_cgi_tag_helper.rb" "test/csv/test_csv_parsing.rb" "test/csv/test_csv_writing.rb" "test/csv/test_data_converters.rb" "test/csv/test_encodings.rb" "test/csv/test_features.rb" "test/csv/test_headers.rb" "test/csv/test_interface.rb" "test/csv/test_row.rb" "test/csv/test_serialization.rb" "test/csv/test_table.rb" "test/csv/ts_all.rb" "test/date/test_date.rb" "test/date/test_date_arith.rb" "test/date/test_date_attr.rb" "test/date/test_date_base.rb" "test/date/test_date_compat.rb" "test/date/test_date_conv.rb" "test/date/test_date_marshal.rb" "test/date/test_date_new.rb" "test/date/test_date_parse.rb" "test/date/test_date_strftime.rb" "test/date/test_date_strptime.rb" "test/dbm/test_dbm.rb" "test/digest/test_digest.rb" "test/digest/test_digest_hmac.rb" "test/dl/test_base.rb" "test/dl/test_dl2.rb" "test/dl/test_func.rb" "test/dl/test_import.rb" "test/dl/test_win32.rb" "test/drb/drbtest.rb" "test/drb/ignore_test_drb.rb" "test/drb/test_acl.rb" "test/drb/test_drb.rb" "test/drb/test_drbssl.rb" "test/drb/test_drbunix.rb" "test/drb/ut_array.rb" "test/drb/ut_array_drbssl.rb" "test/drb/ut_array_drbunix.rb" "test/drb/ut_drb.rb" "test/drb/ut_drb_drbssl.rb" "test/drb/ut_drb_drbunix.rb" "test/drb/ut_eval.rb" "test/drb/ut_large.rb" "test/drb/ut_port.rb" "test/drb/ut_safe1.rb" "test/drb/ut_timerholder.rb" "test/erb/test_erb.rb" "test/erb/test_erb_m17n.rb" "test/etc/test_etc.rb" "test/fileutils/fileasserts.rb" "test/fileutils/test_dryrun.rb" "test/fileutils/test_fileutils.rb" "test/fileutils/test_nowrite.rb" "test/fileutils/test_verbose.rb" "test/gdbm/test_gdbm.rb" "test/iconv/test_basic.rb" "test/iconv/test_option.rb" "test/iconv/test_partial.rb" "test/iconv/utils.rb" "test/inlinetest.rb" "test/io/nonblock/test_flush.rb" "test/json/test_json.rb" "test/json/test_json_addition.rb" "test/json/test_json_fixtures.rb" "test/json/test_json_generate.rb" "test/json/test_json_rails.rb" "test/json/test_json_unicode.rb" "test/logger/test_logger.rb" "test/matrix/test_matrix.rb" "test/matrix/test_vector.rb" "test/minitest/test_mini_mock.rb" "test/minitest/test_mini_spec.rb" "test/minitest/test_mini_test.rb" "test/monitor/test_monitor.rb" "test/net/http/test_http.rb" "test/net/http/test_httpheader.rb" "test/net/http/test_https.rb" "test/net/http/test_https_proxy.rb" "test/net/http/utils.rb" "test/net/imap/test_imap.rb" "test/net/pop/test_pop.rb" "test/nkf/test_kconv.rb" "test/nkf/test_nkf.rb" "test/openssl/ssl_server.rb" "test/openssl/test_asn1.rb" "test/openssl/test_cipher.rb" "test/openssl/test_digest.rb" "test/openssl/test_ec.rb" "test/openssl/test_hmac.rb" "test/openssl/test_ns_spki.rb" "test/openssl/test_pair.rb" "test/openssl/test_pkcs7.rb" "test/openssl/test_pkey_rsa.rb" "test/openssl/test_ssl.rb" "test/openssl/test_x509cert.rb" "test/openssl/test_x509crl.rb" "test/openssl/test_x509ext.rb" "test/openssl/test_x509name.rb" "test/openssl/test_x509req.rb" "test/openssl/test_x509store.rb" "test/openssl/utils.rb" "test/optparse/test_getopts.rb" "test/optparse/test_noarg.rb" "test/optparse/test_optarg.rb" "test/optparse/test_optparse.rb" "test/optparse/test_placearg.rb" "test/optparse/test_reqarg.rb" "test/optparse/test_summary.rb" "test/ostruct/test_ostruct.rb" "test/pathname/test_pathname.rb" "test/rdoc/rdoc_markup_to_html_crossref_reference.rb" "test/rdoc/test_attribute_manager.rb" "test/rdoc/test_rdoc_info_formatting.rb" "test/rdoc/test_rdoc_info_sections.rb" "test/rdoc/test_rdoc_markup.rb" "test/rdoc/test_rdoc_markup_attribute_manager.rb" "test/rdoc/test_rdoc_markup_to_html.rb" "test/rdoc/test_rdoc_markup_to_html_crossref.rb" "test/rdoc/test_rdoc_parser.rb" "test/rdoc/test_rdoc_parser_c.rb" "test/rdoc/test_rdoc_parser_perl.rb" "test/rdoc/test_rdoc_parser_ruby.rb" "test/rdoc/test_rdoc_ri_attribute_formatter.rb" "test/rdoc/test_rdoc_ri_default_display.rb" "test/rdoc/test_rdoc_ri_driver.rb" "test/rdoc/test_rdoc_ri_formatter.rb" "test/rdoc/test_rdoc_ri_overstrike_formatter.rb" "test/readline/test_readline.rb" "test/readline/test_readline_history.rb" "test/rexml/test_document.rb" "test/rinda/test_rinda.rb" "test/rinda/test_tuplebag.rb" "test/ripper/dummyparser.rb" "test/ripper/test_files.rb" "test/ripper/test_parser_events.rb" "test/ripper/test_scanner_events.rb" "test/rss/rss-assertions.rb" "test/rss/rss-testcase.rb" "test/rss/test_1.0.rb" "test/rss/test_2.0.rb" "test/rss/test_accessor.rb" "test/rss/test_atom.rb" "test/rss/test_content.rb" "test/rss/test_dublincore.rb" "test/rss/test_image.rb" "test/rss/test_inherit.rb" "test/rss/test_itunes.rb" "test/rss/test_maker_0.9.rb" "test/rss/test_maker_1.0.rb" "test/rss/test_maker_2.0.rb" "test/rss/test_maker_atom_entry.rb" "test/rss/test_maker_atom_feed.rb" "test/rss/test_maker_content.rb" "test/rss/test_maker_dc.rb" "test/rss/test_maker_image.rb" "test/rss/test_maker_itunes.rb" "test/rss/test_maker_slash.rb" "test/rss/test_maker_sy.rb" "test/rss/test_maker_taxo.rb" "test/rss/test_maker_trackback.rb" "test/rss/test_maker_xml-stylesheet.rb" "test/rss/test_parser.rb" "test/rss/test_parser_1.0.rb" "test/rss/test_parser_2.0.rb" "test/rss/test_parser_atom_entry.rb" "test/rss/test_parser_atom_feed.rb" "test/rss/test_setup_maker_0.9.rb" "test/rss/test_setup_maker_1.0.rb" "test/rss/test_setup_maker_2.0.rb" "test/rss/test_setup_maker_atom_entry.rb" "test/rss/test_setup_maker_atom_feed.rb" "test/rss/test_setup_maker_itunes.rb" "test/rss/test_setup_maker_slash.rb" "test/rss/test_slash.rb" "test/rss/test_syndication.rb" "test/rss/test_taxonomy.rb" "test/rss/test_to_s.rb" "test/rss/test_trackback.rb" "test/rss/test_version.rb" "test/rss/test_xml-stylesheet.rb" "test/ruby/allpairs.rb" "test/ruby/beginmainend.rb" "test/ruby/enc/test_big5.rb" "test/ruby/enc/test_cp949.rb" "test/ruby/enc/test_euc_jp.rb" unknown encoding name: euc-jp test/ruby/enc/test_euc_jp.rb "test/ruby/enc/test_euc_kr.rb" "test/ruby/enc/test_euc_tw.rb" "test/ruby/enc/test_gb18030.rb" "test/ruby/enc/test_gbk.rb" "test/ruby/enc/test_iso_8859.rb" "test/ruby/enc/test_koi8.rb" "test/ruby/enc/test_shift_jis.rb" unknown encoding name: shift_jis test/ruby/enc/test_shift_jis.rb "test/ruby/enc/test_utf16.rb" "test/ruby/enc/test_utf32.rb" "test/ruby/enc/test_windows_1251.rb" unknown encoding name: windows-1251 test/ruby/enc/test_windows_1251.rb "test/ruby/envutil.rb" "test/ruby/lbtest.rb" "test/ruby/marshaltestlib.rb" "test/ruby/sentence.rb" "test/ruby/test_alias.rb" "test/ruby/test_argf.rb" "test/ruby/test_array.rb" "test/ruby/test_assignment.rb" "test/ruby/test_basicinstructions.rb" "test/ruby/test_beginendblock.rb" "test/ruby/test_bignum.rb" "test/ruby/test_call.rb" "test/ruby/test_case.rb" "test/ruby/test_class.rb" "test/ruby/test_clone.rb" "test/ruby/test_comparable.rb" "test/ruby/test_complex.rb" "test/ruby/test_complex2.rb" "test/ruby/test_complexrational.rb" "test/ruby/test_condition.rb" "test/ruby/test_const.rb" "test/ruby/test_continuation.rb" "test/ruby/test_defined.rb" "test/ruby/test_dir.rb" "test/ruby/test_econv.rb" "test/ruby/test_encoding.rb" "test/ruby/test_enum.rb" "test/ruby/test_enumerator.rb" "test/ruby/test_env.rb" "test/ruby/test_eval.rb" "test/ruby/test_exception.rb" "test/ruby/test_fiber.rb" "test/ruby/test_file.rb" "test/ruby/test_file_exhaustive.rb" "test/ruby/test_fixnum.rb" "test/ruby/test_float.rb" "test/ruby/test_fnmatch.rb" "test/ruby/test_gc.rb" "test/ruby/test_hash.rb" "test/ruby/test_ifunless.rb" "test/ruby/test_integer.rb" "test/ruby/test_integer_comb.rb" "test/ruby/test_io.rb" "test/ruby/test_io_m17n.rb" "test/ruby/test_iterator.rb" "test/ruby/test_lambda.rb" "test/ruby/test_literal.rb" "test/ruby/test_m17n.rb" test/ruby/test_m17n.rb "test/ruby/test_m17n_comb.rb" "test/ruby/test_marshal.rb" "test/ruby/test_math.rb" "test/ruby/test_metaclass.rb" "test/ruby/test_method.rb" "test/ruby/test_mixed_unicode_escapes.rb" unknown encoding name: cp932 test/ruby/test_mixed_unicode_escapes.rb "test/ruby/test_module.rb" "test/ruby/test_notimp.rb" "test/ruby/test_numeric.rb" "test/ruby/test_object.rb" "test/ruby/test_objectspace.rb" "test/ruby/test_optimization.rb" "test/ruby/test_pack.rb" "test/ruby/test_parse.rb" "test/ruby/test_path.rb" "test/ruby/test_pipe.rb" "test/ruby/test_primitive.rb" "test/ruby/test_proc.rb" "test/ruby/test_process.rb" "test/ruby/test_rand.rb" "test/ruby/test_range.rb" "test/ruby/test_rational.rb" "test/ruby/test_rational2.rb" "test/ruby/test_readpartial.rb" "test/ruby/test_regexp.rb" "test/ruby/test_require.rb" "test/ruby/test_rubyoptions.rb" "test/ruby/test_settracefunc.rb" "test/ruby/test_signal.rb" "test/ruby/test_sleep.rb" "test/ruby/test_sprintf.rb" "test/ruby/test_sprintf_comb.rb" "test/ruby/test_string.rb" "test/ruby/test_stringchar.rb" "test/ruby/test_struct.rb" "test/ruby/test_super.rb" "test/ruby/test_symbol.rb" "test/ruby/test_system.rb" "test/ruby/test_thread.rb" "test/ruby/test_time.rb" "test/ruby/test_trace.rb" "test/ruby/test_transcode.rb" "test/ruby/test_unicode_escape.rb" "test/ruby/test_variable.rb" "test/ruby/test_whileuntil.rb" "test/ruby/test_yield.rb" "test/ruby/ut_eof.rb" "test/rubygems/bogussources.rb" "test/rubygems/fake_certlib/openssl.rb" "test/rubygems/functional.rb" "test/rubygems/gem_installer_test_case.rb" "test/rubygems/gem_package_tar_test_case.rb" "test/rubygems/gemutilities.rb" "test/rubygems/insure_session.rb" "test/rubygems/mockgemui.rb" "test/rubygems/simple_gem.rb" "test/rubygems/test_config.rb" "test/rubygems/test_gem.rb" "test/rubygems/test_gem_builder.rb" "test/rubygems/test_gem_command.rb" "test/rubygems/test_gem_command_manager.rb" "test/rubygems/test_gem_commands_build_command.rb" "test/rubygems/test_gem_commands_cert_command.rb" "test/rubygems/test_gem_commands_check_command.rb" "test/rubygems/test_gem_commands_contents_command.rb" "test/rubygems/test_gem_commands_dependency_command.rb" "test/rubygems/test_gem_commands_environment_command.rb" "test/rubygems/test_gem_commands_fetch_command.rb" "test/rubygems/test_gem_commands_generate_index_command.rb" "test/rubygems/test_gem_commands_install_command.rb" "test/rubygems/test_gem_commands_list_command.rb" "test/rubygems/test_gem_commands_lock_command.rb" "test/rubygems/test_gem_commands_mirror_command.rb" "test/rubygems/test_gem_commands_outdated_command.rb" "test/rubygems/test_gem_commands_pristine_command.rb" "test/rubygems/test_gem_commands_query_command.rb" "test/rubygems/test_gem_commands_server_command.rb" "test/rubygems/test_gem_commands_sources_command.rb" "test/rubygems/test_gem_commands_specification_command.rb" "test/rubygems/test_gem_commands_stale_command.rb" "test/rubygems/test_gem_commands_uninstall_command.rb" "test/rubygems/test_gem_commands_unpack_command.rb" "test/rubygems/test_gem_commands_update_command.rb" "test/rubygems/test_gem_config_file.rb" "test/rubygems/test_gem_dependency.rb" "test/rubygems/test_gem_dependency_installer.rb" "test/rubygems/test_gem_dependency_list.rb" "test/rubygems/test_gem_digest.rb" "test/rubygems/test_gem_doc_manager.rb" "test/rubygems/test_gem_ext_configure_builder.rb" "test/rubygems/test_gem_ext_ext_conf_builder.rb" "test/rubygems/test_gem_ext_rake_builder.rb" "test/rubygems/test_gem_format.rb" "test/rubygems/test_gem_gem_path_searcher.rb" "test/rubygems/test_gem_gem_runner.rb" "test/rubygems/test_gem_indexer.rb" "test/rubygems/test_gem_install_update_options.rb" "test/rubygems/test_gem_installer.rb" "test/rubygems/test_gem_local_remote_options.rb" "test/rubygems/test_gem_package_tar_header.rb" "test/rubygems/test_gem_package_tar_input.rb" "test/rubygems/test_gem_package_tar_output.rb" "test/rubygems/test_gem_package_tar_reader.rb" "test/rubygems/test_gem_package_tar_reader_entry.rb" "test/rubygems/test_gem_package_tar_writer.rb" "test/rubygems/test_gem_platform.rb" "test/rubygems/test_gem_remote_fetcher.rb" "test/rubygems/test_gem_requirement.rb" "test/rubygems/test_gem_server.rb" "test/rubygems/test_gem_source_index.rb" "test/rubygems/test_gem_source_info_cache.rb" "test/rubygems/test_gem_source_info_cache_entry.rb" "test/rubygems/test_gem_spec_fetcher.rb" "test/rubygems/test_gem_specification.rb" "test/rubygems/test_gem_stream_ui.rb" "test/rubygems/test_gem_uninstaller.rb" "test/rubygems/test_gem_validator.rb" "test/rubygems/test_gem_version.rb" "test/rubygems/test_gem_version_option.rb" "test/rubygems/test_kernel.rb" "test/runner.rb" "test/scanf/test_scanf.rb" "test/scanf/test_scanfblocks.rb" "test/scanf/test_scanfio.rb" "test/sdbm/test_sdbm.rb" "test/socket/test_addrinfo.rb" "test/socket/test_ancdata.rb" "test/socket/test_basicsocket.rb" "test/socket/test_nonblock.rb" "test/socket/test_socket.rb" "test/socket/test_sockopt.rb" "test/socket/test_tcp.rb" "test/socket/test_udp.rb" "test/socket/test_unix.rb" "test/stringio/test_stringio.rb" "test/strscan/test_stringscanner.rb" "test/test_delegate.rb" "test/test_ipaddr.rb" "test/test_open3.rb" "test/test_pp.rb" "test/test_prettyprint.rb" "test/test_prime.rb" "test/test_pstore.rb" "test/test_pty.rb" "test/test_set.rb" "test/test_shellwords.rb" "test/test_singleton.rb" "test/test_syslog.rb" "test/test_tempfile.rb" "test/test_time.rb" "test/test_timeout.rb" "test/test_tsort.rb" "test/uri/test_common.rb" "test/uri/test_ftp.rb" "test/uri/test_generic.rb" "test/uri/test_http.rb" "test/uri/test_ldap.rb" "test/uri/test_mailto.rb" "test/uri/test_parser.rb" "test/webrick/test_cgi.rb" "test/webrick/test_cookie.rb" "test/webrick/test_filehandler.rb" "test/webrick/test_httpauth.rb" "test/webrick/test_httpproxy.rb" "test/webrick/test_httprequest.rb" "test/webrick/test_httpserver.rb" "test/webrick/test_httputils.rb" "test/webrick/test_httpversion.rb" "test/webrick/test_server.rb" "test/webrick/test_utils.rb" "test/webrick/utils.rb" "test/win32ole/err_in_callback.rb" "test/win32ole/test_err_in_callback.rb" "test/win32ole/test_folderitem2_invokeverb.rb" "test/win32ole/test_nil2vtempty.rb" "test/win32ole/test_ole_methods.rb" "test/win32ole/test_propertyputref.rb" "test/win32ole/test_win32ole.rb" "test/win32ole/test_win32ole_event.rb" "test/win32ole/test_win32ole_method.rb" "test/win32ole/test_win32ole_param.rb" "test/win32ole/test_win32ole_type.rb" "test/win32ole/test_win32ole_typelib.rb" "test/win32ole/test_win32ole_variable.rb" "test/win32ole/test_win32ole_variant.rb" "test/win32ole/test_win32ole_variant_m.rb" "test/win32ole/test_win32ole_variant_outarg.rb" "test/win32ole/test_word.rb" "test/xmlrpc/test_cookie.rb" "test/xmlrpc/test_datetime.rb" "test/xmlrpc/test_features.rb" "test/xmlrpc/test_marshal.rb" "test/xmlrpc/test_parser.rb" "test/xmlrpc/test_webrick_server.rb" "test/xmlrpc/webrick_testing.rb" "test/yaml/test_yaml.rb" "test/yaml/test_yamlstore.rb" "test/zlib/test_zlib.rb" Fnot ok system 9 -- sample/test.rb:1949:in `
' sample/test.rb:const .ok 1 (sample/test.rb:1967:in `
') .ok 2 (sample/test.rb:1971:in `
') .ok 3 (sample/test.rb:1974:in `
') .ok 4 (sample/test.rb:1975:in `
') .ok 5 (sample/test.rb:1976:in `
') sample/test.rb:clone .ok 1 (sample/test.rb:1988:in `
') .ok 2 (sample/test.rb:1989:in `
') .ok 3 (sample/test.rb:1990:in `
') .ok 4 (sample/test.rb:1996:in `rescue in
') .ok 5 (sample/test.rb:2005:in `
') sample/test.rb:marshal .ok 1 (sample/test.rb:2010:in `
') .ok 2 (sample/test.rb:2013:in `
') .ok 3 (sample/test.rb:2019:in `block in
') .ok 4 (sample/test.rb:2019:in `block in
') sample/test.rb:pack .ok 1 (sample/test.rb:2031:in `
') .ok 2 (sample/test.rb:2032:in `
') .ok 3 (sample/test.rb:2033:in `
') .ok 4 (sample/test.rb:2036:in `
') sample/test.rb:math .ok 1 (sample/test.rb:2039:in `
') .ok 2 (sample/test.rb:2042:in `
') sample/test.rb:struct .ok 1 (sample/test.rb:2046:in `
') .ok 2 (sample/test.rb:2049:in `
') .ok 3 (sample/test.rb:2050:in `
') .ok 4 (sample/test.rb:2053:in `
') .ok 5 (sample/test.rb:2056:in `
') .ok 6 (sample/test.rb:2059:in `
') sample/test.rb:variable .ok 1 (sample/test.rb:2062:in `
') .ok 2 (sample/test.rb:2069:in `rescue in
') .ok 3 (sample/test.rb:2074:in `
') .ok 4 (sample/test.rb:2107:in `
') .ok 5 (sample/test.rb:2108:in `
') .ok 6 (sample/test.rb:2109:in `
') .ok 7 (sample/test.rb:2110:in `
') .ok 8 (sample/test.rb:2111:in `
') .ok 9 (sample/test.rb:2113:in `
') .ok 10 (sample/test.rb:2114:in `
') .ok 11 (sample/test.rb:2115:in `
') sample/test.rb:trace .ok 1 (sample/test.rb:2122:in `
') .ok 2 (sample/test.rb:2126:in `
') .ok 3 (sample/test.rb:2130:in `
') sample/test.rb:defined? .ok 1 (sample/test.rb:2136:in `
') .ok 2 (sample/test.rb:2137:in `
') .ok 3 (sample/test.rb:2140:in `
') .ok 4 (sample/test.rb:2142:in `
') .ok 5 (sample/test.rb:2143:in `
') .ok 6 (sample/test.rb:2144:in `
') .ok 7 (sample/test.rb:2145:in `
') .ok 8 (sample/test.rb:2158:in `
') .ok 9 (sample/test.rb:2153:in `bar') .ok 10 (sample/test.rb:2154:in `bar') .ok 11 (sample/test.rb:2165:in `
') .ok 12 (sample/test.rb:2166:in `
') sample/test.rb:alias .ok 1 (sample/test.rb:2182:in `
') .ok 2 (sample/test.rb:2183:in `
') .ok 3 (sample/test.rb:2186:in `
') .ok 4 (sample/test.rb:2200:in `
') .ok 5 (sample/test.rb:2201:in `
') .ok 6 (sample/test.rb:2202:in `
') sample/test.rb:path .ok 1 (sample/test.rb:2205:in `
') .ok 2 (sample/test.rb:2206:in `
') .ok 3 (sample/test.rb:2207:in `
') .ok 4 (sample/test.rb:2208:in `
') .ok 5 (sample/test.rb:2209:in `
') .ok 6 (sample/test.rb:2210:in `
') .ok 7 (sample/test.rb:2211:in `
') .ok 8 (sample/test.rb:2212:in `
') .ok 9 (sample/test.rb:2213:in `
') .ok 10 (sample/test.rb:2214:in `
') .ok 11 (sample/test.rb:2215:in `
') .ok 12 (sample/test.rb:2216:in `
') .ok 13 (sample/test.rb:2217:in `
') .ok 14 (sample/test.rb:2218:in `
') .ok 15 (sample/test.rb:2219:in `
') .ok 16 (sample/test.rb:2220:in `
') .ok 17 (sample/test.rb:2221:in `
') .ok 18 (sample/test.rb:2222:in `
') .ok 19 (sample/test.rb:2223:in `
') .ok 20 (sample/test.rb:2234:in `
') .ok 21 (sample/test.rb:2235:in `
') .ok 22 (sample/test.rb:2243:in `
') .ok 23 (sample/test.rb:2244:in `
') sample/test.rb:gc .ok 1 (sample/test.rb:2261:in `
') .ok 2 (sample/test.rb:2275:in `
') .ok 3 (sample/test.rb:2281:in `
') .ok 4 (sample/test.rb:2287:in `
') not ok/test: 900 failed 1 failed(test.rb) == method-list # 2009-05-26T03:49:15+09:00 + ./miniruby -e 'nummodule = nummethod = 0 mods = [] ObjectSpace.each_object(Module) {|m| mods << m if m.name } mods = mods.sort_by {|m| m.name } mods.each {|mod| nummodule += 1 puts "#{mod.name} #{(mod.ancestors - [mod]).inspect}" mod.singleton_methods(false).sort.each {|methname| nummethod += 1 meth = mod.method(methname) line = "#{mod.name}.#{methname} #{meth.arity}" line << " not-implemented" if !mod.respond_to?(methname) puts line } mod.instance_methods(false).sort.each {|methname| nummethod += 1 meth = mod.instance_method(methname) line = "#{mod.name}\##{methname} #{meth.arity}" line << " not-implemented" if /\(not-implemented\)/ =~ meth.inspect puts line } } puts "#{nummodule} modules, #{nummethod} methods" ' ARGF.class [Enumerable, Object, Kernel, BasicObject] ARGF.class#argv 0 ARGF.class#binmode 0 ARGF.class#binmode? 0 ARGF.class#bytes 0 ARGF.class#chars 0 ARGF.class#close 0 ARGF.class#closed? 0 ARGF.class#each -1 ARGF.class#each_byte 0 ARGF.class#each_char 0 ARGF.class#each_line -1 ARGF.class#eof 0 ARGF.class#eof? 0 ARGF.class#external_encoding 0 ARGF.class#file 0 ARGF.class#filename 0 ARGF.class#fileno 0 ARGF.class#getbyte 0 ARGF.class#getc 0 ARGF.class#gets -1 ARGF.class#inplace_mode 0 ARGF.class#inplace_mode= 1 ARGF.class#internal_encoding 0 ARGF.class#lineno 0 ARGF.class#lineno= 1 ARGF.class#lines -1 ARGF.class#path 0 ARGF.class#pos 0 ARGF.class#pos= 1 ARGF.class#read -1 ARGF.class#readbyte 0 ARGF.class#readchar 0 ARGF.class#readline -1 ARGF.class#readlines -1 ARGF.class#readpartial -1 ARGF.class#rewind 0 ARGF.class#seek -1 ARGF.class#set_encoding -1 ARGF.class#skip 0 ARGF.class#tell 0 ARGF.class#to_a -1 ARGF.class#to_i 0 ARGF.class#to_io 0 ARGF.class#to_s 0 ArgumentError [StandardError, Exception, Object, Kernel, BasicObject] Array [Enumerable, Object, Kernel, BasicObject] Array.[] -1 Array.try_convert 1 Array#& 1 Array#* 1 Array#+ 1 Array#- 1 Array#<< 1 Array#<=> 1 Array#== 1 Array#[] -1 Array#[]= -1 Array#assoc 1 Array#at 1 Array#clear 0 Array#collect 0 Array#collect! 0 Array#combination 1 Array#compact 0 Array#compact! 0 Array#concat 1 Array#count -1 Array#cycle -1 Array#delete 1 Array#delete_at 1 Array#delete_if 0 Array#drop 1 Array#drop_while 0 Array#each 0 Array#each_index 0 Array#empty? 0 Array#eql? 1 Array#fetch -1 Array#fill -1 Array#find_index -1 Array#first -1 Array#flatten -1 Array#flatten! -1 Array#frozen? 0 Array#hash 0 Array#include? 1 Array#index -1 Array#insert -1 Array#inspect 0 Array#join -1 Array#last -1 Array#length 0 Array#map 0 Array#map! 0 Array#pack 1 Array#permutation -1 Array#pop -1 Array#product -1 Array#push -1 Array#rassoc 1 Array#reject 0 Array#reject! 0 Array#replace 1 Array#reverse 0 Array#reverse! 0 Array#reverse_each 0 Array#rindex -1 Array#sample -1 Array#select 0 Array#shift -1 Array#shuffle 0 Array#shuffle! 0 Array#size 0 Array#slice -1 Array#slice! -1 Array#sort 0 Array#sort! 0 Array#sort_by! 0 Array#take 1 Array#take_while 0 Array#to_a 0 Array#to_ary 0 Array#to_s 0 Array#transpose 0 Array#uniq 0 Array#uniq! 0 Array#unshift -1 Array#values_at -1 Array#zip -1 Array#| 1 BasicObject [] BasicObject#! 0 BasicObject#!= 1 BasicObject#== 1 BasicObject#__send__ -1 BasicObject#equal? 1 BasicObject#instance_eval -1 BasicObject#instance_exec -1 Bignum [Integer, Numeric, Comparable, Object, Kernel, BasicObject] Bignum#% 1 Bignum#& 1 Bignum#* 1 Bignum#** 1 Bignum#+ 1 Bignum#- 1 Bignum#-@ 0 Bignum#/ 1 Bignum#<< 1 Bignum#<=> 1 Bignum#== 1 Bignum#>> 1 Bignum#[] 1 Bignum#^ 1 Bignum#abs 0 Bignum#coerce 1 Bignum#div 1 Bignum#divmod 1 Bignum#eql? 1 Bignum#even? 0 Bignum#fdiv 1 Bignum#hash 0 Bignum#magnitude 0 Bignum#modulo 1 Bignum#odd? 0 Bignum#remainder 1 Bignum#size 0 Bignum#to_f 0 Bignum#to_s -1 Bignum#| 1 Bignum#~ 0 Binding [Object, Kernel, BasicObject] Binding#clone 0 Binding#dup 0 Binding#eval -1 Class [Module, Object, Kernel, BasicObject] Class#allocate 0 Class#new -1 Class#superclass 0 Comparable [] Comparable#< 1 Comparable#<= 1 Comparable#== 1 Comparable#> 1 Comparable#>= 1 Comparable#between? 2 Complex [Numeric, Comparable, Object, Kernel, BasicObject] Complex.polar 2 Complex.rect -1 Complex.rectangular -1 Complex#* 1 Complex#** 1 Complex#+ 1 Complex#- 1 Complex#-@ 0 Complex#/ 1 Complex#== 1 Complex#abs 0 Complex#abs2 0 Complex#angle 0 Complex#arg 0 Complex#coerce 1 Complex#conj 0 Complex#conjugate 0 Complex#denominator 0 Complex#eql? 1 Complex#fdiv 1 Complex#hash 0 Complex#imag 0 Complex#imaginary 0 Complex#inspect 0 Complex#magnitude 0 Complex#marshal_dump 0 Complex#marshal_load 1 Complex#numerator 0 Complex#phase 0 Complex#polar 0 Complex#quo 1 Complex#real 0 Complex#real? 0 Complex#rect 0 Complex#rectangular 0 Complex#to_f 0 Complex#to_i 0 Complex#to_r 0 Complex#to_s 0 Data [Object, Kernel, BasicObject] Dir [Enumerable, Object, Kernel, BasicObject] Dir.[] -1 Dir.chdir -1 Dir.chroot 1 Dir.delete 1 Dir.entries -1 Dir.exist? 1 Dir.exists? 1 Dir.foreach -1 Dir.getwd 0 Dir.glob -1 Dir.home -1 Dir.mkdir -1 Dir.open -1 Dir.pwd 0 Dir.rmdir 1 Dir.unlink 1 Dir#close 0 Dir#each 0 Dir#inspect 0 Dir#path 0 Dir#pos 0 Dir#pos= 1 Dir#read 0 Dir#rewind 0 Dir#seek 1 Dir#tell 0 EOFError [IOError, StandardError, Exception, Object, Kernel, BasicObject] Encoding [Object, Kernel, BasicObject] Encoding._load 1 Encoding.aliases 0 Encoding.compatible? 2 Encoding.default_external 0 Encoding.default_external= 1 Encoding.default_internal 0 Encoding.default_internal= 1 Encoding.find 1 Encoding.list 0 Encoding.locale_charmap 0 Encoding.name_list 0 Encoding#_dump -1 Encoding#dummy? 0 Encoding#inspect 0 Encoding#name 0 Encoding#names 0 Encoding#to_s 0 Encoding::CompatibilityError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::Converter [Data, Object, Kernel, BasicObject] Encoding::Converter.asciicompat_encoding 1 Encoding::Converter.search_convpath -1 Encoding::Converter#convert 1 Encoding::Converter#convpath 0 Encoding::Converter#destination_encoding 0 Encoding::Converter#finish 0 Encoding::Converter#insert_output 1 Encoding::Converter#inspect 0 Encoding::Converter#last_error 0 Encoding::Converter#primitive_convert -1 Encoding::Converter#primitive_errinfo 0 Encoding::Converter#putback -1 Encoding::Converter#replacement 0 Encoding::Converter#replacement= 1 Encoding::Converter#source_encoding 0 Encoding::ConverterNotFoundError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::InvalidByteSequenceError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::InvalidByteSequenceError#destination_encoding 0 Encoding::InvalidByteSequenceError#destination_encoding_name 0 Encoding::InvalidByteSequenceError#error_bytes 0 Encoding::InvalidByteSequenceError#incomplete_input? 0 Encoding::InvalidByteSequenceError#readagain_bytes 0 Encoding::InvalidByteSequenceError#source_encoding 0 Encoding::InvalidByteSequenceError#source_encoding_name 0 Encoding::UndefinedConversionError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::UndefinedConversionError#destination_encoding 0 Encoding::UndefinedConversionError#destination_encoding_name 0 Encoding::UndefinedConversionError#error_char 0 Encoding::UndefinedConversionError#source_encoding 0 Encoding::UndefinedConversionError#source_encoding_name 0 EncodingError [StandardError, Exception, Object, Kernel, BasicObject] Enumerable [] Enumerable#all? 0 Enumerable#any? 0 Enumerable#collect 0 Enumerable#count -1 Enumerable#cycle -1 Enumerable#detect -1 Enumerable#drop 1 Enumerable#drop_while 0 Enumerable#each_cons 1 Enumerable#each_slice 1 Enumerable#each_with_index -1 Enumerable#each_with_object 1 Enumerable#entries -1 Enumerable#find -1 Enumerable#find_all 0 Enumerable#find_index -1 Enumerable#first -1 Enumerable#grep 1 Enumerable#group_by 0 Enumerable#include? 1 Enumerable#inject -1 Enumerable#map 0 Enumerable#max 0 Enumerable#max_by 0 Enumerable#member? 1 Enumerable#min 0 Enumerable#min_by 0 Enumerable#minmax 0 Enumerable#minmax_by 0 Enumerable#none? 0 Enumerable#one? 0 Enumerable#partition 0 Enumerable#reduce -1 Enumerable#reject 0 Enumerable#reverse_each -1 Enumerable#select 0 Enumerable#sort 0 Enumerable#sort_by 0 Enumerable#take 1 Enumerable#take_while 0 Enumerable#to_a -1 Enumerable#zip -1 Enumerator [Enumerable, Object, Kernel, BasicObject] Enumerator#each 0 Enumerator#each_with_index 0 Enumerator#each_with_object 1 Enumerator#inspect 0 Enumerator#next 0 Enumerator#rewind 0 Enumerator#with_index -1 Enumerator#with_object 1 Enumerator::Generator [Enumerable, Object, Kernel, BasicObject] Enumerator::Generator#each 0 Enumerator::Yielder [Object, Kernel, BasicObject] Enumerator::Yielder#<< -1 Enumerator::Yielder#yield -1 Errno [] Errno::E2BIG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EACCES [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADDRINUSE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADDRNOTAVAIL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EAFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EAGAIN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EALREADY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADF [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBUSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECHILD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNABORTED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNREFUSED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNRESET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDEADLK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDESTADDRREQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDOM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDQUOT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EEXIST [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EFAULT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EFBIG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EHOSTDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EHOSTUNREACH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EIDRM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EILSEQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINPROGRESS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINTR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINVAL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISCONN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISDIR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELOOP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMFILE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMLINK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMSGSIZE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMULTIHOP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENAMETOOLONG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETRESET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETUNREACH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENFILE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOBUFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENODATA [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENODEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOENT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOEXEC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOLCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOLINK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMEM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOPROTOOPT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSPC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSTR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSYS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTBLK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTCONN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTDIR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTEMPTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTSOCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENXIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOPNOTSUPP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOVERFLOW [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPERM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTONOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTOTYPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ERANGE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMOTE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EROFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESHUTDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESOCKTNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESRCH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESTALE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETIME [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETIMEDOUT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETOOMANYREFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETXTBSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUSERS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EXDEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::NOERROR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Exception [Object, Kernel, BasicObject] Exception.exception -1 Exception#== 1 Exception#backtrace 0 Exception#exception -1 Exception#inspect 0 Exception#message 0 Exception#set_backtrace 1 Exception#to_s 0 FalseClass [Object, Kernel, BasicObject] FalseClass#& 1 FalseClass#^ 1 FalseClass#to_s 0 FalseClass#| 1 Fiber [Object, Kernel, BasicObject] Fiber.yield -1 Fiber#resume -1 FiberError [StandardError, Exception, Object, Kernel, BasicObject] File [IO, File::Constants, Enumerable, Object, Kernel, BasicObject] File.absolute_path -1 File.atime 1 File.basename -1 File.blockdev? 1 File.chardev? 1 File.chmod -1 File.chown -1 File.ctime 1 File.delete -1 File.directory? 1 File.dirname 1 File.executable? 1 File.executable_real? 1 File.exist? 1 File.exists? 1 File.expand_path -1 File.extname 1 File.file? 1 File.fnmatch -1 File.fnmatch? -1 File.ftype 1 File.grpowned? 1 File.identical? 2 File.join -1 File.lchmod -1 File.lchown -1 File.link 2 File.lstat 1 File.mtime 1 File.owned? 1 File.path 1 File.pipe? 1 File.readable? 1 File.readable_real? 1 File.readlink 1 File.rename 2 File.setgid? 1 File.setuid? 1 File.size 1 File.size? 1 File.socket? 1 File.split 1 File.stat 1 File.sticky? 1 File.symlink 2 File.symlink? 1 File.truncate 2 File.umask -1 File.unlink -1 File.utime -1 File.world_readable? 1 File.world_writable? 1 File.writable? 1 File.writable_real? 1 File.zero? 1 File#atime 0 File#chmod 1 File#chown 2 File#ctime 0 File#flock 1 File#lstat 0 File#mtime 0 File#path 0 File#size 0 File#to_path 0 File#truncate 1 File::Constants [] File::Stat [Comparable, Object, Kernel, BasicObject] File::Stat#<=> 1 File::Stat#atime 0 File::Stat#blksize 0 File::Stat#blockdev? 0 File::Stat#blocks 0 File::Stat#chardev? 0 File::Stat#ctime 0 File::Stat#dev 0 File::Stat#dev_major 0 File::Stat#dev_minor 0 File::Stat#directory? 0 File::Stat#executable? 0 File::Stat#executable_real? 0 File::Stat#file? 0 File::Stat#ftype 0 File::Stat#gid 0 File::Stat#grpowned? 0 File::Stat#ino 0 File::Stat#inspect 0 File::Stat#mode 0 File::Stat#mtime 0 File::Stat#nlink 0 File::Stat#owned? 0 File::Stat#pipe? 0 File::Stat#rdev 0 File::Stat#rdev_major 0 File::Stat#rdev_minor 0 File::Stat#readable? 0 File::Stat#readable_real? 0 File::Stat#setgid? 0 File::Stat#setuid? 0 File::Stat#size 0 File::Stat#size? 0 File::Stat#socket? 0 File::Stat#sticky? 0 File::Stat#symlink? 0 File::Stat#uid 0 File::Stat#world_readable? 0 File::Stat#world_writable? 0 File::Stat#writable? 0 File::Stat#writable_real? 0 File::Stat#zero? 0 FileTest [] FileTest.blockdev? 1 FileTest.chardev? 1 FileTest.directory? 1 FileTest.executable? 1 FileTest.executable_real? 1 FileTest.exist? 1 FileTest.exists? 1 FileTest.file? 1 FileTest.grpowned? 1 FileTest.identical? 2 FileTest.owned? 1 FileTest.pipe? 1 FileTest.readable? 1 FileTest.readable_real? 1 FileTest.setgid? 1 FileTest.setuid? 1 FileTest.size 1 FileTest.size? 1 FileTest.socket? 1 FileTest.sticky? 1 FileTest.symlink? 1 FileTest.world_readable? 1 FileTest.world_writable? 1 FileTest.writable? 1 FileTest.writable_real? 1 FileTest.zero? 1 Fixnum [Integer, Numeric, Comparable, Object, Kernel, BasicObject] Fixnum#% 1 Fixnum#& 1 Fixnum#* 1 Fixnum#** 1 Fixnum#+ 1 Fixnum#- 1 Fixnum#-@ 0 Fixnum#/ 1 Fixnum#< 1 Fixnum#<< 1 Fixnum#<= 1 Fixnum#<=> 1 Fixnum#== 1 Fixnum#> 1 Fixnum#>= 1 Fixnum#>> 1 Fixnum#[] 1 Fixnum#^ 1 Fixnum#abs 0 Fixnum#div 1 Fixnum#divmod 1 Fixnum#even? 0 Fixnum#fdiv 1 Fixnum#magnitude 0 Fixnum#modulo 1 Fixnum#odd? 0 Fixnum#size 0 Fixnum#succ 0 Fixnum#to_f 0 Fixnum#to_s -1 Fixnum#zero? 0 Fixnum#| 1 Fixnum#~ 0 Float [Numeric, Comparable, Object, Kernel, BasicObject] Float#% 1 Float#* 1 Float#** 1 Float#+ 1 Float#- 1 Float#-@ 0 Float#/ 1 Float#< 1 Float#<= 1 Float#<=> 1 Float#== 1 Float#> 1 Float#>= 1 Float#abs 0 Float#ceil 0 Float#coerce 1 Float#denominator 0 Float#divmod 1 Float#eql? 1 Float#fdiv 1 Float#finite? 0 Float#floor 0 Float#hash 0 Float#infinite? 0 Float#magnitude 0 Float#modulo 1 Float#nan? 0 Float#numerator 0 Float#quo 1 Float#round -1 Float#to_f 0 Float#to_i 0 Float#to_int 0 Float#to_r 0 Float#to_s 0 Float#truncate 0 Float#zero? 0 FloatDomainError [RangeError, StandardError, Exception, Object, Kernel, BasicObject] GC [] GC.count 0 GC.disable 0 GC.enable 0 GC.start 0 GC.stress 0 GC.stress= 1 GC#garbage_collect 0 GC::Profiler [] GC::Profiler.clear 0 GC::Profiler.disable 0 GC::Profiler.enable 0 GC::Profiler.enabled? 0 GC::Profiler.report -1 GC::Profiler.result 0 Gem [] Hash [Enumerable, Object, Kernel, BasicObject] Hash.[] -1 Hash.try_convert 1 Hash#== 1 Hash#[] 1 Hash#[]= 2 Hash#assoc 1 Hash#clear 0 Hash#compare_by_identity 0 Hash#compare_by_identity? 0 Hash#default -1 Hash#default= 1 Hash#default_proc 0 Hash#default_proc= 1 Hash#delete 1 Hash#delete_if 0 Hash#each 0 Hash#each_key 0 Hash#each_pair 0 Hash#each_value 0 Hash#empty? 0 Hash#eql? 1 Hash#fetch -1 Hash#flatten -1 Hash#has_key? 1 Hash#has_value? 1 Hash#hash 0 Hash#include? 1 Hash#index 1 Hash#inspect 0 Hash#invert 0 Hash#key 1 Hash#key? 1 Hash#keys 0 Hash#length 0 Hash#member? 1 Hash#merge 1 Hash#merge! 1 Hash#rassoc 1 Hash#rehash 0 Hash#reject 0 Hash#reject! 0 Hash#replace 1 Hash#select 0 Hash#shift 0 Hash#size 0 Hash#store 2 Hash#to_a 0 Hash#to_hash 0 Hash#to_s 0 Hash#update 1 Hash#value? 1 Hash#values 0 Hash#values_at -1 IO [File::Constants, Enumerable, Object, Kernel, BasicObject] IO.binread -1 IO.copy_stream -1 IO.for_fd -1 IO.foreach -1 IO.new -1 IO.open -1 IO.pipe -1 IO.popen -1 IO.read -1 IO.readlines -1 IO.select -1 IO.sysopen -1 IO.try_convert 1 IO#<< 1 IO#binmode 0 IO#binmode? 0 IO#bytes 0 IO#chars 0 IO#close 0 IO#close_on_exec= 1 IO#close_on_exec? 0 IO#close_read 0 IO#close_write 0 IO#closed? 0 IO#each -1 IO#each_byte 0 IO#each_char 0 IO#each_line -1 IO#eof 0 IO#eof? 0 IO#external_encoding 0 IO#fcntl -1 IO#fileno 0 IO#flush 0 IO#fsync 0 IO#getbyte 0 IO#getc 0 IO#gets -1 IO#inspect 0 IO#internal_encoding 0 IO#ioctl -1 IO#isatty 0 IO#lineno 0 IO#lineno= 1 IO#lines -1 IO#pid 0 IO#pos 0 IO#pos= 1 IO#print -1 IO#printf -1 IO#putc 1 IO#puts -1 IO#read -1 IO#read_nonblock -1 IO#readbyte 0 IO#readchar 0 IO#readline -1 IO#readlines -1 IO#readpartial -1 IO#reopen -1 IO#rewind 0 IO#seek -1 IO#set_encoding -1 IO#stat 0 IO#sync 0 IO#sync= 1 IO#sysread -1 IO#sysseek -1 IO#syswrite 1 IO#tell 0 IO#to_i 0 IO#to_io 0 IO#tty? 0 IO#ungetbyte 1 IO#ungetc 1 IO#write 1 IO#write_nonblock 1 IO::WaitReadable [] IO::WaitWritable [] IOError [StandardError, Exception, Object, Kernel, BasicObject] IndexError [StandardError, Exception, Object, Kernel, BasicObject] Integer [Numeric, Comparable, Object, Kernel, BasicObject] Integer#ceil 0 Integer#chr -1 Integer#denominator 0 Integer#downto 1 Integer#even? 0 Integer#floor 0 Integer#gcd 1 Integer#gcdlcm 1 Integer#integer? 0 Integer#lcm 1 Integer#next 0 Integer#numerator 0 Integer#odd? 0 Integer#ord 0 Integer#pred 0 Integer#round -1 Integer#succ 0 Integer#times 0 Integer#to_i 0 Integer#to_int 0 Integer#to_r 0 Integer#truncate 0 Integer#upto 1 Interrupt [SignalException, Exception, Object, Kernel, BasicObject] Kernel [] Kernel.Array 1 Kernel.Complex -1 Kernel.Float 1 Kernel.Integer 1 Kernel.Rational -1 Kernel.String 1 Kernel.__callee__ 0 Kernel.__method__ 0 Kernel.` 1 Kernel.abort -1 Kernel.at_exit 0 Kernel.autoload 2 Kernel.autoload? 1 Kernel.binding 0 Kernel.block_given? 0 Kernel.caller -1 Kernel.catch -1 Kernel.eval -1 Kernel.exec -1 Kernel.exit -1 Kernel.exit! -1 Kernel.fail -1 Kernel.fork 0 Kernel.format -1 Kernel.gets -1 Kernel.global_variables 0 Kernel.iterator? 0 Kernel.lambda 0 Kernel.load -1 Kernel.local_variables 0 Kernel.loop 0 Kernel.open -1 Kernel.p -1 Kernel.print -1 Kernel.printf -1 Kernel.proc 0 Kernel.putc 1 Kernel.puts -1 Kernel.raise -1 Kernel.rand -1 Kernel.readline -1 Kernel.readlines -1 Kernel.require 1 Kernel.select -1 Kernel.set_trace_func 1 Kernel.sleep -1 Kernel.spawn -1 Kernel.sprintf -1 Kernel.srand -1 Kernel.syscall -1 Kernel.system -1 Kernel.test -1 Kernel.throw -1 Kernel.trace_var -1 Kernel.trap -1 Kernel.untrace_var -1 Kernel.warn 1 Kernel#!~ 1 Kernel#=== 1 Kernel#=~ 1 Kernel#__id__ 0 Kernel#class 0 Kernel#clone 0 Kernel#define_singleton_method -1 Kernel#display -1 Kernel#dup 0 Kernel#enum_for -1 Kernel#eql? 1 Kernel#extend -1 Kernel#freeze 0 Kernel#frozen? 0 Kernel#hash 0 Kernel#inspect 0 Kernel#instance_of? 1 Kernel#instance_variable_defined? 1 Kernel#instance_variable_get 1 Kernel#instance_variable_set 2 Kernel#instance_variables 0 Kernel#is_a? 1 Kernel#kind_of? 1 Kernel#method 1 Kernel#methods -1 Kernel#nil? 0 Kernel#object_id 0 Kernel#private_methods -1 Kernel#protected_methods -1 Kernel#public_method 1 Kernel#public_methods -1 Kernel#public_send -1 Kernel#respond_to? -1 Kernel#send -1 Kernel#singleton_methods -1 Kernel#taint 0 Kernel#tainted? 0 Kernel#tap 0 Kernel#to_enum -1 Kernel#to_s 0 Kernel#trust 0 Kernel#untaint 0 Kernel#untrust 0 Kernel#untrusted? 0 KeyError [IndexError, StandardError, Exception, Object, Kernel, BasicObject] LoadError [ScriptError, Exception, Object, Kernel, BasicObject] LocalJumpError [StandardError, Exception, Object, Kernel, BasicObject] LocalJumpError#exit_value 0 LocalJumpError#reason 0 Marshal [] Marshal.dump -1 Marshal.load -1 Marshal.restore -1 MatchData [Object, Kernel, BasicObject] MatchData#[] -1 MatchData#begin 1 MatchData#captures 0 MatchData#end 1 MatchData#inspect 0 MatchData#length 0 MatchData#names 0 MatchData#offset 1 MatchData#post_match 0 MatchData#pre_match 0 MatchData#regexp 0 MatchData#size 0 MatchData#string 0 MatchData#to_a 0 MatchData#to_s 0 MatchData#values_at -1 Math [] Math.acos 1 Math.acosh 1 Math.asin 1 Math.asinh 1 Math.atan 1 Math.atan2 2 Math.atanh 1 Math.cbrt 1 Math.cos 1 Math.cosh 1 Math.erf 1 Math.erfc 1 Math.exp 1 Math.frexp 1 Math.gamma 1 Math.hypot 2 Math.ldexp 2 Math.lgamma 1 Math.log -1 Math.log10 1 Math.log2 1 Math.sin 1 Math.sinh 1 Math.sqrt 1 Math.tan 1 Math.tanh 1 Method [Object, Kernel, BasicObject] Method#== 1 Method#[] -1 Method#arity 0 Method#call -1 Method#clone 0 Method#eql? 1 Method#hash 0 Method#inspect 0 Method#name 0 Method#owner 0 Method#parameters 0 Method#receiver 0 Method#source_location 0 Method#to_proc 0 Method#to_s 0 Method#unbind 0 Module [Object, Kernel, BasicObject] Module.constants -1 Module.nesting 0 Module#< 1 Module#<= 1 Module#<=> 1 Module#== 1 Module#=== 1 Module#> 1 Module#>= 1 Module#ancestors 0 Module#autoload 2 Module#autoload? 1 Module#class_eval -1 Module#class_exec -1 Module#class_variable_defined? 1 Module#class_variable_get 1 Module#class_variable_set 2 Module#class_variables 0 Module#const_defined? -1 Module#const_get -1 Module#const_missing 1 Module#const_set 2 Module#constants -1 Module#freeze 0 Module#include? 1 Module#included_modules 0 Module#instance_method 1 Module#instance_methods -1 Module#method_defined? 1 Module#module_eval -1 Module#module_exec -1 Module#name 0 Module#private_class_method -1 Module#private_instance_methods -1 Module#private_method_defined? 1 Module#protected_instance_methods -1 Module#protected_method_defined? 1 Module#public_class_method -1 Module#public_instance_method 1 Module#public_instance_methods -1 Module#public_method_defined? 1 Module#remove_class_variable 1 Module#to_s 0 Mutex [Object, Kernel, BasicObject] Mutex#lock 0 Mutex#locked? 0 Mutex#sleep -1 Mutex#synchronize 0 Mutex#try_lock 0 Mutex#unlock 0 NameError [StandardError, Exception, Object, Kernel, BasicObject] NameError#name 0 NameError#to_s 0 NameError::message [Data, Object, Kernel, BasicObject] NameError::message.! 3 NameError::message._load 1 NameError::message#== 1 NameError::message#_dump 1 NameError::message#to_str 0 NilClass [Object, Kernel, BasicObject] NilClass#& 1 NilClass#^ 1 NilClass#inspect 0 NilClass#nil? 0 NilClass#to_a 0 NilClass#to_c 0 NilClass#to_f 0 NilClass#to_i 0 NilClass#to_r 0 NilClass#to_s 0 NilClass#| 1 NoMemoryError [Exception, Object, Kernel, BasicObject] NoMethodError [NameError, StandardError, Exception, Object, Kernel, BasicObject] NoMethodError#args 0 NotImplementedError [ScriptError, Exception, Object, Kernel, BasicObject] Numeric [Comparable, Object, Kernel, BasicObject] Numeric#+@ 0 Numeric#-@ 0 Numeric#<=> 1 Numeric#abs 0 Numeric#abs2 0 Numeric#angle 0 Numeric#arg 0 Numeric#ceil 0 Numeric#coerce 1 Numeric#conj 0 Numeric#conjugate 0 Numeric#denominator 0 Numeric#div 1 Numeric#divmod 1 Numeric#eql? 1 Numeric#fdiv 1 Numeric#floor 0 Numeric#imag 0 Numeric#imaginary 0 Numeric#integer? 0 Numeric#magnitude 0 Numeric#modulo 1 Numeric#nonzero? 0 Numeric#numerator 0 Numeric#phase 0 Numeric#polar 0 Numeric#quo 1 Numeric#real 0 Numeric#real? 0 Numeric#rect 0 Numeric#rectangular 0 Numeric#remainder 1 Numeric#round -1 Numeric#singleton_method_added 1 Numeric#step -1 Numeric#to_c 0 Numeric#to_int 0 Numeric#truncate 0 Numeric#zero? 0 Object [Kernel, BasicObject] ObjectSpace [] ObjectSpace._id2ref 1 ObjectSpace.count_objects -1 ObjectSpace.define_finalizer -1 ObjectSpace.each_object -1 ObjectSpace.garbage_collect 0 ObjectSpace.undefine_finalizer 1 Proc [Object, Kernel, BasicObject] Proc.new -1 Proc#== 1 Proc#=== -1 Proc#[] -1 Proc#arity 0 Proc#binding 0 Proc#call -1 Proc#clone 0 Proc#curry -1 Proc#dup 0 Proc#eql? 1 Proc#hash 0 Proc#lambda? 0 Proc#parameters 0 Proc#source_location 0 Proc#to_proc 0 Proc#to_s 0 Proc#yield -1 Process [] Process.abort -1 Process.daemon -1 Process.detach 1 Process.egid 0 Process.egid= 1 Process.euid 0 Process.euid= 1 Process.exec -1 Process.exit -1 Process.exit! -1 Process.fork 0 Process.getpgid 1 Process.getpgrp 0 Process.getpriority 2 Process.getrlimit 1 Process.gid 0 Process.gid= 1 Process.groups 0 Process.groups= 1 Process.initgroups 2 Process.kill -1 Process.maxgroups 0 Process.maxgroups= 1 Process.pid 0 Process.ppid 0 Process.setpgid 2 Process.setpgrp 0 Process.setpriority 3 Process.setrlimit -1 Process.setsid 0 Process.spawn -1 Process.times 0 Process.uid 0 Process.uid= 1 Process.wait -1 Process.wait2 -1 Process.waitall 0 Process.waitpid -1 Process.waitpid2 -1 Process::GID [] Process::GID.change_privilege 1 Process::GID.eid 0 Process::GID.eid= 1 Process::GID.grant_privilege 1 Process::GID.re_exchange 0 Process::GID.re_exchangeable? 0 Process::GID.rid 0 Process::GID.sid_available? 0 Process::GID.switch 0 Process::Status [Object, Kernel, BasicObject] Process::Status#& 1 Process::Status#== 1 Process::Status#>> 1 Process::Status#coredump? 0 Process::Status#exited? 0 Process::Status#exitstatus 0 Process::Status#inspect 0 Process::Status#pid 0 Process::Status#signaled? 0 Process::Status#stopped? 0 Process::Status#stopsig 0 Process::Status#success? 0 Process::Status#termsig 0 Process::Status#to_i 0 Process::Status#to_s 0 Process::Sys [] Process::Sys.getegid 0 Process::Sys.geteuid 0 Process::Sys.getgid 0 Process::Sys.getuid 0 Process::Sys.issetugid 0 Process::Sys.setegid 1 Process::Sys.seteuid 1 Process::Sys.setgid 1 Process::Sys.setregid 2 Process::Sys.setresgid -1 not-implemented Process::Sys.setresuid -1 not-implemented Process::Sys.setreuid 2 Process::Sys.setrgid 1 Process::Sys.setruid 1 Process::Sys.setuid 1 Process::UID [] Process::UID.change_privilege 1 Process::UID.eid 0 Process::UID.eid= 1 Process::UID.grant_privilege 1 Process::UID.re_exchange 0 Process::UID.re_exchangeable? 0 Process::UID.rid 0 Process::UID.sid_available? 0 Process::UID.switch 0 Range [Enumerable, Object, Kernel, BasicObject] Range#== 1 Range#=== 1 Range#begin 0 Range#cover? 1 Range#each 0 Range#end 0 Range#eql? 1 Range#exclude_end? 0 Range#first -1 Range#hash 0 Range#include? 1 Range#inspect 0 Range#last -1 Range#max 0 Range#member? 1 Range#min 0 Range#step -1 Range#to_s 0 RangeError [StandardError, Exception, Object, Kernel, BasicObject] Rational [Numeric, Comparable, Object, Kernel, BasicObject] Rational#% 1 Rational#* 1 Rational#** 1 Rational#+ 1 Rational#- 1 Rational#/ 1 Rational#<=> 1 Rational#== 1 Rational#abs 0 Rational#ceil -1 Rational#coerce 1 Rational#denominator 0 Rational#div 1 Rational#divmod 1 Rational#fdiv 1 Rational#floor -1 Rational#hash 0 Rational#inspect 0 Rational#marshal_dump 0 Rational#marshal_load 1 Rational#modulo 1 Rational#numerator 0 Rational#quo 1 Rational#remainder 1 Rational#round -1 Rational#to_f 0 Rational#to_i 0 Rational#to_r 0 Rational#to_s 0 Rational#truncate -1 Regexp [Object, Kernel, BasicObject] Regexp.compile -1 Regexp.escape 1 Regexp.last_match -1 Regexp.quote 1 Regexp.try_convert 1 Regexp.union -1 Regexp#== 1 Regexp#=== 1 Regexp#=~ 1 Regexp#casefold? 0 Regexp#encoding 0 Regexp#eql? 1 Regexp#fixed_encoding? 0 Regexp#hash 0 Regexp#inspect 0 Regexp#match -1 Regexp#named_captures 0 Regexp#names 0 Regexp#options 0 Regexp#source 0 Regexp#to_s 0 Regexp#~ 0 RegexpError [StandardError, Exception, Object, Kernel, BasicObject] RubyVM [Object, Kernel, BasicObject] RubyVM::Env [Object, Kernel, BasicObject] RubyVM::InstructionSequence [Object, Kernel, BasicObject] RubyVM::InstructionSequence.compile -1 RubyVM::InstructionSequence.compile_file -1 RubyVM::InstructionSequence.compile_option 0 RubyVM::InstructionSequence.compile_option= 1 RubyVM::InstructionSequence.disasm 1 RubyVM::InstructionSequence.disassemble 1 RubyVM::InstructionSequence.new -1 RubyVM::InstructionSequence#disasm 0 RubyVM::InstructionSequence#disassemble 0 RubyVM::InstructionSequence#eval 0 RubyVM::InstructionSequence#inspect 0 RubyVM::InstructionSequence#to_a 0 RuntimeError [StandardError, Exception, Object, Kernel, BasicObject] ScriptError [Exception, Object, Kernel, BasicObject] SecurityError [Exception, Object, Kernel, BasicObject] Signal [] Signal.list 0 Signal.trap -1 SignalException [Exception, Object, Kernel, BasicObject] SignalException#signm 0 SignalException#signo 0 StandardError [Exception, Object, Kernel, BasicObject] StopIteration [IndexError, StandardError, Exception, Object, Kernel, BasicObject] String [Comparable, Object, Kernel, BasicObject] String.try_convert 1 String#% 1 String#* 1 String#+ 1 String#<< 1 String#<=> 1 String#== 1 String#=~ 1 String#[] -1 String#[]= -1 String#ascii_only? 0 String#bytes 0 String#bytesize 0 String#capitalize 0 String#capitalize! 0 String#casecmp 1 String#center -1 String#chars 0 String#chomp -1 String#chomp! -1 String#chop 0 String#chop! 0 String#chr 0 String#clear 0 String#codepoints 0 String#concat 1 String#count -1 String#crypt 1 String#delete -1 String#delete! -1 String#downcase 0 String#downcase! 0 String#dump 0 String#each_byte 0 String#each_char 0 String#each_codepoint 0 String#each_line -1 String#empty? 0 String#encode -1 String#encode! -1 String#encoding 0 String#end_with? -1 String#eql? 1 String#force_encoding 1 String#getbyte 1 String#gsub -1 String#gsub! -1 String#hash 0 String#hex 0 String#include? 1 String#index -1 String#insert 2 String#inspect 0 String#intern 0 String#length 0 String#lines -1 String#ljust -1 String#lstrip 0 String#lstrip! 0 String#match -1 String#next 0 String#next! 0 String#oct 0 String#ord 0 String#partition 1 String#replace 1 String#reverse 0 String#reverse! 0 String#rindex -1 String#rjust -1 String#rpartition 1 String#rstrip 0 String#rstrip! 0 String#scan 1 String#setbyte 2 String#size 0 String#slice -1 String#slice! -1 String#split -1 String#squeeze -1 String#squeeze! -1 String#start_with? -1 String#strip 0 String#strip! 0 String#sub -1 String#sub! -1 String#succ 0 String#succ! 0 String#sum -1 String#swapcase 0 String#swapcase! 0 String#to_c 0 String#to_f 0 String#to_i -1 String#to_r 0 String#to_s 0 String#to_str 0 String#to_sym 0 String#tr 2 String#tr! 2 String#tr_s 2 String#tr_s! 2 String#unpack 1 String#upcase 0 String#upcase! 0 String#upto -1 String#valid_encoding? 0 Struct [Enumerable, Object, Kernel, BasicObject] Struct.new -1 Struct#== 1 Struct#[] 1 Struct#[]= 2 Struct#each 0 Struct#each_pair 0 Struct#eql? 1 Struct#hash 0 Struct#inspect 0 Struct#length 0 Struct#members 0 Struct#select -1 Struct#size 0 Struct#to_a 0 Struct#to_s 0 Struct#values 0 Struct#values_at -1 Struct::Tms [Struct, Enumerable, Object, Kernel, BasicObject] Struct::Tms.[] -1 Struct::Tms.members 0 Struct::Tms.new -1 Struct::Tms#cstime 0 Struct::Tms#cstime= 1 Struct::Tms#cutime 0 Struct::Tms#cutime= 1 Struct::Tms#stime 0 Struct::Tms#stime= 1 Struct::Tms#utime 0 Struct::Tms#utime= 1 Symbol [Comparable, Object, Kernel, BasicObject] Symbol.all_symbols 0 Symbol#<=> 1 Symbol#== 1 Symbol#=~ 1 Symbol#[] -1 Symbol#capitalize 0 Symbol#casecmp 1 Symbol#downcase 0 Symbol#empty? 0 Symbol#encoding 0 Symbol#id2name 0 Symbol#inspect 0 Symbol#intern 0 Symbol#length 0 Symbol#match 1 Symbol#next 0 Symbol#size 0 Symbol#slice -1 Symbol#succ 0 Symbol#swapcase 0 Symbol#to_proc 0 Symbol#to_s 0 Symbol#to_sym 0 Symbol#upcase 0 SyntaxError [ScriptError, Exception, Object, Kernel, BasicObject] SystemCallError [StandardError, Exception, Object, Kernel, BasicObject] SystemCallError.=== 1 SystemCallError#errno 0 SystemExit [Exception, Object, Kernel, BasicObject] SystemExit#status 0 SystemExit#success? 0 SystemStackError [Exception, Object, Kernel, BasicObject] Thread [Object, Kernel, BasicObject] Thread.abort_on_exception 0 Thread.abort_on_exception= 1 Thread.current 0 Thread.exclusive 0 Thread.exit 0 Thread.fork -1 Thread.kill 1 Thread.list 0 Thread.main 0 Thread.new -1 Thread.pass 0 Thread.start -1 Thread.stop 0 Thread#[] 1 Thread#[]= 2 Thread#abort_on_exception 0 Thread#abort_on_exception= 1 Thread#add_trace_func 1 Thread#alive? 0 Thread#exit 0 Thread#group 0 Thread#inspect 0 Thread#join -1 Thread#key? 1 Thread#keys 0 Thread#kill 0 Thread#priority 0 Thread#priority= 1 Thread#raise -1 Thread#run 0 Thread#safe_level 0 Thread#set_trace_func 1 Thread#status 0 Thread#stop? 0 Thread#terminate 0 Thread#value 0 Thread#wakeup 0 ThreadError [StandardError, Exception, Object, Kernel, BasicObject] ThreadGroup [Object, Kernel, BasicObject] ThreadGroup#add 1 ThreadGroup#enclose 0 ThreadGroup#enclosed? 0 ThreadGroup#list 0 Time [Comparable, Object, Kernel, BasicObject] Time._load 1 Time.at -1 Time.gm -1 Time.local -1 Time.mktime -1 Time.now -1 Time.utc -1 Time#+ 1 Time#- 1 Time#<=> 1 Time#_dump -1 Time#asctime 0 Time#ctime 0 Time#day 0 Time#dst? 0 Time#eql? 1 Time#friday? 0 Time#getgm 0 Time#getlocal -1 Time#getutc 0 Time#gmt? 0 Time#gmt_offset 0 Time#gmtime 0 Time#gmtoff 0 Time#hash 0 Time#hour 0 Time#inspect 0 Time#isdst 0 Time#localtime -1 Time#mday 0 Time#min 0 Time#mon 0 Time#monday? 0 Time#month 0 Time#nsec 0 Time#saturday? 0 Time#sec 0 Time#strftime 1 Time#subsec 0 Time#succ 0 Time#sunday? 0 Time#thursday? 0 Time#to_a 0 Time#to_f 0 Time#to_i 0 Time#to_r 0 Time#to_s 0 Time#tuesday? 0 Time#tv_nsec 0 Time#tv_sec 0 Time#tv_usec 0 Time#usec 0 Time#utc 0 Time#utc? 0 Time#utc_offset 0 Time#wday 0 Time#wednesday? 0 Time#yday 0 Time#year 0 Time#zone 0 TrueClass [Object, Kernel, BasicObject] TrueClass#& 1 TrueClass#^ 1 TrueClass#to_s 0 TrueClass#| 1 TypeError [StandardError, Exception, Object, Kernel, BasicObject] UnboundMethod [Object, Kernel, BasicObject] UnboundMethod#== 1 UnboundMethod#arity 0 UnboundMethod#bind 1 UnboundMethod#clone 0 UnboundMethod#eql? 1 UnboundMethod#hash 0 UnboundMethod#inspect 0 UnboundMethod#name 0 UnboundMethod#owner 0 UnboundMethod#parameters 0 UnboundMethod#source_location 0 UnboundMethod#to_s 0 ZeroDivisionError [StandardError, Exception, Object, Kernel, BasicObject] fatal [Exception, Object, Kernel, BasicObject] 188 modules, 1472 methods == make # 2009-05-26T03:49:15+09:00 + gmake rbconfig.rb updated ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o encoding.o -c encoding.c encoding.c:1094: warning: missing initializer encoding.c:1094: warning: (near initialization for 'default_external.enc') encoding.c:1154: warning: missing initializer encoding.c:1154: warning: (near initialization for 'default_internal.enc') ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. -rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.o prelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o dmyext.o ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h updated make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " enc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/encdb.o -c ./enc/encdb.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/encdb.bundle enc/encdb.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/big5.o -c ./enc/big5.c ./enc/big5.c:215: warning: missing initializer ./enc/big5.c:215: warning: (near initialization for 'encoding_BIG5.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/big5.bundle enc/big5.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/cp949.o -c ./enc/cp949.c ./enc/cp949.c:214: warning: missing initializer ./enc/cp949.c:214: warning: (near initialization for 'encoding_CP949.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/cp949.bundle enc/cp949.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/emacs_mule.o -c ./enc/emacs_mule.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/emacs_mule.bundle enc/emacs_mule.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/euc_jp.o -c ./enc/euc_jp.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/euc_jp.bundle enc/euc_jp.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/euc_kr.o -c ./enc/euc_kr.c ./enc/euc_kr.c:191: warning: missing initializer ./enc/euc_kr.c:191: warning: (near initialization for 'encoding_EUC_KR.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/euc_kr.bundle enc/euc_kr.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/euc_tw.o -c ./enc/euc_tw.c ./enc/euc_tw.c:233: warning: missing initializer ./enc/euc_tw.c:233: warning: (near initialization for 'encoding_EUC_TW.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/euc_tw.bundle enc/euc_tw.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/gb2312.o -c ./enc/gb2312.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/gb2312.bundle enc/gb2312.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/gb18030.o -c ./enc/gb18030.c ./enc/gb18030.c:595: warning: missing initializer ./enc/gb18030.c:595: warning: (near initialization for 'encoding_GB18030.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/gb18030.bundle enc/gb18030.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/gbk.o -c ./enc/gbk.c ./enc/gbk.c:214: warning: missing initializer ./enc/gbk.c:214: warning: (near initialization for 'encoding_GBK.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/gbk.bundle enc/gbk.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c ./enc/iso_8859_1.c:274: warning: missing initializer ./enc/iso_8859_1.c:274: warning: (near initialization for 'encoding_ISO_8859_1.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_1.bundle enc/iso_8859_1.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c ./enc/iso_8859_2.c:239: warning: missing initializer ./enc/iso_8859_2.c:239: warning: (near initialization for 'encoding_ISO_8859_2.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_2.bundle enc/iso_8859_2.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c ./enc/iso_8859_3.c:239: warning: missing initializer ./enc/iso_8859_3.c:239: warning: (near initialization for 'encoding_ISO_8859_3.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_3.bundle enc/iso_8859_3.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c ./enc/iso_8859_4.c:241: warning: missing initializer ./enc/iso_8859_4.c:241: warning: (near initialization for 'encoding_ISO_8859_4.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_4.bundle enc/iso_8859_4.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c ./enc/iso_8859_5.c:229: warning: missing initializer ./enc/iso_8859_5.c:229: warning: (near initialization for 'encoding_ISO_8859_5.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_5.bundle enc/iso_8859_5.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c ./enc/iso_8859_6.c:96: warning: missing initializer ./enc/iso_8859_6.c:96: warning: (near initialization for 'encoding_ISO_8859_6.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_6.bundle enc/iso_8859_6.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c ./enc/iso_8859_7.c:226: warning: missing initializer ./enc/iso_8859_7.c:226: warning: (near initialization for 'encoding_ISO_8859_7.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_7.bundle enc/iso_8859_7.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c ./enc/iso_8859_8.c:96: warning: missing initializer ./enc/iso_8859_8.c:96: warning: (near initialization for 'encoding_ISO_8859_8.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_8.bundle enc/iso_8859_8.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c ./enc/iso_8859_9.c:232: warning: missing initializer ./enc/iso_8859_9.c:232: warning: (near initialization for 'encoding_ISO_8859_9.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_9.bundle enc/iso_8859_9.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c ./enc/iso_8859_10.c:243: warning: missing initializer ./enc/iso_8859_10.c:243: warning: (near initialization for 'encoding_ISO_8859_10.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_10.bundle enc/iso_8859_10.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c ./enc/iso_8859_11.c:96: warning: missing initializer ./enc/iso_8859_11.c:96: warning: (near initialization for 'encoding_ISO_8859_11.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_11.bundle enc/iso_8859_11.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c ./enc/iso_8859_13.c:232: warning: missing initializer ./enc/iso_8859_13.c:232: warning: (near initialization for 'encoding_ISO_8859_13.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_13.bundle enc/iso_8859_13.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c ./enc/iso_8859_14.c:245: warning: missing initializer ./enc/iso_8859_14.c:245: warning: (near initialization for 'encoding_ISO_8859_14.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_14.bundle enc/iso_8859_14.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c ./enc/iso_8859_15.c:239: warning: missing initializer ./enc/iso_8859_15.c:239: warning: (near initialization for 'encoding_ISO_8859_15.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_15.bundle enc/iso_8859_15.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c ./enc/iso_8859_16.c:241: warning: missing initializer ./enc/iso_8859_16.c:241: warning: (near initialization for 'encoding_ISO_8859_16.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/iso_8859_16.bundle enc/iso_8859_16.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/koi8_r.o -c ./enc/koi8_r.c ./enc/koi8_r.c:217: warning: missing initializer ./enc/koi8_r.c:217: warning: (near initialization for 'encoding_KOI8_R.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/koi8_r.bundle enc/koi8_r.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/koi8_u.o -c ./enc/koi8_u.c ./enc/koi8_u.c:221: warning: missing initializer ./enc/koi8_u.c:221: warning: (near initialization for 'encoding_KOI8_U.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/koi8_u.bundle enc/koi8_u.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/shift_jis.o -c ./enc/shift_jis.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/shift_jis.bundle enc/shift_jis.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/utf_16be.o -c ./enc/utf_16be.c ./enc/utf_16be.c:257: warning: missing initializer ./enc/utf_16be.c:257: warning: (near initialization for 'encoding_UTF_16BE.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/utf_16be.bundle enc/utf_16be.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/utf_16le.o -c ./enc/utf_16le.c ./enc/utf_16le.c:249: warning: missing initializer ./enc/utf_16le.c:249: warning: (near initialization for 'encoding_UTF_16LE.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/utf_16le.bundle enc/utf_16le.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/utf_32be.o -c ./enc/utf_32be.c ./enc/utf_32be.c:193: warning: missing initializer ./enc/utf_32be.c:193: warning: (near initialization for 'encoding_UTF_32BE.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/utf_32be.bundle enc/utf_32be.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/utf_32le.o -c ./enc/utf_32le.c ./enc/utf_32le.c:193: warning: missing initializer ./enc/utf_32le.c:193: warning: (near initialization for 'encoding_UTF_32LE.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/utf_32le.bundle enc/utf_32le.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/windows_1251.o -c ./enc/windows_1251.c ./enc/windows_1251.c:200: warning: missing initializer ./enc/windows_1251.c:200: warning: (near initialization for 'encoding_Windows_1251.ruby_encoding_index') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/windows_1251.bundle enc/windows_1251.o -L. -L. -L. -lpthread -ldl -lobjc make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " srcs ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/big5.c" "enc/trans/big5.trans" generating enc/trans/big5.c ... converter from Big5 to UTF-8 converter from UTF-8 to Big5 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/chinese.c" "enc/trans/chinese.trans" generating enc/trans/chinese.c ... load mapsrc enc/trans/GB/GB2312%UCS.src converter from GB2312 to UTF-8 load mapsrc enc/trans/GB/GB12345%UCS.src converter from GB12345 to UTF-8 load mapsrc enc/trans/GB/UCS%GB2312.src converter from UTF-8 to GB2312 load mapsrc enc/trans/GB/UCS%GB12345.src converter from UTF-8 to GB12345 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/escape.c" "enc/trans/escape.trans" generating enc/trans/escape.c ... converter for amp_escape converter for xml_text_escape converter for xml_attr_content_escape converter for escape_xml_attr_quote done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/gb18030.c" "enc/trans/gb18030.trans" generating enc/trans/gb18030.c ... converter from GB18030 to UTF-8 converter from UTF-8 to GB18030 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/gbk.c" "enc/trans/gbk.trans" generating enc/trans/gbk.c ... converter from GBK to UTF-8 converter from UTF-8 to GBK done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/iso2022.c" "enc/trans/iso2022.trans" generating enc/trans/iso2022.c ... converter for iso2022jp_decoder converter for iso2022jp_decoder_jisx0208_rest converter for iso2022jp_encoder converter for stateless_iso2022jp_to_eucjp converter for eucjp_to_stateless_iso2022jp converter for cp50221_decoder converter for cp50221_encoder done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/japanese.c" "enc/trans/japanese.trans" generating enc/trans/japanese.c ... converter for eucjp2sjis converter for sjis2eucjp done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/japanese_euc.c" "enc/trans/japanese_euc.trans" generating enc/trans/japanese_euc.c ... load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0212%UCS.src converter from EUC-JP to UTF-8 load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/JIS/JISX0208UDC%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0212VDC@IBM%UCS.src load mapsrc enc/trans/JIS/JISX0212UDC%UCS.src load mapsrc enc/trans/JIS/JISX0212@MS%UCS.src converter from eucJP-ms to UTF-8 load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src converter from CP51932 to UTF-8 load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0212.src converter from UTF-8 to EUC-JP load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/JIS/UCS%JISX0208UDC.src load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0212VDC@IBM.src load mapsrc enc/trans/JIS/UCS%JISX0212UDC.src load mapsrc enc/trans/JIS/UCS%JISX0212@MS.src converter from UTF-8 to eucJP-ms load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src converter from UTF-8 to CP51932 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/japanese_sjis.c" "enc/trans/japanese_sjis.trans" generating enc/trans/japanese_sjis.c ... load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src converter from Shift_JIS to UTF-8 load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc enc/trans/CP/CP932UDA%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src converter from Windows-31J to UTF-8 load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src converter from UTF-8 to Shift_JIS load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/CP/UCS%CP932UDA.src converter from UTF-8 to Windows-31J done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/korean.c" "enc/trans/korean.trans" generating enc/trans/korean.c ... converter from UTF-8 to EUC-KR converter from EUC-KR to UTF-8 converter from UTF-8 to CP949 converter from CP949 to UTF-8 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/single_byte.c" "enc/trans/single_byte.trans" generating enc/trans/single_byte.c ... converter from US-ASCII to UTF-8 converter from UTF-8 to US-ASCII converter from ASCII-8BIT to UTF-8 converter from UTF-8 to ASCII-8BIT converter from ISO-8859-1 to UTF-8 converter from UTF-8 to ISO-8859-1 converter from ISO-8859-2 to UTF-8 converter from UTF-8 to ISO-8859-2 converter from ISO-8859-3 to UTF-8 converter from UTF-8 to ISO-8859-3 converter from ISO-8859-4 to UTF-8 converter from UTF-8 to ISO-8859-4 converter from ISO-8859-5 to UTF-8 converter from UTF-8 to ISO-8859-5 converter from ISO-8859-6 to UTF-8 converter from UTF-8 to ISO-8859-6 converter from ISO-8859-7 to UTF-8 converter from UTF-8 to ISO-8859-7 converter from ISO-8859-8 to UTF-8 converter from UTF-8 to ISO-8859-8 converter from ISO-8859-9 to UTF-8 converter from UTF-8 to ISO-8859-9 converter from ISO-8859-10 to UTF-8 converter from UTF-8 to ISO-8859-10 converter from ISO-8859-11 to UTF-8 converter from UTF-8 to ISO-8859-11 converter from ISO-8859-13 to UTF-8 converter from UTF-8 to ISO-8859-13 converter from ISO-8859-14 to UTF-8 converter from UTF-8 to ISO-8859-14 converter from ISO-8859-15 to UTF-8 converter from UTF-8 to ISO-8859-15 converter from WINDOWS-874 to UTF-8 converter from UTF-8 to WINDOWS-874 converter from WINDOWS-1250 to UTF-8 converter from UTF-8 to WINDOWS-1250 converter from WINDOWS-1251 to UTF-8 converter from UTF-8 to WINDOWS-1251 converter from WINDOWS-1252 to UTF-8 converter from UTF-8 to WINDOWS-1252 converter from WINDOWS-1253 to UTF-8 converter from UTF-8 to WINDOWS-1253 converter from WINDOWS-1254 to UTF-8 converter from UTF-8 to WINDOWS-1254 converter from WINDOWS-1255 to UTF-8 converter from UTF-8 to WINDOWS-1255 converter from WINDOWS-1256 to UTF-8 converter from UTF-8 to WINDOWS-1256 converter from WINDOWS-1257 to UTF-8 converter from UTF-8 to WINDOWS-1257 converter from IBM437 to UTF-8 converter from UTF-8 to IBM437 converter from IBM775 to UTF-8 converter from UTF-8 to IBM775 converter from IBM852 to UTF-8 converter from UTF-8 to IBM852 converter from IBM855 to UTF-8 converter from UTF-8 to IBM855 converter from IBM857 to UTF-8 converter from UTF-8 to IBM857 converter from IBM860 to UTF-8 converter from UTF-8 to IBM860 converter from IBM861 to UTF-8 converter from UTF-8 to IBM861 converter from IBM862 to UTF-8 converter from UTF-8 to IBM862 converter from IBM863 to UTF-8 converter from UTF-8 to IBM863 converter from IBM865 to UTF-8 converter from UTF-8 to IBM865 converter from IBM866 to UTF-8 converter from UTF-8 to IBM866 converter from IBM869 to UTF-8 converter from UTF-8 to IBM869 converter from MACCROATIAN to UTF-8 converter from UTF-8 to MACCROATIAN converter from MACCYRILLIC to UTF-8 converter from UTF-8 to MACCYRILLIC converter from MACGREEK to UTF-8 converter from UTF-8 to MACGREEK converter from MACICELAND to UTF-8 converter from UTF-8 to MACICELAND converter from MACROMAN to UTF-8 converter from UTF-8 to MACROMAN converter from MACROMANIA to UTF-8 converter from UTF-8 to MACROMANIA converter from MACTURKISH to UTF-8 converter from UTF-8 to MACTURKISH converter from MACUKRAINE to UTF-8 converter from UTF-8 to MACUKRAINE converter from KOI8-U to UTF-8 converter from UTF-8 to KOI8-U converter from KOI8-R to UTF-8 converter from UTF-8 to KOI8-R converter from TIS-620 to UTF-8 converter from UTF-8 to TIS-620 converter from CP850 to UTF-8 converter from UTF-8 to CP850 converter from CP852 to UTF-8 converter from UTF-8 to CP852 converter from CP855 to UTF-8 converter from UTF-8 to CP855 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/utf8_mac.c" "enc/trans/utf8_mac.trans" generating enc/trans/utf8_mac.c ... converter from UTF-8 to UTF8-MAC converter for from_UTF8_MAC converter for from_utf8_mac_nfc3 converter for from_utf8_mac_nfc2 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./tool/transcode-tblgen.rb" -vo "enc/trans/utf_16_32.c" "enc/trans/utf_16_32.trans" generating enc/trans/utf_16_32.c ... converter for from_UTF_16LE converter for from_UTF_32LE converter for from_UTF_16BE converter for from_UTF_32BE converter for from_UTF_8 done. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h updated make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " trans gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/transdb.o -c ./enc/trans/transdb.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/transdb.bundle enc/trans/transdb.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/big5.o -c ./enc/trans/big5.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/big5.bundle enc/trans/big5.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/chinese.o -c ./enc/trans/chinese.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/chinese.bundle enc/trans/chinese.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/escape.o -c ./enc/trans/escape.c ./enc/trans/escape.c:222: warning: missing initializer ./enc/trans/escape.c:222: warning: (near initialization for 'rb_escape_xml_attr_quote.resetsize_func') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/escape.bundle enc/trans/escape.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/gb18030.bundle enc/trans/gb18030.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/gbk.o -c ./enc/trans/gbk.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/gbk.bundle enc/trans/gbk.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c ./enc/trans/iso2022.c:312: warning: missing initializer ./enc/trans/iso2022.c:312: warning: (near initialization for 'rb_iso2022jp_decoder.finish_func') ./enc/trans/iso2022.c:416: warning: missing initializer ./enc/trans/iso2022.c:416: warning: (near initialization for 'rb_stateless_iso2022jp_to_eucjp.finish_func') ./enc/trans/iso2022.c:437: warning: missing initializer ./enc/trans/iso2022.c:437: warning: (near initialization for 'rb_eucjp_to_stateless_iso2022jp.finish_func') ./enc/trans/iso2022.c:536: warning: missing initializer ./enc/trans/iso2022.c:536: warning: (near initialization for 'rb_cp50221_decoder.finish_func') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/iso2022.bundle enc/trans/iso2022.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/japanese.o -c ./enc/trans/japanese.c ./enc/trans/japanese.c:198: warning: missing initializer ./enc/trans/japanese.c:198: warning: (near initialization for 'rb_eucjp2sjis.finish_func') ./enc/trans/japanese.c:210: warning: missing initializer ./enc/trans/japanese.c:210: warning: (near initialization for 'rb_sjis2eucjp.finish_func') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/japanese.bundle enc/trans/japanese.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/japanese_euc.bundle enc/trans/japanese_euc.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/japanese_sjis.bundle enc/trans/japanese_sjis.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/korean.o -c ./enc/trans/korean.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/korean.bundle enc/trans/korean.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/single_byte.bundle enc/trans/single_byte.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c ./enc/trans/utf8_mac.c:10844: warning: missing initializer ./enc/trans/utf8_mac.c:10844: warning: (near initialization for 'rb_from_UTF8_MAC.resetsize_func') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/utf8_mac.bundle enc/trans/utf8_mac.o -L. -L. -L. -lpthread -ldl -lobjc gcc -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c ./enc/trans/utf_16_32.c:539: warning: missing initializer ./enc/trans/utf_16_32.c:539: warning: (near initialization for 'rb_from_UTF_16BE.finish_func') ./enc/trans/utf_16_32.c:551: warning: missing initializer ./enc/trans/utf_16_32.c:551: warning: (near initialization for 'rb_to_UTF_16BE.finish_func') ./enc/trans/utf_16_32.c:563: warning: missing initializer ./enc/trans/utf_16_32.c:563: warning: (near initialization for 'rb_from_UTF_16LE.finish_func') ./enc/trans/utf_16_32.c:575: warning: missing initializer ./enc/trans/utf_16_32.c:575: warning: (near initialization for 'rb_to_UTF_16LE.finish_func') ./enc/trans/utf_16_32.c:587: warning: missing initializer ./enc/trans/utf_16_32.c:587: warning: (near initialization for 'rb_from_UTF_32BE.finish_func') ./enc/trans/utf_16_32.c:599: warning: missing initializer ./enc/trans/utf_16_32.c:599: warning: (near initialization for 'rb_to_UTF_32BE.finish_func') ./enc/trans/utf_16_32.c:611: warning: missing initializer ./enc/trans/utf_16_32.c:611: warning: (near initialization for 'rb_from_UTF_32LE.finish_func') ./enc/trans/utf_16_32.c:623: warning: missing initializer ./enc/trans/utf_16_32.c:623: warning: (near initialization for 'rb_to_UTF_32LE.finish_func') gcc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/powerpc-darwin9.6.0/enc/trans/utf_16_32.bundle enc/trans/utf_16_32.o -L. -L. -L. -lpthread -ldl -lobjc make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " encs mkdir -p .ext/powerpc-darwin9.6.0/enc .ext/powerpc-darwin9.6.0/enc/trans enc enc/trans ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." optunifs.inc ./revision.h updated compiling bigdecimal gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o bigdecimal.o -c bigdecimal.c bigdecimal.c: In function 'BigDecimal_add': bigdecimal.c:722: warning: comparison between signed and unsigned bigdecimal.c: In function 'BigDecimal_sub': bigdecimal.c:763: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpAddAbs': bigdecimal.c:2910: warning: comparison between signed and unsigned bigdecimal.c:2911: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpSubAbs': bigdecimal.c:3003: warning: comparison between signed and unsigned bigdecimal.c:3004: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpMult': bigdecimal.c:3279: warning: comparison of unsigned expression >= 0 is always true bigdecimal.c: In function 'VpCtoV': bigdecimal.c:4028: warning: comparison of unsigned expression >= 0 is always true bigdecimal.c: In function 'VpMidRound': bigdecimal.c:4472: warning: comparison between signed and unsigned gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/bigdecimal.bundle bigdecimal.o -L. -L../.. -L. -lpthread -ldl -lobjc mkdir -p ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal compiling continuation gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o continuation.o -c continuation.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/continuation.bundle continuation.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling coverage gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o coverage.o -c coverage.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/coverage.bundle coverage.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling curses gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o curses.o -c curses.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/curses.bundle curses.o -L. -L../.. -L. -lncurses -ltermcap -lpthread -ldl -lobjc compiling dbm gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o dbm.o -c dbm.c dbm.c: In function 'fdbm_key': dbm.c:215: warning: comparison between signed and unsigned dbm.c: In function 'fdbm_has_value': dbm.c:634: warning: comparison between signed and unsigned gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/dbm.bundle dbm.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling digest gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o digest.o -c digest.c digest.c: In function 'hexencode_str_new': digest.c:57: warning: comparison between signed and unsigned gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/digest.bundle digest.o -L. -L../.. -L. -lpthread -ldl -lobjc mkdir -p ../../.ext/include/ruby mkdir -p ../../.ext/common/digest cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest cp ../.././ext/digest/lib/digest.rb ../../.ext/common cp ../.././ext/digest/digest.h ../../.ext/include/ruby compiling digest/bubblebabble mkdir -p ../../../.ext/powerpc-darwin9.6.0/digest gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o bubblebabble.o -c bubblebabble.c bubblebabble.c: In function 'bubblebabble_str_new': bubblebabble.c:52: warning: comparison between signed and unsigned bubblebabble.c:64: warning: comparison between signed and unsigned gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/bubblebabble.bundle bubblebabble.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling digest/md5 gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o md5init.o -c md5init.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o md5ossl.o -c md5ossl.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/md5.bundle md5init.o md5ossl.o -L. -L../../.. -L. -lcrypto -lpthread -ldl -lobjc compiling digest/rmd160 gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o rmd160init.o -c rmd160init.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o rmd160ossl.o -c rmd160ossl.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -L. -L../../.. -L. -lcrypto -lpthread -ldl -lobjc compiling digest/sha1 gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o sha1init.o -c sha1init.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o sha1ossl.o -c sha1ossl.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -L. -lcrypto -lpthread -ldl -lobjc compiling digest/sha2 gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o sha2.o -c sha2.c sha2.c:185: warning: 'static' is not at beginning of declaration sha2.c:205: warning: 'static' is not at beginning of declaration sha2.c:217: warning: 'static' is not at beginning of declaration sha2.c:261: warning: 'static' is not at beginning of declaration sha2.c:273: warning: 'static' is not at beginning of declaration gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o sha2init.o -c sha2init.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/digest/sha2.bundle sha2.o sha2init.o -L. -L../../.. -L. -lpthread -ldl -lobjc cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest compiling dl gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/dl.bundle cfunc.o cptr.o dl.o handle.o -L. -L../.. -L. -ldl -lpthread -ldl -lobjc mkdir -p ../../.ext/common/dl cp ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl cp ../.././ext/dl/dl.h ../../.ext/include/ruby compiling dl/callback mkdir -p ../../../.ext/powerpc-darwin9.6.0/dl generating callback.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback.o -c callback.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-0.o -c callback-0.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-1.o -c callback-1.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-2.o -c callback-2.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-3.o -c callback-3.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-4.o -c callback-4.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-5.o -c callback-5.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-6.o -c callback-6.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-7.o -c callback-7.c gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o callback-8.o -c callback-8.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/dl/callback.bundle callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling dl/win32 compiling etc gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o etc.o -c etc.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/etc.bundle etc.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling fcntl gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o fcntl.o -c fcntl.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/fcntl.bundle fcntl.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling fiber gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o fiber.o -c fiber.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/fiber.bundle fiber.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling gdbm compiling iconv gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o iconv.o -c iconv.c iconv.c: In function 'iconv_convert': iconv.c:460: warning: comparison of unsigned expression >= 0 is always true iconv.c:463: warning: comparison between signed and unsigned iconv.c:464: warning: comparison between signed and unsigned gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/iconv.bundle iconv.o -L. -L../.. -L. -liconv -lpthread -ldl -lobjc compiling io/wait mkdir -p ../../../.ext/powerpc-darwin9.6.0/io gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o wait.o -c wait.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/io/wait.bundle wait.o -L. -L../../.. -L. -lpthread -ldl -lobjc mkdir -p ../../../.ext/common/io cp ../../.././ext/io/wait/lib/nonblock.rb ../../../.ext/common/io compiling json mkdir -p ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/rails.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json cp ../.././ext/json/lib/json/editor.rb ../../.ext/common/json cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json cp ../.././ext/json/lib/json.rb ../../.ext/common compiling json/ext/generator mkdir -p ../../../../.ext/powerpc-darwin9.6.0/json/ext gcc -I. -I../../../../.ext/include/powerpc-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -Wall -o generator.o -c generator.c generator.c:6:5: warning: "HAVE_ST_H" is not defined generator.c: In function 'mInteger_to_json': generator.c:298: warning: unused parameter 'argc' generator.c:298: warning: unused parameter 'argv' generator.c: In function 'mString_included_s': generator.c:343: warning: unused parameter 'self' generator.c: In function 'mString_to_json': generator.c:356: warning: unused parameter 'argc' generator.c:356: warning: unused parameter 'argv' generator.c: In function 'mString_Extend_json_create': generator.c:404: warning: unused parameter 'self' generator.c: In function 'mTrueClass_to_json': generator.c:416: warning: unused parameter 'argc' generator.c:416: warning: unused parameter 'argv' generator.c:416: warning: unused parameter 'self' generator.c: In function 'mFalseClass_to_json': generator.c:428: warning: unused parameter 'argc' generator.c:428: warning: unused parameter 'argv' generator.c:428: warning: unused parameter 'self' generator.c: In function 'mNilClass_to_json': generator.c:439: warning: unused parameter 'argc' generator.c:439: warning: unused parameter 'argv' generator.c:439: warning: unused parameter 'self' gcc -I. -I../../../../.ext/include/powerpc-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -Wall -o unicode.o -c unicode.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/powerpc-darwin9.6.0/json/ext/generator.bundle generator.o unicode.o -L. -L../../../.. -L. -lpthread -ldl -lobjc compiling json/ext/parser gcc -I. -I../../../../.ext/include/powerpc-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -Wall -o parser.o -c parser.c parser.rl:3:5: warning: "HAVE_RE_H" is not defined parser.rl:9:5: warning: "HAVE_ST_H" is not defined gcc -I. -I../../../../.ext/include/powerpc-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -Wall -o unicode.o -c unicode.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/powerpc-darwin9.6.0/json/ext/parser.bundle parser.o unicode.o -L. -L../../../.. -L. -lpthread -ldl -lobjc compiling mathn/complex mkdir -p ../../../.ext/powerpc-darwin9.6.0/mathn gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o complex.o -c complex.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/mathn/complex.bundle complex.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling mathn/rational gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o rational.o -c rational.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/mathn/rational.bundle rational.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling nkf gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o nkf.o -c nkf.c In file included from nkf-utf8/nkf.c:30, from nkf.c:62: nkf-utf8/nkf.h:19:5: warning: "DEFAULT_NEWLINE" is not defined nkf-utf8/nkf.h:28:7: warning: "DEFAULT_NEWLINE" is not defined In file included from nkf.c:62: nkf-utf8/nkf.c:472: warning: missing initializer nkf-utf8/nkf.c:472: warning: (near initialization for 'input_code_list[3].stat') nkf-utf8/nkf.c: In function 'kanji_convert': nkf-utf8/nkf.c:5394: warning: comparison between signed and unsigned nkf-utf8/nkf.c:5721: warning: empty body in an else-statement nkf-utf8/nkf.c: In function 'options': nkf-utf8/nkf.c:5827: warning: comparison between signed and unsigned gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/nkf.bundle nkf.o -L. -L../.. -L. -lpthread -ldl -lobjc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common compiling openssl gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o openssl_missing.o -c openssl_missing.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl.o -c ossl.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_asn1.o -c ossl_asn1.c ossl_asn1.c: In function 'decode_bool': ossl_asn1.c:313: warning: passing argument 2 of 'd2i_ASN1_BOOLEAN' from incompatible pointer type ossl_asn1.c: In function 'decode_int': ossl_asn1.c:328: warning: passing argument 2 of 'd2i_ASN1_INTEGER' from incompatible pointer type ossl_asn1.c: In function 'decode_bstr': ossl_asn1.c:347: warning: passing argument 2 of 'd2i_ASN1_BIT_STRING' from incompatible pointer type ossl_asn1.c: In function 'decode_enum': ossl_asn1.c:368: warning: passing argument 2 of 'd2i_ASN1_ENUMERATED' from incompatible pointer type ossl_asn1.c: In function 'decode_null': ossl_asn1.c:385: warning: passing argument 2 of 'd2i_ASN1_NULL' from incompatible pointer type ossl_asn1.c: In function 'decode_obj': ossl_asn1.c:402: warning: passing argument 2 of 'd2i_ASN1_OBJECT' from incompatible pointer type ossl_asn1.c: In function 'decode_time': ossl_asn1.c:430: warning: passing argument 2 of 'd2i_ASN1_TIME' from incompatible pointer type ossl_asn1.c: In function 'ossl_asn1_decode0': ossl_asn1.c:724: warning: passing argument 1 of 'ASN1_get_object' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_bio.o -c ossl_bio.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_bn.o -c ossl_bn.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_cipher.o -c ossl_cipher.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_config.o -c ossl_config.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_digest.o -c ossl_digest.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_engine.o -c ossl_engine.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_hmac.o -c ossl_hmac.c ossl_hmac.c: In function 'ossl_hmac_hexdigest': ossl_hmac.c:162: warning: comparison between signed and unsigned ossl_hmac.c: In function 'ossl_hmac_s_hexdigest': ossl_hmac.c:225: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_ns_spki.o -c ossl_ns_spki.c ossl_ns_spki.c: In function 'ossl_spki_initialize': ossl_ns_spki.c:67: warning: passing argument 2 of 'd2i_NETSCAPE_SPKI' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_ocsp.o -c ossl_ocsp.c ossl_ocsp.c: In function 'ossl_ocspreq_initialize': ossl_ocsp.c:114: warning: passing argument 2 of 'd2i_OCSP_REQUEST' from incompatible pointer type ossl_ocsp.c: In function 'ossl_ocspres_initialize': ossl_ocsp.c:323: warning: passing argument 2 of 'd2i_OCSP_RESPONSE' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkcs12.o -c ossl_pkcs12.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkcs5.o -c ossl_pkcs5.c ossl_pkcs5.c: In function 'ossl_pkcs5_pbkdf2_hmac_sha1': ossl_pkcs5.c:77: warning: passing argument 3 of 'PKCS5_PBKDF2_HMAC_SHA1' discards qualifiers from pointer target type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkcs7.o -c ossl_pkcs7.c ossl_pkcs7.c: In function 'ossl_pkcs7_sym2typeid': ossl_pkcs7.c:376: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkey.o -c ossl_pkey.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkey_dh.o -c ossl_pkey_dh.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c ossl_pkey_dsa.c: In function 'ossl_dsa_initialize': ossl_pkey_dsa.c:165: warning: passing argument 4 of 'PEM_ASN1_read_bio' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkey_ec.o -c ossl_pkey_ec.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_rand.o -c ossl_rand.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_ssl.o -c ossl_ssl.c ossl_ssl.c: In function 'ossl_sslctx_set_ssl_version': ossl_ssl.c:162: warning: comparison between signed and unsigned ossl_ssl.c: In function 'ossl_sslctx_initialize': ossl_ssl.c:193: warning: comparison between signed and unsigned ossl_ssl.c: In function 'Init_ossl_ssl': ossl_ssl.c:1574: warning: comparison between signed and unsigned ossl_ssl.c:1603: warning: comparison between signed and unsigned ossl_ssl.c:1618: warning: comparison between signed and unsigned ossl_ssl.c:1620: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_ssl_session.o -c ossl_ssl_session.c ossl_ssl_session.c: In function 'ossl_ssl_session_to_der': ossl_ssl_session.c:198: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509.o -c ossl_x509.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509attr.o -c ossl_x509attr.c ossl_x509attr.c: In function 'ossl_x509attr_initialize': ossl_x509attr.c:103: warning: passing argument 2 of 'd2i_X509_ATTRIBUTE' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509cert.o -c ossl_x509cert.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509crl.o -c ossl_x509crl.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509ext.o -c ossl_x509ext.c ossl_x509ext.c: In function 'ossl_x509ext_initialize': ossl_x509ext.c:285: warning: passing argument 2 of 'd2i_X509_EXTENSION' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509name.o -c ossl_x509name.c ossl_x509name.c: In function 'ossl_x509name_initialize': ossl_x509name.c:143: warning: passing argument 2 of 'd2i_X509_NAME' from incompatible pointer type gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509req.o -c ossl_x509req.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509revoked.o -c ossl_x509revoked.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ossl_x509store.o -c ossl_x509store.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/openssl.bundle openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs5.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -lssl -lcrypto -lpthread -ldl -lobjc mkdir -p ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl-internal.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509-internal.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common compiling pty gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o pty.o -c pty.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/pty.bundle pty.o -L. -L../.. -L. -lutil -lpthread -ldl -lobjc cp ../.././ext/pty/lib/expect.rb ../../.ext/common compiling racc/cparse mkdir -p ../../../.ext/powerpc-darwin9.6.0/racc gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o cparse.o -c cparse.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/racc/cparse.bundle cparse.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling readline gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o readline.o -c readline.c readline.c: In function 'readline_getc': readline.c:117: warning: implicit declaration of function 'rl_getc' readline.c: In function 'Init_readline': readline.c:1374: warning: assignment from incompatible pointer type gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/readline.bundle readline.o -L. -L../.. -L. -lreadline -lncurses -lpthread -ldl -lobjc compiling ripper ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc-darwin9.6.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/preproc.rb ../.././parse.y --output=ripper.y bison -t -v -oy.tab.c ripper.y sed -f ../.././tool/ytab.sed -e "/^#/s!y\.tab\.c!ripper.c!" y.tab.c > ripper.c ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc-darwin9.6.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=eventids1 --ids1src=../.././parse.y --output=eventids1.c ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc-darwin9.6.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=eventids2table --ids2src=../.././ext/ripper/eventids2.c --output=eventids2table.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ripper.o -c ripper.c In file included from ripper.y:23: ../../id.h:109:5: warning: "SUPPORT_JOKE" is not defined ../../id.h:115:5: warning: "SUPPORT_JOKE" is not defined gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/ripper.bundle ripper.o -L. -L../.. -L. -lpthread -ldl -lobjc mkdir -p ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc-darwin9.6.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c compiling sdbm gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o _sdbm.o -c _sdbm.c _sdbm.c: In function 'chkpage': _sdbm.c:863: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o init.o -c init.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling socket generating constant definitions gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o init.o -c init.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o constants.o -c constants.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o basicsocket.o -c basicsocket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o socket.o -c socket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ipsocket.o -c ipsocket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o tcpsocket.o -c tcpsocket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o tcpserver.o -c tcpserver.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o sockssocket.o -c sockssocket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o udpsocket.o -c udpsocket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o unixsocket.o -c unixsocket.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o unixserver.o -c unixserver.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o option.o -c option.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o ancdata.o -c ancdata.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o raddrinfo.o -c raddrinfo.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/socket.bundle init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o -L. -L../.. -L. -lpthread -ldl -lobjc cp ../.././ext/socket/lib/socket.rb ../../.ext/common compiling stringio gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o stringio.o -c stringio.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/stringio.bundle stringio.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling strscan gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o strscan.o -c strscan.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/strscan.bundle strscan.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling syck gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o bytecode.o -c bytecode.c In file included from bytecode.re:9: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o emitter.o -c emitter.c In file included from emitter.c:16: syck.h:34:5: warning: "DEBUG" is not defined emitter.c: In function 'syck_emitter_write': emitter.c:297: warning: comparison between signed and unsigned emitter.c: In function 'syck_emitter_flush': emitter.c:329: warning: comparison between signed and unsigned emitter.c: In function 'syck_emit_tag': emitter.c:462: warning: comparison between signed and unsigned emitter.c: In function 'syck_emitter_mark_node': emitter.c:1237: warning: format not a string literal, argument types not checked gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o gram.o -c gram.c In file included from ../.././include/ruby/st.h:16, from syck.h:21, from gram.y:16: ../../.ext/include/powerpc-darwin9.6.0/ruby/config.h:125:1: warning: "alloca" redefined In file included from /usr/include/stdlib.h:67, from syck.h:19, from gram.y:16: /usr/include/alloca.h:43:1: warning: this is the location of the previous definition In file included from gram.y:16: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o handler.o -c handler.c In file included from handler.c:10: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o implicit.o -c implicit.c In file included from implicit.re:10: syck.h:34:5: warning: "DEBUG" is not defined : In function 'syck_match_implicit': :61: warning: empty body in an if-statement :370: warning: empty body in an if-statement :390: warning: empty body in an if-statement :406: warning: empty body in an if-statement :433: warning: empty body in an if-statement :457: warning: empty body in an if-statement :483: warning: empty body in an if-statement :507: warning: empty body in an if-statement :526: warning: empty body in an if-statement :535: warning: empty body in an if-statement :696: warning: empty body in an if-statement :800: warning: empty body in an if-statement :818: warning: empty body in an if-statement :994: warning: empty body in an if-statement :1180: warning: empty body in an if-statement :1204: warning: empty body in an if-statement :1251: warning: empty body in an if-statement :1274: warning: empty body in an if-statement :1314: warning: empty body in an if-statement : In function 'syck_type_id_to_uri': :1626: warning: empty body in an if-statement :1914: warning: empty body in an if-statement :1982: warning: empty body in an if-statement :2067: warning: empty body in an if-statement :2150: warning: empty body in an if-statement :2221: warning: empty body in an if-statement :2509: warning: empty body in an if-statement :2579: warning: empty body in an if-statement :2661: warning: empty body in an if-statement :2727: warning: empty body in an if-statement :2797: warning: empty body in an if-statement gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o node.o -c node.c In file included from node.c:10: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o rubyext.o -c rubyext.c In file included from rubyext.c:12: syck.h:34:5: warning: "DEBUG" is not defined rubyext.c: In function 'mktime_do': rubyext.c:278: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o syck.o -c syck.c In file included from syck.c:13: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o token.o -c token.c In file included from token.re:9: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o yaml2byte.o -c yaml2byte.c In file included from yaml2byte.c:12: ./syck.h:34:5: warning: "DEBUG" is not defined gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/syck.bundle bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling syslog gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o syslog.o -c syslog.c gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/syslog.bundle syslog.o -L. -L../.. -L. -lpthread -ldl -lobjc compiling tk gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/tk -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o stubs.o -c stubs.c gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/tk -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o tcltklib.o -c tcltklib.c tcltklib.c: In function 'get_obj_from_str': tcltklib.c:6135: warning: comparison between signed and unsigned tcltklib.c: In function 'tcltklib_compile_info': tcltklib.c:9150: warning: format not a string literal, argument types not checked gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/tcltklib.bundle stubs.o tcltklib.o -L. -L../.. -L/usr/X11/lib -L. -ltk8.4 -ltcl8.4 -lX11 -ldl -lpthread -ldl -lobjc mkdir -p ../../.ext/common/tk mkdir -p ../../.ext/common/tkextlib/blt mkdir -p ../../.ext/common/tkextlib/blt/tile mkdir -p ../../.ext/common/tkextlib/bwidget mkdir -p ../../.ext/common/tkextlib/ICONS mkdir -p ../../.ext/common/tkextlib/itcl mkdir -p ../../.ext/common/tkextlib/itk mkdir -p ../../.ext/common/tkextlib/iwidgets mkdir -p ../../.ext/common/tkextlib/tcllib mkdir -p ../../.ext/common/tkextlib/tclx mkdir -p ../../.ext/common/tkextlib/tile mkdir -p ../../.ext/common/tkextlib/tkDND mkdir -p ../../.ext/common/tkextlib/tkHTML mkdir -p ../../.ext/common/tkextlib/tkimg mkdir -p ../../.ext/common/tkextlib/tktable mkdir -p ../../.ext/common/tkextlib/tktrans mkdir -p ../../.ext/common/tkextlib/treectrl mkdir -p ../../.ext/common/tkextlib/trofs mkdir -p ../../.ext/common/tkextlib/vu mkdir -p ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/multi-tk.rb ../../.ext/common cp ../.././ext/tk/lib/remote-tk.rb ../../.ext/common cp ../.././ext/tk/lib/tcltk.rb ../../.ext/common cp ../.././ext/tk/lib/tk.rb ../../.ext/common cp ../.././ext/tk/lib/tkafter.rb ../../.ext/common cp ../.././ext/tk/lib/tkbgerror.rb ../../.ext/common cp ../.././ext/tk/lib/tkcanvas.rb ../../.ext/common cp ../.././ext/tk/lib/tkclass.rb ../../.ext/common cp ../.././ext/tk/lib/tkconsole.rb ../../.ext/common cp ../.././ext/tk/lib/tkdialog.rb ../../.ext/common cp ../.././ext/tk/lib/tkentry.rb ../../.ext/common cp ../.././ext/tk/lib/tkfont.rb ../../.ext/common cp ../.././ext/tk/lib/tkmacpkg.rb ../../.ext/common cp ../.././ext/tk/lib/tkmenubar.rb ../../.ext/common cp ../.././ext/tk/lib/tkmngfocus.rb ../../.ext/common cp ../.././ext/tk/lib/tkpalette.rb ../../.ext/common cp ../.././ext/tk/lib/tkscrollbox.rb ../../.ext/common cp ../.././ext/tk/lib/tktext.rb ../../.ext/common cp ../.././ext/tk/lib/tkvirtevent.rb ../../.ext/common cp ../.././ext/tk/lib/tkwinpkg.rb ../../.ext/common cp ../.././ext/tk/lib/tk/after.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/autoload.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/bgerror.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/bindtag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/button.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/canvas.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/canvastag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/checkbutton.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/clipboard.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/clock.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/composite.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/console.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/dialog.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/encodedstr.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/entry.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/event.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/font.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/frame.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/grid.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/image.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/itemconfig.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/itemfont.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/kinput.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/label.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/labelframe.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/listbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/macpkg.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menu.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menubar.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menuspec.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/message.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/mngfocus.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/msgcat.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/namespace.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/optiondb.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/optionobj.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/pack.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/package.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/palette.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/panedwindow.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/place.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/radiobutton.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/root.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scale.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollable.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollbar.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/selection.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/spinbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/tagfont.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/text.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textimage.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textmark.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/texttag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textwindow.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/timer.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/toplevel.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/ttk_selector.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/txtwin_abst.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/validation.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/variable.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/virtevent.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/winfo.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/winpkg.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/wm.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/xim.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tkextlib/blt/barchart.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/bitmap.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/busy.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/component.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/container.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/cutbuffer.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/dragdrop.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/eps.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/graph.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/htext.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/setup.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/spline.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/stripchart.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/table.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tabnotebook.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tabset.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/ted.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tile.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tree.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/treeview.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/unix_dnd.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/vector.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/watch.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/win_printer.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/winop.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tile/button.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/checkbutton.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/frame.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/label.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/radiobutton.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/scrollbar.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt/tile/toplevel.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/blt.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/bwidget.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/ICONS.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/itcl.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/itk.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/iwidgets.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/pkg_checker.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/setup.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tcllib.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tclx.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tile.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkDND.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkHTML.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkimg.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tktable.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tktrans.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/treectrl.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/trofs.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/version.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/vu.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/winico.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/bwidget/arrowbutton.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/bitmap.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/button.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/buttonbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/combobox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dialog.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dragsite.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dropsite.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dynamichelp.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/entry.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/label.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/labelentry.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/labelframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/listbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/mainframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/messagedlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/notebook.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/pagesmanager.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/panedwindow.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/panelframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/passwddlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/progressbar.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/progressdlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrollableframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrollview.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/selectcolor.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/selectfont.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/separator.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/setup.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/spinbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/statusbar.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/titleframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/tree.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/widget.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/ICONS/icons.rb ../../.ext/common/tkextlib/ICONS cp ../.././ext/tk/lib/tkextlib/ICONS/setup.rb ../../.ext/common/tkextlib/ICONS cp ../.././ext/tk/lib/tkextlib/itcl/incr_tcl.rb ../../.ext/common/tkextlib/itcl cp ../.././ext/tk/lib/tkextlib/itcl/setup.rb ../../.ext/common/tkextlib/itcl cp ../.././ext/tk/lib/tkextlib/itk/incr_tk.rb ../../.ext/common/tkextlib/itk cp ../.././ext/tk/lib/tkextlib/itk/setup.rb ../../.ext/common/tkextlib/itk cp ../.././ext/tk/lib/tkextlib/iwidgets/buttonbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/calendar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/checkbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/combobox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dateentry.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/datefield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dialogshell.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/entryfield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extbutton.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/feedback.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/finddialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/hierarchy.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/labeledframe.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/mainwindow.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/menubar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/messagebox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/messagedialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/notebook.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/optionmenu.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/panedwindow.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/promptdialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/pushbutton.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/radiobox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scopedobject.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/selectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/setup.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/shell.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spindate.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spinint.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spinner.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spintime.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/tabset.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/timeentry.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/timefield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/toolbar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/watch.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/tcllib/autoscroll.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ctext.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/cursor.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/datefield.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/dialog.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/getstring.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/history.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ico.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ip_entry.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/panelframe.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/plotchart.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ruler.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/screenruler.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/scrollwin.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/setup.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/style.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/superframe.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/swaplist.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist_core.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tkpiechart.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tooltip.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/widget.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tclx/setup.rb ../../.ext/common/tkextlib/tclx cp ../.././ext/tk/lib/tkextlib/tclx/tclx.rb ../../.ext/common/tkextlib/tclx cp ../.././ext/tk/lib/tkextlib/tile/dialog.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/setup.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/sizegrip.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/style.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tbutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tcheckbutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tcombobox.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tentry.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tframe.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tlabel.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tlabelframe.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tmenubutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tnotebook.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tpaned.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tprogressbar.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tradiobutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/treeview.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tscale.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tscrollbar.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tseparator.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tsquare.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tkDND/setup.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkDND/shape.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkDND/tkdnd.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb ../../.ext/common/tkextlib/tkHTML cp ../.././ext/tk/lib/tkextlib/tkHTML/setup.rb ../../.ext/common/tkextlib/tkHTML cp ../.././ext/tk/lib/tkextlib/tkimg/bmp.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/gif.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ico.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/jpeg.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/pcx.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/pixmap.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/png.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ppm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ps.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/setup.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/sgi.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/sun.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/tga.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/tiff.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/window.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/xbm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/xpm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tktable/setup.rb ../../.ext/common/tkextlib/tktable cp ../.././ext/tk/lib/tkextlib/tktable/tktable.rb ../../.ext/common/tkextlib/tktable cp ../.././ext/tk/lib/tkextlib/tktrans/setup.rb ../../.ext/common/tkextlib/tktrans cp ../.././ext/tk/lib/tkextlib/tktrans/tktrans.rb ../../.ext/common/tkextlib/tktrans cp ../.././ext/tk/lib/tkextlib/treectrl/setup.rb ../../.ext/common/tkextlib/treectrl cp ../.././ext/tk/lib/tkextlib/treectrl/tktreectrl.rb ../../.ext/common/tkextlib/treectrl cp ../.././ext/tk/lib/tkextlib/trofs/setup.rb ../../.ext/common/tkextlib/trofs cp ../.././ext/tk/lib/tkextlib/trofs/trofs.rb ../../.ext/common/tkextlib/trofs cp ../.././ext/tk/lib/tkextlib/vu/bargraph.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/charts.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/dial.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/pie.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/setup.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/spinbox.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/winico/setup.rb ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/tkextlib/winico/winico.rb ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/tkextlib/SUPPORT_STATUS ../../.ext/common/tkextlib compiling tk/tkutil gcc -I. -I../../../.ext/include/powerpc-darwin9.6.0 -I../../.././include -I../../.././ext/tk/tkutil -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o tkutil.o -c tkutil.c tkutil.c:1524:5: warning: "HAVE_STRNDUP" is not defined gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/powerpc-darwin9.6.0/tkutil.bundle tkutil.o -L. -L../../.. -L. -lpthread -ldl -lobjc compiling win32ole compiling zlib gcc -I. -I../../.ext/include/powerpc-darwin9.6.0 -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -o zlib.o -c zlib.c zlib.c: In function 'zstream_expand_buffer_into': zlib.c:475: warning: comparison between signed and unsigned zlib.c: In function 'zstream_append_buffer': zlib.c:500: warning: comparison between signed and unsigned zlib.c: In function 'zstream_discard_input': zlib.c:612: warning: comparison between signed and unsigned zlib.c: In function 'rb_gzfile_set_mtime': zlib.c:2530: warning: signed and unsigned type in conditional expression gcc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/powerpc-darwin9.6.0/zlib.bundle zlib.o -L. -L../.. -L. -lz -lpthread -ldl -lobjc making ruby gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o version.o -c version.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -L. main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o dmyext.o -lpthread -ldl -lobjc -o miniruby rbconfig.rb unchanged ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. -rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -I. -I.ext/include/powerpc-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.o prelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o alloca.o dmyext.o gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -pipe -L. main.o -lruby-static -lpthread -ldl -lobjc -o ruby == install-nodoc # 2009-05-26T04:01:02+09:00 + gmake install-nodoc ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" installing binary commands: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/bin installing base libraries: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib installing arch files: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/1.9.1/powerpc-darwin9.6.0 installing command scripts: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/bin installing library scripts: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/1.9.1 installing common headers: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/include/ruby-1.9.1 installing manpages: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/share/man/man1 installing extension objects: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/1.9.1/powerpc-darwin9.6.0 installing extension objects: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/site_ruby/1.9.1/powerpc-darwin9.6.0 installing extension objects: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/vendor_ruby/1.9.1/powerpc-darwin9.6.0 installing extension headers: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/include/ruby-1.9.1/powerpc-darwin9.6.0 installing extension scripts: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/1.9.1 installing extension scripts: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/site_ruby/1.9.1 installing extension scripts: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/vendor_ruby/1.9.1 installing extension headers: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/include/ruby-1.9.1/ruby installing default gems: /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/lib/ruby/gems/1.9.1 (cache, doc, gems, specifications) == install-doc # 2009-05-26T04:01:07+09:00 + gmake install-doc Generating RDoc documentation ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "." No definition for rb_big_idiv No definition for nilclass_to_c No definition for numeric_to_c No definition for string_to_c No definition for numeric_imag No definition for numeric_imag No definition for numeric_abs2 No definition for numeric_arg No definition for numeric_arg No definition for numeric_arg No definition for numeric_rect No definition for numeric_rect No definition for numeric_polar No definition for numeric_conj No definition for numeric_conj No definition for rb_fiber_init No definition for rb_file_size No definition for rb_io_s_new No definition for iseq_inspect No definition for rb_iseq_disasm No definition for rb_iseq_disasm No definition for iseq_to_a No definition for iseq_eval No definition for iseq_s_load No definition for iseq_s_compile No definition for iseq_s_compile No definition for iseq_s_compile_file No definition for iseq_s_compile_option_get No definition for iseq_s_compile_option_set No definition for iseq_s_disasm No definition for iseq_s_disasm No definition for num_denominator No definition for int_round No definition for int_numerator No definition for int_denominator No definition for flo_quo No definition for flo_quo No definition for flo_numerator No definition for flo_denominator No definition for rb_obj_hash No definition for rb_mod_attr No definition for proc_clone No definition for proc_dup No definition for rb_obj_public_method No definition for rb_mod_public_instance_method No definition for rb_obj_define_method No definition for binding_clone No definition for binding_dup No definition for rb_struct_init_copy No definition for range_initialize_copy No definition for rb_lcm No definition for rb_gcdlcm No definition for nilclass_to_r No definition for integer_to_r No definition for float_to_r No definition for string_to_r No definition for interrupt_init No definition for sym_succ No definition for sym_succ No definition for sym_cmp No definition for sym_casecmp No definition for sym_match No definition for sym_aref No definition for sym_aref No definition for sym_length No definition for sym_length No definition for sym_empty No definition for sym_match No definition for sym_upcase No definition for sym_downcase No definition for sym_capitalize No definition for sym_swapcase No definition for sym_encoding No definition for thread_s_new No definition for rb_thread_s_main No definition for rb_thread_s_debug No definition for rb_thread_s_debug_set No definition for thread_initialize No definition for thread_set_trace_func_m No definition for thread_add_trace_func_m No definition for nsdr lib/drb/drb.rb:796:27: Skipping require of dynamic string: "drb/#{$1}" array.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmaa bignum.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm blockinlining.c: class.c: compar.c: Mmmmmmm compile.c: complex.c: m cont.c: CCCmmmmmmmm debug.c: dir.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmm dln.c: dmydln.c: dmyencoding.c: dmyext.c: encoding.c: Cmmmmmmmmmmmmmmm enum.c: Mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm enumerator.c: CCCCmmmmmmmmmmmmmm error.c: MCCCCCCCCCCCCCCCCCCCCCCCCmmmmmmmmmmmmmmmmmmmmm eval.c: mmmmmmmmmmmmm eval_error.c: eval_jump.c: m file.c: MCMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm gc.c: MMMmmmmmmmmmmmmmmmmmmmmmmm goruby.c: hash.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm id.c: inits.c: io.c: CCCMMmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmma iseq.c: CC lex.c: load.c: mmmmmm main.c: marshal.c: Mmmm math.c: Mmmmmmmmmmmmmmmmmmmmmmmmmmm miniprelude.c: newline.c: numeric.c: CCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm object.c: MCCCCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm pack.c: mm parse.c: Cmmmmmmmm prelude.c: proc.c: CCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm process.c: MMMMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm random.c: mm range.c: mmmmmmmmmmmmmmmmmmm rational.c: m re.c: CCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm regcomp.c: regenc.c: regerror.c: regexec.c: regparse.c: regsyntax.c: ruby.c: mmmm safe.c: signal.c: Mmmmmm sprintf.c: st.c: strftime.c: string.c: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm struct.c: Cmmmmmmmmmmmmmmmmmm thread.c: CCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm thread_pthread.c: thread_win32.c: time.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm transcode.c: CCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm util.c: variable.c: version.c: vm.c: CCCm vm_dump.c: vm_eval.c: mmmmmmmmmmmmmm vm_exec.c: vm_insnhelper.c: vm_method.c: mmmmmmmmmmmmmm lib/English.rb: lib/README: lib/abbrev.rb: MmCm lib/base64.rb: Mmmmmmm lib/benchmark.rb: MmmmmmmCCCmmmmmmmmmmm lib/cgi/session.rb: CCCmmmmmmmmCmmmmmCmmmmmCmmmmm lib/cgi.rb: lib/complex.rb: mCCm lib/csv.rb: CCmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmCmCm lib/date/format.rb: CMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmm lib/date.rb: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmCmmmCmmmmmCmmm lib/debug.rb: CmCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmm lib/delegate.rb: CmmmmmmmmmmCmmmmm lib/drb/acl.rb: CCmmmmCmmmmmmm lib/drb/drb.rb: MCCCmmMmCCCCmmmCmCmmmmmCmmmCmmmmmmmmMmmmmmCmmmmmmmmmmmmmmmmmMCCmmmmmmmmmmmmmCmmmmmCmmmmmmmmmmmmmmmmmmmmCCCmmmmmmmmmmmmmmmmm lib/drb/eq.rb: MCmm lib/drb/extserv.rb: MCmmmmCmmm lib/drb/extservm.rb: MCmmmmmmmmm lib/drb/gw.rb: MCmCmmmCmm lib/drb/invokemethod.rb: MCMmm lib/drb/observer.rb: MMm lib/drb/ssl.rb: MCCmmmmmmmmmmmmmm lib/drb/timeridconv.rb: MCCCmmmmmmmmmm lib/drb/unix.rb: MCmmmmmmmmm lib/drb.rb: lib/erb.rb: CmCCCCCCCCCCmmmmmmmCMmmCMm lib/fileutils.rb: MmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmMmmmmmCmmmmmmmmmmmmmMMM lib/find.rb: Mmm lib/forwardable.rb: MmmmMmmm lib/getoptlong.rb: CCCCCCmmmmmmmmm lib/gserver.rb: Cmmmmmmmmmmmmmmmm lib/ipaddr.rb: CCmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/irb/cmd/chws.rb: MMCmCm lib/irb/cmd/fork.rb: MMCm lib/irb/cmd/help.rb: MMMm lib/irb/cmd/load.rb: MMCmCmCm lib/irb/cmd/nop.rb: MMCmmmm lib/irb/cmd/pushws.rb: MMCmCmCm lib/irb/cmd/subirb.rb: MMCmCmCmCm lib/irb/completion.rb: MMm lib/irb/context.rb: MCmmmmmmmmmmmmmmm lib/irb/ext/change-ws.rb: MCmmC lib/irb/ext/history.rb: MCmmCmmmmm lib/irb/ext/loader.rb: MCMmmmmm lib/irb/ext/math-mode.rb: MCmm lib/irb/ext/multi-irb.rb: MCmmmmmmmmmmmmmmmCm lib/irb/ext/save-history.rb: MMCmCmmmmMmmm lib/irb/ext/tracer.rb: MmCmCm lib/irb/ext/use-loader.rb: CMMmmCmmCC lib/irb/ext/workspaces.rb: MCmmmCm lib/irb/extend-command.rb: MMmmmmmmmCMmmMmmm lib/irb/frame.rb: MCmmmmmmm lib/irb/help.rb: Mm lib/irb/init.rb: Mmmmmmmmmm lib/irb/input-method.rb: MCmmmCmmmmmmCmmmmCmmmmmm lib/irb/lc/error.rb: M lib/irb/lc/help-message: lib/irb/lc/ja/encoding_aliases.rb: MC lib/irb/lc/ja/error.rb: M lib/irb/locale.rb: MCmmmmmmmmmmmmmmm lib/irb/magic-file.rb: MCmm lib/irb/notifier.rb: MMmCmmmmmmmmmCmmmCmmmCmm lib/irb/output-method.rb: MCmmmmmmmCm lib/irb/ruby-lex.rb: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/irb/ruby-token.rb: MCmCmCmCmCCmCmCmm lib/irb/slex.rb: MCmmmmmmmmmCmmmmm lib/irb/src_encoding.rb: m lib/irb/version.rb: M lib/irb/workspace.rb: MCmmmm lib/irb/ws-for-case-2.rb: lib/irb/xmp.rb: CmmCmmmmm lib/irb.rb: MCmmmmmmCmmmmmmmmmmm lib/logger.rb: CCCMmmmmmmmmmmmmmmmmmmmCmmmmCCmmmmmmmmmmmCmmmmmmmmm lib/mathn.rb: CmCmCmMmmCm lib/matrix.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/mkmf.rb: mmmmmmmmmmmmmmmmmmmmmm lib/monitor.rb: MCCmmmmmmmmmmmmmmmmmmC lib/mutex_m.rb: Mmmmmmmmmmmm lib/net/ftp.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/net/http.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmCmCCCCCCCCCCCCCCCMmCCCCCmmCmmmmmmmCmmmmmmmmmmmmmmm lib/net/https.rb: MCmmm lib/net/imap.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCCCCCCmmCmmCmmCmmCCmmCmmCmmmCmmmmCCCCCCC lib/net/pop.rb: MCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmCmmmmmmmmmC lib/net/smtp.rb: MMCCCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmm lib/net/telnet.rb: MCmmmmmmmmmmmm lib/observer.rb: Mmmmmmmm lib/open-uri.rb: MmMmmmmmmCmCmCMmmmmmmmmMmmMCmCmCm lib/open3.rb: Mmmmmmmmmmmmmm lib/optparse/date.rb: lib/optparse/shellwords.rb: lib/optparse/time.rb: lib/optparse/uri.rb: lib/optparse/version.rb: Cmmm lib/optparse.rb: CMmmCCmmmmmmmmmmCmmmCmCmCmCmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmCCCCCCMmmmmmmmmM lib/ostruct.rb: Cmmmmmmmmmm lib/pathname.rb: CmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmCmCmmCmCMm lib/pp.rb: MmmCmmMmmmmmmmmmmmCMmmmmCmmCmmCmCmmCmCCmCmCmm lib/prettyprint.rb: CmmmmmmmmmmmmmCmmmCmmCmmmmCmmmmCmmmmmmm lib/prime.rb: CmmmmCmmmmmmmCmmmmmmmmCmmmCmmmCmmmCmmmCmmmMmm lib/profile.rb: lib/profiler.rb: Mmmmm lib/pstore.rb: CCmmmmmmmmmmmmmCmmmmmmmmmmmm lib/racc/parser.rb: MCMCmmmmmmmmmmmmmmmmmmmmmmmm lib/rational.rb: CC lib/rdoc.rb: MC lib/rdoc/code_objects.rb: MCmmmmmmmmmmmCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmCmmmmmmmmCCmCCmmmCmmmmmmCCCmmmCmCmmmmCmmCmm lib/rdoc/diagram.rb: MCmmmmmmmm lib/rdoc/dot.rb: MMCmmCmmmCmmCmmmmmmCmmmmmmCmCmm lib/rdoc/generator/chm/chm.rb: M lib/rdoc/generator/chm.rb: Cmmmmmmmm lib/rdoc/generator/html/common.rb: M lib/rdoc/generator/html/frameless.rb: M lib/rdoc/generator/html/hefss.rb: Mm lib/rdoc/generator/html/html.rb: M lib/rdoc/generator/html/kilmer.rb: Mm lib/rdoc/generator/html/kilmerfactory.rb: Cmmmmmmmmmmmmmm lib/rdoc/generator/html/one_page_html.rb: M lib/rdoc/generator/html.rb: CmmmmmmmmmmmmmmmmCmmmmm lib/rdoc/generator/ri.rb: Cmmmmmmmmmm lib/rdoc/generator/texinfo/class.texinfo.erb: lib/rdoc/generator/texinfo/file.texinfo.erb: lib/rdoc/generator/texinfo/method.texinfo.erb: lib/rdoc/generator/texinfo/texinfo.erb: lib/rdoc/generator/texinfo.rb: MMCmmCmmmmmm lib/rdoc/generator/xml/rdf.rb: M lib/rdoc/generator/xml/xml.rb: M lib/rdoc/generator/xml.rb: Cmmmmmmmmmmm lib/rdoc/generator.rb: MCmmmmMmmmCmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmCmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/known_classes.rb: M lib/rdoc/markup/attribute_manager.rb: Cmmmmmmmmmmmmmmmm lib/rdoc/markup/formatter.rb: Cmm lib/rdoc/markup/fragments.rb: CCmmmmmCCCmCCmCmCmCmCCmmmmmmmmmmmm lib/rdoc/markup/inline.rb: CCmmmCmCmmmCmmmm lib/rdoc/markup/lines.rb: CCmmmmmCmmmmmmmmmm lib/rdoc/markup/preprocess.rb: Unrecognized directive 'section' in lib/rdoc/README Cmmmm lib/rdoc/markup/to_flow.rb: CMCmmCmmmmmmmmmmmmmmmmmmm lib/rdoc/markup/to_html.rb: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/markup/to_html_crossref.rb: Cmm lib/rdoc/markup/to_latex.rb: Cmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/markup/to_test.rb: Cmmmmmmmmmm lib/rdoc/markup/to_texinfo.rb: Cmmmmmmmmmmm lib/rdoc/markup.rb: Cmmmmmmmmmm lib/rdoc/options.rb: Cmmmmmmmm lib/rdoc/parser/c.rb: Cmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/parser/f95.rb: CCmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmm lib/rdoc/parser/perl.rb: Cmmm lib/rdoc/parser/ruby.rb: mMCmmmCCmCCmCmCmCmCmmmCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/parser/simple.rb: Cmmm lib/rdoc/parser.rb: Cmmmmmm lib/rdoc/rdoc.rb: MCmmmmmmmmmm lib/rdoc/README: lib/rdoc/ri/cache.rb: CmmmmmmmmmmmCmmmCmmCm lib/rdoc/ri/descriptions.rb: CmmmmCCmCmCCmCmmmCmmmmCmmC lib/rdoc/ri/display.rb: MmmCmmmmmmmmmmmmm lib/rdoc/ri/driver.rb: CCmmmCCmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/ri/formatter.rb: CmmmmmmmmmmmmmmmmmmCCmmmmmmmmCmmCmmmmmCmmmmmmmmmmmCmmm lib/rdoc/ri/paths.rb: M lib/rdoc/ri/reader.rb: Cmmmmmmmmmmm lib/rdoc/ri/util.rb: Cmm lib/rdoc/ri/writer.rb: Cmmmmmmmm lib/rdoc/ri.rb: MC lib/rdoc/stats.rb: CmmmmmmmCmmmmmCmmmmmCmmmmm lib/rdoc/template.rb: MCmmm lib/rdoc/tokenstream.rb: MMmmmmm lib/resolv-replace.rb: CmCmCmmmCm lib/resolv.rb: CmmmmmmmmmmmmmCCCmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmCCCCCCCCCCCCMMCCMCCmmmmmmmmmmmCCCCmmCmmmmmmCmmmmCmmmCCCmmmCCmmmCmmmCmmmCmmmmCMCmmmCmmmCmmmCmmmCmmmmmmmmCmmmmmmmm lib/rexml/attlistdecl.rb: MCmmmmmm lib/rexml/attribute.rb: MCmmmmmmmmmmmmmmmm lib/rexml/cdata.rb: MCmmmmm lib/rexml/child.rb: MCmmmmmmmm lib/rexml/comment.rb: MCmmmmmm lib/rexml/doctype.rb: MCmmmmmmmmmmmmmmCmmmCmCmmmCmmmm lib/rexml/document.rb: MCmmmmmmmmmmmmmmmmmm lib/rexml/dtd/attlistdecl.rb: MMC lib/rexml/dtd/dtd.rb: MMCmm lib/rexml/dtd/elementdecl.rb: MMCm lib/rexml/dtd/entitydecl.rb: MMCmmmm lib/rexml/dtd/notationdecl.rb: MMCmmmm lib/rexml/element.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmCmmmmmmmmmmmmmm lib/rexml/encoding.rb: MMmmmmm lib/rexml/encodings/CP-1252.rb: MMCmm lib/rexml/encodings/EUC-JP.rb: MMmmmmC lib/rexml/encodings/ICONV.rb: MMmmC lib/rexml/encodings/ISO-8859-1.rb: MM lib/rexml/encodings/ISO-8859-15.rb: MMmm lib/rexml/encodings/SHIFT-JIS.rb: MMmmmmC lib/rexml/encodings/SHIFT_JIS.rb: lib/rexml/encodings/UNILE.rb: MMmmC lib/rexml/encodings/US-ASCII.rb: MMmmC lib/rexml/encodings/UTF-16.rb: MMmmC lib/rexml/encodings/UTF-8.rb: MMmmC lib/rexml/entity.rb: MCmmmmmmmM lib/rexml/formatters/default.rb: MMCmmmmmmmm lib/rexml/formatters/pretty.rb: MMCmmmmmmmm lib/rexml/formatters/transitive.rb: MMCmmm lib/rexml/functions.rb: MMmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/instruction.rb: MCmmmmmm lib/rexml/light/node.rb: MMCmmmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/namespace.rb: MMmmm lib/rexml/node.rb: MMmmmmmmmm lib/rexml/output.rb: MCmmm lib/rexml/parent.rb: MCmmmmmmmmmmmmmmmmmm lib/rexml/parseexception.rb: MCmmmmm lib/rexml/parsers/baseparser.rb: MMCmmmmmmmmmmmm lib/rexml/parsers/lightparser.rb: MMCmmmm lib/rexml/parsers/pullparser.rb: MMCmmmmmmCmmmmmmmmmmmmmmmmmm lib/rexml/parsers/sax2parser.rb: MMCmmmmmmmmmmm lib/rexml/parsers/streamparser.rb: MMCmmm lib/rexml/parsers/treeparser.rb: MMCmmm lib/rexml/parsers/ultralightparser.rb: MMCmmmm lib/rexml/parsers/xpathparser.rb: MMCmmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/quickpath.rb: MCmmmmmmmmmmm lib/rexml/rexml.rb: M lib/rexml/sax2listener.rb: MMmmmmmmmmmmmmmmmmm lib/rexml/source.rb: MCmCmmmmmmmmmmmCmmmmmmmm lib/rexml/streamlistener.rb: MMmmmmmmmmmmmmmm lib/rexml/syncenumerator.rb: MCmmmm lib/rexml/text.rb: MCmmmmmmmmmmmmmmmmmmmmm lib/rexml/undefinednamespaceexception.rb: MCm lib/rexml/validation/relaxng.rb: MMCmmCmmmmmmmmmmmCmCmmmCmmCmmmmmCmmmmmmmmCmmmmmmmCmmm lib/rexml/validation/validation.rb: MMMmmmCmmmmmmm lib/rexml/validation/validationexception.rb: MMCm lib/rexml/xmldecl.rb: MCmmmmmmmmmmmm lib/rexml/xmltokens.rb: MM lib/rexml/xpath.rb: MCmmm lib/rexml/xpath_parser.rb: CmCmCmCmCmMCmmmmmmmmmmmmmmmmmmmmmmm lib/rinda/rinda.rb: MCCCCCmmmmmmmmmCmmCmmCmmmmmmCmm lib/rinda/ring.rb: MCmmmmmCmmmmmmmmCmm lib/rinda/tuplespace.rb: MCmmmmmmmmmmmmmCmmCmmmmmCmmmmCCmmmmmmmmmmmmmmmCmmmmmmmmmmmm lib/rss/0.9.rb: MMmCmmmmmmCmmmCCmCCmCmmCmCmmCmmmCmmmCmmmCmmMm lib/rss/1.0.rb: MMmCmmmCmmmCmmmmCmmmmCmmmmCmmCmmCmmmCmmmCmmmCmmmMm lib/rss/2.0.rb: MCCCmCmmmm lib/rss/atom.rb: MMMmmmMMmmmmmMmMmmmmmmmmMmmCCCMmmMmCmmmmmmmCCmCCmCCCmCmmCCCCCmmmmCmmmmmmmmmmmmmmmmmCCmCCmmmmmmmMmm lib/rss/content/1.0.rb: MCC lib/rss/content/2.0.rb: MCCC lib/rss/content.rb: MMm lib/rss/converter.rb: MCmmmmmmmmmmmmmmmmm lib/rss/dublincore/1.0.rb: MCCCCC lib/rss/dublincore/2.0.rb: MCCC lib/rss/dublincore/atom.rb: MMCCC lib/rss/dublincore.rb: MMmM lib/rss/image.rb: MMmMmCmmmmmmMmCmmmmmmmCCC lib/rss/itunes.rb: MMmmmMMmCmmmmmmmCmmmmmmCmmmmmmMmCmmmmmmmmmmmmmCCC lib/rss/maker/0.9.rb: MMCmmmCmmmmmmmCmCmmCmCmmCmCmCCmCmmCmCmCmCCmCmmCmmCmmCmmmCmCmmmCmCmCmCmCCmCCmCCmCmCmCCmCmCmCmCmCCmCCmCmmCmCCmCmmCmCmmCmmCmCCCCCCmCCCCC lib/rss/maker/1.0.rb: MMCmmmCmmmmmmCmCCmCCmCmCCmCmmCmCmCmCCmCmCmmCmmCmmmmCmCmmmmCmCmCmCmCCmCCmCCmCmCmCCmCmCmCmCmCCmCCmCCmCCmCmmCmCmmCmmm lib/rss/maker/2.0.rb: MMCmCmCCCCCmmCmCmmCmmCmCCmmmCmmCmmCmmCmCmCmCmmCmCmC lib/rss/maker/atom.rb: MMMmMmmmMmmmMmmMmmMmCCm lib/rss/maker/base.rb: MMCmmmmmmmmmmmmmmmmmmmmmmmmmmMmMMmmmmmmMmMmCmmmmmCCmmmCmmmmmmmmCCCCCCCCCCCCCCCCCCmCmmmCmmmmmCCCmmCCCCCCCCmmmmmmmmmCC lib/rss/maker/content.rb: MMMmCC lib/rss/maker/dublincore.rb: MMMmmCCCCC lib/rss/maker/entry.rb: MMMCmmmCCCCCCCmCCCmCmmmmmmC lib/rss/maker/feed.rb: MMMCmmmCmmmmmmmCmCCmCCmCCmCCmCmCmCCmCmCmmmmmmCmCmCmmmCCmCmCmCCmCCmCmCCmCCmCmmmmC lib/rss/maker/image.rb: MMMmmCmmMmmCmmCCC lib/rss/maker/itunes.rb: MMMmmmmmMmCCmmCmCmmMmCmmmmmmCCCCCCCC lib/rss/maker/slash.rb: MMMmCC lib/rss/maker/syndication.rb: MMMmC lib/rss/maker/taxonomy.rb: MMMmmCMmmCCmCCCC lib/rss/maker/trackback.rb: MMMmCCmmCC lib/rss/maker.rb: MMmmmmmmm lib/rss/parser.rb: MCmCmCmCmCmmmmmmmCmmmmmmmmCmmmmmmmmmmmMmmmmmmmmmmmmmmmmmm lib/rss/rexmlparser.rb: MCmmCmm lib/rss/rss.rb: CmmMCCmCCmCmCmCmCmCmCmCmCmCmMmmmmmmmmmmmmmmmmmmmmmmMmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmm lib/rss/slash.rb: MMmCC lib/rss/syndication.rb: MMmmCC lib/rss/taxonomy.rb: MMmCmmmmmmMmCmmmmmCCC lib/rss/trackback.rb: MMmMmMCmmmmCmmmmmmMCmmmmCmmmmCCCCC lib/rss/utils.rb: MMmmmmmMmMmMmMmmm lib/rss/xml-stylesheet.rb: MMmmCmmmmmm lib/rss/xml.rb: MMCmmmmmmmm lib/rss/xmlparser.rb: MCMCMCmmmmmmCmmCm lib/rss/xmlscanner.rb: MCmmCmmmmmmmmmmmmmmm lib/rss.rb: lib/scanf.rb: MCmmmmmmmmmmmmmmmmCmmmmmmCmmmCmmMm lib/set.rb: CmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmCmmmMm lib/shell/builtin-command.rb: CCmmCmmCmmCmmCmmCmmCmmCmmCmm lib/shell/command-processor.rb: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/shell/error.rb: CM lib/shell/filter.rb: CCmmmmmmmmmmm lib/shell/process-controller.rb: CCmmmmmmmmmmmmmmmmmmmmm lib/shell/system-command.rb: CCmmmmmmmmmmmm lib/shell/version.rb: C lib/shell.rb: Cmmmmmmmmmmmmmmmmmmmmmm lib/shellwords.rb: MmmmCmmCm lib/sync.rb: MCmCmCmmmmmmmmmmmmmmmmC lib/tempfile.rb: Cmmmmmmmmmmm lib/test/unit/assertions.rb: MMMmmmmmmmmmmm lib/test/unit/testcase.rb: MMCm lib/test/unit.rb: MMm lib/thread.rb: CCmmmmCmmmmmmmCmmmmmm lib/thwait.rb: Cmmmmmmmm lib/time.rb: Cmmmmmmmmmmmmm lib/timeout.rb: MCCmm lib/tmpdir.rb: Cmm lib/tracer.rb: Cmmmmmmmmmmmmm lib/tsort.rb: MCmmmmmmm lib/un.rb: Mmmmmmmmmmmmmm lib/uri/common.rb: MMMCmmmmmmmmmmmMMmmmCCCCmmmmmMm lib/uri/ftp.rb: MCmmmmmmmmm lib/uri/generic.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/uri/http.rb: MCmmm lib/uri/https.rb: MC lib/uri/ldap.rb: MCmmmmmmmmmmmmmmmmmmmmm lib/uri/mailto.rb: MCmmmmmmmmmm lib/uri.rb: M lib/weakref.rb: CCmmmm lib/webrick/accesslog.rb: MMCmm lib/webrick/cgi.rb: MCmmmmCmmmmmmmmmmmmmmmm lib/webrick/compat.rb: MCCC lib/webrick/config.rb: MM lib/webrick/cookie.rb: MCmmmmmmm lib/webrick/htmlutils.rb: MMm lib/webrick/httpauth/authenticator.rb: MMMmmmmmM lib/webrick/httpauth/basicauth.rb: MMCmmmmC lib/webrick/httpauth/digestauth.rb: MMCmmmmmmmmmmmmCm lib/webrick/httpauth/htdigest.rb: MMCmmmmmmm lib/webrick/httpauth/htgroup.rb: MMCmmmmm lib/webrick/httpauth/htpasswd.rb: MMCmmmmmmm lib/webrick/httpauth/userdb.rb: MMMmmm lib/webrick/httpauth.rb: No definition for BigDecimal_add2 No definition for BigDecimal_sub2 No definition for BigDecimal_mult2 No definition for BigDecimal_div2 No definition for BigDecimal_hash No definition for BigDecimal_uplus No definition for BigDecimal_neg No definition for BigDecimal_dup No definition for BigDecimal_dump No definition for BigDecimal_global_new No definition for ossl_asn1_traverse No definition for ossl_asn1_decode No definition for ossl_asn1_decode_all No definition for ossl_asn1data_initialize No definition for ossl_asn1data_to_der No definition for ossl_asn1_initialize No definition for ossl_asn1prim_to_der No definition for ossl_asn1_initialize No definition for ossl_asn1cons_to_der No definition for ossl_asn1cons_each No definition for ossl_bn_copy No definition for ossl_bn_num_bytes No definition for ossl_bn_num_bits No definition for ossl_bn_add No definition for ossl_bn_sub No definition for ossl_bn_mul No definition for ossl_bn_sqr No definition for ossl_bn_mod No definition for ossl_bn_mod_add No definition for ossl_bn_mod_sub No definition for ossl_bn_mod_mul No definition for ossl_bn_mod_sqr No definition for ossl_bn_exp No definition for ossl_bn_mod_exp No definition for ossl_bn_gcd No definition for ossl_bn_cmp No definition for ossl_bn_ucmp No definition for ossl_bn_eql No definition for ossl_bn_is_zero No definition for ossl_bn_is_one No definition for ossl_bn_is_odd No definition for ossl_bn_s_rand No definition for ossl_bn_s_pseudo_rand No definition for ossl_bn_s_rand_range No definition for ossl_bn_s_pseudo_rand_range No definition for ossl_bn_set_bit No definition for ossl_bn_clear_bit No definition for ossl_bn_mask_bits No definition for ossl_bn_lshift No definition for ossl_bn_rshift No definition for ossl_bn_self_lshift No definition for ossl_bn_self_rshift No definition for ossl_bn_to_bn No definition for ossl_bn_coerce No definition for ossl_bn_mod_inverse No definition for ossl_config_s_parse No definition for ossl_config_initialize No definition for ossl_config_get_value No definition for ossl_config_get_value_old No definition for rb_f_notimplement No definition for ossl_config_add_value_m No definition for ossl_config_get_section_old No definition for ossl_config_set_section No definition for ossl_config_get_sections No definition for ossl_config_to_s No definition for ossl_config_each No definition for ossl_config_inspect Enclosing class/module 'cDigest' for class DigestError not known No definition for ossl_engine_s_load No definition for ossl_engine_s_cleanup No definition for ossl_engine_s_engines No definition for ossl_engine_s_by_id No definition for ossl_engine_get_id No definition for ossl_engine_get_name No definition for ossl_engine_finish No definition for rb_f_notimplement No definition for ossl_engine_get_cipher No definition for rb_f_notimplement No definition for ossl_engine_get_digest No definition for ossl_engine_load_privkey No definition for ossl_engine_load_pubkey No definition for ossl_engine_set_default No definition for ossl_engine_ctrl_cmd No definition for ossl_engine_get_cmds No definition for ossl_engine_inspect No definition for ossl_spki_initialize No definition for ossl_spki_to_der No definition for ossl_spki_to_pem No definition for ossl_spki_print No definition for ossl_spki_get_public_key No definition for ossl_spki_set_public_key No definition for ossl_spki_sign No definition for ossl_spki_get_challenge No definition for ossl_spki_set_challenge No definition for ossl_ocspreq_initialize No definition for ossl_ocspreq_add_nonce No definition for ossl_ocspreq_add_certid No definition for ossl_ocspreq_get_certid No definition for ossl_ocspreq_sign No definition for ossl_ocspreq_verify No definition for ossl_ocspreq_to_der No definition for ossl_ocspres_initialize No definition for ossl_ocspres_status No definition for ossl_ocspres_status_string No definition for ossl_ocspres_get_basic No definition for ossl_ocspres_to_der No definition for ossl_ocspbres_initialize No definition for ossl_ocspbres_copy_nonce No definition for ossl_ocspbres_add_nonce No definition for ossl_ocspbres_add_status No definition for ossl_ocspbres_get_status No definition for ossl_ocspbres_sign No definition for ossl_ocspbres_verify No definition for ossl_ocspcid_initialize No definition for ossl_ocspcid_cmp No definition for ossl_ocspcid_cmp_issuer No definition for ossl_ocspcid_get_serial No definition for ossl_pkcs7_set_detached No definition for ossl_pkcs7_get_detached No definition for ossl_pkcs7_detached_p No definition for ossl_pkcs7_set_cipher No definition for ossl_pkcs7_add_signer No definition for ossl_pkcs7_get_signer No definition for ossl_pkcs7_add_recipient No definition for ossl_pkcs7_get_recipient No definition for ossl_pkcs7_add_certificate No definition for ossl_pkcs7_set_certificates No definition for ossl_pkcs7_get_certificates No definition for ossl_pkcs7_add_crl No definition for ossl_pkcs7_set_crls No definition for ossl_pkcs7_get_crls No definition for ossl_pkcs7_add_data No definition for ossl_pkcs7_verify No definition for ossl_pkcs7_decrypt No definition for ossl_pkcs7_to_pem No definition for ossl_pkcs7_to_der No definition for ossl_pkcs7si_initialize No definition for ossl_pkcs7si_get_issuer No definition for ossl_pkcs7si_get_serial No definition for ossl_pkcs7si_get_signed_time No definition for ossl_pkcs7ri_initialize No definition for ossl_pkcs7ri_get_issuer No definition for ossl_pkcs7ri_get_serial No definition for ossl_pkcs7ri_get_enc_key No definition for ossl_pkcs12_to_der No definition for ossl_pkey_initialize No definition for ossl_pkey_sign No definition for ossl_pkey_verify No definition for ossl_ec_group_set_curve_name No definition for ossl_rsa_blinding_on No definition for ossl_rsa_blinding_off No definition for ossl_sslctx_set_ssl_version No definition for ossl_ssl_get_verify_result No definition for ossl_ssl_session_set_time No definition for ossl_ssl_session_set_timeout No definition for ossl_x509_inspect No definition for ossl_x509crl_initialize No definition for ossl_x509crl_get_version No definition for ossl_x509crl_set_version No definition for ossl_x509crl_get_signature_algorithm No definition for ossl_x509crl_get_issuer No definition for ossl_x509crl_set_issuer No definition for ossl_x509crl_get_last_update No definition for ossl_x509crl_set_last_update No definition for ossl_x509crl_get_next_update No definition for ossl_x509crl_set_next_update No definition for ossl_x509crl_get_revoked No definition for ossl_x509crl_set_revoked No definition for ossl_x509crl_add_revoked No definition for ossl_x509crl_sign No definition for ossl_x509crl_verify No definition for ossl_x509crl_to_der No definition for ossl_x509crl_to_pem No definition for ossl_x509crl_to_text No definition for ossl_x509crl_add_extension No definition for ossl_x509extfactory_initialize No definition for ossl_x509extfactory_set_issuer_cert No definition for ossl_x509extfactory_set_subject_cert No definition for ossl_x509extfactory_set_subject_req No definition for ossl_x509extfactory_set_crl No definition for ossl_x509extfactory_set_config No definition for ossl_x509ext_initialize No definition for ossl_x509ext_set_oid No definition for ossl_x509ext_set_value No definition for ossl_x509ext_set_critical No definition for ossl_x509ext_get_oid No definition for ossl_x509ext_get_value No definition for ossl_x509ext_get_critical No definition for ossl_x509ext_to_der No definition for ossl_x509name_cmp No definition for ossl_x509name_eql No definition for ossl_x509req_initialize No definition for ossl_x509req_to_pem No definition for ossl_x509req_to_der No definition for ossl_x509req_to_text No definition for ossl_x509req_get_version No definition for ossl_x509req_set_version No definition for ossl_x509req_get_subject No definition for ossl_x509req_set_subject No definition for ossl_x509req_get_signature_algorithm No definition for ossl_x509req_get_public_key No definition for ossl_x509req_set_public_key No definition for ossl_x509req_sign No definition for ossl_x509req_get_attributes No definition for ossl_x509req_set_attributes No definition for ossl_x509req_add_attribute No definition for ossl_x509revoked_initialize No definition for ossl_x509revoked_get_serial No definition for ossl_x509revoked_set_serial No definition for ossl_x509revoked_get_time No definition for ossl_x509revoked_set_time No definition for ossl_x509revoked_add_extension No definition for ossl_x509store_set_flags No definition for ossl_x509store_set_purpose No definition for ossl_x509store_set_trust No definition for ossl_x509store_set_time No definition for ossl_x509store_add_path No definition for ossl_x509store_add_file No definition for ossl_x509store_set_default_paths No definition for ossl_x509store_add_cert No definition for ossl_x509store_add_crl No definition for ossl_x509store_verify No definition for socks_init No definition for socks_s_close No definition for rb_io_addstr No definition for rb_io_print No definition for rb_io_printf No definition for rb_io_puts Generating RI... MMmmm lib/webrick/httpproxy.rb: MCmCmCmmmmmmmmmmmmmmmmm lib/webrick/httprequest.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/webrick/httpresponse.rb: MCmmmmmmmmmmmmmmmmmmmmmmmm lib/webrick/https.rb: MMCmmm lib/webrick/httpserver.rb: MCCmmmmmmmmmmmCmmmmmmm lib/webrick/httpservlet/abstract.rb: MMCCmmmmmmm lib/webrick/httpservlet/cgi_runner.rb: m lib/webrick/httpservlet/cgihandler.rb: MMCmm lib/webrick/httpservlet/erbhandler.rb: MMCmmm lib/webrick/httpservlet/filehandler.rb: MMCmmmmmCmmmmmmmmmmmmmmmmmmmm lib/webrick/httpservlet/prochandler.rb: MMCmmm lib/webrick/httpservlet.rb: MM lib/webrick/httpstatus.rb: MMCCCCCCCCmmmmmmmm lib/webrick/httputils.rb: MMmmmmmmmmmCmmmmmmmmmmmmmmmmmmm lib/webrick/httpversion.rb: MCmmmm lib/webrick/log.rb: MCmmmmmmmmmmmmmmmCmm lib/webrick/server.rb: MCCmCmCmmmmmmmmmm lib/webrick/ssl.rb: MMMmCmmm lib/webrick/utils.rb: MMmmmmmmCmmmmmmm lib/webrick/version.rb: M lib/webrick.rb: lib/xmlrpc/README.rdoc: lib/yaml/baseemitter.rb: MMmmmmmmmmmmmmmmCmCm lib/yaml/basenode.rb: MMmmmmmmmmmm lib/yaml/constants.rb: M lib/yaml/dbm.rb: MCmmmmmmmmmmmmmmmmmmmm lib/yaml/encoding.rb: Mmm lib/yaml/error.rb: MCCC lib/yaml/loader.rb: MC lib/yaml/rubytypes.rb: CmCmmmCmmCmmmmCmmCmmCmmmmCmmCmmCmmCmmCmCmCmCmmCmmCmCmCm lib/yaml/store.rb: Cmmmmmm lib/yaml/stream.rb: MCmmmmm lib/yaml/stringio.rb: Cmmmmmmm lib/yaml/syck.rb: MMC lib/yaml/tag.rb: MmmC lib/yaml/types.rb: MCmmmCmmmCmmCmmmmCmmmmmmmCmmmmmmmC lib/yaml/yamlnode.rb: MCmm lib/yaml/ypath.rb: MCmm lib/yaml.rb: MmmmmmmmmmmmmmmmmmmmmmmmmmmMm ext/bigdecimal/bigdecimal.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/digest/digest.c: MMCCmmmmmmmmmmmmmmmmmmm ext/etc/etc.c: Mmmmmmmmmmmmmm ext/fcntl/fcntl.c: M ext/iconv/iconv.c: CMCCCCCmmmmmmmmmmmmmmmmmmm ext/io/wait/wait.c: mmm ext/nkf/lib/kconv.rb: MmmmmmmmmmmmmmCmmmmmmmmmmmm ext/nkf/nkf.c: Mmm ext/openssl/ossl.c: MCmmm ext/openssl/ossl_asn1.c: MMCCCCaa ext/openssl/ossl_bn.c: MCCmmmmmmmmaaaa ext/openssl/ossl_cipher.c: MCCmmmmmmmmmmmmmmmm ext/openssl/ossl_config.c: CCm ext/openssl/ossl_digest.c: Ma ext/openssl/ossl_engine.c: CC ext/openssl/ossl_hmac.c: MCCmmmmmmmaaa ext/openssl/ossl_ns_spki.c: MCCma ext/openssl/ossl_ocsp.c: MCCCCCmm ext/openssl/ossl_pkcs5.c: MCmm ext/openssl/ossl_pkcs7.c: CCCCmmmmmmmaaa ext/openssl/ossl_pkcs12.c: CCmm ext/openssl/ossl_pkey.c: MMCC ext/openssl/ossl_pkey_dh.c: MMCCmmmmmmmmmmmmaa ext/openssl/ossl_pkey_dsa.c: MMCCmmmmmmmmmmmaa ext/openssl/ossl_pkey_ec.c: MMCCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmaa ext/openssl/ossl_pkey_rsa.c: MMCCmmmmmmmmmmmmmaa ext/openssl/ossl_rand.c: MMC ext/openssl/ossl_ssl.c: MMCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmaa ext/openssl/ossl_ssl_session.c: MMCCmmmmmmmm ext/openssl/ossl_x509.c: M ext/openssl/ossl_x509attr.c: CCmmmmmm ext/openssl/ossl_x509cert.c: CCmmmmmmmmmmmmmmmmmmmmmmmmma ext/openssl/ossl_x509crl.c: CCmma ext/openssl/ossl_x509ext.c: CCCm ext/openssl/ossl_x509name.c: CCmmmmmma ext/openssl/ossl_x509req.c: CCma ext/openssl/ossl_x509revoked.c: CCmm ext/openssl/ossl_x509store.c: CCCmm ext/openssl/lib/openssl/buffering.rb: MMmmmmmmmmmmmmmmmmmmmmmmmm ext/readline/readline.c: Mmmmmmmmmmmmmmmmmmmmmmmmmm ext/socket/init.c: C ext/socket/raddrinfo.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/socket/basicsocket.c: Cmmmmmmmmmmmmmmmmmm ext/socket/ipsocket.c: Cmmmm ext/socket/tcpsocket.c: Cmm ext/socket/tcpserver.c: Cmmmm ext/socket/sockssocket.c: C ext/socket/udpsocket.c: Cmmmmm ext/socket/unixsocket.c: Cmmmmmmmmm ext/socket/unixserver.c: Cmmmm ext/socket/socket.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmm ext/socket/option.c: CCmmmmmmmmmmmmmm ext/socket/ancdata.c: CCCmmmmmmmmmmmmmmmmmmmmmm ext/socket/constants.c: M ext/socket/constdefs.c: CM ext/socket/lib/socket.rb: CmmmmmmmmCmCmmmmmmmmmmCmmmmmm ext/stringio/stringio.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/strscan/strscan.c: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/zlib/zlib.c: MCCCCCCCCCCCCCCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm Files: 492 Classes: 1315 Modules: 541 Methods: 7412 Elapsed: 261.6s ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --install=rdoc --rdoc-output=".ext/rdoc" installing rdoc: $(DATAROOTDIR)/$(RI_BASE_NAME)/1.9.1/system == test-knownbug # 2009-05-26T04:06:18+09:00 + gmake test-knownbug 'OPTS=-v -q' ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb "./bootstraptest/runner.rb" --ruby="ruby" -v -q ./KNOWNBUGS.rb KNOWNBUGS.rb #1 KNOWNBUGS.rb:6:in `' . PASS all 1 tests == test-all # 2009-05-26T04:06:20+09:00 + gmake test-all TESTS=-v ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./test/runner.rb" -v Gem::Indexer tests are being skipped. Install builder gem. Loaded suite ./test/runner Started ACLEntryTest#test_all: 0.00 s: . ACLEntryTest#test_ip: 0.00 s: . ACLEntryTest#test_ip_v6: 0.00 s: . ACLEntryTest#test_name: 0.00 s: . ACLListTest#test_1: 0.00 s: . ACLListTest#test_2: 0.00 s: . ACLListTest#test_all_1: 0.00 s: . ACLListTest#test_all_2: 0.00 s: . ACLTest#test_0: 0.00 s: . ACLTest#test_1: 0.00 s: . ACLTest#test_not_0: 0.00 s: . ACLTest#test_not_1: 0.00 s: . CGICookieTest#test_cgi_cookie_arrayinterface: 0.00 s: . CGICookieTest#test_cgi_cookie_new_complex: 0.00 s: . CGICookieTest#test_cgi_cookie_new_simple: 0.00 s: . CGICookieTest#test_cgi_cookie_parse: 0.00 s: . CGICookieTest#test_cgi_cookie_scriptname: 0.00 s: . CGICoreTest#test_cgi_core_cookie: 0.00 s: . CGICoreTest#test_cgi_core_environs: 0.00 s: . CGICoreTest#test_cgi_core_htmltype: 0.33 s: . CGICoreTest#test_cgi_core_out: 0.10 s: . CGICoreTest#test_cgi_core_params_GET: 0.00 s: . CGICoreTest#test_cgi_core_params_POST: 0.00 s: . CGICoreTest#test_cgi_core_params_encoding_check: 0.00 s: . CGICoreTest#test_cgi_core_print: 0.00 s: . CGICoreTest#test_cgi_parse_illegal_query: 0.00 s: . CGIHeaderTest#test_cgi_header_argerr: 0.00 s: . CGIHeaderTest#test_cgi_header_complex: 0.00 s: . CGIHeaderTest#test_cgi_header_cookie: 0.00 s: . CGIHeaderTest#test_cgi_header_nph: 0.00 s: . CGIHeaderTest#test_cgi_header_output_cookies: 0.00 s: . CGIHeaderTest#test_cgi_header_simple: 0.00 s: . CGIModrubyTest#test_cgi_modruby_complex: 0.00 s: . CGIModrubyTest#test_cgi_modruby_location: 0.00 s: . CGIModrubyTest#test_cgi_modruby_requestparams: 0.00 s: . CGIModrubyTest#test_cgi_modruby_simple: 0.00 s: . CGIMultipartTest#test_cgi_multipart_badbody: 0.03 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartcount: 0.99 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartlength: 0.43 s: . CGIMultipartTest#test_cgi_multipart_quoteboundary: 0.01 s: . CGIMultipartTest#test_cgi_multipart_stringio: 0.02 s: . CGIMultipartTest#test_cgi_multipart_tempfile: 0.03 s: . CGISessionTest#test_cgi_session_filestore: 0.04 s: . CGISessionTest#test_cgi_session_pstore: 0.02 s: . CGISessionTest#test_cgi_session_specify_session_id: 0.02 s: . CGISessionTest#test_cgi_session_specify_session_key: 0.03 s: . CGITagHelperTest#test_cgi_tag_helper_html3: 0.05 s: . ComplexRational_Test#test_comp_srat: 0.01 s: . ComplexRational_Test#test_rat_srat: 0.00 s: . Complex_Test#test_add: 0.00 s: . Complex_Test#test_attr: 0.00 s: . Complex_Test#test_attr2: 0.00 s: . Complex_Test#test_cmp: 0.01 s: . Complex_Test#test_compsub: 0.01 s: . Complex_Test#test_conv: 0.01 s: . Complex_Test#test_div: 0.00 s: . Complex_Test#test_eql_p: 0.00 s: . Complex_Test#test_equal: 0.01 s: . Complex_Test#test_expt: 0.00 s: . Complex_Test#test_fdiv: 0.00 s: . Complex_Test#test_fixed_bug: 0.00 s: . Complex_Test#test_freeze: 0.00 s: . Complex_Test#test_hash: 0.00 s: . Complex_Test#test_inspect: 0.01 s: . Complex_Test#test_known_bug: 0.00 s: . Complex_Test#test_marshal: 0.01 s: . Complex_Test#test_math: 0.00 s: . Complex_Test#test_mul: 0.00 s: . Complex_Test#test_negate: 0.00 s: . Complex_Test#test_parse: 0.02 s: . Complex_Test#test_polar: 0.00 s: . Complex_Test#test_quo: 0.00 s: . Complex_Test#test_rect: 0.01 s: . Complex_Test#test_respond: 0.00 s: . Complex_Test#test_ruby19: 0.01 s: . Complex_Test#test_sub: 0.00 s: . Complex_Test#test_supp: 0.01 s: . Complex_Test#test_to_c: 0.00 s: . Complex_Test#test_to_f: 0.01 s: . Complex_Test#test_to_i: 0.01 s: . Complex_Test#test_to_r: 0.01 s: . Complex_Test#test_to_s: 0.01 s: . Complex_Test#test_unify: 0.00 s: . Complex_Test#test_uplus: 0.00 s: . Complex_Test2#test_kumi: 0.03 s: . Complex_Test2#test_kumi2: 0.00 s: . DL::TestBase#test_empty: 0.00 s: . DL::TestDL#test_call_double: 0.00 s: . DL::TestDL#test_call_int: 0.00 s: . DL::TestDL#test_call_long: 0.00 s: . DL::TestDL#test_callback: 0.00 s: . DL::TestDL#test_cptr: 0.00 s: . DL::TestDL#test_dlwrap: 0.00 s: . DL::TestDL#test_empty: 0.00 s: . DL::TestDL#test_sin: 0.00 s: . DL::TestDL#test_strcpy: 0.00 s: . DL::TestDL#test_strlen: 0.00 s: . DL::TestFunc#test_atof: 0.00 s: . DL::TestFunc#test_empty: 0.00 s: . DL::TestFunc#test_isdigit: 0.00 s: . DL::TestFunc#test_qsort1: 0.00 s: . DL::TestFunc#test_qsort2: 0.00 s: . DL::TestFunc#test_strcpy: 0.00 s: . DL::TestFunc#test_strtod: 0.00 s: . DL::TestImport#test_atof: 0.00 s: . DL::TestImport#test_carried_function: 0.00 s: . DL::TestImport#test_empty: 0.00 s: . DL::TestImport#test_gettimeofday: 0.00 s: . DL::TestImport#test_io: 0.00 s: . DL::TestImport#test_isdigit: 0.00 s: . DL::TestImport#test_malloc: 0.00 s: . DL::TestImport#test_qsort: 0.00 s: . DL::TestImport#test_sizeof: 0.00 s: . DL::TestImport#test_strcpy: 0.00 s: . DL::TestImport#test_strtod: 0.00 s: . DL::TestImport#test_struct: 0.00 s: . DL::TestImport#test_unsigned_result: 0.00 s: . DL::TestImport#test_value: 0.00 s: . DL::TestWin32#test_empty: 0.00 s: . Fill#test_00_06: 0.00 s: . Fill#test_07_10: 0.00 s: . Fill#test_11_14: 0.00 s: . Fill#test_15_18: 0.00 s: . Fill#test_19_22: 0.00 s: . Fill#test_23_26: 0.00 s: . Fill#test_27: 0.00 s: . HTTPHeaderTest#test_AREF: 0.00 s: . HTTPHeaderTest#test_ASET: 0.00 s: . HTTPHeaderTest#test_add_field: 0.00 s: . HTTPHeaderTest#test_basic_auth: 0.00 s: . HTTPHeaderTest#test_canonical_each: 0.20 s: . HTTPHeaderTest#test_chunked?: 0.00 s: . HTTPHeaderTest#test_content_length: 0.00 s: . HTTPHeaderTest#test_content_length=: 0.00 s: . HTTPHeaderTest#test_content_range: 0.00 s: . HTTPHeaderTest#test_content_type: 0.00 s: . HTTPHeaderTest#test_delete: 0.00 s: . HTTPHeaderTest#test_each: 0.00 s: . HTTPHeaderTest#test_each_capitalized: 0.00 s: . HTTPHeaderTest#test_each_key: 0.00 s: . HTTPHeaderTest#test_each_value: 0.00 s: . HTTPHeaderTest#test_form_data=: 0.00 s: . HTTPHeaderTest#test_get_fields: 0.00 s: . HTTPHeaderTest#test_key?: 0.00 s: . HTTPHeaderTest#test_main_type: 0.00 s: . HTTPHeaderTest#test_proxy_basic_auth: 0.00 s: . HTTPHeaderTest#test_range: 0.00 s: . HTTPHeaderTest#test_range=: 0.00 s: . HTTPHeaderTest#test_range_length: 0.00 s: . HTTPHeaderTest#test_set_content_type: 0.00 s: . HTTPHeaderTest#test_set_form_data: 0.00 s: . HTTPHeaderTest#test_size: 0.00 s: . HTTPHeaderTest#test_sub_type: 0.00 s: . HTTPHeaderTest#test_to_hash: 0.00 s: . HTTPHeaderTest#test_type_params: 0.00 s: . HTTPSProxyTest#test_https_proxy_authentication: 0.01 s: . IMAPTest#test_decode_utf7: 0.00 s: . IMAPTest#test_encode_utf7: 0.00 s: . IMAPTest#test_imaps_post_connection_check: 0.21 s: . IMAPTest#test_imaps_unknown_ca: 0.05 s: . IMAPTest#test_imaps_verify_none: 0.15 s: . IMAPTest#test_imaps_with_ca_file: 0.15 s: . IMAPTest#test_starttls: 0.15 s: . IMAPTest#test_unexpected_eof: 0.00 s: . MinitestSpec#test_needs_to_verify_non_identity: 0.00 s: . MinitestSpec#test_needs_to_catch_an_unexpected_exception: 0.00 s: . MinitestSpec#test_needs_to_be_able_to_catch_a_minitest_assertion_exception: 0.00 s: . MinitestSpec#test_needs_to_have_all_methods_named_well: 0.00 s: . MinitestSpec#test_needs_to_catch_an_expected_exception: 0.00 s: . MinitestSpec#test_needs_to_be_sensible_about_wont_include_order: 0.00 s: . MinitestSpec#test_needs_to_verify_using_any_operator: 0.00 s: . MinitestSpec#test_needs_to_verify_throw: 0.00 s: . MinitestSpec#test_needs_raise_if_an_expected_exception_is_not_raised: 0.00 s: . MinitestSpec#test_needs_to_be_sensible_about_must_include_order: 0.00 s: . MinitestSpec#test_needs_to_verify_identity: 0.00 s: . MinitestSpec#test_needs_to_verify_types_of_objects: 0.00 s: . MinitestSpec#test_needs_to_verify_kinds_of_objects: 0.00 s: . MinitestSpec#test_needs_to_verify_regexp_matches: 0.00 s: . MinitestSpec#test_needs_to_verify_inequality: 0.00 s: . MinitestSpec#test_needs_to_verify_equality: 0.00 s: . MinitestSpec#test_needs_to_verify_nil: 0.00 s: . MinitestSpec#test_needs_to_verify_using_respond_to: 0.00 s: . MinitestSpec#test_needs_to_verify_floats_within_a_delta: 0.00 s: . MinitestSpec#test_needs_to_verify_mismatch: 0.00 s: . MinitestSpec#test_needs_to_verify_non_nil: 0.00 s: . NonString#test_6: 0.00 s: . NonString#test_7: 0.00 s: . OpenSSL::TestASN1#test_decode: 0.03 s: . OpenSSL::TestCipher#test_AES: 0.04 s: . OpenSSL::TestCipher#test_ciphers: 0.00 s: . OpenSSL::TestCipher#test_crypt: 0.01 s: . OpenSSL::TestCipher#test_dup: 0.00 s: . OpenSSL::TestCipher#test_empty_data: 0.00 s: . OpenSSL::TestCipher#test_info: 0.00 s: . OpenSSL::TestCipher#test_reset: 0.00 s: . OpenSSL::TestDigest#test_digest: 0.00 s: . OpenSSL::TestDigest#test_dup: 0.00 s: . OpenSSL::TestDigest#test_eql: 0.00 s: . OpenSSL::TestDigest#test_info: 0.00 s: . OpenSSL::TestDigest#test_reset: 0.00 s: . OpenSSL::TestEOF1#test_eof_0: 0.56 s: . OpenSSL::TestEOF1#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF1#test_eof_1: 1.08 s: . OpenSSL::TestEOF1#test_eof_2: 0.13 s: . OpenSSL::TestEOF1#test_eof_3: 0.13 s: . OpenSSL::TestEOF2#test_eof_0: 0.55 s: . OpenSSL::TestEOF2#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF2#test_eof_1: 1.08 s: . OpenSSL::TestEOF2#test_eof_2: 0.13 s: . OpenSSL::TestEOF2#test_eof_3: 0.13 s: . OpenSSL::TestHMAC#test_dup: 0.00 s: . OpenSSL::TestHMAC#test_hmac: 0.00 s: . OpenSSL::TestNSSPI#test_build_data: 0.01 s: . OpenSSL::TestNSSPI#test_decode_data: 0.00 s: . OpenSSL::TestPKCS7#test_detached_sign: 0.24 s: . OpenSSL::TestPKCS7#test_enveloped: 0.26 s: . OpenSSL::TestPKCS7#test_signed: 0.28 s: . OpenSSL::TestPKeyRSA#test_padding: 0.04 s: . OpenSSL::TestPKeyRSA#test_private: 0.08 s: . OpenSSL::TestPair#test_connect_accept_nonblock: 1.23 s: . OpenSSL::TestPair#test_getc: 0.13 s: . OpenSSL::TestPair#test_puts_empty: 0.16 s: . OpenSSL::TestPair#test_puts_meta: 0.13 s: . OpenSSL::TestPair#test_read_nonblock: 0.13 s: . OpenSSL::TestPair#test_readall: 0.13 s: . OpenSSL::TestPair#test_readline: 0.13 s: . OpenSSL::TestPair#test_readpartial: 0.14 s: . OpenSSL::TestPair#test_write_nonblock: 0.15 s: . OpenSSL::TestPair#test_write_nonblock_with_buffered_data: 0.16 s: . OpenSSL::TestSSL#test_client_auth: 0.62 s: . OpenSSL::TestSSL#test_client_session: 0.39 s: . OpenSSL::TestSSL#test_connect_and_close: 0.49 s: . OpenSSL::TestSSL#test_ctx_setup: 0.21 s: . OpenSSL::TestSSL#test_parallel: 2.32 s: . OpenSSL::TestSSL#test_post_connection_check: 0.79 s: . OpenSSL::TestSSL#test_read_and_write: 0.43 s: . OpenSSL::TestSSL#test_server_session: 0.68 s: . OpenSSL::TestSSL#test_ssl_read_nonblock: 0.38 s: . OpenSSL::TestSSL#test_sslctx_set_params: 0.26 s: . OpenSSL::TestSSL#test_starttls: 1.37 s: . OpenSSL::TestSSL#test_tlsext_hostname: 0.24 s: . OpenSSL::TestSSL#test_verify_result: 0.45 s: . OpenSSL::TestX509CRL#test_basic: 0.14 s: . OpenSSL::TestX509CRL#test_crlnumber: 0.31 s: . OpenSSL::TestX509CRL#test_extension: 0.15 s: . OpenSSL::TestX509CRL#test_revoked: 0.47 s: . OpenSSL::TestX509CRL#test_sign_and_verify: 0.15 s: . OpenSSL::TestX509Certificate#test_extension: 0.24 s: . OpenSSL::TestX509Certificate#test_public_key: 0.10 s: . OpenSSL::TestX509Certificate#test_serial: 0.21 s: . OpenSSL::TestX509Certificate#test_sign_and_verify: 0.16 s: . OpenSSL::TestX509Certificate#test_validity: 0.28 s: . OpenSSL::TestX509Extension#test_create_by_factory: 0.00 s: . OpenSSL::TestX509Extension#test_new: 0.00 s: . OpenSSL::TestX509Name#test_add_entry: 0.00 s: . OpenSSL::TestX509Name#test_s_new: 0.00 s: . OpenSSL::TestX509Name#test_s_parse: 0.00 s: . OpenSSL::TestX509Name#test_s_parse_rfc2253: 0.01 s: . OpenSSL::TestX509Request#test_attr: 0.03 s: . OpenSSL::TestX509Request#test_public_key: 0.02 s: . OpenSSL::TestX509Request#test_sign_and_verify: 0.13 s: . OpenSSL::TestX509Request#test_subject: 0.01 s: . OpenSSL::TestX509Request#test_version: 0.02 s: . OpenSSL::TestX509Store#test_set_errors: 0.21 s: . OpenSSL::TestX509Store#test_verify: 0.41 s: . PPCycleTest#test_anonymous: 0.04 s: . PPCycleTest#test_array: 0.00 s: . PPCycleTest#test_hash: 0.00 s: . PPCycleTest#test_object: 0.00 s: . PPCycleTest#test_share_nil: 0.00 s: . PPCycleTest#test_struct: 0.00 s: . PPCycleTest#test_withinspect: 0.00 s: . PPInspectTest#test_hasboth: 0.00 s: . PPInspectTest#test_hasinspect: 0.00 s: . PPInspectTest#test_hasprettyprint: 0.00 s: . PPInspectTest#test_pretty_print_inspect: 0.00 s: . PPInspectTest#test_proc: 0.00 s: . PPInspectTest#test_to_s_with_iv: 0.00 s: . PPInspectTest#test_to_s_without_iv: 0.00 s: . PPSingleLineTest#test_hash: 0.00 s: . PPTest#test_list0123_11: 0.00 s: . PPTest#test_list0123_12: 0.00 s: . PPTest#test_redefined_method: 0.00 s: . PPTest#test_struct_override_members: 0.00 s: . PStoreTest#test_changes_after_commit_are_discarded: 0.00 s: . PStoreTest#test_changes_are_not_written_on_abort: 0.00 s: . PStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: 0.00 s: . PStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: 0.00 s: . PStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: 0.00 s: . PStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: 0.00 s: . PStoreTest#test_writing_inside_readonly_transaction_raises_error: 0.00 s: . REXML::TestDocument#test_entity_expansion_limit: 1.11 s: . REXML::TestDocument#test_new: 0.01 s: . RSS::TestAccessor#test_date: 0.01 s: . RSS::TestAccessor#test_integer: 0.00 s: . RSS::TestAccessor#test_positive_integer: 0.00 s: . RSS::TestAtomCore#test_atom_author: 0.14 s: . RSS::TestAtomCore#test_atom_category: 0.35 s: . RSS::TestAtomCore#test_atom_content: 0.15 s: . RSS::TestAtomCore#test_atom_contributor: 0.10 s: . RSS::TestAtomCore#test_atom_generator: 0.23 s: . RSS::TestAtomCore#test_atom_icon: 0.02 s: . RSS::TestAtomCore#test_atom_id: 0.03 s: . RSS::TestAtomCore#test_atom_link: 1.21 s: . RSS::TestAtomCore#test_atom_logo: 0.02 s: . RSS::TestAtomCore#test_atom_published: 0.32 s: . RSS::TestAtomCore#test_atom_rights: 0.32 s: . RSS::TestAtomCore#test_atom_subtitle: 0.10 s: . RSS::TestAtomCore#test_atom_summary: 0.10 s: . RSS::TestAtomCore#test_atom_title: 0.32 s: . RSS::TestAtomCore#test_atom_updated: 0.85 s: . RSS::TestAtomCore#test_entry: 0.02 s: . RSS::TestAtomCore#test_feed: 0.04 s: . RSS::TestAtomCore#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestAtomCore#test_to_xml: 0.15 s: . RSS::TestAtomCore#test_to_xml_with_new_api_since_018: 0.32 s: . RSS::TestContent#test_accessor: 0.04 s: . RSS::TestContent#test_parser: 0.11 s: . RSS::TestContent#test_to_s: 0.07 s: . RSS::TestDublinCore#test_parser: 7.75 s: . RSS::TestDublinCore#test_plural_accessor: 0.40 s: . RSS::TestDublinCore#test_singular_accessor: 0.19 s: . RSS::TestDublinCore#test_to_s: 0.96 s: . RSS::TestITunes#test_author: 0.03 s: . RSS::TestITunes#test_block: 0.07 s: . RSS::TestITunes#test_category: 0.05 s: . RSS::TestITunes#test_duration: 0.17 s: . RSS::TestITunes#test_explicit: 0.10 s: . RSS::TestITunes#test_image: 0.03 s: . RSS::TestITunes#test_keywords: 0.42 s: . RSS::TestITunes#test_new_feed_url: 0.02 s: . RSS::TestITunes#test_owner: 0.07 s: . RSS::TestITunes#test_subtitle: 0.13 s: . RSS::TestITunes#test_summary: 0.14 s: . RSS::TestImage#test_favicon_accessor: 0.03 s: . RSS::TestImage#test_favicon_to_s: 0.05 s: . RSS::TestImage#test_item_accessor: 0.03 s: . RSS::TestImage#test_item_to_s: 0.07 s: . RSS::TestImage#test_parser: 0.32 s: . RSS::TestInherit#test_inherit: 0.05 s: . RSS::TestMaker09#test_channel: 0.01 s: . RSS::TestMaker09#test_find_class: 0.00 s: . RSS::TestMaker09#test_image: 0.01 s: . RSS::TestMaker09#test_items: 0.10 s: . RSS::TestMaker09#test_items_with_new_api_since_018: 0.10 s: . RSS::TestMaker09#test_not_valid_channel: 0.02 s: . RSS::TestMaker09#test_not_valid_image: 0.02 s: . RSS::TestMaker09#test_not_valid_textInput: 0.04 s: . RSS::TestMaker09#test_rss: 0.05 s: . RSS::TestMaker09#test_supported?: 0.00 s: . RSS::TestMaker09#test_textInput: 0.01 s: . RSS::TestMaker10#test_channel: 0.04 s: . RSS::TestMaker10#test_channel_language: 0.02 s: . RSS::TestMaker10#test_find_class: 0.00 s: . RSS::TestMaker10#test_image: 0.02 s: . RSS::TestMaker10#test_items: 0.19 s: . RSS::TestMaker10#test_items_with_new_api_since_018: 0.19 s: . RSS::TestMaker10#test_not_valid_channel: 0.02 s: . RSS::TestMaker10#test_not_valid_image: 0.07 s: . RSS::TestMaker10#test_not_valid_items: 0.03 s: . RSS::TestMaker10#test_not_valid_textinput: 0.06 s: . RSS::TestMaker10#test_rdf: 0.08 s: . RSS::TestMaker10#test_supported?: 0.00 s: . RSS::TestMaker10#test_textinput: 0.03 s: . RSS::TestMaker20#test_category: 0.02 s: . RSS::TestMaker20#test_channel: 0.01 s: . RSS::TestMaker20#test_cloud: 0.01 s: . RSS::TestMaker20#test_enclosure: 0.02 s: . RSS::TestMaker20#test_find_class: 0.00 s: . RSS::TestMaker20#test_guid: 0.02 s: . RSS::TestMaker20#test_image: 0.02 s: . RSS::TestMaker20#test_items: 0.09 s: . RSS::TestMaker20#test_items_with_new_api_since_018: 0.11 s: . RSS::TestMaker20#test_not_valid_category: 0.02 s: . RSS::TestMaker20#test_not_valid_channel: 0.03 s: . RSS::TestMaker20#test_not_valid_cloud: 0.05 s: . RSS::TestMaker20#test_not_valid_enclosure: 0.05 s: . RSS::TestMaker20#test_not_valid_guid: 0.02 s: . RSS::TestMaker20#test_not_valid_image: 0.03 s: . RSS::TestMaker20#test_not_valid_source: 0.03 s: . RSS::TestMaker20#test_not_valid_textInput: 0.04 s: . RSS::TestMaker20#test_pubDate_without_description: 0.02 s: . RSS::TestMaker20#test_rss: 0.04 s: . RSS::TestMaker20#test_source: 0.02 s: . RSS::TestMaker20#test_supported?: 0.00 s: . RSS::TestMaker20#test_textInput: 0.02 s: . RSS::TestMakerAtomEntry#test_author: 0.65 s: . RSS::TestMakerAtomEntry#test_category: 0.99 s: . RSS::TestMakerAtomEntry#test_content: 0.54 s: . RSS::TestMakerAtomEntry#test_contributor: 0.58 s: . RSS::TestMakerAtomEntry#test_date: 0.02 s: . RSS::TestMakerAtomEntry#test_find_class: 0.00 s: . RSS::TestMakerAtomEntry#test_invalid_feed: 0.09 s: . RSS::TestMakerAtomEntry#test_link: 7.67 s: . RSS::TestMakerAtomEntry#test_published: 0.04 s: . RSS::TestMakerAtomEntry#test_rights: 0.46 s: . RSS::TestMakerAtomEntry#test_root_element: 0.11 s: . RSS::TestMakerAtomEntry#test_source_generator: 0.11 s: . RSS::TestMakerAtomEntry#test_source_icon: 0.04 s: . RSS::TestMakerAtomEntry#test_source_id: 0.04 s: . RSS::TestMakerAtomEntry#test_source_logo: 0.04 s: . RSS::TestMakerAtomEntry#test_source_subtitle: 0.15 s: . RSS::TestMakerAtomEntry#test_summary: 0.16 s: . RSS::TestMakerAtomEntry#test_supported?: 0.00 s: . RSS::TestMakerAtomEntry#test_title: 0.47 s: . RSS::TestMakerAtomEntry#test_updated: 0.11 s: . RSS::TestMakerAtomFeed#test_author: 0.64 s: . RSS::TestMakerAtomFeed#test_category: 1.06 s: . RSS::TestMakerAtomFeed#test_channel_dc_date: 0.03 s: . RSS::TestMakerAtomFeed#test_content: 0.70 s: . RSS::TestMakerAtomFeed#test_contributor: 0.66 s: . RSS::TestMakerAtomFeed#test_date: 0.03 s: . RSS::TestMakerAtomFeed#test_find_class: 0.00 s: . RSS::TestMakerAtomFeed#test_generator: 0.29 s: . RSS::TestMakerAtomFeed#test_icon: 0.08 s: . RSS::TestMakerAtomFeed#test_id: 0.05 s: . RSS::TestMakerAtomFeed#test_invalid_feed: 0.05 s: . RSS::TestMakerAtomFeed#test_item_dc_date: 0.03 s: . RSS::TestMakerAtomFeed#test_language: 0.01 s: . RSS::TestMakerAtomFeed#test_link: 8.32 s: . RSS::TestMakerAtomFeed#test_logo: 0.11 s: . RSS::TestMakerAtomFeed#test_published: 0.05 s: . RSS::TestMakerAtomFeed#test_rights: 0.50 s: . RSS::TestMakerAtomFeed#test_root_element: 0.05 s: . RSS::TestMakerAtomFeed#test_subtitle: 0.42 s: . RSS::TestMakerAtomFeed#test_summary: 0.20 s: . RSS::TestMakerAtomFeed#test_supported?: 0.00 s: . RSS::TestMakerAtomFeed#test_title: 0.82 s: . RSS::TestMakerAtomFeed#test_updated: 0.12 s: . RSS::TestMakerContent#test_rss10: 0.02 s: . RSS::TestMakerContent#test_rss20: 0.02 s: . RSS::TestMakerDublinCore#test_date: 0.02 s: . RSS::TestMakerDublinCore#test_rss10: 0.04 s: . RSS::TestMakerDublinCore#test_rss10_multiple: 0.10 s: . RSS::TestMakerITunes#test_author: 0.03 s: . RSS::TestMakerITunes#test_block: 0.22 s: . RSS::TestMakerITunes#test_category: 0.05 s: . RSS::TestMakerITunes#test_duration: 0.21 s: . RSS::TestMakerITunes#test_explicit: 0.10 s: . RSS::TestMakerITunes#test_image: 0.02 s: . RSS::TestMakerITunes#test_keywords: 0.61 s: . RSS::TestMakerITunes#test_new_feed_url: 0.02 s: . RSS::TestMakerITunes#test_owner: 0.06 s: . RSS::TestMakerITunes#test_subtitle: 0.15 s: . RSS::TestMakerITunes#test_summary: 0.40 s: . RSS::TestMakerImage#test_rss10: 0.05 s: . RSS::TestMakerSlash#test_rss10: 0.02 s: . RSS::TestMakerSyndication#test_rss10: 0.02 s: . RSS::TestMakerTaxonomy#test_rss10: 0.03 s: . RSS::TestMakerTrackBack#test_rss10: 0.02 s: . RSS::TestMakerXMLStyleSheet#test_not_valid_xml_stylesheet: 0.03 s: . RSS::TestMakerXMLStyleSheet#test_xml_stylesheet: 0.04 s: . RSS::TestParser#test_default_parser: 0.00 s: . RSS::TestParser#test_parse: 0.04 s: . RSS::TestParser#test_parse_tag_includes_hyphen: 0.02 s: . RSS::TestParser10#test_RDF: 0.65 s: . RSS::TestParser10#test_channel: 0.44 s: . RSS::TestParser10#test_ignore: 0.24 s: . RSS::TestParser10#test_image: 0.17 s: . RSS::TestParser10#test_item: 0.41 s: . RSS::TestParser10#test_rdf_li: 0.08 s: . RSS::TestParser10#test_textinput: 0.28 s: . RSS::TestParser10#test_undefined_entity: 0.00 s: . RSS::TestParser10#test_unknown_case_insensitive_duplicated_element: 0.03 s: . RSS::TestParser10#test_unknown_duplicated_element: 0.03 s: . RSS::TestParser20#test_category20: 0.23 s: . RSS::TestParser20#test_cloud20: 0.43 s: . RSS::TestParser20#test_enclosure20: 0.15 s: . RSS::TestParser20#test_rss20: 0.04 s: . RSS::TestParser20#test_source20: 0.14 s: . RSS::TestParserAtom#test_entry: 0.01 s: . RSS::TestParserAtom#test_entry_author: 0.10 s: . RSS::TestParserAtom#test_entry_category: 0.08 s: . RSS::TestParserAtom#test_entry_content_text: 0.67 s: . RSS::TestParserAtom#test_entry_contributor: 0.12 s: . RSS::TestParserAtom#test_entry_id: 0.01 s: . RSS::TestParserAtom#test_entry_link: 0.39 s: . RSS::TestParserAtom#test_entry_rights: 0.21 s: . RSS::TestParserAtom#test_entry_source: 1.98 s: . RSS::TestParserAtom#test_entry_summary: 0.21 s: . RSS::TestParserAtom#test_entry_title: 0.01 s: . RSS::TestParserAtom#test_entry_updated: 0.01 s: . RSS::TestParserAtom#test_entry_validation: 0.35 s: . RSS::TestParserAtom#test_published: 0.25 s: . RSS::TestParserAtomFeed#test_base: 0.02 s: . RSS::TestParserAtomFeed#test_entry_author: 0.12 s: . RSS::TestParserAtomFeed#test_entry_category: 0.11 s: . RSS::TestParserAtomFeed#test_entry_content: 0.84 s: . RSS::TestParserAtomFeed#test_entry_contributor: 0.12 s: . RSS::TestParserAtomFeed#test_entry_id: 0.02 s: . RSS::TestParserAtomFeed#test_entry_link: 0.49 s: . RSS::TestParserAtomFeed#test_entry_published: 0.34 s: . RSS::TestParserAtomFeed#test_entry_rights: 0.28 s: . RSS::TestParserAtomFeed#test_entry_source: 2.77 s: . RSS::TestParserAtomFeed#test_entry_summary: 0.28 s: . RSS::TestParserAtomFeed#test_entry_title: 0.02 s: . RSS::TestParserAtomFeed#test_entry_updated: 0.02 s: . RSS::TestParserAtomFeed#test_feed_author: 0.16 s: . RSS::TestParserAtomFeed#test_feed_category: 0.37 s: . RSS::TestParserAtomFeed#test_feed_contributor: 0.14 s: . RSS::TestParserAtomFeed#test_feed_generator: 0.10 s: . RSS::TestParserAtomFeed#test_feed_icon: 0.06 s: . RSS::TestParserAtomFeed#test_feed_id: 0.02 s: . RSS::TestParserAtomFeed#test_feed_link: 0.28 s: . RSS::TestParserAtomFeed#test_feed_logo: 0.06 s: . RSS::TestParserAtomFeed#test_feed_rights: 0.56 s: . RSS::TestParserAtomFeed#test_feed_subtitle: 0.35 s: . RSS::TestParserAtomFeed#test_feed_title: 0.02 s: . RSS::TestParserAtomFeed#test_feed_updated: 0.02 s: . RSS::TestParserAtomFeed#test_feed_validation: 0.10 s: . RSS::TestParserAtomFeed#test_lang: 0.01 s: . RSS::TestRSS10Core#test_RDF: 0.03 s: . RSS::TestRSS10Core#test_channel: 0.02 s: . RSS::TestRSS10Core#test_channel_image: 0.01 s: . RSS::TestRSS10Core#test_channel_items: 0.01 s: . RSS::TestRSS10Core#test_channel_textinput: 0.01 s: . RSS::TestRSS10Core#test_image: 0.01 s: . RSS::TestRSS10Core#test_item: 0.01 s: . RSS::TestRSS10Core#test_li: 0.24 s: . RSS::TestRSS10Core#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestRSS10Core#test_seq: 0.01 s: . RSS::TestRSS10Core#test_textinput: 0.01 s: . RSS::TestRSS10Core#test_to_xml: 0.20 s: . RSS::TestRSS10Core#test_xml_stylesheets: 0.03 s: . RSS::TestRSS20Core#test_Rss: 0.02 s: . RSS::TestRSS20Core#test_channel: 0.06 s: . RSS::TestRSS20Core#test_channel_cloud: 0.01 s: . RSS::TestRSS20Core#test_channel_image: 0.01 s: . RSS::TestRSS20Core#test_channel_skip_days: 0.01 s: . RSS::TestRSS20Core#test_channel_skip_hours: 0.01 s: . RSS::TestRSS20Core#test_channel_textInput: 0.01 s: . RSS::TestRSS20Core#test_item: 0.04 s: . RSS::TestRSS20Core#test_item_enclosure: 0.01 s: . RSS::TestRSS20Core#test_item_guid: 0.04 s: . RSS::TestRSS20Core#test_item_source: 0.01 s: . RSS::TestRSS20Core#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestRSS20Core#test_to_xml: 0.22 s: . RSS::TestRSS20Core#test_xml_stylesheets: 0.01 s: . RSS::TestSetupMaker09#test_setup_maker: 0.02 s: . RSS::TestSetupMaker09#test_setup_maker_channel: 0.03 s: . RSS::TestSetupMaker09#test_setup_maker_image: 0.02 s: . RSS::TestSetupMaker09#test_setup_maker_items: 0.07 s: . RSS::TestSetupMaker09#test_setup_maker_items_backward_compatibility: 0.07 s: . RSS::TestSetupMaker09#test_setup_maker_textinput: 0.02 s: . RSS::TestSetupMaker10#test_setup_maker: 0.04 s: . RSS::TestSetupMaker10#test_setup_maker_channel: 0.05 s: . RSS::TestSetupMaker10#test_setup_maker_full: 0.19 s: . RSS::TestSetupMaker10#test_setup_maker_image: 0.05 s: . RSS::TestSetupMaker10#test_setup_maker_items: 0.14 s: . RSS::TestSetupMaker10#test_setup_maker_items_backward_compatibility: 0.17 s: . RSS::TestSetupMaker10#test_setup_maker_items_sort: 0.38 s: . RSS::TestSetupMaker10#test_setup_maker_textinput: 0.05 s: . RSS::TestSetupMaker20#test_setup_maker: 0.02 s: . RSS::TestSetupMaker20#test_setup_maker_channel: 0.03 s: . RSS::TestSetupMaker20#test_setup_maker_image: 0.02 s: . RSS::TestSetupMaker20#test_setup_maker_items: 0.11 s: . RSS::TestSetupMaker20#test_setup_maker_items_backward_compatibility: 0.11 s: . RSS::TestSetupMaker20#test_setup_maker_textinput: 0.02 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker: 0.04 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_entry: 0.09 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_entry_without_dc: 0.05 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_full: 0.07 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items: 0.06 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items_backward_compatibility: 0.06 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items_sort: 0.08 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker: 0.05 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_feed: 0.08 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_feed_without_dc: 0.07 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_full: 0.19 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items: 0.14 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items_backward_compatibility: 0.17 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items_sort: 0.15 s: . RSS::TestSetupMakerITunes#test_setup_maker_simple: 0.04 s: . RSS::TestSetupMakerITunes#test_setup_maker_with_nested_categories: 0.03 s: . RSS::TestSetupMakerSlash#test_setup_maker: 0.04 s: . RSS::TestSlash#test_parser: 0.02 s: . RSS::TestSlash#test_to_s: 0.05 s: . RSS::TestSyndication#test_accessor: 0.02 s: . RSS::TestSyndication#test_parser: 0.08 s: . RSS::TestSyndication#test_to_s: 0.04 s: . RSS::TestTaxonomy#test_accessor: 0.04 s: . RSS::TestTaxonomy#test_parser: 0.44 s: . RSS::TestTaxonomy#test_to_s: 0.08 s: . RSS::TestToS#test_to_s_09: 0.09 s: . RSS::TestToS#test_to_s_10: 0.08 s: . RSS::TestToS#test_to_s_20: 0.10 s: . RSS::TestTrackBack#test_accessor: 0.04 s: . RSS::TestTrackBack#test_parser: 0.09 s: . RSS::TestTrackBack#test_to_s: 0.05 s: . RSS::TestVersion#test_version: 0.00 s: . RSS::TestXMLStyleSheet#test_accessor: 0.00 s: . RSS::TestXMLStyleSheet#test_bad_alternate: 0.00 s: . RSS::TestXMLStyleSheet#test_parse: 0.18 s: . RSS::TestXMLStyleSheet#test_to_s: 0.32 s: . Rational_Test#test_add: 0.00 s: . Rational_Test#test_attr: 0.00 s: . Rational_Test#test_attr2: 0.00 s: . Rational_Test#test_cmp: 0.00 s: . Rational_Test#test_conv: 0.01 s: . Rational_Test#test_div: 0.01 s: . Rational_Test#test_divmod: 0.01 s: . Rational_Test#test_eql_p: 0.00 s: . Rational_Test#test_equal: 0.00 s: . Rational_Test#test_expt: 0.01 s: . Rational_Test#test_fdiv: 0.00 s: . Rational_Test#test_fixed_bug: 0.00 s: . Rational_Test#test_freeze: 0.00 s: . Rational_Test#test_gcdlcm: 0.01 s: . Rational_Test#test_hash: 0.00 s: . Rational_Test#test_idiv: 0.00 s: . Rational_Test#test_inspect: 0.00 s: . Rational_Test#test_known_bug: 0.00 s: . Rational_Test#test_marshal: 0.01 s: . Rational_Test#test_math: 0.00 s: . Rational_Test#test_modulo: 0.00 s: . Rational_Test#test_mul: 0.03 s: . Rational_Test#test_negate: 0.00 s: . Rational_Test#test_parse: 0.01 s: . Rational_Test#test_quo: 0.00 s: . Rational_Test#test_ratsub: 0.00 s: . Rational_Test#test_remainder: 0.01 s: . Rational_Test#test_ruby19: 0.01 s: . Rational_Test#test_sub: 0.00 s: . Rational_Test#test_supp: 0.01 s: . Rational_Test#test_to_c: 0.00 s: . Rational_Test#test_to_f: 0.00 s: . Rational_Test#test_to_i: 0.00 s: . Rational_Test#test_to_r: 0.01 s: . Rational_Test#test_to_s: 0.01 s: . Rational_Test#test_trunc: 0.00 s: . Rational_Test#test_unify: 0.00 s: . Rational_Test#test_uplus: 0.00 s: . Rational_Test2#test_kumi: 0.02 s: . Readline::TestHistory#test_delete_at: 0.00 s: . Readline::TestHistory#test_delete_at__out_of_range: 0.00 s: . Readline::TestHistory#test_each: 0.00 s: . Readline::TestHistory#test_each__enumerator: 0.00 s: . Readline::TestHistory#test_empty_p: 0.00 s: . Readline::TestHistory#test_get: 0.00 s: . Readline::TestHistory#test_get__negative: 0.00 s: . Readline::TestHistory#test_get__out_of_range: 0.00 s: . Readline::TestHistory#test_length: 0.00 s: . Readline::TestHistory#test_pop: 0.00 s: . Readline::TestHistory#test_push: 0.00 s: . Readline::TestHistory#test_push__operator: 0.00 s: . Readline::TestHistory#test_push__plural: 0.00 s: . Readline::TestHistory#test_safe_level_4: 0.01 s: . Readline::TestHistory#test_set: 0.00 s: . Readline::TestHistory#test_set__out_of_range: 0.00 s: . Readline::TestHistory#test_shift: 0.00 s: . Readline::TestHistory#test_to_s: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_DRbObject: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_renewer: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_template: 0.01 s: . Rinda::TupleSpaceProxyTest#test_00_tuple: 0.00 s: . Rinda::TupleSpaceProxyTest#test_cancel_01: 0.01 s: . Rinda::TupleSpaceProxyTest#test_cancel_02: 0.01 s: . Rinda::TupleSpaceProxyTest#test_core_01: 0.21 s: . Rinda::TupleSpaceProxyTest#test_core_02: 0.21 s: . Rinda::TupleSpaceProxyTest#test_core_03_notify: 0.05 s: . Rinda::TupleSpaceProxyTest#test_inp_rdp: 0.00 s: . Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 0.01 s: . Rinda::TupleSpaceProxyTest#test_ruby_talk_264062: 0.07 s: . Rinda::TupleSpaceProxyTest#test_symbol_tuple: 0.00 s: . Rinda::TupleSpaceTest#test_00_DRbObject: 0.00 s: . Rinda::TupleSpaceTest#test_00_renewer: 0.05 s: . Rinda::TupleSpaceTest#test_00_template: 0.00 s: . Rinda::TupleSpaceTest#test_00_tuple: 0.00 s: . Rinda::TupleSpaceTest#test_cancel_01: 0.01 s: . Rinda::TupleSpaceTest#test_cancel_02: 0.01 s: . Rinda::TupleSpaceTest#test_core_01: 0.21 s: . Rinda::TupleSpaceTest#test_core_02: 0.21 s: . Rinda::TupleSpaceTest#test_core_03_notify: 0.34 s: . Rinda::TupleSpaceTest#test_inp_rdp: 0.00 s: . Rinda::TupleSpaceTest#test_ruby_talk_264062: 0.15 s: . Rinda::TupleSpaceTest#test_symbol_tuple: 0.00 s: . StrictPrettyExample#test_00_04: 0.00 s: . StrictPrettyExample#test_05: 0.00 s: . StrictPrettyExample#test_06: 0.00 s: . StrictPrettyExample#test_07: 0.00 s: . StrictPrettyExample#test_08: 0.00 s: . StrictPrettyExample#test_09: 0.00 s: . StrictPrettyExample#test_10: 0.00 s: . StrictPrettyExample#test_11_31: 0.00 s: . StrictPrettyExample#test_32: 0.00 s: . TC_Enumerable#test_to_set: 0.05 s: . TC_HMAC_MD5#test_hexdigest: 0.00 s: . TC_HMAC_MD5#test_reset: 0.00 s: . TC_HMAC_MD5#test_s_hexdigest: 0.00 s: . TC_HMAC_RMD160#test_hexdigest: 0.00 s: . TC_HMAC_RMD160#test_reset: 0.00 s: . TC_HMAC_RMD160#test_s_hexdigest: 0.00 s: . TC_HMAC_SHA1#test_hexdigest: 0.00 s: . TC_HMAC_SHA1#test_reset: 0.00 s: . TC_HMAC_SHA1#test_s_hexdigest: 0.00 s: . TC_IPAddr#test_ip6_arpa: 0.00 s: . TC_IPAddr#test_ip6_int: 0.00 s: . TC_IPAddr#test_ipv4_compat: 0.00 s: . TC_IPAddr#test_ipv4_mapped: 0.00 s: . TC_IPAddr#test_reverse: 0.00 s: . TC_IPAddr#test_s_new: 0.01 s: . TC_IPAddr#test_s_new_ntoh: 0.00 s: . TC_IPAddr#test_to_s: 0.00 s: . TC_JSON#test_backslash: 0.00 s: . TC_JSON#test_comments: 0.00 s: . TC_JSON#test_construction: 0.00 s: . TC_JSON#test_load_dump: 0.00 s: . TC_JSON#test_nesting: 0.00 s: . TC_JSON#test_parse_array: 0.00 s: . TC_JSON#test_parse_arrays: 0.00 s: . TC_JSON#test_parse_complex_objects: 0.17 s: . TC_JSON#test_parse_more_complex_arrays: 0.11 s: . TC_JSON#test_parse_object: 0.00 s: . TC_JSON#test_parse_simple_arrays: 0.00 s: . TC_JSON#test_parse_simple_objects: 0.00 s: . TC_JSON#test_parse_values: 0.00 s: . TC_JSON#test_parser_reset: 0.00 s: . TC_JSON#test_wrong_inputs: 0.00 s: . TC_JSONAddition#test_core: 0.01 s: . TC_JSONAddition#test_extended_json: 0.00 s: . TC_JSONAddition#test_extended_json_disabled: 0.00 s: . TC_JSONAddition#test_extended_json_fail1: 0.00 s: . TC_JSONAddition#test_extended_json_fail2: 0.00 s: . TC_JSONAddition#test_raw_strings: 0.00 s: . TC_JSONAddition#test_utc_datetime: 0.01 s: . TC_JSONFixtures#test_failing: 0.05 s: . TC_JSONFixtures#test_passing: 0.01 s: . TC_JSONGenerate#test_allow_nan: 0.00 s: . TC_JSONGenerate#test_states: 0.00 s: . TC_JSONGenerate#test_unparse: 0.00 s: . TC_JSONGenerate#test_unparse_pretty: 0.00 s: . TC_JSONRails#test_extended_json: 0.00 s: . TC_JSONRails#test_extended_json_disabled: 0.00 s: . TC_JSONRails#test_extended_json_fail1: 0.00 s: . TC_JSONRails#test_extended_json_fail2: 0.00 s: . TC_JSONRails#test_raw_strings: 0.00 s: . TC_JSONRails#test_symbol: 0.00 s: . TC_JSONUnicode#test_chars: 0.30 s: . TC_JSONUnicode#test_unicode: 0.00 s: . TC_OpenStruct#test_equality: 0.00 s: . TC_OpenStruct#test_frozen: 0.00 s: . TC_OpenStruct#test_inspect: 0.00 s: . TC_Operator#test_and: 0.00 s: . TC_Operator#test_carrot: 0.00 s: . TC_Operator#test_equal: 0.00 s: . TC_Operator#test_include?: 0.00 s: . TC_Operator#test_mask: 0.00 s: . TC_Operator#test_or: 0.00 s: . TC_Operator#test_shift_left: 0.00 s: . TC_Operator#test_shift_right: 0.00 s: . TC_Set#test_add: 0.00 s: . TC_Set#test_and: 0.00 s: . TC_Set#test_aref: 0.00 s: . TC_Set#test_classify: 0.00 s: . TC_Set#test_clear: 0.00 s: . TC_Set#test_clone: 0.00 s: . TC_Set#test_collect!: 0.00 s: . TC_Set#test_delete: 0.00 s: . TC_Set#test_delete_if: 0.00 s: . TC_Set#test_divide: 0.01 s: . TC_Set#test_dup: 0.00 s: . TC_Set#test_each: 0.00 s: . TC_Set#test_empty?: 0.00 s: . TC_Set#test_eq: 0.00 s: . TC_Set#test_flatten: 0.00 s: . TC_Set#test_include?: 0.00 s: . TC_Set#test_inspect: 0.00 s: . TC_Set#test_merge: 0.00 s: . TC_Set#test_minus: 0.00 s: . TC_Set#test_plus: 0.00 s: . TC_Set#test_proper_subset?: 0.00 s: . TC_Set#test_proper_superset?: 0.00 s: . TC_Set#test_reject!: 0.00 s: . TC_Set#test_replace: 0.00 s: . TC_Set#test_s_new: 0.00 s: . TC_Set#test_size: 0.00 s: . TC_Set#test_subset?: 0.00 s: . TC_Set#test_subtract: 0.00 s: . TC_Set#test_superset?: 0.00 s: . TC_Set#test_to_a: 0.00 s: . TC_Set#test_xor: 0.00 s: . TC_SortedSet#test_sortedset: 0.00 s: . TSortTest#test_array: 0.00 s: . TSortTest#test_cycle: 0.00 s: . TSortTest#test_dag: 0.00 s: . TailGroup#test_1: 0.00 s: . TestAlias#test_JVN_83768862: 0.00 s: . TestAlias#test_alias: 0.00 s: . TestArgf#test_argf: 0.10 s: . TestArgf#test_argv: 0.12 s: . TestArgf#test_binmode: 0.10 s: . TestArgf#test_close: 0.10 s: . TestArgf#test_closed: 0.11 s: . TestArgf#test_each_byte: 0.11 s: . TestArgf#test_each_char: 0.11 s: . TestArgf#test_each_line: 0.11 s: . TestArgf#test_each_line_paragraph: 0.12 s: . TestArgf#test_encoding: 0.10 s: . TestArgf#test_eof: 0.14 s: . TestArgf#test_file: 0.11 s: . TestArgf#test_filename: 0.11 s: . TestArgf#test_filename2: 0.11 s: . TestArgf#test_fileno: 0.09 s: . TestArgf#test_getbyte: 0.10 s: . TestArgf#test_getc: 0.11 s: . TestArgf#test_inplace: 0.15 s: . TestArgf#test_inplace2: 0.14 s: . TestArgf#test_inplace3: 0.10 s: . TestArgf#test_inplace_dup: 0.13 s: . TestArgf#test_inplace_no_backup: 0.12 s: . TestArgf#test_inplace_rename_impossible: 0.12 s: . TestArgf#test_inplace_stdin: 0.12 s: . TestArgf#test_inplace_stdin2: 0.12 s: . TestArgf#test_lineno: 0.11 s: . TestArgf#test_lineno2: 0.11 s: . TestArgf#test_read: 0.13 s: . TestArgf#test_read2: 0.11 s: . TestArgf#test_read3: 0.11 s: . TestArgf#test_readbyte: 0.11 s: . TestArgf#test_readchar: 0.11 s: . TestArgf#test_readpartial: 0.10 s: . TestArgf#test_readpartial2: 0.11 s: . TestArgf#test_rewind: 0.11 s: . TestArgf#test_seek: 0.10 s: . TestArgf#test_set_pos: 0.14 s: . TestArgf#test_skip: 0.11 s: . TestArgf#test_tell: 0.11 s: . TestArgf#test_to_io: 0.11 s: . TestArray#test_00_new: 0.00 s: . TestArray#test_01_square_brackets: 0.00 s: . TestArray#test_0_literal: 0.00 s: . TestArray#test_AND: 0.00 s: . TestArray#test_AREF: 0.00 s: . TestArray#test_ASET: 0.01 s: . TestArray#test_CMP: 0.00 s: . TestArray#test_EQUAL: 0.00 s: . TestArray#test_LSHIFT: 0.00 s: . TestArray#test_MINUS: 0.00 s: . TestArray#test_MUL: 0.00 s: . TestArray#test_OR: 0.00 s: . TestArray#test_PLUS: 0.00 s: . TestArray#test_VERY_EQUAL: 0.00 s: . TestArray#test_aref: 0.00 s: . TestArray#test_array_andor_0: 0.00 s: . TestArray#test_array_subclass: 0.00 s: . TestArray#test_ary_new: 0.00 s: . TestArray#test_ary_to_ary: 0.00 s: . TestArray#test_aset: 0.00 s: . TestArray#test_assoc: 0.00 s: . TestArray#test_at: 0.00 s: . TestArray#test_beg_end_0: 0.00 s: . TestArray#test_clear: 0.00 s: . TestArray#test_clear2: 0.00 s: . TestArray#test_clone: 0.00 s: . TestArray#test_collect: 0.00 s: . TestArray#test_collect!: 0.00 s: . TestArray#test_combination: 0.00 s: . TestArray#test_combination2: 0.00 s: . TestArray#test_compact: 0.00 s: . TestArray#test_compact!: 0.00 s: . TestArray#test_compact_0: 0.00 s: . TestArray#test_concat: 0.00 s: . TestArray#test_count: 0.00 s: . TestArray#test_cycle: 0.00 s: . TestArray#test_delete: 0.00 s: . TestArray#test_delete2: 0.00 s: . TestArray#test_delete_at: 0.00 s: . TestArray#test_delete_if: 0.00 s: . TestArray#test_drop: 0.00 s: . TestArray#test_drop_while: 0.00 s: . TestArray#test_dup: 0.00 s: . TestArray#test_each: 0.00 s: . TestArray#test_each_index: 0.00 s: . TestArray#test_empty?: 0.00 s: . TestArray#test_empty_0: 0.00 s: . TestArray#test_eql?: 0.00 s: . TestArray#test_equal: 0.00 s: . TestArray#test_fetch: 0.00 s: . TestArray#test_fill: 0.00 s: . TestArray#test_fill2: 0.00 s: . TestArray#test_fill_0: 0.00 s: . TestArray#test_fill_negative_length: 0.00 s: . TestArray#test_find_all_0: 0.00 s: . TestArray#test_first: 0.00 s: . TestArray#test_first2: 0.00 s: . TestArray#test_flatten: 0.00 s: . TestArray#test_flatten!: 0.00 s: . TestArray#test_flatten2: 0.00 s: . TestArray#test_flatten_with_callcc: 0.00 s: . TestArray#test_hash: 0.00 s: . TestArray#test_hash2: 0.00 s: . TestArray#test_include?: 0.00 s: . TestArray#test_index: 0.00 s: . TestArray#test_index2: 0.00 s: . TestArray#test_initialize: 0.00 s: . TestArray#test_initialize2: 0.00 s: . TestArray#test_insert: 0.00 s: . TestArray#test_inspect: 0.00 s: . TestArray#test_join: 0.00 s: . TestArray#test_join2: 0.00 s: . TestArray#test_last: 0.00 s: . TestArray#test_length: 0.00 s: . TestArray#test_map!: 0.00 s: . TestArray#test_misc_0: 0.00 s: . TestArray#test_modify_check: 0.00 s: . TestArray#test_pack: 0.00 s: . TestArray#test_permutation: 0.00 s: . TestArray#test_pop: 0.00 s: . TestArray#test_product: 0.00 s: . TestArray#test_product2: 0.00 s: . TestArray#test_push: 0.00 s: . TestArray#test_rassoc: 0.00 s: . TestArray#test_reject: 0.00 s: . TestArray#test_reject!: 0.00 s: . TestArray#test_replace: 0.00 s: . TestArray#test_replace_shared_ary: 0.00 s: . TestArray#test_reverse: 0.00 s: . TestArray#test_reverse!: 0.00 s: . TestArray#test_reverse_each: 0.00 s: . TestArray#test_reverse_each2: 0.00 s: . TestArray#test_rindex: 0.00 s: . TestArray#test_rindex2: 0.00 s: . TestArray#test_sample: 45.44 s: . TestArray#test_select: 0.00 s: . TestArray#test_shift: 0.00 s: . TestArray#test_shift2: 0.00 s: . TestArray#test_shift_shared_ary: 0.00 s: . TestArray#test_shuffle: 0.00 s: . TestArray#test_size: 0.00 s: . TestArray#test_slice: 0.00 s: . TestArray#test_slice!: 0.00 s: . TestArray#test_slice_freezed_array: 0.00 s: . TestArray#test_sort: 0.00 s: . TestArray#test_sort!: 0.00 s: . TestArray#test_sort_0: 0.00 s: . TestArray#test_sort_by!: 0.00 s: . TestArray#test_sort_with_callcc: 0.07 s: . TestArray#test_sort_with_replace: 23.34 s: . TestArray#test_splice: 0.00 s: . TestArray#test_split_0: 0.00 s: . TestArray#test_take: 0.00 s: . TestArray#test_take_while: 0.00 s: . TestArray#test_times: 0.00 s: . TestArray#test_to_a: 0.00 s: . TestArray#test_to_a2: 0.00 s: . TestArray#test_to_ary: 0.00 s: . TestArray#test_to_s: 0.00 s: . TestArray#test_transpose: 0.00 s: . TestArray#test_try_convert: 0.00 s: . TestArray#test_uniq: 0.00 s: . TestArray#test_uniq!: 0.00 s: . TestArray#test_uniq_0: 0.00 s: . TestArray#test_unshift: 0.00 s: . TestArray#test_unshift2: 0.00 s: . TestArray#test_values_at: 0.00 s: . TestArray#test_values_at2: 0.00 s: . TestArray#test_zip: 0.00 s: . TestAssignment#test_assign: 0.00 s: . TestAssignment#test_break: 0.00 s: . TestAssignment#test_const_massign: 0.00 s: . TestAssignment#test_lambda: 0.00 s: . TestAssignment#test_massign: 0.00 s: . TestAssignment#test_multi: 0.00 s: . TestAssignment#test_nested_massign: 0.00 s: . TestAssignment#test_next: 0.00 s: . TestAssignment#test_return: 0.00 s: . TestAssignment#test_to_ary_splat: 0.00 s: . TestAssignment#test_yield: 0.00 s: . TestAssignmentGen#test_assignment: 16.29 s: . TestAttributeManager#test_add_special: 0.00 s: . TestAttributeManager#test_add_matching_word_pair: 0.00 s: . TestAttributeManager#test_add_invalid_word_pair: 0.00 s: . TestAttributeManager#test_add_word_pair_map: 0.00 s: . TestAttributeManager#test_initial_word_pairs: 0.00 s: . TestAttributeManager#test_add_html_tag: 0.00 s: . TestAttributeManager#test_initial_html: 0.00 s: . TestBase64#test_decode64: 0.00 s: . TestBase64#test_encode64: 0.00 s: . TestBase64#test_sample: 0.00 s: . TestBase64#test_strict_decode64: 0.00 s: . TestBase64#test_strict_encode64: 0.00 s: . TestBase64#test_urlsafe_decode64: 0.00 s: . TestBase64#test_urlsafe_encode64: 0.00 s: . TestBasicInstructions#test_array: 0.00 s: . TestBasicInstructions#test_array_splat: 0.00 s: . TestBasicInstructions#test_backref: 0.00 s: . TestBasicInstructions#test_class_variable: 0.00 s: . TestBasicInstructions#test_const_cref: 0.00 s: . TestBasicInstructions#test_const_inherit: 0.00 s: . TestBasicInstructions#test_const_path: 0.01 s: . TestBasicInstructions#test_dstring: 0.00 s: . TestBasicInstructions#test_dsym: 0.00 s: . TestBasicInstructions#test_global_variable: 0.00 s: . TestBasicInstructions#test_hash: 0.00 s: . TestBasicInstructions#test_immediates: 0.00 s: . TestBasicInstructions#test_local_variable: 0.00 s: . TestBasicInstructions#test_not: 0.00 s: . TestBasicInstructions#test_opassign: 0.00 s: . TestBasicInstructions#test_range: 0.00 s: . TestBasicInstructions#test_regexp: 0.00 s: . TestBasicInstructions#test_self: 0.00 s: . TestBasicInstructions#test_string: 0.00 s: . TestBasicInstructions#test_xstr: 0.11 s: . TestBeginEndBlock#test_beginendblock: 0.35 s: . TestBeginEndBlock#test_begininmethod: 0.00 s: . TestBeginEndBlock#test_endblockwarn: 0.12 s: . TestBeginEndBlock#test_raise_in_at_exit: 0.06 s: . TestBeginEndBlock#test_should_propagate_exit_code: 0.06 s: . TestBeginEndBlock#test_should_propagate_signaled: 0.16 s: . TestBig5#test_code_to_mbc: 0.09 s: . TestBig5#test_left_adjust_char_head: 0.00 s: . TestBig5#test_mbc_case_fold: 0.00 s: . TestBig5#test_mbc_enc_len: 0.00 s: . TestBig5#test_mbc_to_code: 0.00 s: . TestBigDecimal#test_abs_bigdecimal: 0.00 s: . TestBigDecimal#test_add: 0.00 s: . TestBigDecimal#test_add_bigdecimal: 0.00 s: . TestBigDecimal#test_ceil: 0.00 s: . TestBigDecimal#test_cmp: 0.00 s: . TestBigDecimal#test_cmp_bignum: 0.00 s: . TestBigDecimal#test_cmp_corece: 0.00 s: . TestBigDecimal#test_cmp_data: 0.00 s: . TestBigDecimal#test_coerce: 0.00 s: . TestBigDecimal#test_ctov: 0.00 s: . TestBigDecimal#test_div: 0.00 s: . TestBigDecimal#test_div_bigdecimal: 0.00 s: . TestBigDecimal#test_divmod: 0.00 s: . TestBigDecimal#test_double_fig: 0.00 s: . TestBigDecimal#test_exception_infinity: 0.00 s: . TestBigDecimal#test_exception_nan: 0.00 s: . TestBigDecimal#test_exception_overflow: 0.02 s: . TestBigDecimal#test_exception_underflow: 0.56 s: . TestBigDecimal#test_exception_zerodivide: 0.01 s: . TestBigDecimal#test_exponent: 0.00 s: . TestBigDecimal#test_finite_infinite_nan: 0.00 s: . TestBigDecimal#test_fix: 0.00 s: . TestBigDecimal#test_floor: 0.00 s: . TestBigDecimal#test_frac: 0.00 s: . TestBigDecimal#test_global_new: 0.00 s: . TestBigDecimal#test_hash: 0.00 s: . TestBigDecimal#test_inf: 0.00 s: . TestBigDecimal#test_inspect: 0.00 s: . TestBigDecimal#test_limit: 0.00 s: . TestBigDecimal#test_marshal: 0.00 s: . TestBigDecimal#test_mod: 0.00 s: . TestBigDecimal#test_mode: 0.00 s: . TestBigDecimal#test_mult: 0.00 s: . TestBigDecimal#test_mult_bigdecimal: 0.00 s: . TestBigDecimal#test_new: 0.00 s: . TestBigDecimal#test_nonzero_p: 0.00 s: . TestBigDecimal#test_power: 0.00 s: . TestBigDecimal#test_precs: 0.00 s: . TestBigDecimal#test_remainder: 0.00 s: . TestBigDecimal#test_round: 0.00 s: . TestBigDecimal#test_round_up: 0.00 s: . TestBigDecimal#test_sign: 0.00 s: . TestBigDecimal#test_split: 0.00 s: . TestBigDecimal#test_sqrt_bigdecimal: 0.00 s: . TestBigDecimal#test_sub: 0.00 s: . TestBigDecimal#test_sub_bigdecimal: 0.00 s: . TestBigDecimal#test_to_f: 0.00 s: . TestBigDecimal#test_to_i: 0.00 s: . TestBigDecimal#test_to_s: 0.00 s: . TestBigDecimal#test_to_special_string: 0.00 s: . TestBigDecimal#test_to_string: 0.00 s: . TestBigDecimal#test_truncate: 0.00 s: . TestBigDecimal#test_uplus: 0.00 s: . TestBigDecimal#test_version: 0.00 s: . TestBigDecimal#test_zero_p: 0.00 s: . TestBignum#test_abs: 0.00 s: . TestBignum#test_and: 0.00 s: . TestBignum#test_aref: 0.00 s: . TestBignum#test_big_2comp: 0.00 s: . TestBignum#test_bignum: 0.04 s: . TestBignum#test_calc: 0.00 s: . TestBignum#test_cmp: 0.00 s: . TestBignum#test_coerce: 0.00 s: . TestBignum#test_convert: 0.00 s: . TestBignum#test_div: 0.00 s: . TestBignum#test_divmod: 0.00 s: . TestBignum#test_divrem: 0.00 s: . TestBignum#test_eq: 0.00 s: . TestBignum#test_eql: 0.00 s: . TestBignum#test_even: 0.00 s: . TestBignum#test_hash: 0.00 s: . TestBignum#test_idiv: 0.00 s: . TestBignum#test_int2inum: 0.00 s: . TestBignum#test_interrupt: 1.11 s: . TestBignum#test_minus: 0.00 s: . TestBignum#test_modulo: 0.00 s: . TestBignum#test_mul: 0.00 s: . TestBignum#test_mul_balance: 0.00 s: . TestBignum#test_odd: 0.00 s: . TestBignum#test_or: 0.00 s: . TestBignum#test_plus: 0.00 s: . TestBignum#test_pow: 0.00 s: . TestBignum#test_quad_pack: 0.00 s: . TestBignum#test_quo: 0.00 s: . TestBignum#test_remainder: 0.00 s: . TestBignum#test_shift: 0.00 s: . TestBignum#test_shift2: 0.00 s: . TestBignum#test_size: 0.00 s: . TestBignum#test_str_to_inum: 0.00 s: . TestBignum#test_sub: 0.00 s: . TestBignum#test_to_f: 0.00 s: . TestBignum#test_to_s: 0.00 s: . TestBignum#test_to_s2: 0.16 s: . TestBignum#test_too_big_to_s: 1.63 s: . TestBignum#test_xor: 0.00 s: . TestCP949#test_code_to_mbc: 0.01 s: . TestCP949#test_left_adjust_char_head: 0.00 s: . TestCP949#test_mbc_case_fold: 0.00 s: . TestCP949#test_mbc_enc_len: 0.00 s: . TestCP949#test_mbc_to_code: 0.00 s: . TestCSVFeatures#test_col_sep: 0.04 s: . TestCSVFeatures#test_converters_reader: 0.00 s: . TestCSVFeatures#test_csv_behavior_readers: 0.01 s: . TestCSVFeatures#test_csv_char_readers: 0.00 s: . TestCSVFeatures#test_failing_to_escape_col_sep_bug_fix: 0.00 s: . TestCSVFeatures#test_failing_to_reset_headers_in_rewind_bug_fix: 0.00 s: . TestCSVFeatures#test_gzip_reader_bug_fix: 0.41 s: . TestCSVFeatures#test_gzip_writer_bug_fix: 0.01 s: . TestCSVFeatures#test_header_converters_reader: 0.00 s: . TestCSVFeatures#test_inspect_encoding_is_ascii_compatible: 0.02 s: . TestCSVFeatures#test_inspect_is_smart_about_io_types: 0.01 s: . TestCSVFeatures#test_inspect_shows_headers_when_available: 0.00 s: . TestCSVFeatures#test_inspect_shows_key_attributes: 0.00 s: . TestCSVFeatures#test_leading_empty_fields_with_multibyte_col_sep_bug_fix: 0.00 s: . TestCSVFeatures#test_lineno: 0.00 s: . TestCSVFeatures#test_quote_char: 0.02 s: . TestCSVFeatures#test_readline: 0.00 s: . TestCSVFeatures#test_row_sep: 0.00 s: . TestCSVFeatures#test_row_sep_auto_discovery: 0.01 s: . TestCSVFeatures#test_skip_blanks: 0.00 s: . TestCSVFeatures#test_unknown_options: 0.00 s: . TestCSVFeatures#test_version: 0.00 s: . TestCSVHeaders#test_array_of_headers: 0.00 s: . TestCSVHeaders#test_blank_row_bug_fix: 0.00 s: . TestCSVHeaders#test_builtin_downcase_converter: 0.00 s: . TestCSVHeaders#test_builtin_symbol_converter: 0.00 s: . TestCSVHeaders#test_converters: 0.00 s: . TestCSVHeaders#test_csv_header_string: 0.01 s: . TestCSVHeaders#test_csv_header_string_inherits_separators: 0.00 s: . TestCSVHeaders#test_custom_converter: 0.00 s: . TestCSVHeaders#test_first_row: 0.00 s: . TestCSVHeaders#test_headers_reader: 0.00 s: . TestCSVHeaders#test_return_headers: 0.00 s: . TestCSVHeaders#test_skip_blanks: 0.00 s: . TestCSVHeaders#test_table_support: 0.03 s: . TestCSVInterface#test_append: 0.01 s: . TestCSVInterface#test_filter: 0.01 s: . TestCSVInterface#test_foreach: 0.00 s: . TestCSVInterface#test_generate: 0.00 s: . TestCSVInterface#test_generate_line: 0.00 s: . TestCSVInterface#test_instance: 0.00 s: . TestCSVInterface#test_open_and_close: 0.00 s: . TestCSVInterface#test_parse: 0.01 s: . TestCSVInterface#test_parse_line: 0.00 s: . TestCSVInterface#test_read_and_readlines: 0.01 s: . TestCSVInterface#test_shift: 0.00 s: . TestCSVInterface#test_table: 0.00 s: . TestCSVInterface#test_write_hash: 0.01 s: . TestCSVInterface#test_write_hash_with_headers_array: 0.01 s: . TestCSVInterface#test_write_hash_with_headers_string: 0.01 s: . TestCSVInterface#test_write_header_detection: 0.00 s: . TestCSVInterface#test_write_headers: 0.01 s: . TestCSVInterface#test_write_lineno: 0.00 s: . TestCSVParsing#test_aras_edge_cases: 0.03 s: . TestCSVParsing#test_field_size_limit_controls_lookahead: 0.08 s: . TestCSVParsing#test_james_edge_cases: 0.00 s: . TestCSVParsing#test_malformed_csv: 0.01 s: . TestCSVParsing#test_mastering_regex_example: 0.00 s: . TestCSVParsing#test_std_lib_csv: 0.04 s: . TestCSVParsing#test_the_parse_fails_fast_when_it_can_for_unescaped_quotes: 0.00 s: . TestCSVParsing#test_the_parse_fails_fast_when_it_can_for_unquoted_fields: 0.00 s: . TestCSVRow#test_append: 0.00 s: . TestCSVRow#test_array_delegation: 0.00 s: . TestCSVRow#test_delete: 0.00 s: . TestCSVRow#test_each: 0.00 s: . TestCSVRow#test_enumerable: 0.00 s: . TestCSVRow#test_field: 0.00 s: . TestCSVRow#test_fields: 0.00 s: . TestCSVRow#test_headers: 0.00 s: . TestCSVRow#test_index: 0.00 s: . TestCSVRow#test_initialize: 0.00 s: . TestCSVRow#test_inspect_encoding_is_ascii_compatible: 0.00 s: . TestCSVRow#test_inspect_shows_header_field_pairs: 0.00 s: . TestCSVRow#test_inspect_shows_symbol_headers_as_bare_attributes: 0.00 s: . TestCSVRow#test_queries: 0.00 s: . TestCSVRow#test_row_type: 0.00 s: . TestCSVRow#test_set_field: 0.00 s: . TestCSVRow#test_to_a: 0.00 s: . TestCSVRow#test_to_csv: 0.00 s: . TestCSVRow#test_to_hash: 0.00 s: . TestCSVTable#test_append: 0.00 s: . TestCSVTable#test_array_delegation: 0.00 s: . TestCSVTable#test_delete: 0.01 s: . TestCSVTable#test_delete_if: 0.00 s: . TestCSVTable#test_each: 0.00 s: . TestCSVTable#test_enumerable: 0.00 s: . TestCSVTable#test_headers: 0.00 s: . TestCSVTable#test_index: 0.00 s: . TestCSVTable#test_initialze: 0.00 s: . TestCSVTable#test_inspect_encoding_is_ascii_compatible: 0.00 s: . TestCSVTable#test_inspect_shows_current_mode: 0.00 s: . TestCSVTable#test_modes: 0.00 s: . TestCSVTable#test_set_row_or_column: 0.01 s: . TestCSVTable#test_to_a: 0.00 s: . TestCSVTable#test_to_csv: 0.01 s: . TestCSVTable#test_values_at: 0.00 s: . TestCSVWriting#test_col_sep: 0.00 s: . TestCSVWriting#test_force_quotes: 0.00 s: . TestCSVWriting#test_row_sep: 0.00 s: . TestCSVWriting#test_writing: 0.05 s: . TestCall#test_call: 0.00 s: . TestCase#test_case: 0.00 s: . TestClass#test_00_new_basic: 0.00 s: . TestClass#test_01_new_inherited: 0.00 s: . TestClass#test_check_inheritable: 0.00 s: . TestClass#test_class_cmp: 0.00 s: . TestClass#test_class_initialize: 0.00 s: . TestClass#test_initialize_copy: 0.00 s: . TestClass#test_instanciate_singleton_class: 0.00 s: . TestClass#test_module_function: 0.00 s: . TestClass#test_s_inherited: 0.00 s: . TestClass#test_s_new: 0.00 s: . TestClass#test_singleton_class: 0.17 s: . TestClass#test_superclass: 0.00 s: . TestClass#test_superclass_of_basicobject: 0.00 s: . TestClass#test_uninitialized: 0.00 s: . TestClone#test_clone: 0.01 s: . TestComparable#test_between: 0.00 s: . TestComparable#test_equal: 0.00 s: . TestComparable#test_err: 0.00 s: . TestComparable#test_ge: 0.00 s: . TestComparable#test_gt: 0.00 s: . TestComparable#test_le: 0.00 s: . TestComparable#test_lt: 0.00 s: . TestCondition#test_condition: 0.00 s: . TestConfig#test_datadir: 0.02 s: . TestConst#test_const: 0.00 s: . TestContinuation#test_ary_flatten: 0.08 s: . TestContinuation#test_call: 0.00 s: . TestContinuation#test_check_localvars: 0.00 s: . TestContinuation#test_create: 0.00 s: . TestContinuation#test_error: 0.01 s: . TestContinuation#test_marshal_dump: 0.07 s: . TestCookie#test_cookie: 0.72 s: . TestDBM#test_aref: 0.11 s: . TestDBM#test_aset: 0.11 s: . TestDBM#test_clear: 0.11 s: . TestDBM#test_close: 0.15 s: . TestDBM#test_delete: 0.11 s: . TestDBM#test_delete_if: 0.13 s: . TestDBM#test_delete_with_block: 0.11 s: . TestDBM#test_each_key: 0.11 s: . TestDBM#test_each_pair: 0.12 s: . TestDBM#test_each_value: 0.11 s: . TestDBM#test_empty?: 0.11 s: . TestDBM#test_fetch: 0.12 s: . TestDBM#test_has_value?: 0.14 s: . TestDBM#test_haskey?: 0.12 s: . TestDBM#test_invert: 0.12 s: . TestDBM#test_key: 0.11 s: . TestDBM#test_keys: 0.11 s: . TestDBM#test_length: 0.11 s: . TestDBM#test_reject: 0.12 s: . TestDBM#test_replace: 0.12 s: . TestDBM#test_s_new_has_no_block: 0.15 s: . TestDBM#test_s_open_no_create: 0.11 s: . TestDBM#test_s_open_with_block: 0.12 s: . TestDBM#test_select_with_block: 0.12 s: . TestDBM#test_shift: 0.11 s: . TestDBM#test_to_a: 0.12 s: . TestDBM#test_to_hash: 0.12 s: . TestDBM#test_update: 0.12 s: . TestDBM#test_values: 0.15 s: . TestDBM#test_values_at: 0.11 s: . TestDBM2#test_freeze: 0.01 s: . TestDBM2#test_newdb_open: 0.01 s: . TestDBM2#test_newdb_open_notexist: 0.01 s: . TestDBM2#test_reader_open: 0.00 s: . TestDBM2#test_reader_open_notexist: 0.00 s: . TestDBM2#test_wrcreat_open_notexist: 0.00 s: . TestDBM2#test_writer_open_notexist: 0.00 s: . TestDRbAry#test_01: 0.62 s: . TestDRbAry#test_02_collect: 0.23 s: . TestDRbAry#test_03_redo: 0.17 s: . TestDRbAry#test_05_break: 0.20 s: . TestDRbAry#test_06_next: 0.19 s: . TestDRbAry#test_07_break_18: 0.19 s: . TestDRbCore#test_00_DRbObject: 0.18 s: . TestDRbCore#test_01: 0.23 s: . TestDRbCore#test_01_02_loop: 0.46 s: . TestDRbCore#test_02_unknown: 0.21 s: . TestDRbCore#test_03: 0.21 s: . TestDRbCore#test_04: 0.19 s: . TestDRbCore#test_05_eq: 0.18 s: . TestDRbCore#test_06_timeout: 0.39 s: . TestDRbCore#test_07_public_private_protected_missing: 0.23 s: . TestDRbCore#test_08_here: 0.18 s: . TestDRbCore#test_09_option: 0.18 s: . TestDRbCore#test_10_yield: 0.18 s: . TestDRbCore#test_10_yield_undumped: 0.18 s: . TestDRbCore#test_11_remote_no_method_error: 0.23 s: . TestDRbLarge#test_01_large_ary: 0.21 s: . TestDRbLarge#test_02_large_ary: 0.21 s: . TestDRbLarge#test_03_large_ary: 0.18 s: . TestDRbLarge#test_04_many_arg: 0.19 s: . TestDRbLarge#test_05_too_large_ary: 0.30 s: . TestDRbMServer#test_01: 0.20 s: . TestDRbRuby18Yield#test_01_one: 0.00 s: . TestDRbRuby18Yield#test_02_two: 0.00 s: . TestDRbRuby18Yield#test_03_many: 0.00 s: . TestDRbRuby18Yield#test_04_many_to_one: 0.00 s: . TestDRbRuby18Yield#test_05_array_subclass: 0.00 s: . TestDRbRuby18Yield#test_06_taint: 0.00 s: . TestDRbRubyYield#test_01_one: 0.00 s: . TestDRbRubyYield#test_02_two: 0.00 s: . TestDRbRubyYield#test_03_many: 0.00 s: . TestDRbRubyYield#test_04_many_to_one: 0.00 s: . TestDRbRubyYield#test_05_array_subclass: 0.00 s: . TestDRbRubyYield#test_06_taint: 0.00 s: . TestDRbSSLAry#test_01: 0.46 s: . TestDRbSSLAry#test_02_collect: 0.48 s: . TestDRbSSLAry#test_03_redo: 0.46 s: . TestDRbSSLAry#test_05_break: 0.51 s: . TestDRbSSLAry#test_06_next: 0.45 s: . TestDRbSSLAry#test_07_break_18: 0.47 s: . TestDRbSSLCore#test_00_DRbObject: 0.49 s: . TestDRbSSLCore#test_01: 0.50 s: . TestDRbSSLCore#test_01_02_loop: 0.44 s: . TestDRbSSLCore#test_02_unknown: 0.48 s: . TestDRbSSLCore#test_03: 0.74 s: . TestDRbSSLCore#test_04: 0.54 s: . TestDRbSSLCore#test_05_eq: 0.47 s: . TestDRbSSLCore#test_06_timeout: 0.94 s: . TestDRbSSLCore#test_07_public_private_protected_missing: 1.15 s: . TestDRbSSLCore#test_08_here: 0.55 s: . TestDRbSSLCore#test_09_option: 0.47 s: . TestDRbSSLCore#test_10_yield: 0.58 s: . TestDRbSSLCore#test_10_yield_undumped: 0.52 s: . TestDRbSSLCore#test_11_remote_no_method_error: 0.74 s: . TestDRbSafe1#test_01: 0.21 s: . TestDRbSafe1#test_02_collect: 0.19 s: . TestDRbSafe1#test_03_redo: 0.18 s: . TestDRbSafe1#test_05_break: 0.17 s: . TestDRbSafe1#test_06_next: 0.20 s: . TestDRbSafe1#test_07_break_18: 0.18 s: . TestDRbUNIXAry#test_01: 0.65 s: . TestDRbUNIXAry#test_02_collect: 0.25 s: . TestDRbUNIXAry#test_03_redo: 0.29 s: . TestDRbUNIXAry#test_05_break: 0.23 s: . TestDRbUNIXAry#test_06_next: 0.25 s: . TestDRbUNIXAry#test_07_break_18: 0.25 s: . TestDRbUNIXCore#test_00_DRbObject: 0.27 s: . TestDRbUNIXCore#test_01: 0.26 s: . TestDRbUNIXCore#test_01_02_loop: 0.24 s: . TestDRbUNIXCore#test_02_unknown: 0.23 s: . TestDRbUNIXCore#test_03: 0.29 s: . TestDRbUNIXCore#test_04: 0.23 s: . TestDRbUNIXCore#test_05_eq: 0.24 s: . TestDRbUNIXCore#test_06_timeout: 0.49 s: . TestDRbUNIXCore#test_07_public_private_protected_missing: 0.25 s: . TestDRbUNIXCore#test_08_here: 0.25 s: . TestDRbUNIXCore#test_09_option: 0.23 s: . TestDRbUNIXCore#test_10_yield: 0.29 s: . TestDRbUNIXCore#test_10_yield_undumped: 0.24 s: . TestDRbUNIXCore#test_11_remote_no_method_error: 0.23 s: . TestDRbYield#test_01_one: 0.19 s: . TestDRbYield#test_02_two: 0.23 s: . TestDRbYield#test_03_many: 0.21 s: . TestDRbYield#test_04_many_to_one: 0.19 s: . TestDRbYield#test_05_array_subclass: 0.20 s: . TestDRbYield#test_06_taint: 0.17 s: . TestDataConverters#test_builtin_all_nested_combo_converter: 0.03 s: . TestDataConverters#test_builtin_date_converter: 0.01 s: . TestDataConverters#test_builtin_date_time_converter: 0.00 s: . TestDataConverters#test_builtin_float_converter: 0.00 s: . TestDataConverters#test_builtin_integer_converter: 0.00 s: . TestDataConverters#test_builtin_numeric_combo_converter: 0.01 s: . TestDataConverters#test_convert_order: 0.01 s: . TestDataConverters#test_convert_with_builtin: 0.00 s: . TestDataConverters#test_convert_with_custom_code: 0.00 s: . TestDataConverters#test_convert_with_custom_code_using_field_info: 0.00 s: . TestDataConverters#test_convert_with_custom_code_using_field_info_header: 0.00 s: . TestDataConverters#test_shortcut_interface: 0.01 s: . TestDataConverters#test_unconverted_fields: 0.02 s: . TestDate#test__const: 0.00 s: . TestDate#test_eql_p: 0.00 s: . TestDate#test_freeze: 0.00 s: . TestDate#test_hash: 0.00 s: . TestDate#test_sub: 0.00 s: . TestDateArith#test__compare: 0.00 s: . TestDateArith#test__minus: 0.00 s: . TestDateArith#test__minus__ex: 0.00 s: . TestDateArith#test__plus: 0.00 s: . TestDateArith#test__plus__ex: 0.00 s: . TestDateArith#test_downto: 0.00 s: . TestDateArith#test_downto__noblock: 0.00 s: . TestDateArith#test_next: 0.00 s: . TestDateArith#test_next_day: 0.00 s: . TestDateArith#test_next_month: 0.00 s: . TestDateArith#test_next_month__2: 0.00 s: . TestDateArith#test_next_year: 0.00 s: . TestDateArith#test_prev: 0.00 s: . TestDateArith#test_prev_day: 0.00 s: . TestDateArith#test_prev_month: 0.00 s: . TestDateArith#test_prev_month__2: 0.00 s: . TestDateArith#test_prev_year: 0.00 s: . TestDateArith#test_step: 0.00 s: . TestDateArith#test_step__noblock: 0.00 s: . TestDateArith#test_upto: 0.00 s: . TestDateArith#test_upto__noblock: 0.00 s: . TestDateAttr#test__attr: 0.00 s: . TestDateAttr#test__wday_predicate: 0.00 s: . TestDateAttr#test_nth_kday: 0.00 s: . TestDateBase#test__inf: 0.00 s: . TestDateBase#test_civil__gregorian: 0.00 s: . TestDateBase#test_civil__julian: 0.00 s: . TestDateBase#test_commercial__gregorian: 0.00 s: . TestDateBase#test_ld: 0.00 s: . TestDateBase#test_leap?: 0.00 s: . TestDateBase#test_mjd: 0.00 s: . TestDateBase#test_nth_kday: 0.00 s: . TestDateBase#test_ordinal__gregorian: 0.00 s: . TestDateBase#test_ordinal__julian: 0.00 s: . TestDateBase#test_valid_civil: 0.00 s: . TestDateBase#test_valid_civil__edge: 0.27 s: . TestDateBase#test_valid_civil__england: 0.00 s: . TestDateBase#test_valid_civil__italy: 0.01 s: . TestDateBase#test_valid_commercial: 0.00 s: . TestDateBase#test_valid_jd: 0.00 s: . TestDateBase#test_valid_nth_kday: 0.00 s: . TestDateBase#test_valid_ordinal: 0.00 s: . TestDateBase#test_valid_ordinal__edge: 0.30 s: . TestDateBase#test_valid_ordinal__england: 0.02 s: . TestDateBase#test_valid_ordinal__italy: 0.02 s: . TestDateBase#test_valid_time: 0.00 s: . TestDateBase#test_valid_weeknum: 0.00 s: . TestDateBase#test_wday: 0.00 s: . TestDateBase#test_weeknum: 0.00 s: . TestDateBase#test_weeknum__2: 0.00 s: . TestDateCompat#test_compat: 0.00 s: . TestDateConv#test_to_class: 0.00 s: . TestDateConv#test_to_date__from_date: 0.00 s: . TestDateConv#test_to_date__from_datetime: 0.00 s: . TestDateConv#test_to_date__from_time: 0.00 s: . TestDateConv#test_to_datetime__from_date: 0.00 s: . TestDateConv#test_to_datetime__from_datetime: 0.00 s: . TestDateConv#test_to_datetime__from_time: 0.01 s: . TestDateConv#test_to_time__from_date: 0.00 s: . TestDateConv#test_to_time__from_datetime: 0.00 s: . TestDateConv#test_to_time__from_time: 0.00 s: . TestDateMarshal#test_marshal: 0.00 s: . TestDateNew#test_civil: 0.00 s: . TestDateNew#test_civil__ex: 0.00 s: . TestDateNew#test_civil__neg: 0.00 s: . TestDateNew#test_civil__reform: 0.00 s: . TestDateNew#test_commercial: 0.00 s: . TestDateNew#test_commercial__ex: 0.00 s: . TestDateNew#test_commercial__neg: 0.00 s: . TestDateNew#test_jd: 0.00 s: . TestDateNew#test_jd__ex: 0.00 s: . TestDateNew#test_now: 0.00 s: . TestDateNew#test_nth_kday: 0.00 s: . TestDateNew#test_ordinal: 0.00 s: . TestDateNew#test_ordinal__ex: 0.00 s: . TestDateNew#test_ordinal__neg: 0.00 s: . TestDateNew#test_today: 0.00 s: . TestDateNew#test_weeknum: 0.00 s: . TestDateParse#test__httpdate: 0.01 s: . TestDateParse#test__iso8601: 0.02 s: . TestDateParse#test__jisx0301: 0.00 s: . TestDateParse#test__parse: 0.14 s: . TestDateParse#test__parse__2: 0.01 s: . TestDateParse#test__parse_slash_exp: 0.01 s: . TestDateParse#test__rfc2822: 0.00 s: . TestDateParse#test__rfc3339: 0.00 s: . TestDateParse#test__xmlschema: 0.01 s: . TestDateParse#test_httpdate: 0.00 s: . TestDateParse#test_iso8601: 0.00 s: . TestDateParse#test_jisx0301: 0.00 s: . TestDateParse#test_parse: 0.00 s: . TestDateParse#test_parse__2: 0.01 s: . TestDateParse#test_parse__comp: 0.01 s: . TestDateParse#test_parse__d_to_s: 0.00 s: . TestDateParse#test_parse__ex: 0.01 s: . TestDateParse#test_parse__time: 0.01 s: . TestDateParse#test_rfc2822: 0.00 s: . TestDateParse#test_rfc3339: 0.00 s: . TestDateParse#test_xmlschema: 0.00 s: . TestDateStrftime#test__different_format: 0.06 s: . TestDateStrftime#test_strftime: 0.03 s: . TestDateStrftime#test_strftime__2: 0.03 s: . TestDateStrftime#test_strftime__3_1: 12.44 s: . TestDateStrftime#test_strftime__3_2: 17.65 s: . TestDateStrftime#test_strftime__4: 0.01 s: . TestDateStrftime#test_strftime__gnuext: 0.01 s: . TestDateStrftime#test_strftime__gnuext_LN: 0.00 s: . TestDateStrftime#test_strftime__gnuext_z: 0.00 s: . TestDateStrftime#test_strftime__minus: 0.00 s: . TestDateStrftime#test_strftime__offset: 0.08 s: . TestDateStrptime#test__strptime: 0.04 s: . TestDateStrptime#test__strptime__2: 0.08 s: . TestDateStrptime#test__strptime__3: 0.03 s: . TestDateStrptime#test__strptime__fail: 0.01 s: . TestDateStrptime#test__strptime__width: 0.01 s: . TestDateStrptime#test_strptime: 0.01 s: . TestDateStrptime#test_strptime__2: 16.10 s: . TestDateStrptime#test_strptime__comp: 0.01 s: . TestDateStrptime#test_strptime__d_to_s: 0.00 s: . TestDateStrptime#test_strptime__ex: 0.01 s: . TestDateStrptime#test_strptime__minus: 0.00 s: . TestDefined#test_defined: 0.00 s: . TestDelegateClass#test_delegateclass_class: 0.00 s: . TestDelegateClass#test_extend: 0.00 s: . TestDelegateClass#test_simpledelegator_class: 0.00 s: . TestDelegateClass#test_systemcallerror_eq: 0.00 s: . TestDigest::TestMD5#test_eq: 0.00 s: . TestDigest::TestMD5#test_instance_eval: 0.00 s: . TestDigest::TestMD5#test_s_digest: 0.00 s: . TestDigest::TestMD5#test_s_hexdigest: 0.00 s: . TestDigest::TestMD5#test_update: 0.00 s: . TestDigest::TestRMD160#test_eq: 0.00 s: . TestDigest::TestRMD160#test_instance_eval: 0.00 s: . TestDigest::TestRMD160#test_s_digest: 0.00 s: . TestDigest::TestRMD160#test_s_hexdigest: 0.00 s: . TestDigest::TestRMD160#test_update: 0.00 s: . TestDigest::TestSHA1#test_eq: 0.00 s: . TestDigest::TestSHA1#test_instance_eval: 0.00 s: . TestDigest::TestSHA1#test_s_digest: 0.00 s: . TestDigest::TestSHA1#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA1#test_update: 0.00 s: . TestDir#test_JVN_13947696: 0.07 s: . TestDir#test_chdir: 0.04 s: . TestDir#test_chroot_nodir: 0.05 s: . TestDir#test_close: 0.06 s: . TestDir#test_foreach: 0.06 s: . TestDir#test_glob: 0.07 s: . TestDir#test_inspect: 0.08 s: . TestDir#test_nodir: 0.04 s: . TestDir#test_path: 0.05 s: . TestDir#test_rewind: 0.07 s: . TestDir#test_seek: 0.02 s: . TestDir#test_set_pos: 0.02 s: . TestERB#test___ENCODING__: 0.00 s: . TestERB#test_generate_magic_comment: 0.43 s: . TestERB#test_literal_encoding: 0.06 s: . TestERB#test_method_with_encoding: 0.03 s: . TestERB#test_recognize_magic_comment: 0.00 s: . TestERB#test_result_encoding: 0.01 s: . TestERB#test_with_filename: 0.00 s: . TestERB#test_with_filename_and_safe_level: 0.00 s: . TestERB#test_without_filename: 0.00 s: . TestERB#test_without_filename_with_safe_level: 0.00 s: . TestERBCore#test_core: 0.04 s: . TestERBCore#test_def_class: 0.00 s: . TestERBCore#test_def_erb_method: 0.02 s: . TestERBCore#test_def_method_with_fname: 0.00 s: . TestERBCore#test_def_method_without_filename: 0.00 s: . TestERBCore#test_escape: 0.00 s: . TestERBCore#test_explicit: 0.00 s: . TestERBCore#test_keep_lineno: 0.01 s: . TestERBCore#test_percent: 0.00 s: . TestERBCore#test_percent_after_etag: 0.00 s: . TestERBCore#test_safe_04: 0.00 s: . TestERBCore#test_url_encode: 0.00 s: . TestERBCoreWOStrScan#test_core: 0.05 s: . TestERBCoreWOStrScan#test_def_class: 0.00 s: . TestERBCoreWOStrScan#test_def_erb_method: 0.00 s: . TestERBCoreWOStrScan#test_def_method_with_fname: 0.00 s: . TestERBCoreWOStrScan#test_def_method_without_filename: 0.00 s: . TestERBCoreWOStrScan#test_escape: 0.00 s: . TestERBCoreWOStrScan#test_explicit: 0.00 s: . TestERBCoreWOStrScan#test_keep_lineno: 0.01 s: . TestERBCoreWOStrScan#test_percent: 0.00 s: . TestERBCoreWOStrScan#test_percent_after_etag: 0.00 s: . TestERBCoreWOStrScan#test_safe_04: 0.00 s: . TestERBCoreWOStrScan#test_url_encode: 0.00 s: . TestEUC_JP#test_charboundary: 0.00 s: . TestEUC_JP#test_mbc_case_fold: 0.00 s: . TestEUC_JP#test_property: 0.00 s: . TestEncoding#test_aliases: 0.02 s: . TestEncoding#test_dummy_p: 0.00 s: . TestEncoding#test_enc_names: 0.21 s: . TestEncoding#test_encoding: 0.06 s: . TestEncoding#test_find: 0.01 s: . TestEncoding#test_name_list: 0.00 s: . TestEncoding#test_singleton: 0.05 s: . TestEncodingConverter#test_88591: 0.00 s: . TestEncodingConverter#test_accumulate_dst1: 0.00 s: . TestEncodingConverter#test_accumulate_dst2: 0.00 s: . TestEncodingConverter#test_after_output: 0.00 s: . TestEncodingConverter#test_asciicompat_encoding_iso2022jp: 0.02 s: . TestEncodingConverter#test_convert: 0.00 s: . TestEncodingConverter#test_convpath: 0.02 s: . TestEncodingConverter#test_cr_newline: 0.00 s: . TestEncodingConverter#test_cr_newline2: 0.02 s: . TestEncodingConverter#test_crlf_newline: 0.00 s: . TestEncodingConverter#test_crlf_newline2: 0.02 s: . TestEncodingConverter#test_econv_new_hash: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_euc_jp: 0.01 s: . TestEncodingConverter#test_errinfo_invalid_euc_jp2: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_partial_character: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_utf16be: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_utf16le: 0.00 s: . TestEncodingConverter#test_errinfo_undefined_hiragana: 0.00 s: . TestEncodingConverter#test_errinfo_valid_partial_character: 0.00 s: . TestEncodingConverter#test_errors: 0.00 s: . TestEncodingConverter#test_errors2: 0.00 s: . TestEncodingConverter#test_eucjp_to_utf8: 0.00 s: . TestEncodingConverter#test_exc_incomplete: 0.00 s: . TestEncodingConverter#test_exc_invalid: 0.00 s: . TestEncodingConverter#test_exc_undef: 0.00 s: . TestEncodingConverter#test_finish_incomplete_error: 0.00 s: . TestEncodingConverter#test_finish_iso2022jp: 0.00 s: . TestEncodingConverter#test_get_encoding: 0.00 s: . TestEncodingConverter#test_get_replacement: 0.00 s: . TestEncodingConverter#test_hex_charref: 0.00 s: . TestEncodingConverter#test_invalid: 0.00 s: . TestEncodingConverter#test_invalid2: 0.00 s: . TestEncodingConverter#test_invalid3: 0.00 s: . TestEncodingConverter#test_invalid4: 0.00 s: . TestEncodingConverter#test_invalid_ignore: 0.00 s: . TestEncodingConverter#test_invalid_replace: 0.00 s: . TestEncodingConverter#test_invalid_utf16be: 0.00 s: . TestEncodingConverter#test_invalid_utf16le: 0.00 s: . TestEncodingConverter#test_invalid_utf32be: 0.00 s: . TestEncodingConverter#test_invalid_utf32le: 0.00 s: . TestEncodingConverter#test_iso2022jp: 0.00 s: . TestEncodingConverter#test_iso2022jp_decode: 0.00 s: . TestEncodingConverter#test_iso2022jp_encode: 0.00 s: . TestEncodingConverter#test_iso2022jp_invalid_replace: 0.00 s: . TestEncodingConverter#test_last_error1: 0.00 s: . TestEncodingConverter#test_last_error2: 0.00 s: . TestEncodingConverter#test_newline_converter_with_ascii_incompatible: 0.00 s: . TestEncodingConverter#test_nil_destination_bytesize: 0.01 s: . TestEncodingConverter#test_nil_destination_bytesize2: 0.00 s: . TestEncodingConverter#test_nil_destination_bytesize_with_nonnil_byteoffset: 0.00 s: . TestEncodingConverter#test_nil_source_buffer: 0.00 s: . TestEncodingConverter#test_noconv: 0.02 s: . TestEncodingConverter#test_noconv_after_output: 0.02 s: . TestEncodingConverter#test_noconv_insert_output: 0.03 s: . TestEncodingConverter#test_noconv_partial: 0.02 s: . TestEncodingConverter#test_output_iso2022jp: 0.00 s: . TestEncodingConverter#test_output_region: 0.00 s: . TestEncodingConverter#test_partial_input: 0.00 s: . TestEncodingConverter#test_putback: 0.00 s: . TestEncodingConverter#test_putback2: 0.00 s: . TestEncodingConverter#test_result_encoding: 0.00 s: . TestEncodingConverter#test_s_asciicompat_encoding: 0.02 s: . TestEncodingConverter#test_s_new: 0.00 s: . TestEncodingConverter#test_s_new_convpath: 0.00 s: . TestEncodingConverter#test_s_new_fail: 0.02 s: . TestEncodingConverter#test_search_convpath: 0.00 s: . TestEncodingConverter#test_set_replacement: 0.00 s: . TestEncodingConverter#test_undef_ignore: 0.00 s: . TestEncodingConverter#test_undef_replace: 0.00 s: . TestEncodingConverter#test_universal_newline: 0.00 s: . TestEncodingConverter#test_universal_newline2: 0.02 s: . TestEncodingConverter#test_us_ascii: 0.00 s: . TestEncodingConverter#test_utf8_mac: 0.01 s: . TestEncodingConverter#test_xml_escape_attr_content: 0.12 s: . TestEncodingConverter#test_xml_escape_attr_quote: 0.11 s: . TestEncodingConverter#test_xml_escape_text: 0.06 s: . TestEncodingConverter#test_xml_escape_with_charref: 0.00 s: . TestEncodingConverter#test_xml_hasharg: 0.00 s: . TestEncodings#test_auto_line_ending_detection: 0.01 s: . TestEncodings#test_built_in_converters_transcode_to_utf_8_then_convert: 0.00 s: . TestEncodings#test_built_in_header_converters_transcode_to_utf_8_then_convert: 0.00 s: . TestEncodings#test_can_write_csv_in_any_encoding: 0.59 s: . TestEncodings#test_csv_chars_are_transcoded: 0.01 s: . TestEncodings#test_foreach_allows_you_to_set_encodings: 0.01 s: . TestEncodings#test_open_allows_you_to_set_encodings: 0.02 s: . TestEncodings#test_parser_works_with_encoded_headers: 0.00 s: . TestEncodings#test_parses_latin1_encoding: 0.00 s: . TestEncodings#test_parses_shift_jis_encoding: 0.00 s: . TestEncodings#test_parses_utf16be_encoding: 0.00 s: . TestEncodings#test_parses_utf8_encoding: 0.00 s: . TestEncodings#test_read_allows_you_to_set_encodings: 0.02 s: . TestEncodings#test_reading_with_most_encodings: 0.11 s: . TestEncodings#test_regular_expression_escaping: 0.11 s: . TestEnumerable#test_all: 0.00 s: . TestEnumerable#test_any: 0.00 s: . TestEnumerable#test_callcc: 0.00 s: . TestEnumerable#test_count: 0.00 s: . TestEnumerable#test_cycle: 0.00 s: . TestEnumerable#test_drop: 0.00 s: . TestEnumerable#test_drop_while: 0.00 s: . TestEnumerable#test_each_with_index: 0.00 s: . TestEnumerable#test_each_with_object: 0.00 s: . TestEnumerable#test_find: 0.00 s: . TestEnumerable#test_find_all: 0.00 s: . TestEnumerable#test_find_index: 0.00 s: . TestEnumerable#test_first: 0.00 s: . TestEnumerable#test_grep: 0.00 s: . TestEnumerable#test_group_by: 0.00 s: . TestEnumerable#test_inject: 0.00 s: . TestEnumerable#test_max: 0.00 s: . TestEnumerable#test_max_by: 0.00 s: . TestEnumerable#test_member: 0.00 s: . TestEnumerable#test_min: 0.00 s: . TestEnumerable#test_min_by: 0.00 s: . TestEnumerable#test_minmax: 0.00 s: . TestEnumerable#test_minmax_by: 0.00 s: . TestEnumerable#test_none: 0.00 s: . TestEnumerable#test_one: 0.00 s: . TestEnumerable#test_partition: 0.00 s: . TestEnumerable#test_reject: 0.00 s: . TestEnumerable#test_reverse_each: 0.00 s: . TestEnumerable#test_sort: 0.00 s: . TestEnumerable#test_sort_by: 0.00 s: . TestEnumerable#test_take: 0.00 s: . TestEnumerable#test_take_while: 0.00 s: . TestEnumerable#test_to_a: 0.00 s: . TestEnumerable#test_zip: 0.00 s: . TestEnumerator#test_cons: 0.00 s: . TestEnumerator#test_gc: 1.62 s: . TestEnumerator#test_initialize: 0.00 s: . TestEnumerator#test_initialize_copy: 0.00 s: . TestEnumerator#test_iterators: 0.00 s: . TestEnumerator#test_loop: 0.00 s: . TestEnumerator#test_nested_itaration: 0.00 s: . TestEnumerator#test_next: 0.00 s: . TestEnumerator#test_next_rewind: 0.00 s: . TestEnumerator#test_slice: 0.00 s: . TestEnumerator#test_with_index: 0.00 s: . TestEnumerator#test_with_object: 0.00 s: . TestEnv#test_aset: 0.00 s: . TestEnv#test_assoc: 0.00 s: . TestEnv#test_bracket: 0.00 s: . TestEnv#test_clear: 0.00 s: . TestEnv#test_delete: 0.00 s: . TestEnv#test_each_key: 0.00 s: . TestEnv#test_each_pair: 0.00 s: . TestEnv#test_each_value: 0.00 s: . TestEnv#test_empty_p: 0.00 s: . TestEnv#test_fetch: 0.00 s: . TestEnv#test_getenv: 0.00 s: . TestEnv#test_has_key: 0.00 s: . TestEnv#test_has_value: 0.00 s: . TestEnv#test_has_value2: 0.00 s: . TestEnv#test_inspect: 0.00 s: . TestEnv#test_invert: 0.00 s: . TestEnv#test_key: 0.00 s: . TestEnv#test_keys: 0.00 s: . TestEnv#test_rassoc: 0.00 s: . TestEnv#test_rehash: 0.00 s: . TestEnv#test_reject: 0.00 s: . TestEnv#test_reject_bang: 0.00 s: . TestEnv#test_replace: 0.00 s: . TestEnv#test_select: 0.00 s: . TestEnv#test_shift: 0.00 s: . TestEnv#test_size: 0.00 s: . TestEnv#test_to_a: 0.00 s: . TestEnv#test_to_hash: 0.00 s: . TestEnv#test_to_s: 0.00 s: . TestEnv#test_update: 0.00 s: . TestEnv#test_values: 0.00 s: . TestEnv#test_values_at: 0.00 s: . TestEtc#test_getgrgid: 0.55 s: . TestEtc#test_getgrnam: 0.05 s: . TestEtc#test_getlogin: 0.00 s: . TestEtc#test_getpwnam: 0.18 s: . TestEtc#test_getpwuid: 0.04 s: . TestEtc#test_group: 0.08 s: . TestEtc#test_group_with_low_level_api: 0.08 s: . TestEtc#test_passwd: 0.07 s: . TestEtc#test_passwd_with_low_level_api: 0.07 s: . TestEucKr#test_code_to_mbc: 0.00 s: . TestEucKr#test_left_adjust_char_head: 0.00 s: . TestEucKr#test_mbc_case_fold: 0.00 s: . TestEucKr#test_mbc_enc_len: 0.00 s: . TestEucKr#test_mbc_to_code: 0.00 s: . TestEucTw#test_code_to_mbc: 0.00 s: . TestEucTw#test_left_adjust_char_head: 0.00 s: . TestEucTw#test_mbc_case_fold: 0.00 s: . TestEucTw#test_mbc_enc_len: 0.00 s: . TestEucTw#test_mbc_to_code: 0.00 s: . TestEval#test_cvar_scope_with_instance_eval: 0.00 s: . TestEval#test_define_method_block: 0.00 s: . TestEval#test_ev: 0.00 s: . TestEval#test_eval_and_define_method: 0.00 s: . TestEval#test_eval_basic: 0.00 s: . TestEval#test_eval_binding_basic: 0.00 s: . TestEval#test_eval_orig: 0.00 s: . TestEval#test_eval_raise: 0.00 s: . TestEval#test_eval_using_integer_as_binding: 0.00 s: . TestEval#test_eval_using_untainted_binding_under_safe4: 0.00 s: . TestEval#test_eval_with_toplevel_binding: 0.10 s: . TestEval#test_fixnum_instance_eval_cvar: 0.01 s: . TestEval#test_instance_eval_block_basic: 0.01 s: . TestEval#test_instance_eval_cvar: 0.00 s: . TestEval#test_instance_eval_string_basic: 0.02 s: . TestEval#test_module_eval_block_basic: 0.00 s: . TestEval#test_module_eval_string_basic: 0.00 s: . TestEval#test_nil_instance_eval_cvar: 0.00 s: . TestException#test_else: 0.00 s: . TestException#test_errat: 0.46 s: . TestException#test_exception: 0.01 s: . TestException#test_raise_with_wrong_number_of_arguments: 0.00 s: . TestFiber#test_alive: 0.00 s: . TestFiber#test_argument: 0.00 s: . TestFiber#test_error: 0.01 s: . TestFiber#test_many_fibers: 5.12 s: . TestFiber#test_many_fibers_with_threads: 22.49 s: . TestFiber#test_normal: 0.00 s: . TestFiber#test_return: 0.00 s: . TestFiber#test_term: 0.00 s: . TestFiber#test_throw: 0.00 s: . TestFiber#test_tls: 0.00 s: . TestFiber#test_transfer: 0.00 s: . TestFile#test_chown: 0.00 s: . TestFile#test_each_byte_extended_file: 0.01 s: . TestFile#test_each_char_extended_file: 0.01 s: . TestFile#test_eof_0: 0.00 s: . TestFile#test_eof_0_rw: 0.00 s: . TestFile#test_eof_0_seek: 0.00 s: . TestFile#test_eof_1: 0.02 s: . TestFile#test_eof_1_seek: 0.04 s: . TestFile#test_eof_2: 0.00 s: . TestFile#test_eof_3: 0.00 s: . TestFile#test_getbyte_extended_file: 0.00 s: . TestFile#test_getc_extended_file: 0.01 s: . TestFile#test_gets_extended_file: 0.00 s: . TestFile#test_gets_para_extended_file: 0.01 s: . TestFile#test_read_all_extended_file: 0.00 s: . TestFile#test_s_chown: 0.00 s: . TestFile#test_truncate_beyond_eof: 0.00 s: . TestFile#test_truncate_rbuf: 0.00 s: . TestFile#test_truncate_wbuf: 0.00 s: . TestFile#test_uninitialized: 0.00 s: . TestFile#test_unlink_before_close: 0.00 s: . TestFileExhaustive#test_absolute_path: 0.61 s: . TestFileExhaustive#test_atime: 0.29 s: . TestFileExhaustive#test_basename: 0.31 s: . TestFileExhaustive#test_blockdev_p: 0.28 s: . TestFileExhaustive#test_chardev_p: 0.27 s: . TestFileExhaustive#test_chmod: 0.30 s: . TestFileExhaustive#test_chown: 0.31 s: . TestFileExhaustive#test_ctime: 0.27 s: . TestFileExhaustive#test_directory_p: 0.31 s: . TestFileExhaustive#test_dirname: 0.27 s: . TestFileExhaustive#test_executable_p: 0.27 s: . TestFileExhaustive#test_executable_real_p: 0.27 s: . TestFileExhaustive#test_exist_p: 0.30 s: . TestFileExhaustive#test_expand_path: 0.28 s: . TestFileExhaustive#test_extname: 0.28 s: . TestFileExhaustive#test_file_p: 0.27 s: . TestFileExhaustive#test_find_file: 0.30 s: . TestFileExhaustive#test_flock: 0.28 s: . TestFileExhaustive#test_ftype: 0.27 s: . TestFileExhaustive#test_hardlink: 0.30 s: . TestFileExhaustive#test_identical_p: 0.28 s: . TestFileExhaustive#test_join: 0.27 s: . TestFileExhaustive#test_lchmod: 0.27 s: . TestFileExhaustive#test_lchown: 0.30 s: . TestFileExhaustive#test_mtime: 0.28 s: . TestFileExhaustive#test_owned_p: 0.27 s: . TestFileExhaustive#test_path: 0.30 s: . TestFileExhaustive#test_path_check: 0.28 s: . TestFileExhaustive#test_pipe_p: 0.27 s: . TestFileExhaustive#test_readable_p: 0.27 s: . TestFileExhaustive#test_readable_real_p: 0.31 s: . TestFileExhaustive#test_rename: 0.27 s: . TestFileExhaustive#test_s_size: 0.27 s: . TestFileExhaustive#test_size: 0.30 s: . TestFileExhaustive#test_size_p: 0.27 s: . TestFileExhaustive#test_socket_p: 0.27 s: . TestFileExhaustive#test_split: 0.27 s: . TestFileExhaustive#test_stat: 1.38 s: . TestFileExhaustive#test_stat_blockdev_p: 0.27 s: . TestFileExhaustive#test_stat_chardev_p: 0.27 s: . TestFileExhaustive#test_stat_directory_p: 0.31 s: . TestFileExhaustive#test_stat_executable_p: 0.27 s: . TestFileExhaustive#test_stat_executable_real_p: 0.27 s: . TestFileExhaustive#test_stat_file_p: 0.27 s: . TestFileExhaustive#test_stat_ftype: 0.30 s: . TestFileExhaustive#test_stat_init: 1.37 s: . TestFileExhaustive#test_stat_owned_p: 0.27 s: . TestFileExhaustive#test_stat_pipe_p: 0.30 s: . TestFileExhaustive#test_stat_readable_p: 0.27 s: . TestFileExhaustive#test_stat_readable_real_p: 0.27 s: . TestFileExhaustive#test_stat_size: 0.30 s: . TestFileExhaustive#test_stat_size_p: 0.27 s: . TestFileExhaustive#test_stat_socket_p: 0.27 s: . TestFileExhaustive#test_stat_suid_sgid_sticky: 0.27 s: . TestFileExhaustive#test_stat_symlink_p: 0.30 s: . TestFileExhaustive#test_stat_world_readable_p: 0.27 s: . TestFileExhaustive#test_stat_world_writable_p: 0.27 s: . TestFileExhaustive#test_stat_writable_p: 0.30 s: . TestFileExhaustive#test_stat_writable_real_p: 0.27 s: . TestFileExhaustive#test_stat_zero_p: 0.27 s: . TestFileExhaustive#test_suid_sgid_sticky: 0.27 s: . TestFileExhaustive#test_symlink: 0.30 s: . TestFileExhaustive#test_symlink2: 0.27 s: . TestFileExhaustive#test_symlink_p: 0.27 s: . TestFileExhaustive#test_test: 1.41 s: . TestFileExhaustive#test_truncate: 0.28 s: . TestFileExhaustive#test_umask: 0.27 s: . TestFileExhaustive#test_unlink: 0.27 s: . TestFileExhaustive#test_utime: 0.30 s: . TestFileExhaustive#test_world_readable_p: 0.27 s: . TestFileExhaustive#test_world_writable_p: 0.27 s: . TestFileExhaustive#test_writable_p: 0.30 s: . TestFileExhaustive#test_writable_real_p: 0.28 s: . TestFileExhaustive#test_zero_p: 0.27 s: . TestFileUtils#test_cd: 0.23 s: . TestFileUtils#test_chdir: 0.17 s: . TestFileUtils#test_chmod: 0.15 s: . TestFileUtils#test_chmod_R: 0.17 s: . TestFileUtils#test_chown: 0.15 s: . TestFileUtils#test_chown_R: 0.14 s: . TestFileUtils#test_cmp: 0.15 s: . TestFileUtils#test_collect_methods: 0.11 s: . TestFileUtils#test_commands: 0.15 s: . TestFileUtils#test_compare_file: 0.14 s: . TestFileUtils#test_compare_stream: 0.13 s: . TestFileUtils#test_copy_entry: 0.18 s: . TestFileUtils#test_copy_file: 0.15 s: . TestFileUtils#test_copy_stream: 0.24 s: . TestFileUtils#test_cp: 0.23 s: . TestFileUtils#test_cp_r: 0.41 s: . TestFileUtils#test_getwd: 0.13 s: . TestFileUtils#test_have_option?: 0.14 s: . TestFileUtils#test_identical?: 0.16 s: . TestFileUtils#test_install: 0.24 s: . TestFileUtils#test_link: 0.14 s: . TestFileUtils#test_ln: 0.17 s: . TestFileUtils#test_ln_s: 0.16 s: . TestFileUtils#test_ln_sf: 0.19 s: . TestFileUtils#test_makedirs: 0.15 s: . TestFileUtils#test_mkdir: 0.22 s: . TestFileUtils#test_mkdir_p: 1.28 s: . TestFileUtils#test_mkpath: 0.15 s: . TestFileUtils#test_move: 0.17 s: . TestFileUtils#test_mv: 0.26 s: . TestFileUtils#test_options: 0.13 s: . TestFileUtils#test_options_of: 0.13 s: . TestFileUtils#test_pwd: 0.15 s: . TestFileUtils#test_remove_dir: 0.16 s: . TestFileUtils#test_remove_entry_secure: 0.30 s: . TestFileUtils#test_remove_file: 0.22 s: . TestFileUtils#test_rm: 0.17 s: . TestFileUtils#test_rm_f: 0.27 s: . TestFileUtils#test_rm_r: 0.29 s: . TestFileUtils#test_rm_rf: 0.14 s: . TestFileUtils#test_rmdir: 0.16 s: . TestFileUtils#test_rmtree: 0.15 s: . TestFileUtils#test_safe_unlink: 0.14 s: . TestFileUtils#test_symlink: 0.15 s: . TestFileUtils#test_touch: 0.17 s: . TestFileUtils#test_uptodate?: 0.16 s: . TestFileUtils#test_with_big_file: 0.28 s: . TestFileUtilsDryRun#test_visibility: 0.01 s: . TestFileUtilsNoWrite#test_cp: 0.14 s: . TestFileUtilsNoWrite#test_mkdir: 0.11 s: . TestFileUtilsNoWrite#test_mkdir_p: 0.11 s: . TestFileUtilsNoWrite#test_mv: 0.14 s: . TestFileUtilsNoWrite#test_rm: 0.12 s: . TestFileUtilsNoWrite#test_rm_f: 0.12 s: . TestFileUtilsNoWrite#test_rm_rf: 0.12 s: . TestFileUtilsNoWrite#test_visibility: 0.14 s: . TestFileUtilsVerbose#test_visibility: 0.01 s: . TestFixnum#test_abs: 0.00 s: . TestFixnum#test_cmp: 0.01 s: . TestFixnum#test_div: 0.00 s: . TestFixnum#test_divide: 0.01 s: . TestFixnum#test_divmod: 0.02 s: . TestFixnum#test_lshift: 0.00 s: . TestFixnum#test_minus: 0.00 s: . TestFixnum#test_mod: 0.00 s: . TestFixnum#test_mul: 0.00 s: . TestFixnum#test_mult: 0.00 s: . TestFixnum#test_not: 0.00 s: . TestFixnum#test_plus: 0.00 s: . TestFixnum#test_plus2: 0.00 s: . TestFixnum#test_pow: 0.00 s: . TestFixnum#test_pow2: 0.00 s: . TestFixnum#test_pred: 0.00 s: . TestFixnum#test_rshift: 0.00 s: . TestFixnum#test_sub: 0.00 s: . TestFixnum#test_succ: 0.00 s: . TestFixnum#test_to_s: 0.00 s: . TestFloat#test_Float: 0.03 s: . TestFloat#test_ceil: 0.01 s: . TestFloat#test_cmp: 0.00 s: . TestFloat#test_coerce: 0.00 s: . TestFloat#test_div: 0.00 s: . TestFloat#test_div2: 0.00 s: . TestFloat#test_divmod: 0.00 s: . TestFloat#test_divmod2: 0.00 s: . TestFloat#test_eql: 0.00 s: . TestFloat#test_finite_p: 0.00 s: . TestFloat#test_float: 0.00 s: . TestFloat#test_floor: 0.01 s: . TestFloat#test_floor_ceil_round_truncate: 0.00 s: . TestFloat#test_infinite_p: 0.00 s: . TestFloat#test_minus: 0.00 s: . TestFloat#test_modulo: 0.00 s: . TestFloat#test_modulo2: 0.00 s: . TestFloat#test_mul: 0.00 s: . TestFloat#test_nan: 0.00 s: . TestFloat#test_num2dbl: 0.00 s: . TestFloat#test_plus: 0.00 s: . TestFloat#test_pow: 0.00 s: . TestFloat#test_precision: 0.00 s: . TestFloat#test_remainder: 0.00 s: . TestFloat#test_round: 0.01 s: . TestFloat#test_sleep_with_Float: 1.00 s: . TestFloat#test_strtod: 0.01 s: . TestFloat#test_symmetry_bignum: 0.00 s: . TestFloat#test_to_s: 0.00 s: . TestFloat#test_truncate: 0.00 s: . TestFloat#test_zero_p: 0.00 s: . TestFnmatch#test_fnmatch: 0.01 s: . TestGB18030#test_code_to_mbc: 0.00 s: . TestGB18030#test_left_adjust_char_head: 0.01 s: . TestGB18030#test_mbc_case_fold: 0.00 s: . TestGB18030#test_mbc_enc_len: 0.00 s: . TestGB18030#test_mbc_to_code: 0.00 s: . TestGBK#test_code_to_mbc: 0.00 s: . TestGBK#test_left_adjust_char_head: 0.00 s: . TestGBK#test_mbc_case_fold: 0.00 s: . TestGBK#test_mbc_enc_len: 0.00 s: . TestGBK#test_mbc_to_code: 0.00 s: . TestGc#test_count: 0.50 s: . TestGc#test_enable_disable: 0.00 s: . TestGc#test_gc: 0.94 s: . TestGem#test_self_set_paths: 0.01 s: . TestGem#test_self_set_paths_nonexistent_home: 0.00 s: . TestGem#test_self_ruby_version: 0.01 s: . TestGem#test_self_default_exec_format_18: 0.00 s: . TestGem#test_self_bindir: 0.00 s: . TestGem#test_self_default_exec_format: 0.00 s: . TestGem#test_self_default_dir: 0.01 s: . TestGem#test_self_ensure_gem_directories_write_protected: 0.02 s: . TestGem#test_self_path_APPLE_GEM_HOME: 0.01 s: . TestGem#test_self_loaded_specs: 0.10 s: . TestGem#test_self_ensure_gem_directories: 0.02 s: . TestGem#test_self_clear_paths: 0.32 s: . TestGem#test_self_prefix_sitelibdir: 0.01 s: . TestGem#test_self_source_index: 0.01 s: . TestGem#test_self_prefix: 0.01 s: . TestGem#test_self_all_load_paths: 0.50 s: . TestGem#test_self_datadir: 0.13 s: . TestGem#test_self_user_dir: 0.00 s: . TestGem#test_self_path_duplicate: 0.01 s: . TestGem#test_self_refresh: 0.50 s: . TestGem#test_self_default_sources: 0.01 s: . TestGem#test_ensure_ssl_available: 0.05 s: . TestGem#test_self_searcher: 0.01 s: . TestGem#test_self_datadir_nonexistent_package: 0.01 s: . TestGem#test_self_latest_load_paths: 0.48 s: . TestGem#test_self_ruby_escaping_spaces_in_path: 0.01 s: . TestGem#test_self_use_paths: 0.01 s: . TestGem#test_self_path_default: 0.01 s: . TestGem#test_self_ruby_path_without_spaces: 0.01 s: . TestGem#test_self_path_ENV_PATH: 0.01 s: . TestGem#test_self_required_location: 0.50 s: . TestGem#test_self_configuration: 0.01 s: . TestGem#test_self_ensure_gem_directories_missing_parents: 0.03 s: . TestGem#test_self_sources: 0.00 s: . TestGem#test_self_path_overlap: 0.02 s: . TestGem#test_self_path: 0.01 s: . TestGem#test_self_prefix_libdir: 0.01 s: . TestGem#test_self_path_APPLE_GEM_HOME_GEM_PATH: 0.01 s: . TestGem#test_ssl_available_eh: 0.02 s: . TestGem#test_self_available?: 0.47 s: . TestGem#test_self_platforms: 0.01 s: . TestGem#test_self_dir: 0.01 s: . TestGem#test_self_find_files: 0.10 s: . TestGem#test_self_bindir_default_dir: 0.01 s: . TestGem#test_self_default_exec_format_jruby: 0.01 s: . TestGem#test_self_ensure_gem_directories_write_protected_parents: 0.02 s: . TestGem#test_self_user_home: 0.01 s: . TestGemBuilder#test_build_validates: 0.02 s: . TestGemBuilder#test_build: 0.04 s: . TestGemCommand#test_add_option_overlapping_common_and_local_options: 0.01 s: . TestGemCommand#test_self_add_specific_extra_args_unknown: 0.01 s: . TestGemCommand#test_basic_accessors: 0.01 s: . TestGemCommand#test_invoke_with_common_options: 0.01 s: . TestGemCommand#test_invoke_with_help: 0.01 s: . TestGemCommand#test_invoke_with_options: 0.01 s: . TestGemCommand#test_option_recognition: 0.01 s: . TestGemCommand#test_invoke: 0.01 s: . TestGemCommand#test_self_add_specific_extra_args: 0.01 s: . TestGemCommand#test_invode_with_bad_options: 0.01 s: . TestGemCommand#test_defaults: 0.01 s: . TestGemCommand#test_common_option_in_class: 0.04 s: . TestGemCommandManager#test_run_interrupt: 0.01 s: . TestGemCommandManager#test_process_args_build: 0.01 s: . TestGemCommandManager#test_process_args_check: 0.01 s: . TestGemCommandManager#test_process_args_bad_arg: 0.01 s: . TestGemCommandManager#test_process_args_install: 0.02 s: . TestGemCommandManager#test_process_args_uninstall: 0.01 s: . TestGemCommandManager#test_process_args_query: 0.01 s: . TestGemCommandManager#test_process_args_update: 0.02 s: . TestGemCommandsBuildCommand#test_execute: 0.06 s: . TestGemCommandsBuildCommand#test_execute_yaml: 0.06 s: . TestGemCommandsBuildCommand#test_execute_bad_gem: 0.01 s: . TestGemCommandsCertCommand#test_execute_private_key: 0.03 s: . TestGemCommandsCertCommand#test_execute_remove: 0.02 s: . TestGemCommandsCertCommand#test_execute_add: 0.01 s: . TestGemCommandsCertCommand#test_execute_build: 0.87 s: . TestGemCommandsCertCommand#test_execute_certificate: 0.02 s: . TestGemCommandsCertCommand#test_execute_list: 0.01 s: . TestGemCommandsCertCommand#test_execute_sign: 0.09 s: . TestGemCommandsCheckCommand#test_initialize: 0.01 s: . TestGemCommandsContentsCommand#test_execute_lib_only: 0.02 s: . TestGemCommandsContentsCommand#test_execute_bad_gem: 0.01 s: . TestGemCommandsContentsCommand#test_handle_options: 0.01 s: . TestGemCommandsContentsCommand#test_execute_exact_match: 0.03 s: . TestGemCommandsContentsCommand#test_execute: 0.02 s: . TestGemCommandsDependencyCommand#test_execute_no_args: 0.27 s: . TestGemCommandsDependencyCommand#test_execute_reverse: 0.34 s: . TestGemCommandsDependencyCommand#test_execute_remote: 0.31 s: . TestGemCommandsDependencyCommand#test_execute: 0.29 s: . TestGemCommandsDependencyCommand#test_execute_pipe_format: 0.29 s: . TestGemCommandsDependencyCommand#test_execute_no_match: 0.31 s: . TestGemCommandsDependencyCommand#test_execute_remote_legacy: 0.31 s: . TestGemCommandsDependencyCommand#test_execute_regexp: 0.28 s: . TestGemCommandsDependencyCommand#test_execute_reverse_remote: 0.29 s: . TestGemCommandsEnvironmentCommand#test_execute_packageversion: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_version: 0.02 s: . TestGemCommandsEnvironmentCommand#test_execute: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_gempath_multiple: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_remotesources: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_gemdir: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_unknown: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_gempath: 0.01 s: . TestGemCommandsFetchCommand#test_execute: 0.28 s: . TestGemCommandsFetchCommand#test_execute_legacy: 0.29 s: . TestGemCommandsInstallCommand#test_execute_no_gem: 0.01 s: . TestGemCommandsInstallCommand#test_execute_local_missing: 0.30 s: . TestGemCommandsInstallCommand#test_execute_local: 0.30 s: . TestGemCommandsInstallCommand#test_execute_remote: 6.43 s: . TestGemCommandsInstallCommand#test_execute_include_dependencies: 0.01 s: . TestGemCommandsInstallCommand#test_execute_nonexistent: 0.73 s: . TestGemCommandsInstallCommand#test_execute_two: 0.60 s: . TestGemCommandsListCommand#test_execute_installed: 0.47 s: . TestGemCommandsLockCommand#test_execute_strict: 0.03 s: . TestGemCommandsLockCommand#test_execute_missing_dependency: 0.03 s: . TestGemCommandsLockCommand#test_execute: 0.04 s: . TestGemCommandsOutdatedCommand#test_execute: 0.05 s: . TestGemCommandsOutdatedCommand#test_initialize: 0.01 s: . TestGemCommandsPristineCommand#test_execute_all: 0.17 s: . TestGemCommandsPristineCommand#test_execute: 0.19 s: . TestGemCommandsPristineCommand#test_execute_no_gem: 0.01 s: . TestGemCommandsPristineCommand#test_execute_missing_cache_gem: 0.14 s: . TestGemCommandsQueryCommand#test_execute_local_details: 0.48 s: . TestGemCommandsQueryCommand#test_execute_installed_version: 0.51 s: . TestGemCommandsQueryCommand#test_execute_no_versions: 0.46 s: . TestGemCommandsQueryCommand#test_execute_installed_no_name: 0.49 s: . TestGemCommandsQueryCommand#test_execute_installed_version_not_installed: 0.94 s: . TestGemCommandsQueryCommand#test_execute_local_notty: 0.48 s: . TestGemCommandsQueryCommand#test_execute_installed: 0.50 s: . TestGemCommandsQueryCommand#test_execute_notty: 0.46 s: . TestGemCommandsQueryCommand#test_execute_legacy: 0.55 s: . TestGemCommandsQueryCommand#test_execute: 0.46 s: . TestGemCommandsQueryCommand#test_execute_installed_not_installed: 0.50 s: . TestGemCommandsQueryCommand#test_execute_all: 1.07 s: . TestGemCommandsQueryCommand#test_execute_details: 0.49 s: . TestGemCommandsServerCommand#test_handle_options: 0.01 s: . TestGemCommandsSourcesCommand#test_execute_remove: 0.02 s: . TestGemCommandsSourcesCommand#test_execute_update: 0.51 s: . TestGemCommandsSourcesCommand#test_execute_add_bad_uri: 0.01 s: . TestGemCommandsSourcesCommand#test_execute_add: 0.47 s: . TestGemCommandsSourcesCommand#test_execute: 0.01 s: . TestGemCommandsSourcesCommand#test_execute_update_legacy: 0.53 s: . TestGemCommandsSourcesCommand#test_execute_add_legacy: 0.48 s: . TestGemCommandsSourcesCommand#test_execute_clear_all: 0.03 s: . TestGemCommandsSourcesCommand#test_execute_remove_no_network: 0.51 s: . TestGemCommandsSourcesCommand#test_execute_add_nonexistent_source: 0.47 s: . TestGemCommandsSpecificationCommand#test_execute_remote: 0.04 s: . TestGemCommandsSpecificationCommand#test_execute_all: 0.04 s: . TestGemCommandsSpecificationCommand#test_execute: 0.02 s: . TestGemCommandsSpecificationCommand#test_execute_exact_match: 0.03 s: . TestGemCommandsSpecificationCommand#test_execute_bad_name: 0.01 s: . TestGemCommandsStaleCommand#test_execute_sorts: 0.04 s: . TestGemCommandsUninstallCommand#test_execute_removes_executable: 0.73 s: . TestGemCommandsUninstallCommand#test_execute_not_installed: 0.57 s: . TestGemCommandsUnpackCommand#test_execute: 0.33 s: . TestGemCommandsUnpackCommand#test_execute_gem_path_missing: 0.29 s: . TestGemCommandsUnpackCommand#test_execute_exact_match: 0.16 s: . TestGemCommandsUnpackCommand#test_execute_gem_path: 0.32 s: . TestGemCommandsUnpackCommand#test_execute_with_target_option: 0.32 s: . TestGemCommandsUpdateCommand#test_execute_named: 0.38 s: . TestGemCommandsUpdateCommand#test_execute_dependencies: 0.57 s: . TestGemCommandsUpdateCommand#test_execute_named_up_to_date: 0.32 s: . TestGemCommandsUpdateCommand#test_execute: 1.68 s: . TestGemCommandsUpdateCommand#test_execute_up_to_date: 0.28 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file_equals: 0.01 s: . TestGemConfigFile#test_handle_arguments_traceback: 0.01 s: . TestGemConfigFile#test_handle_arguments_benchmark: 0.01 s: . TestGemConfigFile#test_write_from_hash: 0.01 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file_with_other_params: 0.01 s: . TestGemConfigFile#test_handle_arguments_backtrace: 0.01 s: . TestGemConfigFile#test_initialize_system_wide_override: 0.01 s: . TestGemConfigFile#test_write: 0.05 s: . TestGemConfigFile#test_handle_arguments_debug: 0.01 s: . TestGemConfigFile#test_handle_arguments_override: 0.01 s: . TestGemConfigFile#test_initialize_operating_system_override: 0.01 s: . TestGemConfigFile#test_handle_arguments: 0.01 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file: 0.01 s: . TestGemConfigFile#test_really_verbose: 0.01 s: . TestGemConfigFile#test_initialize_platform_override: 0.01 s: . TestGemConfigFile#test_initialize: 0.01 s: . TestGemDependency#test_initialize: 0.01 s: . TestGemDependency#test_equals_tilde: 0.01 s: . TestGemDependency#test_initialize_empty: 0.01 s: . TestGemDependency#test_initialize_version: 0.01 s: . TestGemDependency#test_equals2: 0.01 s: . TestGemDependency#test_hash_type: 0.01 s: . TestGemDependency#test_initialize_double: 0.01 s: . TestGemDependency#test_type_is_runtime_by_default: 0.01 s: . TestGemDependency#test_initialize_with_type: 0.01 s: . TestGemDependency#test_equals2_type: 0.01 s: . TestGemDependency#test_type_is_restricted: 0.01 s: . TestGemDependency#test_hash: 0.01 s: . TestGemDependencyInstaller#test_install_all_dependencies: 0.55 s: . TestGemDependencyInstaller#test_install_local_dependency: 0.48 s: . TestGemDependencyInstaller#test_gather_dependencies_dropped: 0.50 s: . TestGemDependencyInstaller#test_install_domain_remote: 1.39 s: . TestGemDependencyInstaller#test_install_local: 0.70 s: . TestGemDependencyInstaller#test_install_dependencies_satisfied: 0.78 s: . TestGemDependencyInstaller#test_install_no_wrappers: 0.70 s: . TestGemDependencyInstaller#test_install_reinstall: 0.70 s: . TestGemDependencyInstaller#test_install_remote: 0.70 s: . TestGemDependencyInstaller#test_install_dependency_old: 0.80 s: . TestGemDependencyInstaller#test_install_dependency_development: 0.86 s: . TestGemDependencyInstaller#test_install_env_shebang: 0.66 s: . TestGemDependencyInstaller#test_install_security_policy: 0.64 s: . TestGemDependencyInstaller#test_install_dual_repository: 0.85 s: . TestGemDependencyInstaller#test_install_domain_both_no_network: 0.80 s: . TestGemDependencyInstaller#test_gather_dependencies_platform_bump: 0.62 s: . TestGemDependencyInstaller#test_install_cache_dir: 0.84 s: . TestGemDependencyInstaller#test_install_domain_local: 0.65 s: . TestGemDependencyInstaller#test_find_gems_gems_with_sources: 0.64 s: . TestGemDependencyInstaller#test_install_force: 0.68 s: . TestGemDependencyInstaller#test_install_local_dependency_installed: 0.80 s: . TestGemDependencyInstaller#test_gather_dependencies_platform_alternate: 0.68 s: . TestGemDependencyInstaller#test_install_install_dir: 0.71 s: . TestGemDependencyInstaller#test_install_version: 0.69 s: . TestGemDependencyInstaller#test_gather_dependencies: 0.67 s: . TestGemDependencyInstaller#test_gather_dependencies_old_required: 0.73 s: . TestGemDependencyInstaller#test_install_local_subdir: 1.57 s: . TestGemDependencyInstaller#test_install_dependency: 0.81 s: . TestGemDependencyInstaller#test_find_gems_with_sources_local: 0.65 s: . TestGemDependencyInstaller#test_install_dependency_existing: 0.73 s: . TestGemDependencyInstaller#test_install_ignore_dependencies: 0.67 s: . TestGemDependencyInstaller#test_install_version_default: 0.66 s: . TestGemDependencyInstaller#test_install_domain_remote_platform_newer: 0.73 s: . TestGemDependencyInstaller#test_install_domain_both: 0.77 s: . TestGemDependencyInstaller#test_install: 0.71 s: . TestGemDependencyInstaller#test_install_remote_dep: 0.68 s: . TestGemDependencyList#test_active_count: 0.07 s: . TestGemDependencyList#test_tsort_each_child: 0.08 s: . TestGemDependencyList#test_find_name: 0.07 s: . TestGemDependencyList#test_remove_by_name: 0.08 s: . TestGemDependencyList#test_self_from_source_index: 0.08 s: . TestGemDependencyList#test_ok_eh_redundant: 0.07 s: . TestGemDependencyList#test_ok_to_remove_eh: 0.08 s: . TestGemDependencyList#test_dependency_order_no_dependendencies: 0.08 s: . TestGemDependencyList#test_dependency_order_circle: 0.09 s: . TestGemDependencyList#test_add: 0.07 s: . TestGemDependencyList#test_ok_eh: 0.05 s: . TestGemDependencyList#test_dependency_order_diamond: 0.10 s: . TestGemDependencyList#test_dependency_order: 0.10 s: . TestGemDependencyList#test_ok_to_remove_eh_after_sibling_removed: 0.08 s: . TestGemDependencyList#test_ok_eh_mismatch: 0.11 s: . TestGemDependencyList#test_tsort_each_node: 0.07 s: . TestGemDocManager#test_uninstall_doc_unwritable: 0.02 s: . TestGemExtConfigureBuilder#test_self_build_fail: 0.13 s: . TestGemExtConfigureBuilder#test_self_build: 0.15 s: . TestGemExtConfigureBuilder#test_self_build_has_makefile: 0.12 s: . TestGemExtExtConfBuilder#test_class_build_extconf_fail: 2.01 s: . TestGemExtExtConfBuilder#test_class_build: 0.34 s: . TestGemExtExtConfBuilder#test_class_make: 0.12 s: . TestGemExtExtConfBuilder#test_class_make_no_Makefile: 0.02 s: . TestGemExtRakeBuilder#test_class_build: 0.41 s: . TestGemExtRakeBuilder#test_class_build_fail: 0.40 s: . TestGemFormat#test_from_file_by_path: 0.57 s: . TestGemFormat#test_from_io_garbled: 0.01 s: . TestGemFormat#test_from_file_by_path_nonexistent: 0.01 s: . TestGemGemPathSearcher#test_lib_dirs_for: 0.08 s: . TestGemGemPathSearcher#test_find: 0.09 s: . TestGemGemPathSearcher#test_matching_file_eh: 0.09 s: . TestGemGemPathSearcher#test_find_all: 0.12 s: . TestGemGemPathSearcher#test_init_gemspecs: 0.08 s: . TestGemGemPathSearcher#test_matching_files: 0.09 s: . TestGemGemRunner#test_do_configuration: 0.06 s: . TestGemInstallUpdateOptions#test_add_install_update_options: 0.09 s: . TestGemInstallUpdateOptions#test_user_install_disabled_read_only: 0.09 s: . TestGemInstallUpdateOptions#test_security_policy_unknown: 0.09 s: . TestGemInstallUpdateOptions#test_security_policy: 0.08 s: . TestGemInstallUpdateOptions#test_user_install_enabled: 0.11 s: . TestGemInstaller#test_generate_bin_script_format_disabled: 0.11 s: . TestGemInstaller#test_install_ignore_dependencies: 0.55 s: . TestGemInstaller#test_generate_bin_symlink_update_remove_wrapper: 0.10 s: . TestGemInstaller#test_generate_bin_uses_default_shebang: 0.07 s: . TestGemInstaller#test_expand_and_validate_gem_dir: 0.07 s: . TestGemInstaller#test_install_with_message: 0.10 s: . TestGemInstaller#test_shebang_empty: 0.07 s: . TestGemInstaller#test_generate_bin_symlink_win32: 0.07 s: . TestGemInstaller#test_extract_files: 0.07 s: . TestGemInstaller#test_generate_bin_script_install_dir: 0.10 s: . TestGemInstaller#test_shebang: 0.06 s: . TestGemInstaller#test_extract_files_absolute: 0.07 s: . TestGemInstaller#test_shebang_env: 0.07 s: . TestGemInstaller#test_build_extensions_unsupported: 0.06 s: . TestGemInstaller#test_build_extensions_none: 0.06 s: . TestGemInstaller#test_shebang_nested_arguments: 0.06 s: . TestGemInstaller#test_generate_bin_symlink_update_older: 0.07 s: . TestGemInstaller#test_generate_bin_script_no_perms: 0.06 s: . TestGemInstaller#test_generate_bin_symlink_no_execs: 0.06 s: . TestGemInstaller#test_generate_bin_script_format: 0.07 s: . TestGemInstaller#test_write_spec: 0.07 s: . TestGemInstaller#test_generate_bin_script: 0.07 s: . TestGemInstaller#test_generate_bin_script_wrappers: 0.07 s: . TestGemInstaller#test_install_bad_gem: 0.12 s: . TestGemInstaller#test_shebang_nested: 0.06 s: . TestGemInstaller#test_install_missing_dirs: 0.10 s: . TestGemInstaller#test_generate_bin_symlink_no_perms: 0.06 s: . TestGemInstaller#test_shebang_env_shebang: 0.06 s: . TestGemInstaller#test_install_wrong_rubygems_version: 0.11 s: . TestGemInstaller#test_shebang_env_arguments: 0.06 s: . TestGemInstaller#test_ensure_dependency: 0.07 s: . TestGemInstaller#test_install_wrong_ruby_version: 0.10 s: . TestGemInstaller#test_shebang_version_env_arguments: 0.06 s: . TestGemInstaller#test_installation_satisfies_dependency_eh: 0.06 s: . TestGemInstaller#test_build_extensions_extconf_bad: 0.17 s: . TestGemInstaller#test_generate_bin_symlink_update_newer: 0.13 s: . TestGemInstaller#test_app_script_text: 0.07 s: . TestGemInstaller#test_generate_bin_symlink: 0.07 s: . TestGemInstaller#test_unpack: 0.14 s: . TestGemInstaller#test_install_check_dependencies_install_dir: 0.54 s: . TestGemInstaller#test_generate_bin_script_no_execs: 0.12 s: . TestGemInstaller#test_install_force: 0.12 s: . TestGemInstaller#test_shebang_arguments: 0.07 s: . TestGemInstaller#test_extract_files_bad_dest: 0.06 s: . TestGemInstaller#test_install: 0.51 s: . TestGemInstaller#test_initialize: 0.13 s: . TestGemInstaller#test_install_user_local_fallback: 0.57 s: . TestGemInstaller#test_install_bindir_read_only: 0.58 s: . TestGemInstaller#test_shebang_version: 0.08 s: . TestGemInstaller#test_generate_bin_bindir: 0.07 s: . TestGemInstaller#test_install_check_dependencies: 0.12 s: . TestGemInstaller#test_shebang_version_arguments: 0.07 s: . TestGemInstaller#test_generate_bin_script_no_shebang: 0.07 s: . TestGemInstaller#test_shebang_version_env: 0.07 s: . TestGemInstaller#test_extract_files_relative: 0.06 s: . TestGemLocalRemoteOptions#test_remote_eh: 0.01 s: . TestGemLocalRemoteOptions#test_both_eh: 0.01 s: . TestGemLocalRemoteOptions#test_source_option: 0.01 s: . TestGemLocalRemoteOptions#test_update_sources_option: 0.01 s: . TestGemLocalRemoteOptions#test_local_eh: 0.01 s: . TestGemLocalRemoteOptions#test_add_local_remote_options: 0.01 s: . TestGemLocalRemoteOptions#test_source_option_bad: 0.01 s: . TestGemPackageTarHeader#test_equals2: 0.01 s: . TestGemPackageTarHeader#test_empty_eh: 0.01 s: . TestGemPackageTarHeader#test_to_s: 0.01 s: . TestGemPackageTarHeader#test_initialize_bad: 0.01 s: . TestGemPackageTarHeader#test_update_checksum: 0.01 s: . TestGemPackageTarHeader#test_self_from: 0.10 s: . TestGemPackageTarHeader#test_initialize: 0.01 s: . TestGemPackageTarInput#test_each_works: 0.04 s: . TestGemPackageTarInput#test_extract_entry_works: 0.05 s: . TestGemPackageTarOutput#test_self_open_signed: 0.23 s: . TestGemPackageTarOutput#test_self_open: 0.02 s: . TestGemPackageTarReader#test_each_entry: 0.01 s: . TestGemPackageTarReader#test_rewind: 0.01 s: . TestGemPackageTarReaderEntry#test_full_name: 0.01 s: . TestGemPackageTarReaderEntry#test_pos: 0.01 s: . TestGemPackageTarReaderEntry#test_eof_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_directory_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_read_big: 0.01 s: . TestGemPackageTarReaderEntry#test_getc: 0.01 s: . TestGemPackageTarReaderEntry#test_closed_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_bytes_read: 0.01 s: . TestGemPackageTarReaderEntry#test_read: 0.01 s: . TestGemPackageTarReaderEntry#test_file_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_read_small: 0.01 s: . TestGemPackageTarReaderEntry#test_close: 0.01 s: . TestGemPackageTarReaderEntry#test_rewind: 0.01 s: . TestGemPlatform#test_self_new: 0.01 s: . TestGemPlatform#test_equals3: 0.01 s: . TestGemPlatform#test_initialize_command_line: 0.01 s: . TestGemPlatform#test_self_match: 0.01 s: . TestGemPlatform#test_self_local: 0.01 s: . TestGemPlatform#test_to_s: 0.01 s: . TestGemPlatform#test_initialize: 0.01 s: . TestGemPlatform#test_equals2: 0.01 s: . TestGemPlatform#test_initialize_mswin32_vc6: 0.01 s: . TestGemPlatform#test_equals_tilde: 0.01 s: . TestGemPlatform#test_equals3_version: 0.01 s: . TestGemPlatform#test_initialize_test: 0.01 s: . TestGemPlatform#test_equals3_cpu: 0.01 s: . TestGemPlatform#test_initialize_platform: 0.01 s: . TestGemRemoteFetcher#test_fetch_path_system_call_error: 0.95 s: . TestGemRemoteFetcher#test_get_proxy_from_env_empty: 0.07 s: . TestGemRemoteFetcher#test_download_read_only: 0.11 s: . TestGemRemoteFetcher#test_download_install_dir: 0.08 s: . TestGemRemoteFetcher#test_self_fetcher_with_proxy: 0.09 s: . TestGemRemoteFetcher#test_implicit_proxy: 0.13 s: . TestGemRemoteFetcher#test_yaml_error_on_size: 0.10 s: . TestGemRemoteFetcher#test_request: 0.08 s: . TestGemRemoteFetcher#test_download_cached: 0.09 s: . TestGemRemoteFetcher#test_self_fetcher: 0.07 s: . TestGemRemoteFetcher#test_download_unsupported: 0.10 s: . TestGemRemoteFetcher#test_explicit_proxy_with_user_auth: 0.15 s: . TestGemRemoteFetcher#test_fetch_path_gzip_unmodified: 0.08 s: . TestGemRemoteFetcher#test_request_unmodifed: 0.10 s: . TestGemRemoteFetcher#test_request_head: 0.09 s: . TestGemRemoteFetcher#test_fetch_size_socket_error: 0.08 s: . TestGemRemoteFetcher#test_explicit_proxy_with_user_auth_in_env: 0.19 s: . TestGemRemoteFetcher#test_fetch_path_socket_error: 0.09 s: . TestGemRemoteFetcher#test_download: 0.09 s: . TestGemRemoteFetcher#test_fetch_path_gzip: 1.46 s: . TestGemRemoteFetcher#test_open_uri_or_path: 0.09 s: . TestGemRemoteFetcher#test_implicit_upper_case_proxy: 0.09 s: . TestGemRemoteFetcher#test_download_local_read_only: 0.08 s: . TestGemRemoteFetcher#test_fetch_path_io_error: 0.10 s: . TestGemRemoteFetcher#test_implicit_no_proxy: 0.11 s: . TestGemRemoteFetcher#test_implicit_proxy_no_env: 0.10 s: . TestGemRemoteFetcher#test_fetch_path_unmodified: 0.07 s: . TestGemRemoteFetcher#test_download_local: 0.08 s: . TestGemRemoteFetcher#test_no_proxy: 0.14 s: . TestGemRemoteFetcher#test_download_platform_legacy: 0.14 s: . TestGemRemoteFetcher#test_open_uri_or_path_limited_redirects: 0.08 s: . TestGemRemoteFetcher#test_self_fetcher_with_proxy_URI: 0.07 s: . TestGemRemoteFetcher#test_explicit_proxy: 0.16 s: . TestGemRemoteFetcher#test_fetch_size_bad_uri: 0.07 s: . TestGemRequirement#test_parse: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_lte: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_blank: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_gte: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_tilde_gt: 0.01 s: . TestGemRequirement#test_parse_illformed: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_list: 0.01 s: . TestGemRequirement#test_initialize: 0.01 s: . TestGemRequirement#test_equals2: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_bang_equal: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_gt: 0.01 s: . TestGemRequirement#test_normalization: 0.01 s: . TestGemRequirement#test_hash: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_lt: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_equal: 0.01 s: . TestGemServer#test_quick_latest_index: 0.03 s: . TestGemServer#test_quick_latest_index_rz: 0.04 s: . TestGemServer#test_quick_marshal_a_1_mswin32_gemspec_rz: 0.05 s: . TestGemServer#test_specs_gz: 0.04 s: . TestGemServer#test_quick_marshal_a_1_gemspec_rz: 0.04 s: . TestGemServer#test_quick_index_rz: 0.04 s: . TestGemServer#test_root: 0.04 s: . TestGemServer#test_quick_a_1_gemspec_rz: 0.05 s: . TestGemServer#test_latest_specs_gz: 0.05 s: . TestGemServer#test_Marshal_Z: 0.04 s: . TestGemServer#test_quick_common_substrings: 0.06 s: . TestGemServer#test_latest_specs: 0.03 s: . TestGemServer#test_yaml_Z: 0.06 s: . TestGemServer#test_quick_missing: 0.03 s: . TestGemServer#test_quick_index: 0.03 s: . TestGemServer#test_yaml: 0.05 s: . TestGemServer#test_Marshal: 0.03 s: . TestGemServer#test_specs: 0.06 s: . TestGemServer#test_quick_a_1_mswin32_gemspec_rz: 0.05 s: . TestGemSourceIndex#test_index_signature: 0.45 s: . TestGemSourceIndex#test_refresh_bang_not_from_dir: 0.45 s: . TestGemSourceIndex#test_fetch_single_spec: 0.50 s: . TestGemSourceIndex#test_fetch_bulk_index_marshal_mismatch: 0.49 s: . TestGemSourceIndex#test_fetch_quick_index: 0.60 s: . TestGemSourceIndex#test_specification: 0.48 s: . TestGemSourceIndex#test_fetch_single_spec_subdir: 0.46 s: . TestGemSourceIndex#test_self_load_specification_system_exit: 0.46 s: . TestGemSourceIndex#test_signature: 0.49 s: . TestGemSourceIndex#test_update_with_missing: 0.46 s: . TestGemSourceIndex#test_fetch_bulk_index_error: 0.50 s: . TestGemSourceIndex#test_find_missing: 0.45 s: . TestGemSourceIndex#test_fetcher: 0.48 s: . TestGemSourceIndex#test_find_name_empty_cache: 0.45 s: . TestGemSourceIndex#test_update_incremental_marshal_mismatch: 0.52 s: . TestGemSourceIndex#test_self_load_specification_exception: 0.46 s: . TestGemSourceIndex#test_update_incremental_fallback: 0.51 s: . TestGemSourceIndex#test_fetch_quick_index_error: 0.45 s: . TestGemSourceIndex#test_self_load_specification: 0.51 s: . TestGemSourceIndex#test_fetch_quick_index_all: 0.46 s: . TestGemSourceIndex#test_fetch_quick_index_subdir: 0.49 s: . TestGemSourceIndex#test_fetch_single_spec_yaml: 0.47 s: . TestGemSourceIndex#test_load_gems_in: 0.54 s: . TestGemSourceIndex#test_self_load_specification_syntax_error: 0.46 s: . TestGemSourceIndex#test_unzip: 0.48 s: . TestGemSourceIndex#test_fetch_single_spec_yaml_subdir: 0.48 s: . TestGemSourceIndex#test_fetch_bulk_index_fallback: 0.52 s: . TestGemSourceIndex#test_create_from_directory: 0.45 s: . TestGemSourceIndex#test_remove_extra_no_changes: 0.47 s: . TestGemSourceIndex#test_self_from_gems_in: 0.48 s: . TestGemSourceIndex#test_find_missing_none_missing: 0.48 s: . TestGemSourceIndex#test_self_load_specification_utf_8: 0.47 s: . TestGemSourceIndex#test_search_platform: 0.53 s: . TestGemSourceIndex#test_update_bulk: 0.48 s: . TestGemSourceIndex#test_search: 0.49 s: . TestGemSourceIndex#test_find_name: 0.46 s: . TestGemSourceIndex#test_fetch_bulk_index_uncompressed: 0.47 s: . TestGemSourceIndex#test_remove_extra: 0.48 s: . TestGemSourceIndex#test_update_subdir: 0.48 s: . TestGemSourceIndex#test_fetch_quick_index_fallback: 1.35 s: . TestGemSourceIndex#test_outdated: 0.51 s: . TestGemSourceIndex#test_update_incremental: 0.51 s: . TestGemSourceIndex#test_update_incremental_all: 0.48 s: . TestGemSourceIndex#test_fetch_bulk_index_compressed: 0.50 s: . TestGemSourceIndex#test_latest_specs: 0.54 s: . TestGemSourceIndex#test_self_load_specification_interrupt: 0.49 s: . TestGemSourceIndex#test_refresh_bang: 0.48 s: . TestGemSourceInfoCache#test_write_cache_user_no_directory: 0.51 s: . TestGemSourceInfoCache#test_self_cache_refreshes: 0.49 s: . TestGemSourceInfoCache#test_read_user_cache: 0.50 s: . TestGemSourceInfoCache#test_latest_cache_data: 0.91 s: . TestGemSourceInfoCache#test_search_no_matches_in_source: 0.47 s: . TestGemSourceInfoCache#test_search_all: 0.92 s: . TestGemSourceInfoCache#test_read_system_cache: 0.49 s: . TestGemSourceInfoCache#test_cache_file_user_fallback: 0.47 s: . TestGemSourceInfoCache#test_cache_file: 0.50 s: . TestGemSourceInfoCache#test_latest_system_cache_file: 0.47 s: . TestGemSourceInfoCache#test_cache_data_user_fallback: 0.50 s: . TestGemSourceInfoCache#test_cache_data_dirty: 0.46 s: . TestGemSourceInfoCache#test_cache_file_none_writable: 0.47 s: . TestGemSourceInfoCache#test_cache_data_irreparable: 0.53 s: . TestGemSourceInfoCache#test_search_with_source: 0.46 s: . TestGemSourceInfoCache#test_self_cache_data: 0.59 s: . TestGemSourceInfoCache#test_write_cache_user: 0.50 s: . TestGemSourceInfoCache#test_cache_data_none_readable: 0.47 s: . TestGemSourceInfoCache#test_cache_data_none_writable: 0.50 s: . TestGemSourceInfoCache#test_latest_user_cache_file: 0.47 s: . TestGemSourceInfoCache#test_flush: 0.51 s: . TestGemSourceInfoCache#test_cache_data_nonexistent: 0.46 s: . TestGemSourceInfoCache#test_cache_data: 0.47 s: . TestGemSourceInfoCache#test_self_cache_skips_refresh_based_on_configuration: 0.49 s: . TestGemSourceInfoCache#test_cache_data_repair: 0.46 s: . TestGemSourceInfoCache#test_latest_cache_file: 0.50 s: . TestGemSourceInfoCache#test_system_cache_file: 0.47 s: . TestGemSourceInfoCache#test_search_no_matches: 0.50 s: . TestGemSourceInfoCache#test_search_dependency: 0.47 s: . TestGemSourceInfoCache#test_search: 0.50 s: . TestGemSourceInfoCache#test_write_cache: 0.47 s: . TestGemSourceInfoCache#test_user_cache_file: 0.50 s: . TestGemSourceInfoCache#test_write_cache_user_only_latest: 0.47 s: . TestGemSourceInfoCache#test_write_cache_user_from_scratch: 0.51 s: . TestGemSourceInfoCacheEntry#test_refresh: 0.46 s: . TestGemSourceInfoCacheEntry#test_refresh_bad_uri: 0.48 s: . TestGemSourceInfoCacheEntry#test_refresh_all: 0.51 s: . TestGemSourceInfoCacheEntry#test_refresh_update: 0.52 s: . TestGemSpecFetcher#test_fetch_platform: 1.34 s: . TestGemSpecFetcher#test_find_matching_platform: 0.50 s: . TestGemSpecFetcher#test_find_matching_all: 0.48 s: . TestGemSpecFetcher#test_list_cache: 0.50 s: . TestGemSpecFetcher#test_fetch_legacy_repo: 0.50 s: . TestGemSpecFetcher#test_list_all: 0.50 s: . TestGemSpecFetcher#test_list_cache_all: 0.47 s: . TestGemSpecFetcher#test_fetch_spec_platform_ruby: 0.50 s: . TestGemSpecFetcher#test_fetch_all: 0.49 s: . TestGemSpecFetcher#test_load_specs: 0.49 s: . TestGemSpecFetcher#test_fetch_latest: 0.48 s: . TestGemSpecFetcher#test_load_specs_cached: 0.49 s: . TestGemSpecFetcher#test_fetch_spec_cached: 0.46 s: . TestGemSpecFetcher#test_fetch_spec: 0.46 s: . TestGemSpecFetcher#test_find_all_platforms: 0.50 s: . TestGemSpecFetcher#test_find_matching_latest: 0.47 s: . TestGemSpecFetcher#test_list_latest_all: 0.50 s: . TestGemSpecFetcher#test_fetch_spec_platform: 0.46 s: . TestGemSpecFetcher#test_list: 0.50 s: . TestGemSpecification#test_platform: 0.03 s: . TestGemSpecification#test_initialize: 0.03 s: . TestGemSpecification#test_self_normalize_yaml_input_with_non_183_yaml: 0.02 s: . TestGemSpecification#test__dump: 0.03 s: . TestGemSpecification#test_date_equals_time_local: 0.03 s: . TestGemSpecification#test_spaceship_platform: 0.03 s: . TestGemSpecification#test_validate_platform_legacy: 0.03 s: . TestGemSpecification#test_equals2_extensions: 0.03 s: . TestGemSpecification#test_executable_equals: 0.03 s: . TestGemSpecification#test_to_ruby: 0.03 s: . TestGemSpecification#test_self_load_legacy_ruby: 0.02 s: . TestGemSpecification#test_date_equals_time_utc: 0.03 s: . TestGemSpecification#test_validate_has_rdoc: 0.03 s: . TestGemSpecification#test_date_equals_string: 0.02 s: . TestGemSpecification#test_executables: 0.02 s: . TestGemSpecification#test_spaceship_name: 0.04 s: . TestGemSpecification#test_validate_empty_require_paths: 0.03 s: . TestGemSpecification#test_to_yaml: 0.04 s: . TestGemSpecification#test_to_ruby_platform: 0.03 s: . TestGemSpecification#test_summary: 0.02 s: . TestGemSpecification#test_dependencies_scoped_by_type: 0.03 s: . TestGemSpecification#test_add_dependency_with_explicit_type: 0.06 s: . TestGemSpecification#test_validate_rubyforge_project: 0.02 s: . TestGemSpecification#test_requirements: 0.02 s: . TestGemSpecification#test_runtime_dependencies_legacy: 0.02 s: . TestGemSpecification#test_to_yaml_platform_nil: 0.04 s: . TestGemSpecification#test_files_duplicate: 0.03 s: . TestGemSpecification#test_has_rdoc_eh: 0.03 s: . TestGemSpecification#test_equals2_default_executable: 0.02 s: . TestGemSpecification#test_validate_authors: 0.03 s: . TestGemSpecification#test_validate_summary: 0.02 s: . TestGemSpecification#test_dependencies: 0.02 s: . TestGemSpecification#test_to_yaml_platform_empty_string: 0.04 s: . TestGemSpecification#test_spaceship_version: 0.03 s: . TestGemSpecification#test_lib_files: 0.03 s: . TestGemSpecification#test_self_load: 0.03 s: . TestGemSpecification#test_equals2_cgikit: 0.02 s: . TestGemSpecification#test_self_normalize_yaml_input_with_non_183_io: 0.02 s: . TestGemSpecification#test_self_normalize_yaml_input_with_183_yaml: 0.02 s: . TestGemSpecification#test_eql_eh: 0.04 s: . TestGemSpecification#test_require_paths: 0.03 s: . TestGemSpecification#test_extensions: 0.02 s: . TestGemSpecification#test_to_ruby_legacy: 0.03 s: . TestGemSpecification#test_validate: 0.03 s: . TestGemSpecification#test_full_name_windows: 0.03 s: . TestGemSpecification#test_bindir_equals: 0.03 s: . TestGemSpecification#test_original_name: 0.03 s: . TestGemSpecification#test_version: 0.02 s: . TestGemSpecification#test_self_load_legacy_yaml: 0.03 s: . TestGemSpecification#test_to_yaml_platform_legacy: 0.04 s: . TestGemSpecification#test_validate_empty: 0.02 s: . TestGemSpecification#test_hash: 0.03 s: . TestGemSpecification#test_equals2: 0.03 s: . TestGemSpecification#test_authors: 0.02 s: . TestGemSpecification#test_validate_email: 0.03 s: . TestGemSpecification#test_full_name: 0.06 s: . TestGemSpecification#test_platform_equals_legacy: 0.02 s: . TestGemSpecification#test_name: 0.02 s: . TestGemSpecification#test_date_equals_time: 0.02 s: . TestGemSpecification#test_platform_equals_current: 0.02 s: . TestGemSpecification#test_platform_equals: 0.03 s: . TestGemSpecification#test_to_yaml_fancy: 0.04 s: . TestGemSpecification#test_initialize_future: 0.03 s: . TestGemSpecification#test_bindir_equals_nil: 0.02 s: . TestGemSpecification#test_description: 0.02 s: . TestGemSpecification#test_files: 0.02 s: . TestGemSpecification#test_date_equals_date: 0.03 s: . TestGemSpecification#test_self_normalize_yaml_input_with_183_io: 0.02 s: . TestGemSpecification#test_validate_homepage: 0.03 s: . TestGemSpecification#test_test_files: 0.03 s: . TestGemSpecification#test_files_extra_rdoc_files: 0.02 s: . TestGemSpecification#test_self_attribute_names: 0.02 s: . TestGemSpecification#test_validate_executables: 0.03 s: . TestGemSpecification#test_author: 0.03 s: . TestGemSpecification#test_files_non_array: 0.02 s: . TestGemSpecification#test_to_ruby_fancy: 0.03 s: . TestGemSpecification#test_full_gem_path_double_slash: 0.03 s: . TestGemSpecification#test_date: 0.03 s: . TestGemSpecification#test_default_executable: 0.02 s: . TestGemSpecification#test_validate_autorequire: 0.03 s: . TestGemSpecification#test_files_non_array_pathological: 0.03 s: . TestGemSpecification#test_full_gem_path: 0.02 s: . TestGemSpecification#test_validate_rubygems_version: 0.03 s: . TestGemSpecification#test_self__load_future: 0.03 s: . TestGemStreamUI#test_ask_yes_no_no_tty_without_default: 0.01 s: . TestGemStreamUI#test_proress_reporter_silent_nil: 0.00 s: . TestGemStreamUI#test_ask: 0.01 s: . TestGemStreamUI#test_proress_reporter_silent_false: 0.00 s: . TestGemStreamUI#test_ask_yes_no_no_tty_with_default: 0.01 s: . TestGemStreamUI#test_proress_reporter_simple: 0.01 s: . TestGemStreamUI#test_choose_from_list: 0.01 s: . TestGemStreamUI#test_proress_reporter_verbose: 0.00 s: . TestGemStreamUI#test_ask_no_tty: 0.01 s: . TestGemStreamUI#test_choose_from_list_EOF: 0.00 s: . TestGemUninstaller#test_uninstall: 0.81 s: . TestGemUninstaller#test_remove_executables_force_remove: 0.76 s: . TestGemUninstaller#test_initialize_expand_path: 0.78 s: . TestGemUninstaller#test_path_ok_eh: 0.73 s: . TestGemUninstaller#test_path_ok_eh_legacy: 0.77 s: . TestGemUninstaller#test_remove_executables_force_keep: 0.78 s: . TestGemValidator#test_verify_gem_no_sum: 0.01 s: . TestGemValidator#test_verify_gem_file_empty: 0.01 s: . TestGemValidator#test_verify_gem_file: 0.01 s: . TestGemValidator#test_verify_gem_invalid_checksum: 0.01 s: . TestGemValidator#test_verify_gem_file_nonexistent: 0.01 s: . TestGemValidator#test_verify_gem_empty: 0.01 s: . TestGemValidator#test_verify_gem: 0.01 s: . TestGemVersion#test_bump_one_level: 0.01 s: . TestGemVersion#test_class_create_malformed: 0.01 s: . TestGemVersion#test_equals2: 0.01 s: . TestGemVersion#test_boxed: 0.01 s: . TestGemVersion#test_illformed_requirements: 0.01 s: . TestGemVersion#test_hash: 0.01 s: . TestGemVersion#test_satisfied_by_eh_multiple: 0.01 s: . TestGemVersion#test_spaceship: 0.01 s: . TestGemVersion#test_to_s: 0.01 s: . TestGemVersion#test_normalize: 0.01 s: . TestGemVersion#test_bump_trailing_zeros: 0.01 s: . TestGemVersion#test_satisfied_by_eh_boxed: 0.01 s: . TestGemVersion#test_eql_eh: 0.01 s: . TestGemVersion#test_ok: 0.02 s: . TestGemVersion#test_bump: 0.01 s: . TestGemVersion#test_class_create: 0.01 s: . TestGemVersion#test_bad: 0.01 s: . TestGemVersionOption#test_add_platform_option: 0.01 s: . TestGemVersionOption#test_version_option: 0.01 s: . TestGemVersionOption#test_platform_option: 0.01 s: . TestGemVersionOption#test_add_version_option: 0.01 s: . TestGemVersionOption#test_platform_option_ruby: 0.01 s: . TestGemVersionOption#test_platform_option_twice: 0.01 s: . TestHash#test_AREF: 0.00 s: . TestHash#test_ASET: 0.00 s: . TestHash#test_EQUAL: 0.00 s: . TestHash#test_assoc: 0.00 s: . TestHash#test_callcc: 0.00 s: . TestHash#test_clear: 0.00 s: . TestHash#test_clear2: 0.00 s: . TestHash#test_clone: 0.00 s: . TestHash#test_compare_by_identity: 0.00 s: . TestHash#test_create: 0.00 s: . TestHash#test_default: 0.00 s: . TestHash#test_default=: 0.00 s: . TestHash#test_default_proc: 0.00 s: . TestHash#test_delete: 0.00 s: . TestHash#test_delete_if: 0.00 s: . TestHash#test_dup: 0.00 s: . TestHash#test_each: 0.00 s: . TestHash#test_each_key: 0.00 s: . TestHash#test_each_pair: 0.00 s: . TestHash#test_each_value: 0.00 s: . TestHash#test_empty?: 0.00 s: . TestHash#test_eql: 0.00 s: . TestHash#test_equal2: 0.00 s: . TestHash#test_fetch: 0.00 s: . TestHash#test_fetch2: 0.00 s: . TestHash#test_flatten: 0.00 s: . TestHash#test_hash: 0.00 s: . TestHash#test_hash2: 0.00 s: . TestHash#test_hash_bignum_hash: 0.00 s: . TestHash#test_hash_hash: 0.00 s: . TestHash#test_include?: 0.00 s: . TestHash#test_intialize_wrong_arguments: 0.00 s: . TestHash#test_invert: 0.00 s: . TestHash#test_key: 0.00 s: . TestHash#test_key?: 0.00 s: . TestHash#test_keys: 0.00 s: . TestHash#test_length: 0.00 s: . TestHash#test_member?: 0.00 s: . TestHash#test_merge: 0.00 s: . TestHash#test_rassoc: 0.00 s: . TestHash#test_rehash: 0.00 s: . TestHash#test_rehash2: 0.00 s: . TestHash#test_reject: 0.00 s: . TestHash#test_reject!: 0.00 s: . TestHash#test_reject_bang2: 0.00 s: . TestHash#test_replace: 0.00 s: . TestHash#test_replace2: 0.00 s: . TestHash#test_s_AREF: 0.00 s: . TestHash#test_s_new: 0.00 s: . TestHash#test_security_check: 0.00 s: . TestHash#test_select: 0.00 s: . TestHash#test_shift: 0.00 s: . TestHash#test_shift2: 0.00 s: . TestHash#test_size: 0.00 s: . TestHash#test_size2: 0.00 s: . TestHash#test_sort: 0.00 s: . TestHash#test_store: 0.00 s: . TestHash#test_to_a: 0.00 s: . TestHash#test_to_hash: 0.00 s: . TestHash#test_to_s: 0.00 s: . TestHash#test_update: 0.00 s: . TestHash#test_update2: 0.00 s: . TestHash#test_value?: 0.00 s: . TestHash#test_values: 0.00 s: . TestHash#test_values_at: 0.00 s: . TestIO#test_bytes: 0.00 s: . TestIO#test_chars: 0.00 s: . TestIO#test_close_on_exec: 0.09 s: . TestIO#test_close_read: 0.09 s: . TestIO#test_close_read_non_readable: 0.00 s: . TestIO#test_close_read_pipe: 0.00 s: . TestIO#test_close_read_security_error: 0.01 s: . TestIO#test_close_security_error: 0.00 s: . TestIO#test_close_write: 0.07 s: . TestIO#test_close_write_non_readable: 0.00 s: . TestIO#test_close_write_security_error: 0.00 s: . TestIO#test_copy_stream: 44.17 s: . TestIO#test_copy_stream_dst_rbuf: 0.00 s: . TestIO#test_copy_stream_fname_to_strio: 0.01 s: . TestIO#test_copy_stream_io_to_rot13: 0.01 s: . TestIO#test_copy_stream_io_to_strio: 0.01 s: . TestIO#test_copy_stream_rbuf: 0.00 s: . TestIO#test_copy_stream_rot13_to_io: 0.01 s: . TestIO#test_copy_stream_rot13_to_rot13: 0.00 s: . TestIO#test_copy_stream_socket: 15.27 s: . TestIO#test_copy_stream_src_wbuf: 0.00 s: . TestIO#test_copy_stream_strio: 0.00 s: . TestIO#test_copy_stream_strio_flush: 0.00 s: . TestIO#test_copy_stream_strio_len: 0.00 s: . TestIO#test_copy_stream_strio_off: 0.00 s: . TestIO#test_copy_stream_strio_rbuf: 0.00 s: . TestIO#test_copy_stream_strio_to_fname: 0.01 s: . TestIO#test_copy_stream_strio_to_io: 0.00 s: . TestIO#test_display: 0.16 s: . TestIO#test_dup: 0.09 s: . TestIO#test_dup_many: 0.13 s: . TestIO#test_each_byte: 0.01 s: . TestIO#test_each_char: 0.01 s: . TestIO#test_flag: 0.02 s: . TestIO#test_foreach: 0.12 s: . TestIO#test_gets: 0.00 s: . TestIO#test_gets_limit_extra_arg: 0.01 s: . TestIO#test_gets_rs: 0.01 s: . TestIO#test_initialize: 0.01 s: . TestIO#test_inspect: 0.01 s: . TestIO#test_lines: 0.01 s: . TestIO#test_new_with_block: 0.12 s: . TestIO#test_nofollow: 0.00 s: . TestIO#test_open_pipe: 0.08 s: . TestIO#test_open_redirect: 0.01 s: . TestIO#test_pid: 0.09 s: . TestIO#test_pipe: 0.00 s: . TestIO#test_pipe_block: 0.00 s: . TestIO#test_pipe_block_close: 0.01 s: . TestIO#test_print: 0.15 s: . TestIO#test_printf: 0.00 s: . TestIO#test_putc: 0.09 s: . TestIO#test_puts_recursive_array: 0.00 s: . TestIO#test_read: 0.01 s: . TestIO#test_read_error: 0.01 s: . TestIO#test_read_nonblock_error: 0.01 s: . TestIO#test_readbyte: 0.01 s: . TestIO#test_readchar: 0.00 s: . TestIO#test_readline: 0.01 s: . TestIO#test_readline2: 0.15 s: . TestIO#test_readlines: 0.08 s: . TestIO#test_readpartial: 0.01 s: . TestIO#test_readpartial_error: 0.01 s: . TestIO#test_readpartial_pos: 0.02 s: . TestIO#test_reopen: 0.01 s: . TestIO#test_rubydev33072: 0.00 s: . TestIO#test_s_read: 0.00 s: . TestIO#test_s_readlines: 0.01 s: . TestIO#test_set_lineno: 0.12 s: . TestIO#test_set_stdout: 0.10 s: . TestIO#test_sysopen: 0.01 s: . TestIO#test_sysread: 0.01 s: . TestIO#test_sysseek: 0.01 s: . TestIO#test_syswrite: 0.01 s: . TestIO#test_try_convert: 0.00 s: . TestIO#test_ungetbyte: 0.01 s: . TestIO#test_ungetc: 0.02 s: . TestIO#test_ungetc2: 0.02 s: . TestIO#test_uninitialized: 0.00 s: . TestIO#test_write_non_writable: 0.00 s: . TestIO#test_write_nonblock: 0.00 s: . TestIO#test_write_nonblock_error: 0.01 s: . TestIONonblock#test_flush: 0.00 s: . TestIOScanf#test_1: 0.01 s: . TestIOScanf#test_10: 0.01 s: . TestIOScanf#test_100: 0.00 s: . TestIOScanf#test_101: 0.01 s: . TestIOScanf#test_102: 0.01 s: . TestIOScanf#test_103: 0.01 s: . TestIOScanf#test_104: 0.00 s: . TestIOScanf#test_105: 0.00 s: . TestIOScanf#test_106: 0.01 s: . TestIOScanf#test_107: 0.01 s: . TestIOScanf#test_108: 0.01 s: . TestIOScanf#test_109: 0.00 s: . TestIOScanf#test_11: 0.00 s: . TestIOScanf#test_110: 0.00 s: . TestIOScanf#test_111: 0.01 s: . TestIOScanf#test_112: 0.00 s: . TestIOScanf#test_113: 0.00 s: . TestIOScanf#test_114: 0.01 s: . TestIOScanf#test_115: 0.00 s: . TestIOScanf#test_116: 0.00 s: . TestIOScanf#test_117: 0.00 s: . TestIOScanf#test_118: 0.00 s: . TestIOScanf#test_119: 0.00 s: E TestIOScanf#test_12: 0.00 s: . TestIOScanf#test_120: 0.01 s: . TestIOScanf#test_121: 0.01 s: . TestIOScanf#test_122: 0.00 s: . TestIOScanf#test_123: 0.00 s: E TestIOScanf#test_124: 0.01 s: E TestIOScanf#test_125: 0.01 s: . TestIOScanf#test_126: 0.01 s: . TestIOScanf#test_127: 0.00 s: . TestIOScanf#test_128: 0.00 s: . TestIOScanf#test_129: 0.01 s: . TestIOScanf#test_13: 0.00 s: . TestIOScanf#test_130: 0.01 s: . TestIOScanf#test_131: 0.01 s: . TestIOScanf#test_132: 0.01 s: . TestIOScanf#test_133: 0.00 s: . TestIOScanf#test_134: 0.01 s: . TestIOScanf#test_135: 0.00 s: . TestIOScanf#test_136: 0.00 s: . TestIOScanf#test_137: 0.01 s: . TestIOScanf#test_138: 0.00 s: E TestIOScanf#test_139: 0.01 s: E TestIOScanf#test_14: 0.00 s: . TestIOScanf#test_140: 0.01 s: E TestIOScanf#test_141: 0.00 s: E TestIOScanf#test_142: 0.00 s: E TestIOScanf#test_143: 0.01 s: E TestIOScanf#test_144: 0.00 s: . TestIOScanf#test_145: 0.00 s: E TestIOScanf#test_146: 0.00 s: E TestIOScanf#test_147: 0.00 s: E TestIOScanf#test_148: 0.00 s: E TestIOScanf#test_149: 0.00 s: E TestIOScanf#test_15: 0.00 s: . TestIOScanf#test_150: 0.00 s: E TestIOScanf#test_151: 0.00 s: E TestIOScanf#test_152: 0.01 s: E TestIOScanf#test_153: 0.00 s: E TestIOScanf#test_154: 0.00 s: E TestIOScanf#test_155: 0.01 s: E TestIOScanf#test_156: 0.00 s: E TestIOScanf#test_157: 0.00 s: E TestIOScanf#test_158: 0.00 s: E TestIOScanf#test_159: 0.00 s: E TestIOScanf#test_16: 0.11 s: . TestIOScanf#test_160: 0.00 s: E TestIOScanf#test_161: 0.00 s: E TestIOScanf#test_162: 0.01 s: E TestIOScanf#test_163: 0.00 s: E TestIOScanf#test_164: 0.00 s: E TestIOScanf#test_165: 0.00 s: E TestIOScanf#test_166: 0.00 s: E TestIOScanf#test_167: 0.00 s: E TestIOScanf#test_168: 0.00 s: E TestIOScanf#test_169: 0.00 s: . TestIOScanf#test_17: 0.00 s: . TestIOScanf#test_170: 0.00 s: . TestIOScanf#test_171: 0.01 s: . TestIOScanf#test_172: 0.00 s: . TestIOScanf#test_173: 0.00 s: . TestIOScanf#test_174: 0.00 s: . TestIOScanf#test_175: 0.00 s: . TestIOScanf#test_176: 0.00 s: . TestIOScanf#test_177: 0.00 s: . TestIOScanf#test_178: 0.00 s: . TestIOScanf#test_179: 0.00 s: . TestIOScanf#test_18: 0.00 s: . TestIOScanf#test_180: 0.00 s: . TestIOScanf#test_181: 0.00 s: E TestIOScanf#test_182: 0.00 s: . TestIOScanf#test_183: 0.00 s: . TestIOScanf#test_184: 0.00 s: . TestIOScanf#test_185: 0.00 s: E TestIOScanf#test_186: 0.00 s: E TestIOScanf#test_187: 0.00 s: E TestIOScanf#test_188: 0.01 s: E TestIOScanf#test_189: 0.00 s: . TestIOScanf#test_19: 0.00 s: E TestIOScanf#test_190: 0.00 s: . TestIOScanf#test_191: 0.00 s: . TestIOScanf#test_192: 0.00 s: . TestIOScanf#test_193: 0.00 s: . TestIOScanf#test_194: 0.00 s: . TestIOScanf#test_195: 0.00 s: . TestIOScanf#test_196: 0.00 s: E TestIOScanf#test_197: 0.01 s: E TestIOScanf#test_198: 0.00 s: E TestIOScanf#test_199: 0.00 s: E TestIOScanf#test_2: 0.00 s: E TestIOScanf#test_20: 0.00 s: . TestIOScanf#test_200: 0.00 s: E TestIOScanf#test_201: 0.01 s: E TestIOScanf#test_202: 0.00 s: . TestIOScanf#test_203: 0.00 s: . TestIOScanf#test_204: 0.00 s: . TestIOScanf#test_205: 0.00 s: . TestIOScanf#test_206: 0.00 s: . TestIOScanf#test_207: 0.00 s: . TestIOScanf#test_208: 0.01 s: . TestIOScanf#test_209: 0.00 s: . TestIOScanf#test_21: 0.00 s: . TestIOScanf#test_210: 0.00 s: . TestIOScanf#test_211: 0.00 s: . TestIOScanf#test_212: 0.00 s: . TestIOScanf#test_213: 0.00 s: . TestIOScanf#test_214: 0.01 s: . TestIOScanf#test_215: 0.00 s: . TestIOScanf#test_216: 0.00 s: . TestIOScanf#test_217: 0.00 s: . TestIOScanf#test_218: 0.00 s: . TestIOScanf#test_219: 0.00 s: . TestIOScanf#test_22: 0.00 s: . TestIOScanf#test_220: 0.00 s: . TestIOScanf#test_221: 0.00 s: . TestIOScanf#test_222: 0.00 s: . TestIOScanf#test_223: 0.00 s: . TestIOScanf#test_224: 0.00 s: . TestIOScanf#test_225: 0.00 s: . TestIOScanf#test_226: 0.00 s: . TestIOScanf#test_227: 0.00 s: . TestIOScanf#test_228: 0.00 s: . TestIOScanf#test_229: 0.00 s: . TestIOScanf#test_23: 0.00 s: . TestIOScanf#test_230: 0.00 s: . TestIOScanf#test_231: 0.00 s: . TestIOScanf#test_232: 0.01 s: . TestIOScanf#test_24: 0.00 s: . TestIOScanf#test_25: 0.00 s: . TestIOScanf#test_26: 0.00 s: . TestIOScanf#test_27: 0.01 s: . TestIOScanf#test_28: 0.00 s: . TestIOScanf#test_29: 0.00 s: . TestIOScanf#test_3: 0.00 s: . TestIOScanf#test_30: 0.00 s: . TestIOScanf#test_31: 0.00 s: . TestIOScanf#test_32: 0.00 s: . TestIOScanf#test_33: 0.00 s: . TestIOScanf#test_34: 0.00 s: . TestIOScanf#test_35: 0.01 s: . TestIOScanf#test_36: 0.00 s: . TestIOScanf#test_37: 0.00 s: . TestIOScanf#test_38: 0.00 s: . TestIOScanf#test_39: 0.00 s: . TestIOScanf#test_4: 0.00 s: . TestIOScanf#test_40: 0.00 s: . TestIOScanf#test_41: 0.00 s: . TestIOScanf#test_42: 0.00 s: . TestIOScanf#test_43: 0.00 s: . TestIOScanf#test_44: 0.00 s: . TestIOScanf#test_45: 0.00 s: . TestIOScanf#test_46: 0.00 s: . TestIOScanf#test_47: 0.00 s: . TestIOScanf#test_48: 0.00 s: . TestIOScanf#test_49: 0.00 s: . TestIOScanf#test_5: 0.00 s: . TestIOScanf#test_50: 0.01 s: . TestIOScanf#test_51: 0.00 s: . TestIOScanf#test_52: 0.00 s: . TestIOScanf#test_53: 0.00 s: . TestIOScanf#test_54: 0.00 s: . TestIOScanf#test_55: 0.00 s: . TestIOScanf#test_56: 0.00 s: . TestIOScanf#test_57: 0.00 s: . TestIOScanf#test_58: 0.01 s: . TestIOScanf#test_59: 0.00 s: . TestIOScanf#test_6: 0.00 s: . TestIOScanf#test_60: 0.00 s: E TestIOScanf#test_61: 0.01 s: E TestIOScanf#test_62: 0.00 s: E TestIOScanf#test_63: 0.00 s: . TestIOScanf#test_64: 0.01 s: . TestIOScanf#test_65: 0.00 s: . TestIOScanf#test_66: 0.00 s: . TestIOScanf#test_67: 0.00 s: . TestIOScanf#test_68: 0.00 s: . TestIOScanf#test_69: 0.00 s: . TestIOScanf#test_7: 0.00 s: . TestIOScanf#test_70: 0.00 s: . TestIOScanf#test_71: 0.00 s: . TestIOScanf#test_72: 0.01 s: . TestIOScanf#test_73: 0.00 s: . TestIOScanf#test_74: 0.00 s: E TestIOScanf#test_75: 0.00 s: . TestIOScanf#test_76: 0.00 s: . TestIOScanf#test_77: 0.00 s: . TestIOScanf#test_78: 0.00 s: . TestIOScanf#test_79: 0.00 s: . TestIOScanf#test_8: 0.00 s: . TestIOScanf#test_80: 0.00 s: . TestIOScanf#test_81: 0.00 s: . TestIOScanf#test_82: 0.00 s: . TestIOScanf#test_83: 0.00 s: . TestIOScanf#test_84: 0.00 s: . TestIOScanf#test_85: 0.01 s: . TestIOScanf#test_86: 0.00 s: . TestIOScanf#test_87: 0.00 s: . TestIOScanf#test_88: 0.00 s: . TestIOScanf#test_89: 0.00 s: . TestIOScanf#test_9: 0.00 s: . TestIOScanf#test_90: 0.00 s: . TestIOScanf#test_91: 0.00 s: E TestIOScanf#test_92: 0.00 s: . TestIOScanf#test_93: 0.01 s: . TestIOScanf#test_94: 0.00 s: . TestIOScanf#test_95: 0.00 s: . TestIOScanf#test_96: 0.00 s: . TestIOScanf#test_97: 0.00 s: . TestIOScanf#test_98: 0.00 s: . TestIOScanf#test_99: 0.00 s: . TestIO_M17N#test_binary: 0.01 s: . TestIO_M17N#test_binmode: 0.01 s: . TestIO_M17N#test_binmode2: 0.00 s: . TestIO_M17N#test_binmode3: 0.01 s: . TestIO_M17N#test_binmode_write_ascii_incompat_internal: 0.00 s: . TestIO_M17N#test_both_textmode_binmode: 0.00 s: . TestIO_M17N#test_dup: 0.00 s: . TestIO_M17N#test_dup_undef: 0.00 s: . TestIO_M17N#test_file_foreach: 0.01 s: . TestIO_M17N#test_getc_invalid: 0.00 s: . TestIO_M17N#test_getc_invalid2: 0.00 s: . TestIO_M17N#test_getc_invalid3: 0.00 s: . TestIO_M17N#test_getc_stateful_conversion: 0.00 s: . TestIO_M17N#test_gets_invalid: 0.00 s: . TestIO_M17N#test_gets_limit: 0.00 s: . TestIO_M17N#test_gets_nil: 0.00 s: . TestIO_M17N#test_invalid_r: 0.01 s: . TestIO_M17N#test_invalid_w: 0.01 s: . TestIO_M17N#test_io_new_enc: 0.00 s: . TestIO_M17N#test_marshal: 0.00 s: . TestIO_M17N#test_nonascii_terminator: 0.00 s: . TestIO_M17N#test_open_ascii: 0.01 s: . TestIO_M17N#test_open_nonascii: 0.00 s: . TestIO_M17N#test_open_pipe_r_enc: 0.14 s: . TestIO_M17N#test_open_r: 0.01 s: . TestIO_M17N#test_open_r_enc: 0.04 s: . TestIO_M17N#test_open_r_enc_enc: 0.01 s: . TestIO_M17N#test_open_r_enc_enc_in_opt: 0.01 s: . TestIO_M17N#test_open_r_enc_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_r_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_r_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_rb: 0.00 s: . TestIO_M17N#test_open_w: 0.00 s: . TestIO_M17N#test_open_w_enc: 0.00 s: . TestIO_M17N#test_open_w_enc_enc: 0.00 s: . TestIO_M17N#test_open_w_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_w_enc_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_w_enc_enc_perm: 0.00 s: . TestIO_M17N#test_open_w_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_w_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_wb: 0.00 s: . TestIO_M17N#test_pipe: 0.01 s: . TestIO_M17N#test_pipe_conversion: 0.00 s: . TestIO_M17N#test_pipe_convert_partial_read: 0.10 s: . TestIO_M17N#test_pipe_terminator_conversion: 0.00 s: . TestIO_M17N#test_popen_r_enc: 0.10 s: . TestIO_M17N#test_popen_r_enc_enc: 0.09 s: . TestIO_M17N#test_popen_r_enc_enc_in_opt: 0.10 s: . TestIO_M17N#test_popen_r_enc_enc_in_opt2: 0.09 s: . TestIO_M17N#test_popen_r_enc_in_opt: 0.09 s: . TestIO_M17N#test_popen_r_enc_in_opt2: 0.08 s: . TestIO_M17N#test_popenv_r_enc_enc_in_opt2: 0.08 s: . TestIO_M17N#test_read_all: 0.00 s: . TestIO_M17N#test_read_all_invalid: 0.01 s: . TestIO_M17N#test_read_encoding: 0.05 s: . TestIO_M17N#test_read_mode: 0.03 s: . TestIO_M17N#test_read_newline_conversion_error: 0.01 s: . TestIO_M17N#test_read_newline_conversion_with_encoding_conversion: 0.01 s: . TestIO_M17N#test_read_newline_conversion_without_encoding_conversion: 0.00 s: . TestIO_M17N#test_read_stateful: 0.00 s: . TestIO_M17N#test_s_foreach_enc: 0.01 s: . TestIO_M17N#test_s_foreach_enc_enc: 0.00 s: . TestIO_M17N#test_s_foreach_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_enc_enc_in_opt2: 0.01 s: . TestIO_M17N#test_s_foreach_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_enc_in_opt2: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc: 0.04 s: . TestIO_M17N#test_s_foreach_open_args_enc_enc: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_enc_in_opt2: 0.01 s: . TestIO_M17N#test_s_foreach_open_args_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_in_opt2: 0.00 s: . TestIO_M17N#test_s_pipe_invalid: 0.00 s: . TestIO_M17N#test_s_pipe_undef: 0.00 s: . TestIO_M17N#test_s_pipe_undef_replace_string: 0.00 s: . TestIO_M17N#test_set_encoding: 0.00 s: . TestIO_M17N#test_set_encoding2: 0.00 s: . TestIO_M17N#test_set_encoding_binmode: 0.00 s: . TestIO_M17N#test_set_encoding_enc: 0.00 s: . TestIO_M17N#test_set_encoding_invalid: 0.00 s: . TestIO_M17N#test_set_encoding_nil: 0.00 s: . TestIO_M17N#test_set_encoding_undef: 0.00 s: . TestIO_M17N#test_set_encoding_undef_replace: 0.00 s: . TestIO_M17N#test_stderr: 0.00 s: . TestIO_M17N#test_stdin: 0.00 s: . TestIO_M17N#test_stdin_external_encoding_with_reopen: 0.11 s: . TestIO_M17N#test_stdout: 0.00 s: . TestIO_M17N#test_terminator_conversion: 0.01 s: . TestIO_M17N#test_terminator_conversion2: 0.01 s: . TestIO_M17N#test_terminator_stateful_conversion: 0.01 s: . TestIO_M17N#test_textmode_decode_universal_newline_getc: 0.01 s: . TestIO_M17N#test_textmode_decode_universal_newline_gets: 0.01 s: . TestIO_M17N#test_textmode_decode_universal_newline_read: 0.01 s: . TestIO_M17N#test_textmode_decode_universal_newline_utf16: 0.01 s: . TestIO_M17N#test_textmode_encode_newline: 0.01 s: . TestIO_M17N#test_textmode_encode_newline_enc: 0.01 s: . TestIO_M17N#test_undef_r: 0.01 s: . TestIO_M17N#test_undef_w_stateful: 0.03 s: . TestIO_M17N#test_undef_w_stateless: 0.01 s: . TestIO_M17N#test_ungetc_stateful_conversion: 0.00 s: . TestIO_M17N#test_ungetc_stateful_conversion2: 0.01 s: . TestIO_M17N#test_w_xml_attr: 0.03 s: . TestIO_M17N#test_write_ascii_incompat: 0.00 s: . TestIO_M17N#test_write_conversion: 0.01 s: . TestIO_M17N#test_write_conversion_anyenc_stateful: 0.01 s: . TestIO_M17N#test_write_conversion_anyenc_stateful_nosync: 0.00 s: . TestIO_M17N#test_write_conversion_anyenc_stateless: 0.00 s: . TestIO_M17N#test_write_conversion_fixenc: 0.00 s: . TestIO_M17N#test_write_mode: 0.32 s: . TestIO_M17N#test_write_mode_fail: 0.00 s: . TestIO_M17N#test_write_noenc: 0.00 s: . TestISO8859#test_iso_8859_1: 0.06 s: . TestISO8859#test_iso_8859_10: 0.05 s: . TestISO8859#test_iso_8859_11: 0.04 s: . TestISO8859#test_iso_8859_13: 0.03 s: . TestISO8859#test_iso_8859_14: 0.03 s: . TestISO8859#test_iso_8859_15: 0.03 s: . TestISO8859#test_iso_8859_16: 0.06 s: . TestISO8859#test_iso_8859_2: 0.02 s: . TestISO8859#test_iso_8859_3: 0.03 s: . TestISO8859#test_iso_8859_4: 0.02 s: . TestISO8859#test_iso_8859_5: 0.03 s: . TestISO8859#test_iso_8859_6: 0.01 s: . TestISO8859#test_iso_8859_7: 0.03 s: . TestISO8859#test_iso_8859_8: 0.01 s: . TestISO8859#test_iso_8859_9: 0.02 s: . TestIconv::Basic#test_close: 0.00 s: . TestIconv::Basic#test_euc2sjis: 0.00 s: . TestIconv::Basic#test_invalid_arguments: 0.00 s: . TestIconv::Basic#test_open_with_block: 0.00 s: . TestIconv::Basic#test_open_without_block: 0.00 s: . TestIconv::Basic#test_unknown_encoding: 0.00 s: . TestIconv::Option#test_ignore_option: 0.00 s: . TestIconv::Option#test_translit_option: 0.00 s: . TestIconv::Partial#test_partial_ascii: 0.00 s: . TestIconv::Partial#test_partial_euc2sjis: 0.00 s: . TestIfunless#test_if_unless: 0.00 s: . TestInteger#test_Integer: 0.01 s: . TestInteger#test_Integer2: 0.00 s: . TestInteger#test_aref: 0.00 s: . TestInteger#test_chr: 0.00 s: . TestInteger#test_downto: 0.00 s: . TestInteger#test_int_p: 0.00 s: . TestInteger#test_lshift: 0.00 s: . TestInteger#test_odd_p_even_p: 0.00 s: . TestInteger#test_pow: 0.00 s: . TestInteger#test_round: 0.00 s: . TestInteger#test_rshift: 0.00 s: . TestInteger#test_succ: 0.00 s: . TestInteger#test_times: 0.00 s: . TestInteger#test_upto: 0.00 s: . TestIntegerComb#test_abs: 0.00 s: . TestIntegerComb#test_and: 1.28 s: . TestIntegerComb#test_aref: 1.66 s: . TestIntegerComb#test_ceil: 0.00 s: . TestIntegerComb#test_cmp: 1.07 s: . TestIntegerComb#test_divmod: 1.71 s: . TestIntegerComb#test_eq: 0.45 s: . TestIntegerComb#test_even_odd: 0.01 s: . TestIntegerComb#test_fixnum_range: 0.00 s: . TestIntegerComb#test_floor: 0.00 s: . TestIntegerComb#test_lshift: 13.36 s: . TestIntegerComb#test_marshal: 0.00 s: . TestIntegerComb#test_minus: 2.57 s: . TestIntegerComb#test_mult: 2.32 s: . TestIntegerComb#test_not: 0.01 s: . TestIntegerComb#test_or: 1.93 s: . TestIntegerComb#test_pack: 0.08 s: . TestIntegerComb#test_pack_ber: 0.02 s: . TestIntegerComb#test_pack_utf8: 0.02 s: . TestIntegerComb#test_plus: 2.50 s: . TestIntegerComb#test_pow: 0.58 s: . TestIntegerComb#test_pred: 0.01 s: . TestIntegerComb#test_printf_b: 0.01 s: . TestIntegerComb#test_printf_b_sign: 0.01 s: . TestIntegerComb#test_printf_diu: 0.01 s: . TestIntegerComb#test_printf_o: 0.00 s: . TestIntegerComb#test_printf_o_sign: 0.01 s: . TestIntegerComb#test_printf_x: 0.00 s: . TestIntegerComb#test_printf_x_sign: 0.01 s: . TestIntegerComb#test_remainder: 0.64 s: . TestIntegerComb#test_round: 0.00 s: . TestIntegerComb#test_rshift: 12.90 s: . TestIntegerComb#test_succ: 0.01 s: . TestIntegerComb#test_to_s: 0.09 s: . TestIntegerComb#test_truncate: 0.00 s: . TestIntegerComb#test_unary_minus: 0.01 s: . TestIntegerComb#test_unary_plus: 0.00 s: . TestIntegerComb#test_xor: 1.73 s: . TestIntegerComb#test_zero_nonzero: 0.01 s: . TestIterator#test_append_method_to_built_in_class: 0.00 s: . TestIterator#test_argument: 0.00 s: . TestIterator#test_array: 0.00 s: . TestIterator#test_assoc_yield: 0.00 s: . TestIterator#test_block: 0.00 s: . TestIterator#test_block_argument_without_paren: 0.00 s: . TestIterator#test_block_given: 0.00 s: . TestIterator#test_block_given_within_iterator: 0.00 s: . TestIterator#test_block_passing: 0.00 s: . TestIterator#test_break: 0.00 s: . TestIterator#test_break__nested_loop1: 0.00 s: . TestIterator#test_break__nested_loop2: 0.00 s: . TestIterator#test_break__nested_loop3: 0.00 s: . TestIterator#test_break_from_enum: 0.00 s: . TestIterator#test_collect: 0.00 s: . TestIterator#test_enumerator: 0.00 s: . TestIterator#test_get_block: 0.00 s: . TestIterator#test_iter4: 0.00 s: . TestIterator#test_iter_test2: 0.00 s: . TestIterator#test_iterator: 0.00 s: . TestIterator#test_itertest: 0.00 s: . TestIterator#test_ljump: 0.00 s: . TestIterator#test_marity: 0.00 s: . TestIterator#test_nested_iterator: 0.00 s: . TestIterator#test_proc: 0.00 s: . TestIterator#test_proc_return1: 0.00 s: . TestIterator#test_proc_return2: 0.00 s: . TestIterator#test_return1: 0.00 s: . TestIterator#test_return2: 0.00 s: . TestIterator#test_return_trace_func: 0.00 s: . TestIterator#test_yield_vs_call: 0.00 s: . TestKOI8#test_koi8_r: 0.02 s: . TestKOI8#test_koi8_u: 0.02 s: . TestKconv#test_eucjp: 0.41 s: . TestKconv#test_jis: 0.00 s: . TestKconv#test_shiftjis: 0.00 s: . TestKconv#test_utf8: 0.00 s: . TestKernel#test_gem: 0.50 s: . TestKernel#test_gem_conflicting: 0.46 s: . TestKernel#test_gem_redundent: 0.49 s: . TestKernel#test_gem_overlapping: 0.46 s: . TestLambdaParameters#test_call_simple: 0.00 s: . TestLambdaParameters#test_exact_parameter: 0.00 s: . TestLogDevice#test_close: 0.00 s: . TestLogDevice#test_initialize: 0.00 s: . TestLogDevice#test_shifting_size: 0.03 s: . TestLogDevice#test_write: 0.00 s: . TestLogger#test_add: 0.01 s: . TestLogger#test_close: 0.00 s: . TestLogger#test_const_progname: 0.00 s: . TestLogger#test_datetime_format: 0.01 s: . TestLogger#test_format: 0.02 s: . TestLogger#test_formatter: 0.03 s: . TestLogger#test_initialize: 0.00 s: . TestLogger#test_level: 0.00 s: . TestLogger#test_level_log: 0.08 s: . TestLogger#test_lshift: 0.00 s: . TestLogger#test_progname: 0.00 s: . TestLoggerSeverity#test_enum: 0.00 s: . TestM17N#test_array_to_s: 0.00 s: . TestM17N#test_aset: 0.00 s: . TestM17N#test_begin_end_offset: 0.00 s: . TestM17N#test_begin_end_offset_sjis: 0.00 s: . TestM17N#test_bignum_to_s: 0.00 s: . TestM17N#test_casecmp: 0.00 s: . TestM17N#test_chomp: 0.00 s: . TestM17N#test_chr: 0.00 s: . TestM17N#test_combchar_codepoint: 0.00 s: . TestM17N#test_compatible: 0.00 s: . TestM17N#test_count: 0.00 s: . TestM17N#test_delete: 0.00 s: . TestM17N#test_dup_aref: 0.00 s: . TestM17N#test_dup_scan: 0.00 s: . TestM17N#test_dynamic_ascii_regexp: 0.00 s: . TestM17N#test_dynamic_eucjp_regexp: 0.00 s: . TestM17N#test_dynamic_sjis_regexp: 0.00 s: . TestM17N#test_dynamic_utf8_regexp: 0.00 s: . TestM17N#test_each_char: 0.00 s: . TestM17N#test_each_line: 0.00 s: . TestM17N#test_empty_string: 0.00 s: . TestM17N#test_encoding_find: 0.00 s: . TestM17N#test_encoding_to_s: 0.00 s: . TestM17N#test_end_with: 0.00 s: . TestM17N#test_env: 0.00 s: . TestM17N#test_euc_tw: 0.00 s: . TestM17N#test_false_to_s: 0.00 s: . TestM17N#test_fixnum_to_s: 0.00 s: . TestM17N#test_float_to_s: 0.00 s: . TestM17N#test_force_encoding: 0.00 s: . TestM17N#test_gbk: 0.00 s: . TestM17N#test_getbyte: 0.00 s: . TestM17N#test_gsub: 0.00 s: . TestM17N#test_hash_to_s: 0.00 s: . TestM17N#test_include?: 0.00 s: . TestM17N#test_index: 0.00 s: . TestM17N#test_insert: 0.00 s: . TestM17N#test_magic_comment: 0.00 s: . TestM17N#test_magic_comment_at_various_positions: 0.00 s: . TestM17N#test_magic_comment_vim: 0.00 s: . TestM17N#test_marshal: 0.00 s: . TestM17N#test_next: 0.02 s: . TestM17N#test_nil_inspect: 0.00 s: . TestM17N#test_nil_to_s: 0.00 s: . TestM17N#test_nonascii_method_name: 0.00 s: . TestM17N#test_plus: 0.00 s: . TestM17N#test_quote: 0.00 s: . TestM17N#test_regexp_ascii: 0.01 s: . TestM17N#test_regexp_ascii_none: 0.00 s: . TestM17N#test_regexp_embed: 0.00 s: . TestM17N#test_regexp_embed_preprocess: 0.00 s: . TestM17N#test_regexp_euc: 0.01 s: . TestM17N#test_regexp_generic: 0.00 s: . TestM17N#test_regexp_match: 0.00 s: . TestM17N#test_regexp_mixed_unicode: 0.01 s: . TestM17N#test_regexp_named_class: 0.00 s: . TestM17N#test_regexp_property: 0.00 s: . TestM17N#test_regexp_sjis: 0.01 s: . TestM17N#test_regexp_source: 0.00 s: . TestM17N#test_regexp_too_short_multibyte_character: 0.01 s: . TestM17N#test_regexp_unicode: 0.00 s: . TestM17N#test_regexp_usascii: 0.00 s: . TestM17N#test_regexp_windows_31j: 0.00 s: . TestM17N#test_reverse: 0.00 s: . TestM17N#test_reverse_bang: 0.00 s: . TestM17N#test_scan: 0.00 s: . TestM17N#test_setbyte: 0.00 s: . TestM17N#test_split: 0.00 s: . TestM17N#test_sprintf_c: 0.00 s: . TestM17N#test_sprintf_p: 0.00 s: . TestM17N#test_sprintf_s: 0.00 s: . TestM17N#test_squeeze: 0.00 s: . TestM17N#test_str_String: 0.00 s: . TestM17N#test_str_allocate: 0.00 s: . TestM17N#test_str_aref: 0.00 s: . TestM17N#test_str_aref_len: 0.00 s: . TestM17N#test_str_aref_substr: 0.03 s: . TestM17N#test_str_center: 0.00 s: . TestM17N#test_str_dump: 0.00 s: . TestM17N#test_str_lt: 0.00 s: . TestM17N#test_str_multiply: 0.00 s: . TestM17N#test_string_ascii_literal: 0.00 s: . TestM17N#test_string_eucjp_literal: 0.00 s: . TestM17N#test_string_inspect: 0.00 s: . TestM17N#test_string_mixed_unicode: 0.00 s: . TestM17N#test_sub: 0.00 s: . TestM17N#test_sub2: 0.00 s: . TestM17N#test_sub3: 0.00 s: . TestM17N#test_symbol: 0.00 s: . TestM17N#test_symbol_op: 0.00 s: . TestM17N#test_tr: 0.00 s: . TestM17N#test_tr_s: 0.00 s: . TestM17N#test_true_to_s: 0.00 s: . TestM17N#test_union_0: 0.00 s: . TestM17N#test_union_1_asciionly_string: 0.00 s: . TestM17N#test_union_1_nonascii_string: 0.00 s: . TestM17N#test_union_1_regexp: 0.00 s: . TestM17N#test_union_2: 0.04 s: . TestM17N#test_upto: 0.00 s: . TestM17N#test_utf8_literal: 0.00 s: . TestM17N#test_utf8str_aref: 0.00 s: . TestM17N#test_valid_encoding: 0.00 s: . TestM17N#test_validate_redundant_utf8: 0.00 s: . TestM17N#test_validate_surrogate: 0.00 s: . TestM17NComb#test_marshal: 0.00 s: . TestM17NComb#test_sprintf_s: 0.01 s: . TestM17NComb#test_str_aref: 0.00 s: . TestM17NComb#test_str_aref_len: 0.00 s: . TestM17NComb#test_str_aref_range2: 0.13 s: . TestM17NComb#test_str_aref_range3: 0.18 s: . TestM17NComb#test_str_aref_substr: 0.56 s: . TestM17NComb#test_str_assign: 3.48 s: . TestM17NComb#test_str_assign_len: 0.65 s: . TestM17NComb#test_str_assign_range2: 0.82 s: . TestM17NComb#test_str_assign_range3: 0.84 s: . TestM17NComb#test_str_assign_substr: 1.47 s: . TestM17NComb#test_str_bytes: 0.00 s: . TestM17NComb#test_str_bytesize: 0.00 s: . TestM17NComb#test_str_capitalize: 0.01 s: . TestM17NComb#test_str_casecmp: 0.12 s: . TestM17NComb#test_str_center: 0.71 s: . TestM17NComb#test_str_chars: 0.00 s: . TestM17NComb#test_str_chomp: 0.42 s: . TestM17NComb#test_str_chop: 0.03 s: . TestM17NComb#test_str_chr: 0.00 s: . TestM17NComb#test_str_clear: 0.00 s: . TestM17NComb#test_str_clone: 0.00 s: . TestM17NComb#test_str_cmp: 0.32 s: . TestM17NComb#test_str_concat: 0.42 s: . TestM17NComb#test_str_count: 0.61 s: . TestM17NComb#test_str_crypt: 0.63 s: . TestM17NComb#test_str_delete: 1.30 s: . TestM17NComb#test_str_downcase: 0.00 s: . TestM17NComb#test_str_dump: 0.00 s: . TestM17NComb#test_str_dup: 0.00 s: . TestM17NComb#test_str_each_byte: 0.00 s: . TestM17NComb#test_str_each_line: 0.67 s: . TestM17NComb#test_str_empty?: 0.00 s: . TestM17NComb#test_str_end_with?: 0.76 s: . TestM17NComb#test_str_eq: 0.36 s: . TestM17NComb#test_str_eq_reflexive: 0.00 s: . TestM17NComb#test_str_eq_symmetric: 0.31 s: . TestM17NComb#test_str_eq_transitive: 0.15 s: . TestM17NComb#test_str_hash: 0.12 s: . TestM17NComb#test_str_hex: 0.00 s: . TestM17NComb#test_str_include?: 1.11 s: . TestM17NComb#test_str_index: 1.29 s: . TestM17NComb#test_str_insert: 1.05 s: . TestM17NComb#test_str_intern: 0.00 s: . TestM17NComb#test_str_length: 0.00 s: . TestM17NComb#test_str_ljust: 0.68 s: . TestM17NComb#test_str_new: 0.00 s: . TestM17NComb#test_str_oct: 0.00 s: . TestM17NComb#test_str_ord: 0.00 s: . TestM17NComb#test_str_partition: 0.76 s: . TestM17NComb#test_str_plus: 0.51 s: . TestM17NComb#test_str_replace: 0.15 s: . TestM17NComb#test_str_reverse: 0.00 s: . TestM17NComb#test_str_rindex: 1.31 s: . TestM17NComb#test_str_rjust: 0.68 s: . TestM17NComb#test_str_rpartition: 0.77 s: . TestM17NComb#test_str_scan: 0.62 s: . TestM17NComb#test_str_slice: 2.67 s: . TestM17NComb#test_str_slice!: 2.80 s: . TestM17NComb#test_str_split: 1.44 s: . TestM17NComb#test_str_squeeze: 0.69 s: . TestM17NComb#test_str_start_with?: 0.77 s: . TestM17NComb#test_str_strip: 0.00 s: . TestM17NComb#test_str_sub: 3.69 s: . TestM17NComb#test_str_sub!: 3.71 s: . TestM17NComb#test_str_succ: 8.15 s: . TestM17NComb#test_str_sum: 0.00 s: . TestM17NComb#test_str_swapcase: 0.00 s: . TestM17NComb#test_str_times: 0.00 s: . TestM17NComb#test_str_to_f: 0.00 s: . TestM17NComb#test_str_to_i: 0.01 s: . TestM17NComb#test_str_to_s: 0.00 s: . TestM17NComb#test_str_upcase: 0.00 s: . TestM17NComb#test_tr: 1.01 s: . TestM17NComb#test_tr_s: 1.73 s: . TestMarshal#test_anonymous: 0.02 s: . TestMarshal#test_array: 0.00 s: . TestMarshal#test_array_ivar: 0.00 s: . TestMarshal#test_array_subclass: 0.00 s: . TestMarshal#test_bignum: 0.00 s: . TestMarshal#test_change_class_name: 0.00 s: . TestMarshal#test_change_struct: 0.02 s: . TestMarshal#test_class: 0.00 s: . TestMarshal#test_exception: 0.00 s: . TestMarshal#test_exception_subclass: 0.00 s: . TestMarshal#test_extend: 0.01 s: . TestMarshal#test_extend_string: 0.02 s: . TestMarshal#test_false: 0.00 s: . TestMarshal#test_fixnum: 0.00 s: . TestMarshal#test_fixnum_ivar: 0.00 s: . TestMarshal#test_fixnum_ivar_self: 0.00 s: . TestMarshal#test_float: 0.00 s: . TestMarshal#test_float_extend: 0.00 s: . TestMarshal#test_float_inf_nan: 0.00 s: . TestMarshal#test_float_ivar: 0.00 s: . TestMarshal#test_float_ivar_self: 0.00 s: . TestMarshal#test_gc: 6.61 s: . TestMarshal#test_hash: 0.00 s: . TestMarshal#test_hash_default: 0.00 s: . TestMarshal#test_hash_default_proc: 0.00 s: . TestMarshal#test_hash_extend: 0.00 s: . TestMarshal#test_hash_ivar: 0.00 s: . TestMarshal#test_hash_subclass: 0.00 s: . TestMarshal#test_hash_subclass_extend: 0.00 s: . TestMarshal#test_inconsistent_struct: 0.01 s: . TestMarshal#test_limit: 0.00 s: . TestMarshal#test_marshal: 0.00 s: . TestMarshal#test_marshal_cloned_class: 0.01 s: . TestMarshal#test_modify_array_during_dump: 0.00 s: . TestMarshal#test_nil: 0.00 s: . TestMarshal#test_object: 0.00 s: . TestMarshal#test_object_extend: 0.00 s: . TestMarshal#test_object_subclass: 0.00 s: . TestMarshal#test_object_subclass_extend: 0.00 s: . TestMarshal#test_pipe: 0.00 s: . TestMarshal#test_range: 0.00 s: . TestMarshal#test_range_cyclic: 0.00 s: . TestMarshal#test_range_subclass: 0.00 s: . TestMarshal#test_regexp: 0.00 s: . TestMarshal#test_regexp_subclass: 0.00 s: . TestMarshal#test_share: 0.00 s: . TestMarshal#test_singleton: 0.01 s: . TestMarshal#test_string: 0.00 s: . TestMarshal#test_string_crlf: 0.00 s: . TestMarshal#test_string_empty: 0.00 s: . TestMarshal#test_string_escape: 0.00 s: . TestMarshal#test_string_ivar: 0.00 s: . TestMarshal#test_string_subclass: 0.00 s: . TestMarshal#test_string_subclass_cycle: 0.00 s: . TestMarshal#test_string_subclass_extend: 0.00 s: . TestMarshal#test_struct: 0.00 s: . TestMarshal#test_struct_invalid_members: 0.00 s: . TestMarshal#test_struct_ivar: 0.00 s: . TestMarshal#test_struct_subclass: 0.00 s: . TestMarshal#test_struct_subclass_extend: 0.00 s: . TestMarshal#test_struct_toplevel: 0.01 s: . TestMarshal#test_symbol: 0.00 s: . TestMarshal#test_taint_and_untrust: 0.00 s: . TestMarshal#test_time: 0.00 s: . TestMarshal#test_time_in_array: 0.00 s: . TestMarshal#test_time_ivar: 0.00 s: . TestMarshal#test_time_subclass: 0.00 s: . TestMarshal#test_too_long_string: 0.00 s: . TestMarshal#test_true: 0.00 s: . TestMarshal#test_userdef_encoding: 0.00 s: . TestMarshal#test_userdef_invalid: 0.00 s: . TestMath#test_acos: 0.00 s: . TestMath#test_acosh: 0.00 s: . TestMath#test_asin: 0.00 s: . TestMath#test_asinh: 0.00 s: . TestMath#test_atan: 0.00 s: . TestMath#test_atan2: 0.00 s: . TestMath#test_atanh: 0.00 s: . TestMath#test_cbrt: 0.00 s: . TestMath#test_cos: 0.00 s: . TestMath#test_cosh: 0.00 s: . TestMath#test_erf: 0.00 s: . TestMath#test_erfc: 0.00 s: . TestMath#test_exp: 0.00 s: . TestMath#test_frexp: 0.00 s: . TestMath#test_gamma: 0.00 s: . TestMath#test_hypot: 0.00 s: . TestMath#test_ldexp: 0.00 s: . TestMath#test_lgamma: 0.00 s: . TestMath#test_log: 0.00 s: . TestMath#test_log10: 0.00 s: . TestMath#test_log2: 0.00 s: . TestMath#test_sin: 0.00 s: . TestMath#test_sinh: 0.00 s: . TestMath#test_sqrt: 0.00 s: . TestMath#test_tan: 0.00 s: . TestMath#test_tanh: 0.00 s: . TestMatrix#test_equality: 0.00 s: . TestMatrix#test_hash: 0.00 s: . TestMatrix#test_hash_equality: 0.00 s: . TestMatrix#test_identity: 0.00 s: . TestMetaclass#test_metaclass: 0.01 s: . TestMethod#test_arity: 0.00 s: . TestMethod#test_attrset_ivar: 0.00 s: . TestMethod#test_bmethod_bound_parameters: 0.00 s: . TestMethod#test_bmethod_unbound_parameters: 0.00 s: . TestMethod#test_body: 0.00 s: . TestMethod#test_bound_parameters: 0.00 s: . TestMethod#test_call: 0.00 s: . TestMethod#test_callee: 0.00 s: . TestMethod#test_callee_top_level: 0.16 s: . TestMethod#test_caller_negative_level: 0.01 s: . TestMethod#test_clone: 0.00 s: . TestMethod#test_default_accessibility: 0.01 s: . TestMethod#test_define_method: 0.02 s: . TestMethod#test_eq: 0.00 s: . TestMethod#test_hash: 0.00 s: . TestMethod#test_inspect: 0.08 s: . TestMethod#test_instance_method: 0.03 s: . TestMethod#test_new: 0.06 s: . TestMethod#test_receiver_name_owner: 0.00 s: . TestMethod#test_unbind: 0.00 s: . TestMethod#test_unbound_parameters: 0.00 s: . TestMiniMock#test_should_not_verify_if_unexpected_method_is_called: 0.00 s: . TestMiniMock#test_should_create_stub_method: 0.00 s: . TestMiniMock#test_should_blow_up_on_wrong_number_of_arguments: 0.00 s: . TestMiniMock#test_should_not_blow_up_if_everything_called: 0.00 s: . TestMiniMock#test_should_blow_up_on_wrong_arguments: 0.00 s: . TestMiniMock#test_should_not_verify_if_new_expected_method_is_not_called: 0.00 s: . TestMiniMock#test_should_blow_up_if_not_called: 0.00 s: . TestMiniMock#test_should_allow_return_value_specification: 0.00 s: . TestMiniMock#test_should_allow_expectations_to_be_added_after_creation: 0.00 s: . TestMiniTest#test_run_skip: 0.01 s: . TestMiniTest#test_filter_backtrace: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed_and_long_backtrace: 0.00 s: . TestMiniTest#test_run_error: 0.01 s: . TestMiniTest#test_run_passing: 0.01 s: . TestMiniTest#test_class_puke_with_assertion_failed: 0.00 s: . TestMiniTest#test_class_run_test_suites: 0.01 s: . TestMiniTest#test_filter_backtrace_all_unit: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed_and_user_defined_assertions: 0.00 s: . TestMiniTest#test_class_puke_with_non_failure_exception: 0.00 s: . TestMiniTest#test_class_puke_with_failure_and_flunk_in_backtrace: 0.00 s: . TestMiniTest#test_run_error_teardown: 0.01 s: . TestMiniTest#test_filter_backtrace_unit_starts: 0.00 s: . TestMiniTest#test_run_failing: 0.02 s: . TestMiniTest#test_class_puke_with_flunk_and_user_defined_assertions: 0.00 s: . TestMiniTest#test_run_failing_filtered: 0.01 s: . TestMiniTestTestCase#test_assert_in_delta_triggered: 0.00 s: F TestMiniTestTestCase#test_flunk: 0.00 s: . TestMiniTestTestCase#test_assert_includes: 0.00 s: . TestMiniTestTestCase#test_refute_in_epsilon: 0.00 s: . TestMiniTestTestCase#test_assert_equal: 0.00 s: . TestMiniTestTestCase#test_assert_respond_to_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_includes_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_throws_unthrown: 0.00 s: . TestMiniTestTestCase#test_refute_in_delta_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_in_epsilon_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_same_triggered: 0.00 s: . TestMiniTestTestCase#test_refute: 0.00 s: . TestMiniTestTestCase#test_class_inherited: 0.01 s: . TestMiniTestTestCase#test_class_asserts_match_refutes: 0.00 s: . TestMiniTestTestCase#test_refute_match_triggered: 0.00 s: . TestMiniTestTestCase#test_assert: 0.00 s: . TestMiniTestTestCase#test_assert_operator: 0.00 s: . TestMiniTestTestCase#test_refute_nil_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_kind_of: 0.00 s: . TestMiniTestTestCase#test_assert_throws_different: 0.00 s: . TestMiniTestTestCase#test_assert_block: 0.00 s: . TestMiniTestTestCase#test_assert_instance_of_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_send: 0.00 s: . TestMiniTestTestCase#test_assert_equal_different: 0.00 s: . TestMiniTestTestCase#test_assert_match_object: 0.00 s: . TestMiniTestTestCase#test_skip: 0.00 s: . TestMiniTestTestCase#test_assert_empty_triggered: 0.00 s: . TestMiniTestTestCase#test_test_methods_random: 0.00 s: . TestMiniTestTestCase#test_assert_in_epsilon: 0.00 s: . TestMiniTestTestCase#test_assert_kind_of: 0.00 s: . TestMiniTestTestCase#test_refute_match: 0.00 s: . TestMiniTestTestCase#test_refute_empty_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_equal_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_in_epsilon_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_throws: 0.00 s: . TestMiniTestTestCase#test_refute_respond_to_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_nil: 0.00 s: . TestMiniTestTestCase#test_refute_kind_of_triggered: 0.00 s: . TestMiniTestTestCase#test_pass: 0.00 s: . TestMiniTestTestCase#test_assert_raises_module: 0.00 s: . TestMiniTestTestCase#test_refute_empty: 0.00 s: . TestMiniTestTestCase#test_refute_nil: 0.00 s: . TestMiniTestTestCase#test_assert_match_object_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_in_delta: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_none: 0.00 s: . TestMiniTestTestCase#test_assert_same: 0.00 s: . TestMiniTestTestCase#test_class_test_suites: 0.01 s: . TestMiniTestTestCase#test_refute_same_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_in_delta: 0.00 s: . TestMiniTestTestCase#test_refute_instance_of: 0.00 s: . TestMiniTestTestCase#test_refute_includes: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_subclass: 0.00 s: . TestMiniTestTestCase#test_assert_match: 0.00 s: . TestMiniTestTestCase#test_assert_match_triggered: 0.00 s: . TestMiniTestTestCase#test_capture_io: 0.01 s: . TestMiniTestTestCase#test_assert_nil_triggered: 0.00 s: . TestMiniTestTestCase#test_flunk_message: 0.00 s: . TestMiniTestTestCase#test_assert_instance_of: 0.00 s: . TestMiniTestTestCase#test_test_methods_sorted: 0.00 s: . TestMiniTestTestCase#test_assert__triggered_message: 0.00 s: . TestMiniTestTestCase#test_refute_match_object_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_different: 0.00 s: . TestMiniTestTestCase#test_refute_respond_to: 0.00 s: . TestMiniTestTestCase#test_assert_raises: 0.00 s: . TestMiniTestTestCase#test_assert_operator_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_instance_of_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_includes_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_respond_to: 0.00 s: . TestMiniTestTestCase#test_message: 0.00 s: . TestMiniTestTestCase#test_refute_operator: 0.00 s: . TestMiniTestTestCase#test_assert__triggered: 0.00 s: . TestMiniTestTestCase#test_assert_send_bad: 0.00 s: . TestMiniTestTestCase#test_refute_match_object: 0.00 s: . TestMiniTestTestCase#test_assert_empty: 0.00 s: . TestMiniTestTestCase#test_assert_block_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_kind_of_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_equal: 0.00 s: . TestMiniTestTestCase#test_refute_operator_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_object_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_same: 0.00 s: . TestMixedUnicodeEscape#test_basic: 0.00 s: . TestModule#test_CMP: 0.00 s: . TestModule#test_CMP_0: 0.00 s: . TestModule#test_GE: 0.00 s: . TestModule#test_GT: 0.00 s: . TestModule#test_GT_0: 0.00 s: . TestModule#test_LE: 0.00 s: . TestModule#test_LT: 0.00 s: . TestModule#test_LT_0: 0.00 s: . TestModule#test_VERY_EQUAL: 0.00 s: . TestModule#test_alias: 0.12 s: . TestModule#test_ancestors: 0.00 s: . TestModule#test_append_features: 0.00 s: . TestModule#test_append_features_raise: 0.01 s: . TestModule#test_append_features_type_error: 0.01 s: . TestModule#test_attr: 0.10 s: . TestModule#test_attr_obsoleted_flag: 0.00 s: . TestModule#test_change_visibility_under_safe4: 0.00 s: . TestModule#test_class_eval: 0.00 s: . TestModule#test_class_variable_defined: 0.00 s: . TestModule#test_class_variable_get: 0.02 s: . TestModule#test_class_variable_set: 0.00 s: . TestModule#test_const_defined?: 0.00 s: . TestModule#test_const_get: 0.00 s: . TestModule#test_const_get2: 0.07 s: . TestModule#test_const_get3: 0.00 s: . TestModule#test_const_set: 0.00 s: . TestModule#test_const_set2: 0.00 s: . TestModule#test_constants: 0.00 s: . TestModule#test_cyclic_include: 0.00 s: . TestModule#test_export_method: 0.02 s: . TestModule#test_freeze: 0.01 s: . TestModule#test_frozen_class: 0.02 s: . TestModule#test_include_p: 0.00 s: . TestModule#test_include_under_safe4: 0.00 s: . TestModule#test_included: 0.00 s: . TestModule#test_included_modules: 0.00 s: . TestModule#test_instance_methods: 0.00 s: . TestModule#test_method_defined: 0.00 s: . TestModule#test_method_defined?: 0.00 s: . TestModule#test_mod_constants: 0.00 s: . TestModule#test_module_eval: 0.00 s: . TestModule#test_module_exec: 0.00 s: . TestModule#test_name: 0.00 s: . TestModule#test_private_class_method: 0.00 s: . TestModule#test_private_instance_methods: 0.00 s: . TestModule#test_protected_instance_methods: 0.00 s: . TestModule#test_public_class_method: 0.01 s: . TestModule#test_public_instance_methods: 0.00 s: . TestModule#test_remove_class_variable: 0.00 s: . TestModule#test_s_constants: 0.01 s: . TestModule#test_s_nesting: 0.00 s: . TestModule#test_s_new: 0.00 s: . TestModule#test_top_public_private: 0.10 s: . TestModule#test_undef: 0.36 s: . TestMonitor#test_cond: 0.00 s: . TestMonitor#test_enter: 0.00 s: . TestMonitor#test_synchronize: 0.00 s: . TestMonitor#test_try_enter: 0.00 s: . TestNKF#test_guess: 0.00 s: . TestNKF#test_ruby_dev_36909: 11.12 s: . TestNetHTTPS#test_certificate_verify_failure: 0.16 s: . TestNetHTTPS#test_get: 0.28 s: . TestNetHTTPS#test_identity_verify_failure: 0.25 s: . TestNetHTTPS#test_post: 0.27 s: . TestNetHTTPS#test_verify_none: 0.27 s: . TestNetHTTP_v1_2#test_get: 0.20 s: . TestNetHTTP_v1_2#test_get2: 0.14 s: . TestNetHTTP_v1_2#test_get__break: 0.17 s: . TestNetHTTP_v1_2#test_get__implicit_start: 0.15 s: . TestNetHTTP_v1_2#test_head: 0.13 s: . TestNetHTTP_v1_2#test_post: 0.15 s: . TestNetHTTP_v1_2#test_request: 0.24 s: . TestNetHTTP_v1_2#test_s_get: 0.13 s: . TestNetHTTP_v1_2#test_s_post_form: 0.21 s: . TestNetHTTP_v1_2#test_send_request: 0.16 s: . TestNetHTTP_version_1_1#test_get: 0.20 s: . TestNetHTTP_version_1_1#test_get2: 0.14 s: . TestNetHTTP_version_1_1#test_get__break: 0.14 s: . TestNetHTTP_version_1_1#test_get__implicit_start: 0.14 s: . TestNetHTTP_version_1_1#test_head: 0.13 s: . TestNetHTTP_version_1_1#test_post: 0.14 s: . TestNetHTTP_version_1_1#test_s_get: 0.03 s: . TestNetHTTP_version_1_1#test_s_post_form: 0.08 s: . TestNotImplement#test_call_fork: 1.40 s: . TestNotImplement#test_call_lchmod: 0.01 s: . TestNotImplement#test_method_inspect_fork: 0.00 s: . TestNotImplement#test_method_inspect_lchmod: 0.00 s: . TestNotImplement#test_respond_to_fork: 0.01 s: . TestNotImplement#test_respond_to_lchmod: 0.00 s: . TestNumeric#test_abs: 0.00 s: . TestNumeric#test_cmp: 0.00 s: . TestNumeric#test_coerce: 0.00 s: . TestNumeric#test_divmod: 0.00 s: . TestNumeric#test_dummynumeric: 0.00 s: . TestNumeric#test_eql: 0.00 s: . TestNumeric#test_floor_ceil_round_truncate: 0.00 s: . TestNumeric#test_integer_p: 0.00 s: . TestNumeric#test_num2long: 0.00 s: . TestNumeric#test_numeric: 0.00 s: . TestNumeric#test_quo: 0.00 s: . TestNumeric#test_real_p: 0.00 s: . TestNumeric#test_step: 0.00 s: . TestNumeric#test_to_int: 0.00 s: . TestNumeric#test_zero_p: 0.00 s: . TestObject#test_add_method_under_safe4: 0.00 s: . TestObject#test_check_convert_type: 0.00 s: . TestObject#test_check_to_integer: 0.00 s: . TestObject#test_convert_type: 0.00 s: . TestObject#test_dup: 0.00 s: . TestObject#test_extend: 0.00 s: . TestObject#test_false_and: 0.00 s: . TestObject#test_false_or: 0.00 s: . TestObject#test_false_xor: 0.00 s: . TestObject#test_freeze_immediate: 0.00 s: . TestObject#test_freeze_under_safe_4: 0.00 s: . TestObject#test_instance_exec: 0.00 s: . TestObject#test_instance_of: 0.00 s: . TestObject#test_instance_variable_defined: 0.00 s: . TestObject#test_instance_variable_get: 0.00 s: . TestObject#test_instance_variable_set: 0.00 s: . TestObject#test_kind_of: 0.00 s: . TestObject#test_method_missing: 0.02 s: . TestObject#test_methods: 0.00 s: . TestObject#test_methods2: 0.00 s: . TestObject#test_nil_to_f: 0.00 s: . TestObject#test_not: 0.00 s: . TestObject#test_redefine_method_under_verbose: 0.09 s: . TestObject#test_redefine_method_which_may_case_serious_problem: 0.19 s: . TestObject#test_remove_instance_variable: 0.00 s: . TestObject#test_remove_method: 0.29 s: . TestObject#test_send_with_no_arguments: 0.00 s: . TestObject#test_specific_eval_with_wrong_arguments: 0.00 s: . TestObject#test_taint_frozen_obj: 0.00 s: . TestObject#test_to_integer: 0.00 s: . TestObject#test_to_s: 0.00 s: . TestObject#test_true_and: 0.00 s: . TestObject#test_true_or: 0.00 s: . TestObject#test_true_xor: 0.00 s: . TestObject#test_untrusted: 0.01 s: . TestObjectSpace#test_count_objects: 0.25 s: . TestObjectSpace#test_finalizer: 0.09 s: . TestObjectSpace#test_id2ref_18: 0.00 s: . TestObjectSpace#test_id2ref_19: 0.00 s: . TestObjectSpace#test_id2ref_20: 0.00 s: . TestObjectSpace#test_id2ref_21: 0.00 s: . TestObjectSpace#test_id2ref_22: 0.00 s: . TestObjectSpace#test_id2ref_23: 0.00 s: . TestObjectSpace#test_id2ref_24: 0.00 s: . TestObjectSpace#test_id2ref_25: 0.00 s: . TestObjectSpace#test_id2ref_26: 0.00 s: . TestObjectSpace#test_id2ref_27: 0.00 s: . TestObjectSpace#test_id2ref_28: 0.00 s: . TestObjectSpace#test_id2ref_29: 0.00 s: . TestObjectSpace#test_id2ref_30: 0.00 s: . TestObjectSpace#test_id2ref_31: 0.00 s: . TestObjectSpace#test_id2ref_32: 0.00 s: . TestObjectSpace#test_id2ref_33: 0.00 s: . TestObjectSpace#test_id2ref_34: 0.00 s: . TestObjectSpace#test_id2ref_35: 0.00 s: . TestObjectSpace#test_id2ref_36: 0.00 s: . TestOpen3#test_block: 0.08 s: . TestOpen3#test_capture2: 0.07 s: . TestOpen3#test_capture2e: 0.11 s: . TestOpen3#test_capture3: 0.07 s: . TestOpen3#test_capture3_flip: 2.41 s: . TestOpen3#test_commandline: 0.15 s: . TestOpen3#test_exit_status: 0.17 s: . TestOpen3#test_noblock: 0.08 s: . TestOpen3#test_pid: 0.12 s: . TestOpen3#test_pipeline: 0.55 s: . TestOpen3#test_pipeline_r: 0.16 s: . TestOpen3#test_pipeline_rw: 0.17 s: . TestOpen3#test_pipeline_start: 0.58 s: . TestOpen3#test_pipeline_start_noblock: 0.08 s: . TestOpen3#test_pipeline_w: 0.50 s: . TestOpen3#test_popen2: 0.09 s: . TestOpen3#test_popen2e: 0.09 s: . TestOpen3#test_stderr: 0.08 s: . TestOpen3#test_stdin: 0.17 s: . TestOpen3#test_stdout: 0.08 s: . TestOptionParser#test_order: 0.01 s: . TestOptionParser#test_permute: 0.01 s: . TestOptionParser::NoArg::Def1#test_abbrev: 0.02 s: . TestOptionParser::NoArg::Def1#test_ambiguous: 0.01 s: . TestOptionParser::NoArg::Def1#test_long: 0.01 s: . TestOptionParser::NoArg::Def1#test_order: 0.00 s: . TestOptionParser::NoArg::Def1#test_permute: 0.01 s: . TestOptionParser::NoArg::Def1#test_short: 0.01 s: . TestOptionParser::NoArg::Def2#test_abbrev: 0.02 s: . TestOptionParser::NoArg::Def2#test_ambiguous: 0.01 s: . TestOptionParser::NoArg::Def2#test_long: 0.00 s: . TestOptionParser::NoArg::Def2#test_order: 0.00 s: . TestOptionParser::NoArg::Def2#test_permute: 0.01 s: . TestOptionParser::NoArg::Def2#test_short: 0.01 s: . TestOptionParser::OptArg#test_abbrev: 0.01 s: . TestOptionParser::OptArg#test_long: 0.01 s: . TestOptionParser::OptArg#test_order: 0.00 s: . TestOptionParser::OptArg#test_permute: 0.00 s: . TestOptionParser::OptArg#test_short: 0.00 s: . TestOptionParser::PlaceArg#test_abbrev: 0.01 s: . TestOptionParser::PlaceArg#test_conv: 0.00 s: . TestOptionParser::PlaceArg#test_long: 0.00 s: . TestOptionParser::PlaceArg#test_order: 0.00 s: . TestOptionParser::PlaceArg#test_permute: 0.00 s: . TestOptionParser::PlaceArg#test_short: 0.00 s: . TestOptionParser::ReqArg::Def1#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def1#test_long: 0.00 s: . TestOptionParser::ReqArg::Def1#test_order: 0.00 s: . TestOptionParser::ReqArg::Def1#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def1#test_short: 0.00 s: . TestOptionParser::ReqArg::Def2#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def2#test_long: 0.01 s: . TestOptionParser::ReqArg::Def2#test_order: 0.00 s: . TestOptionParser::ReqArg::Def2#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def2#test_short: 0.00 s: . TestOptionParser::ReqArg::Def3#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def3#test_long: 0.00 s: . TestOptionParser::ReqArg::Def3#test_order: 0.00 s: . TestOptionParser::ReqArg::Def3#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def3#test_short: 0.00 s: . TestOptionParser::ReqArg::Def4#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def4#test_long: 0.00 s: . TestOptionParser::ReqArg::Def4#test_order: 0.00 s: . TestOptionParser::ReqArg::Def4#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def4#test_short: 0.00 s: . TestOptionParser::SummaryTest#test_short_clash: 0.00 s: . TestOptionParser::WithPattern#test_order: 0.00 s: . TestOptionParser::WithPattern#test_pattern: 0.00 s: . TestOptionParser::WithPattern#test_permute: 0.00 s: . TestOptionParserGetopts#test_long_arg: 0.00 s: . TestOptionParserGetopts#test_long_noarg: 0.00 s: . TestOptionParserGetopts#test_short_arg: 0.00 s: . TestOptionParserGetopts#test_short_noarg: 0.00 s: . TestPOP#test_apop_invalid: 0.01 s: . TestPOP#test_apop_invalid_at: 0.01 s: . TestPOP#test_apop_ng: 0.04 s: . TestPOP#test_apop_ok: 0.01 s: . TestPOP#test_pop_auth_ng: 0.01 s: . TestPOP#test_pop_auth_ok: 0.01 s: . TestPTY#test_argv0: 0.08 s: . TestPTY#test_close_in_block: 0.00 s: . TestPTY#test_commandline: 0.09 s: . TestPTY#test_open: 0.00 s: . TestPTY#test_open_with_block: 0.00 s: . TestPTY#test_open_without_block: 0.00 s: . TestPTY#test_spawn_with_block: 0.08 s: . TestPTY#test_spawn_without_block: 0.08 s: . TestPTY#test_stat_slave: 0.00 s: . TestPack#test_comment: 0.00 s: . TestPack#test_format_string_modified: 0.00 s: . TestPack#test_illegal_bang: 0.00 s: . TestPack#test_length_too_big: 0.00 s: . TestPack#test_modify_under_safe4: 0.00 s: . TestPack#test_pack: 0.00 s: . TestPack#test_pack_N: 0.00 s: . TestPack#test_pack_P: 0.00 s: . TestPack#test_pack_U: 0.01 s: . TestPack#test_pack_p: 0.00 s: . TestPack#test_pack_p2: 0.00 s: . TestPack#test_pack_unpack_M: 0.00 s: . TestPack#test_pack_unpack_P2: 0.00 s: . TestPack#test_pack_unpack_U: 0.00 s: . TestPack#test_pack_unpack_X: 0.00 s: . TestPack#test_pack_unpack_Z: 0.00 s: . TestPack#test_pack_unpack_aA: 0.00 s: . TestPack#test_pack_unpack_atmark: 0.00 s: . TestPack#test_pack_unpack_bB: 0.00 s: . TestPack#test_pack_unpack_cC: 0.00 s: . TestPack#test_pack_unpack_fdeEgG: 0.00 s: . TestPack#test_pack_unpack_hH: 0.00 s: . TestPack#test_pack_unpack_iI: 0.00 s: . TestPack#test_pack_unpack_lL: 0.00 s: . TestPack#test_pack_unpack_m: 0.00 s: . TestPack#test_pack_unpack_m0: 0.01 s: . TestPack#test_pack_unpack_nN: 0.00 s: . TestPack#test_pack_unpack_percent: 0.00 s: . TestPack#test_pack_unpack_qQ: 0.00 s: . TestPack#test_pack_unpack_sS: 0.00 s: . TestPack#test_pack_unpack_u: 0.00 s: . TestPack#test_pack_unpack_vV: 0.00 s: . TestPack#test_pack_unpack_w: 0.00 s: . TestPack#test_pack_unpack_x: 0.00 s: . TestPack#test_unpack_N: 0.00 s: . TestParse#test_alias_backref: 0.00 s: . TestParse#test_all_symbols: 0.02 s: . TestParse#test_arg: 0.00 s: . TestParse#test_arg2: 0.00 s: . TestParse#test_arg_concat: 0.00 s: . TestParse#test_assign_in_conditional: 0.00 s: . TestParse#test_backquote: 0.00 s: . TestParse#test_bad_arg: 0.01 s: . TestParse#test_block_call_colon2: 0.00 s: . TestParse#test_block_dup: 0.00 s: . TestParse#test_block_variable: 0.00 s: . TestParse#test_call_method: 0.00 s: . TestParse#test_carrige_return: 0.00 s: . TestParse#test_class_module: 0.00 s: . TestParse#test_command_call: 0.01 s: . TestParse#test_define_singleton_error: 0.00 s: . TestParse#test_do_lambda: 0.00 s: . TestParse#test_dot_in_next_line: 0.00 s: . TestParse#test_dstr: 0.00 s: . TestParse#test_dsym: 0.00 s: . TestParse#test_duplicate_argument: 0.00 s: . TestParse#test_dynamic_constant_assignment: 0.01 s: . TestParse#test_else_without_rescue: 0.00 s: . TestParse#test_embedded_rd: 0.00 s: . TestParse#test_float: 0.00 s: . TestParse#test_global_variable: 0.00 s: . TestParse#test_here_document: 0.01 s: . TestParse#test_intern: 0.00 s: . TestParse#test_invalid_char: 0.00 s: . TestParse#test_invalid_class_variable: 0.00 s: . TestParse#test_invalid_instance_variable: 0.00 s: . TestParse#test_is_class_id: 0.00 s: . TestParse#test_literal_concat: 0.00 s: . TestParse#test_literal_in_conditional: 0.00 s: . TestParse#test_magic_comment: 0.01 s: . TestParse#test_mlhs_node: 0.00 s: . TestParse#test_no_blockarg: 0.00 s: . TestParse#test_op_name: 0.00 s: . TestParse#test_parse_string: 0.00 s: . TestParse#test_percent: 0.00 s: . TestParse#test_pow_asgn: 0.00 s: . TestParse#test_question: 0.01 s: . TestParse#test_set_backref: 0.00 s: . TestParse#test_string: 0.00 s: . TestParse#test_symbol: 0.00 s: . TestParse#test_unassignable: 0.01 s: . TestParse#test_utf8_bom: 0.00 s: . TestParse#test_void_expr_stmts_value: 0.00 s: . TestParse#test_words: 0.00 s: . TestParse#test_xstring: 0.07 s: . TestPath#test_basename: 0.00 s: . TestPath#test_dirname: 0.00 s: . TestPath#test_extname: 0.00 s: . TestPath#test_path: 0.00 s: . TestPathname#test_ascend_1: 0.00 s: . TestPathname#test_ascend_2: 0.00 s: . TestPathname#test_ascend_3: 0.00 s: . TestPathname#test_ascend_4: 0.00 s: . TestPathname#test_cleanpath_aggressive_1: 0.00 s: . TestPathname#test_cleanpath_aggressive_10: 0.00 s: . TestPathname#test_cleanpath_aggressive_11: 0.00 s: . TestPathname#test_cleanpath_aggressive_12: 0.00 s: . TestPathname#test_cleanpath_aggressive_13: 0.00 s: . TestPathname#test_cleanpath_aggressive_14: 0.00 s: . TestPathname#test_cleanpath_aggressive_15: 0.00 s: . TestPathname#test_cleanpath_aggressive_16: 0.00 s: . TestPathname#test_cleanpath_aggressive_17: 0.00 s: . TestPathname#test_cleanpath_aggressive_18: 0.00 s: . TestPathname#test_cleanpath_aggressive_19: 0.00 s: . TestPathname#test_cleanpath_aggressive_2: 0.00 s: . TestPathname#test_cleanpath_aggressive_20: 0.00 s: . TestPathname#test_cleanpath_aggressive_21: 0.00 s: . TestPathname#test_cleanpath_aggressive_22: 0.00 s: . TestPathname#test_cleanpath_aggressive_23: 0.00 s: . TestPathname#test_cleanpath_aggressive_24: 0.00 s: . TestPathname#test_cleanpath_aggressive_25: 0.00 s: . TestPathname#test_cleanpath_aggressive_26: 0.00 s: . TestPathname#test_cleanpath_aggressive_27: 0.00 s: . TestPathname#test_cleanpath_aggressive_28: 0.00 s: . TestPathname#test_cleanpath_aggressive_29: 0.00 s: . TestPathname#test_cleanpath_aggressive_3: 0.00 s: . TestPathname#test_cleanpath_aggressive_30: 0.00 s: . TestPathname#test_cleanpath_aggressive_31: 0.00 s: . TestPathname#test_cleanpath_aggressive_32: 0.00 s: . TestPathname#test_cleanpath_aggressive_33: 0.00 s: . TestPathname#test_cleanpath_aggressive_34: 0.00 s: . TestPathname#test_cleanpath_aggressive_35: 0.00 s: . TestPathname#test_cleanpath_aggressive_36: 0.00 s: . TestPathname#test_cleanpath_aggressive_37: 0.00 s: . TestPathname#test_cleanpath_aggressive_4: 0.00 s: . TestPathname#test_cleanpath_aggressive_5: 0.00 s: . TestPathname#test_cleanpath_aggressive_6: 0.00 s: . TestPathname#test_cleanpath_aggressive_7: 0.00 s: . TestPathname#test_cleanpath_aggressive_8: 0.00 s: . TestPathname#test_cleanpath_aggressive_9: 0.00 s: . TestPathname#test_cleanpath_conservative_1: 0.00 s: . TestPathname#test_cleanpath_conservative_10: 0.00 s: . TestPathname#test_cleanpath_conservative_11: 0.00 s: . TestPathname#test_cleanpath_conservative_12: 0.00 s: . TestPathname#test_cleanpath_conservative_13: 0.00 s: . TestPathname#test_cleanpath_conservative_14: 0.00 s: . TestPathname#test_cleanpath_conservative_15: 0.00 s: . TestPathname#test_cleanpath_conservative_16: 0.00 s: . TestPathname#test_cleanpath_conservative_17: 0.00 s: . TestPathname#test_cleanpath_conservative_18: 0.00 s: . TestPathname#test_cleanpath_conservative_19: 0.00 s: . TestPathname#test_cleanpath_conservative_2: 0.00 s: . TestPathname#test_cleanpath_conservative_20: 0.00 s: . TestPathname#test_cleanpath_conservative_21: 0.00 s: . TestPathname#test_cleanpath_conservative_22: 0.00 s: . TestPathname#test_cleanpath_conservative_23: 0.00 s: . TestPathname#test_cleanpath_conservative_24: 0.00 s: . TestPathname#test_cleanpath_conservative_25: 0.00 s: . TestPathname#test_cleanpath_conservative_26: 0.00 s: . TestPathname#test_cleanpath_conservative_27: 0.00 s: . TestPathname#test_cleanpath_conservative_28: 0.00 s: . TestPathname#test_cleanpath_conservative_29: 0.00 s: . TestPathname#test_cleanpath_conservative_3: 0.00 s: . TestPathname#test_cleanpath_conservative_30: 0.00 s: . TestPathname#test_cleanpath_conservative_31: 0.00 s: . TestPathname#test_cleanpath_conservative_32: 0.00 s: . TestPathname#test_cleanpath_conservative_4: 0.00 s: . TestPathname#test_cleanpath_conservative_5: 0.00 s: . TestPathname#test_cleanpath_conservative_6: 0.00 s: . TestPathname#test_cleanpath_conservative_7: 0.00 s: . TestPathname#test_cleanpath_conservative_8: 0.00 s: . TestPathname#test_cleanpath_conservative_9: 0.00 s: . TestPathname#test_comparison: 0.00 s: . TestPathname#test_comparison_string: 0.00 s: . TestPathname#test_del_trailing_separator_1: 0.00 s: . TestPathname#test_del_trailing_separator_2: 0.00 s: . TestPathname#test_del_trailing_separator_3: 0.00 s: . TestPathname#test_del_trailing_separator_4: 0.00 s: . TestPathname#test_del_trailing_separator_5: 0.00 s: . TestPathname#test_del_trailing_separator_6: 0.00 s: . TestPathname#test_del_trailing_separator_7: 0.00 s: . TestPathname#test_del_trailing_separator_8: 0.00 s: . TestPathname#test_del_trailing_separator_9: 0.00 s: . TestPathname#test_descend_1: 0.00 s: . TestPathname#test_descend_2: 0.00 s: . TestPathname#test_descend_3: 0.00 s: . TestPathname#test_descend_4: 0.00 s: . TestPathname#test_destructive_update: 0.00 s: . TestPathname#test_each_filename: 0.00 s: . TestPathname#test_equality: 0.00 s: . TestPathname#test_file_basename: 0.00 s: . TestPathname#test_file_dirname: 0.00 s: . TestPathname#test_file_extname: 0.00 s: . TestPathname#test_file_fnmatch: 0.00 s: . TestPathname#test_file_join: 0.00 s: . TestPathname#test_file_split: 0.00 s: . TestPathname#test_freeze: 0.00 s: . TestPathname#test_has_trailing_separator?_1: 0.00 s: . TestPathname#test_has_trailing_separator?_2: 0.00 s: . TestPathname#test_has_trailing_separator?_3: 0.00 s: . TestPathname#test_has_trailing_separator?_4: 0.00 s: . TestPathname#test_hashkey: 0.00 s: . TestPathname#test_initialize: 0.00 s: . TestPathname#test_initialize_nul: 0.00 s: . TestPathname#test_kernel_open: 0.00 s: . TestPathname#test_kernel_pathname: 0.00 s: . TestPathname#test_null_character: 0.00 s: . TestPathname#test_pathsub_1: 0.00 s: . TestPathname#test_pathsubext_1: 0.00 s: . TestPathname#test_pathsubext_2: 0.00 s: . TestPathname#test_pathsubext_3: 0.00 s: . TestPathname#test_pathsubext_4: 0.00 s: . TestPathname#test_pathsubext_5: 0.00 s: . TestPathname#test_pathsubext_6: 0.00 s: . TestPathname#test_pathsubext_7: 0.00 s: . TestPathname#test_pathsubext_8: 0.00 s: . TestPathname#test_pathsubext_9: 0.00 s: . TestPathname#test_plus_1: 0.00 s: . TestPathname#test_plus_10: 0.00 s: . TestPathname#test_plus_11: 0.00 s: . TestPathname#test_plus_12: 0.00 s: . TestPathname#test_plus_13: 0.00 s: . TestPathname#test_plus_14: 0.00 s: . TestPathname#test_plus_15: 0.00 s: . TestPathname#test_plus_2: 0.00 s: . TestPathname#test_plus_3: 0.00 s: . TestPathname#test_plus_4: 0.00 s: . TestPathname#test_plus_5: 0.00 s: . TestPathname#test_plus_6: 0.00 s: . TestPathname#test_plus_7: 0.00 s: . TestPathname#test_plus_8: 0.00 s: . TestPathname#test_plus_9: 0.00 s: . TestPathname#test_realdirpath: 0.04 s: . TestPathname#test_realpath: 0.08 s: . TestPathname#test_relative?_1: 0.00 s: . TestPathname#test_relative?_2: 0.00 s: . TestPathname#test_relative?_3: 0.00 s: . TestPathname#test_relative?_4: 0.00 s: . TestPathname#test_relative?_5: 0.00 s: . TestPathname#test_relative_path_from_1: 0.00 s: . TestPathname#test_relative_path_from_10: 0.00 s: . TestPathname#test_relative_path_from_11: 0.00 s: . TestPathname#test_relative_path_from_12: 0.00 s: . TestPathname#test_relative_path_from_13: 0.00 s: . TestPathname#test_relative_path_from_14: 0.00 s: . TestPathname#test_relative_path_from_15: 0.00 s: . TestPathname#test_relative_path_from_16: 0.03 s: . TestPathname#test_relative_path_from_17: 0.00 s: . TestPathname#test_relative_path_from_18: 0.00 s: . TestPathname#test_relative_path_from_19: 0.00 s: . TestPathname#test_relative_path_from_2: 0.00 s: . TestPathname#test_relative_path_from_20: 0.00 s: . TestPathname#test_relative_path_from_21: 0.00 s: . TestPathname#test_relative_path_from_22: 0.00 s: . TestPathname#test_relative_path_from_23: 0.00 s: . TestPathname#test_relative_path_from_24: 0.00 s: . TestPathname#test_relative_path_from_25: 0.00 s: . TestPathname#test_relative_path_from_26: 0.00 s: . TestPathname#test_relative_path_from_27: 0.00 s: . TestPathname#test_relative_path_from_28: 0.00 s: . TestPathname#test_relative_path_from_29: 0.00 s: . TestPathname#test_relative_path_from_3: 0.00 s: . TestPathname#test_relative_path_from_30: 0.00 s: . TestPathname#test_relative_path_from_4: 0.00 s: . TestPathname#test_relative_path_from_5: 0.00 s: . TestPathname#test_relative_path_from_6: 0.00 s: . TestPathname#test_relative_path_from_7: 0.00 s: . TestPathname#test_relative_path_from_8: 0.00 s: . TestPathname#test_relative_path_from_9: 0.00 s: . TestPathname#test_root?_1: 0.00 s: . TestPathname#test_root?_2: 0.00 s: . TestPathname#test_root?_3: 0.00 s: . TestPathname#test_root?_4: 0.00 s: . TestPathname#test_root?_5: 0.00 s: . TestPathname#test_sub_matchdata: 0.00 s: . TestPathname#test_taint: 0.00 s: . TestPathname#test_to_s: 0.00 s: . TestPathname#test_untaint: 0.00 s: . TestPipe#test_eof_0: 0.00 s: . TestPipe#test_eof_0_rw: 0.00 s: . TestPipe#test_eof_1: 0.00 s: . TestPipe#test_eof_2: 0.00 s: . TestPipe#test_eof_3: 0.00 s: . TestPrime#test_default_instance_does_not_have_compatibility_methods: 0.00 s: . TestPrime#test_each: 0.00 s: . TestPrime#test_each_by_prime_number_theorem: 5.01 s: . TestPrime#test_each_without_block: 0.00 s: . TestPrime#test_enumerator_succ: 0.00 s: . TestPrime#test_enumerator_with_index: 0.00 s: . TestPrime#test_new: 0.00 s: . TestPrime::TestInteger#test_from_prime_division: 0.00 s: . TestPrime::TestInteger#test_prime?: 0.10 s: . TestPrime::TestInteger#test_prime_division: 0.00 s: . TestProc#test_arity: 0.00 s: . TestProc#test_arity2: 0.00 s: . TestProc#test_binding: 0.00 s: . TestProc#test_binding2: 0.00 s: . TestProc#test_block_par: 0.00 s: . TestProc#test_bound_parameters: 0.00 s: . TestProc#test_curry: 0.00 s: . TestProc#test_curry_from_knownbug: 0.00 s: . TestProc#test_curry_ski_fib: 0.00 s: . TestProc#test_dup_clone: 0.00 s: . TestProc#test_eq: 0.00 s: . TestProc#test_eq2: 0.00 s: . TestProc#test_localjump_error: 0.00 s: . TestProc#test_method_to_proc: 0.00 s: . TestProc#test_parameters: 0.00 s: . TestProc#test_proc: 0.00 s: . TestProc#test_proc_args_block: 0.00 s: . TestProc#test_proc_args_opt: 0.00 s: . TestProc#test_proc_args_opt_and_block: 0.00 s: . TestProc#test_proc_args_opt_and_post: 0.00 s: . TestProc#test_proc_args_opt_and_post_and_block: 0.00 s: . TestProc#test_proc_args_opt_and_rest: 0.00 s: . TestProc#test_proc_args_opt_and_rest_and_post: 0.00 s: . TestProc#test_proc_args_opt_and_rest_and_post_and_block: 0.00 s: . TestProc#test_proc_args_plain: 0.00 s: . TestProc#test_proc_args_rest: 0.00 s: . TestProc#test_proc_args_rest_and_block: 0.00 s: . TestProc#test_proc_args_rest_and_post: 0.00 s: . TestProc#test_proc_args_rest_and_post_and_block: 0.00 s: . TestProc#test_proc_args_unleashed: 0.00 s: . TestProc#test_proc_lambda: 0.00 s: . TestProc#test_proc_location: 0.00 s: . TestProc#test_safe: 0.00 s: . TestProc#test_source_location: 0.00 s: . TestProc#test_to_proc: 0.00 s: . TestProc#test_to_s: 0.00 s: . TestProcess#test_abort: 0.13 s: . TestProcess#test_argv0: 0.41 s: . TestProcess#test_argv0_noarg: 0.75 s: . TestProcess#test_exec_noshell: 0.11 s: . TestProcess#test_exec_shell: 0.21 s: . TestProcess#test_exec_wordsplit: 0.19 s: . TestProcess#test_execopts_chdir: 0.14 s: . TestProcess#test_execopts_close_others: 0.62 s: . TestProcess#test_execopts_duplex_io: 0.10 s: . TestProcess#test_execopts_env: 0.30 s: . TestProcess#test_execopts_exec: 0.11 s: . TestProcess#test_execopts_modification: 0.20 s: . TestProcess#test_execopts_opts: 0.08 s: . TestProcess#test_execopts_pgroup: 0.39 s: . TestProcess#test_execopts_popen: 0.51 s: . TestProcess#test_execopts_redirect: 1.75 s: . TestProcess#test_execopts_redirect_dup2_child: 0.35 s: . TestProcess#test_execopts_redirect_self: 0.08 s: . TestProcess#test_execopts_rlimit: 0.49 s: . TestProcess#test_execopts_umask: 0.14 s: . TestProcess#test_execopts_unsetenv_others: 0.14 s: . TestProcess#test_fd_inheritance: 0.45 s: . TestProcess#test_geteuid: 0.00 s: . TestProcess#test_getpgid: 0.00 s: . TestProcess#test_getpriority: 0.00 s: . TestProcess#test_getuid: 0.00 s: . TestProcess#test_gid_re_exchangeable_p: 0.00 s: . TestProcess#test_gid_sid_available?: 0.00 s: . TestProcess#test_groups: 0.00 s: . TestProcess#test_maxgroups: 0.00 s: . TestProcess#test_popen_fork: 0.03 s: . TestProcess#test_popen_noshell: 0.04 s: . TestProcess#test_popen_shell: 0.20 s: . TestProcess#test_popen_wordsplit: 0.11 s: . TestProcess#test_pst_inspect: 0.00 s: . TestProcess#test_rlimit_availability: 0.01 s: . TestProcess#test_rlimit_name: 0.01 s: . TestProcess#test_rlimit_nofile: 0.11 s: . TestProcess#test_rlimit_value: test-script:2:in `setrlimit': Invalid argument - setrlimit (Errno::EINVAL) from test-script:2:in `
' test-script:2:in `setrlimit': Invalid argument - setrlimit (Errno::EINVAL) from test-script:2:in `
' 0.19 s: . TestProcess#test_setpriority: 0.00 s: . TestProcess#test_sleep: 0.00 s: . TestProcess#test_spawn_noshell: 0.05 s: . TestProcess#test_spawn_shell: 0.17 s: . TestProcess#test_spawn_wordsplit: 0.12 s: . TestProcess#test_status: 0.14 s: . TestProcess#test_status_kill: 4.26 s: . TestProcess#test_system_noshell: 0.10 s: . TestProcess#test_system_shell: 0.34 s: . TestProcess#test_system_wordsplit: 0.12 s: . TestProcess#test_uid_re_exchangeable_p: 0.00 s: . TestProcess#test_uid_sid_available?: 0.00 s: . TestProcess#test_wait2: 0.28 s: . TestProcess#test_wait_and_sigchild: 4.30 s: . TestProcess#test_wait_without_arg: 0.21 s: . TestProcess#test_waitall: 0.32 s: . TestRDocInfoFormatting#test_tt: 0.36 s: . TestRDocInfoFormatting#test_hyperlink_targets: 0.74 s: . TestRDocInfoFormatting#test_nested_lists: 0.21 s: . TestRDocInfoFormatting#test_internal_hyperlinks: 0.19 s: . TestRDocInfoFormatting#test_italics: 0.21 s: . TestRDocInfoFormatting#test_literal_code: 0.25 s: . TestRDocInfoFormatting#test_labelled_lists: 0.20 s: . TestRDocInfoFormatting#test_paragraphs_are_spaced: 0.20 s: . TestRDocInfoFormatting#test_bullet_lists: 0.20 s: . TestRDocInfoFormatting#test_alpha_lists: 0.19 s: . TestRDocInfoFormatting#test_horizontal_rule: 0.22 s: . TestRDocInfoFormatting#test_numbered_lists: 0.19 s: . TestRDocInfoFormatting#test_escaping: 0.19 s: . TestRDocInfoFormatting#test_headings: 0.19 s: . TestRDocInfoFormatting#test_web_links: 0.19 s: . TestRDocInfoFormatting#test_descriptions_are_not_html: 0.67 s: . TestRDocInfoFormatting#test_bold: 0.19 s: . TestRDocInfoSections#test_class_descriptions_are_given: 0.07 s: . TestRDocInfoSections#test_included_modules_are_given: 0.06 s: . TestRDocInfoSections#test_methods_are_shown_only_once: 0.07 s: . TestRDocInfoSections#test_class_methods_are_given: 0.06 s: . TestRDocInfoSections#test_output_exists: 0.10 s: . TestRDocInfoSections#test_each_class_has_a_chapter: 0.07 s: . TestRDocInfoSections#test_classes_instance_methods_are_given: 0.07 s: . TestRDocInfoSections#test_each_module_has_a_chapter: 0.07 s: . TestRDocMarkup#test_list_number: 0.00 s: . TestRDocMarkup#test_tabs: 0.01 s: . TestRDocMarkup#test_list_split: 0.00 s: . TestRDocMarkup#test_verbatim: 0.00 s: . TestRDocMarkup#test_list_alpha: 0.00 s: . TestRDocMarkup#test_groups: 0.01 s: . TestRDocMarkup#test_paragraph: 0.00 s: . TestRDocMarkup#test_list_nested_labeled_bullet: 0.00 s: . TestRDocMarkup#test_verbatim_merge: 0.00 s: . TestRDocMarkup#test_types: 0.01 s: . TestRDocMarkup#test_list_nested_bullet_bullet: 0.00 s: . TestRDocMarkup#test_list_nested_number_number: 0.00 s: . TestRDocMarkup#test_list_labeled_bracket: 0.00 s: . TestRDocMarkup#test_headings: 0.00 s: . TestRDocMarkup#test_list_nested_labeled_bullet_bullet: 0.00 s: . TestRDocMarkup#test_list_labeled_colon: 0.00 s: . TestRDocMarkup#test_list_bullet_star: 0.00 s: . TestRDocMarkup#test_list_labeled_bracket_continued: 0.00 s: . TestRDocMarkup#test_whitespace: 0.00 s: . TestRDocMarkup#test_list_bullet_dash: 0.00 s: . TestRDocMarkup#test_list_labeled_colon_continued: 0.00 s: . TestRDocMarkupAttributeManager#test_basic: 0.01 s: . TestRDocMarkupAttributeManager#test_html_like_teletype: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_mixed_case: 0.00 s: . TestRDocMarkupAttributeManager#test_adding: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair_matching: 0.00 s: . TestRDocMarkupAttributeManager#test_special: 0.00 s: . TestRDocMarkupAttributeManager#test_bold: 0.00 s: . TestRDocMarkupAttributeManager#test_protect: 0.00 s: . TestRDocMarkupAttributeManager#test_convert_attrs: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_SGML: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair_angle: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_1: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_mixed_case: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold: 0.00 s: . TestRDocMarkupAttributeManager#test_combined: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_2: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_teletype_em_bold_SGML: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair: 0.00 s: . TestRDocMarkupToHtml#test_convert_string_fancy: 0.00 s: . TestRDocMarkupToHtml#test_tt_formatting: 0.00 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_no_underscore: 0.07 s: F TestRDocParser#test_can_parse: 0.01 s: . TestRDocParserC#test_do_constants: 0.02 s: . TestRDocParserC#test_do_classes_class: 0.00 s: . TestRDocParserC#test_do_classes_class_under: 0.00 s: . TestRDocParserC#test_do_classes_boot_class: 0.00 s: . TestRDocParserC#test_do_classes_module_under: 0.00 s: . TestRDocParserC#test_do_classes_module: 0.00 s: . TestRDocParserC#test_find_class_comment_define_class: 0.01 s: . TestRDocParserC#test_define_method: 0.01 s: . TestRDocParserC#test_find_class_comment_init: 0.00 s: . TestRDocParserC#test_find_class_comment_define_class_Init_Foo: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_alias_method: 0.01 s: . TestRDocParserRuby#test_parse_comment: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_attr_accessor: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_method: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_constant: 0.05 s: . TestRDocParserRuby#test_parse_meta_method: 0.01 s: . TestRDocParserRuby#test_parse_class_definition_encountered_after_class_reference: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_extra_accessors: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_meta_method: 0.01 s: . TestRDocParserRuby#test_parse_method: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_attr: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_unhandled: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_commented: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_stopdoc: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_require: 0.01 s: . TestRDocParserRuby#test_parse_meta_method_singleton_name: 0.01 s: . TestRDocParserRuby#test_parse_class_mistaken_for_module: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_startdoc: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_private: 0.01 s: . TestRDocParserRuby#test_parse_module_relative_to_top_level_namespace: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_include: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_alias_method_before_original_method: 0.02 s: . TestRDocParserRuby#test_parse_meta_method_name: 0.01 s: . TestRDocParserRuby#test_parse_class_nested_superclass: 0.01 s: . TestRDocParserRuby#test_parse_module: 0.01 s: . TestRDocParserRuby#test_parse_meta_method_singleton: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_title: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_section: 0.00 s: . TestRDocParserRuby#test_parse_meta_method_string_name: 0.01 s: . TestRDocParserRuby#test_parse_class: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_enddoc: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_main: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_module_function: 0.01 s: . TestRDocParserRuby#test_parse_statements_class_nested: 0.01 s: . TestRDocRIAttributeFormatter#test_wrap_empty: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_nil: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_markup: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_long: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_short: 0.00 s: . TestRDocRIDriver#test_lookup_method_class_method: 0.01 s: . TestRDocRIDriver#test_lookup_method_class_missing: 0.01 s: . TestRDocRIDriver#test_lookup_method: 0.01 s: . TestRDocRIDriver#test_lookup_method_dot_instance: 0.01 s: . TestRDocRIDriver#test_lookup_method_method_missing: 0.01 s: . TestRDocRIDriver#test_lookup_method_dot_class: 0.01 s: . TestRDocRIDriver#test_parse_name: 0.01 s: . TestRDocRIFormatter#test_display_flow: 0.00 s: . TestRDocRIFormatter#test_display_list_bullet: 0.00 s: . TestRDocRIFormatter#test_display_list: 0.00 s: . TestRDocRIFormatter#test_draw_line: 0.00 s: . TestRDocRIFormatter#test_display_list_lower_alpha: 0.00 s: . TestRDocRIFormatter#test_display_heading_1: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_em: 0.00 s: . TestRDocRIFormatter#test_display_list_unknown: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_h: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_code: 0.00 s: . TestRDocRIFormatter#test_display_list_labeled: 0.00 s: . TestRDocRIFormatter#test_display_heading_2: 0.00 s: . TestRDocRIFormatter#test_display_verbatim_flow_item_bold: 0.00 s: . TestRDocRIFormatter#test_conv_html: 0.00 s: . TestRDocRIFormatter#test_display_verbatim_flow_item: 0.00 s: . TestRDocRIFormatter#test_draw_line_label: 0.00 s: . TestRDocRIFormatter#test_wrap_long: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_p: 0.00 s: . TestRDocRIFormatter#test_draw_line_label_long: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_b: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_list: 0.00 s: . TestRDocRIFormatter#test_wrap_nil: 0.00 s: . TestRDocRIFormatter#test_display_heading_3: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_li: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_unknown: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_rule: 0.00 s: . TestRDocRIFormatter#test_display_list_number: 0.00 s: . TestRDocRIFormatter#test_blankline: 0.00 s: . TestRDocRIFormatter#test_raw_print_line: 0.00 s: . TestRDocRIFormatter#test_wrap_markup: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_verb: 0.00 s: . TestRDocRIFormatter#test_display_list_upper_alpha: 0.00 s: . TestRDocRIFormatter#test_wrap_short: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_i: 0.00 s: . TestRDocRIFormatter#test_display_list_note: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_tt: 0.00 s: . TestRDocRIFormatter#test_break_to_newline: 0.00 s: . TestRDocRIFormatter#test_wrap_empty: 0.00 s: . TestRDocRIFormatter#test_bold_print: 0.00 s: . TestRDocRIFormatter#test_conv_markup: 0.00 s: . TestRDocRIOverstrikeFormatter#test_bold_print: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_code: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_bold: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_italic: 0.00 s: . TestRDocRIOverstrikeFormatter#test_display_verbatim_flow_item_bold: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_bold_italic: 0.00 s: . TestRDocRiDefaultDisplay#test_display_method_list: 0.00 s: . TestRDocRiDefaultDisplay#test_display_method_info: 0.00 s: . TestRDocRiDefaultDisplay#test_display_flow: 0.00 s: . TestRDocRiDefaultDisplay#test_display_method_info_singleton: 0.00 s: . TestRDocRiDefaultDisplay#test_display_params_multiple: 0.00 s: . TestRDocRiDefaultDisplay#test_display_flow_nil: 0.00 s: . TestRDocRiDefaultDisplay#test_display_params: 0.00 s: . TestRDocRiDefaultDisplay#test_display_class_info: 0.00 s: . TestRDocRiDefaultDisplay#test_list_known_classes_empty: 0.00 s: . TestRDocRiDefaultDisplay#test_display_params_singleton: 0.00 s: . TestRDocRiDefaultDisplay#test_list_known_classes: 0.00 s: . TestRDocRiDefaultDisplay#test_display_flow_empty: 0.00 s: . TestRand#test_0x100000000: 0.00 s: . TestRand#test_0x1000000000000: 0.00 s: . TestRand#test_0x1000000000001: 0.00 s: . TestRand#test_0x100000001: 0.00 s: . TestRand#test_0x3fffffff: 0.00 s: . TestRand#test_0x3fffffffffffffff: 0.00 s: . TestRand#test_0x40000000: 0.00 s: . TestRand#test_0x4000000000000000: 0.00 s: . TestRand#test_0x4000000000000001: 0.00 s: . TestRand#test_0x40000001: 0.00 s: . TestRand#test_0xffffffff: 0.00 s: . TestRand#test_mt: 0.00 s: . TestRand#test_neg_0x10000: 0.00 s: . TestRand#test_neg_0x10000000000: 0.00 s: . TestRand#test_rand_0x100000000: 0.00 s: . TestRand#test_shuffle: 0.00 s: . TestRand#test_srand: 0.03 s: . TestRand#test_types: 0.00 s: . TestRange#test_bad_value: 0.00 s: . TestRange#test_beg_len: 0.00 s: . TestRange#test_begin_end: 0.00 s: . TestRange#test_cover: 0.00 s: . TestRange#test_cyclic_range_inspect: 0.00 s: . TestRange#test_duckrange: 0.00 s: . TestRange#test_each: 0.00 s: . TestRange#test_eq: 0.00 s: . TestRange#test_eql: 0.00 s: . TestRange#test_eqq: 0.00 s: . TestRange#test_evaluation_order: 0.00 s: . TestRange#test_exclude_end: 0.00 s: . TestRange#test_first_last: 0.00 s: . TestRange#test_hash: 0.00 s: . TestRange#test_include: 0.00 s: . TestRange#test_initialize_twice: 0.00 s: . TestRange#test_inspect: 0.00 s: . TestRange#test_max: 0.00 s: . TestRange#test_min: 0.00 s: . TestRange#test_range_string: 0.00 s: . TestRange#test_step: 0.00 s: . TestRange#test_to_s: 0.00 s: . TestRange#test_uninitialized_range: 0.00 s: . TestRdocParserPerlPOD#test_perl_without_pod: 0.00 s: . TestRdocParserPerlPOD#test_simple_pod_no_structure: 0.00 s: . TestRdocParserPerlPOD#test_uncommented_perl: 0.00 s: . TestReadPartial#test_closed_pipe: 0.00 s: . TestReadPartial#test_length_zero: 0.00 s: . TestReadPartial#test_open_pipe: 0.21 s: . TestReadPartial#test_with_stdio: 0.20 s: . TestReadline#test_completion_append_character: 0.00 s: . TestReadline#test_completion_case_fold: 0.00 s: . TestReadline#test_completion_proc: 0.00 s: . TestReadline#test_editing_mode: 0.00 s: . TestReadline#test_get_screen_size: 0.00 s: . TestReadline#test_input=: 0.00 s: . TestReadline#test_output=: 0.00 s: . TestReadline#test_safe_level_4: 0.02 s: . TestReadline#test_some_characters_methods: 0.00 s: . TestRegexp#test_KCODE: 0.00 s: . TestRegexp#test_assert_normal_exit: 0.00 s: . TestRegexp#test_assign_named_capture: 0.00 s: . TestRegexp#test_assign_named_capture_to_reserved_word: 0.00 s: . TestRegexp#test_backward: 0.00 s: . TestRegexp#test_casefold_p: 0.00 s: . TestRegexp#test_char_class: 0.01 s: . TestRegexp#test_char_to_option: 0.00 s: . TestRegexp#test_char_to_option_kcode: 0.00 s: . TestRegexp#test_char_type: 0.00 s: . TestRegexp#test_dup: 0.00 s: . TestRegexp#test_eqq: 0.00 s: . TestRegexp#test_equal: 0.00 s: . TestRegexp#test_exec: 0.01 s: . TestRegexp#test_getter: 0.00 s: . TestRegexp#test_initialize: 0.00 s: . TestRegexp#test_inspect: 0.00 s: . TestRegexp#test_last_match: 0.00 s: . TestRegexp#test_match: 0.00 s: . TestRegexp#test_match_aref: 0.00 s: . TestRegexp#test_match_array: 0.00 s: . TestRegexp#test_match_captures: 0.00 s: . TestRegexp#test_match_init_copy: 0.00 s: . TestRegexp#test_match_inspect: 0.00 s: . TestRegexp#test_match_offset_begin_end: 0.00 s: . TestRegexp#test_match_pre_post: 0.00 s: . TestRegexp#test_match_regexp: 0.00 s: . TestRegexp#test_match_setter: 0.00 s: . TestRegexp#test_match_size: 0.00 s: . TestRegexp#test_match_string: 0.00 s: . TestRegexp#test_match_to_s: 0.00 s: . TestRegexp#test_match_values_at: 0.00 s: . TestRegexp#test_named_capture: 0.00 s: . TestRegexp#test_options: 0.00 s: . TestRegexp#test_parse: 0.01 s: . TestRegexp#test_parse_comment: 0.00 s: . TestRegexp#test_parse_curly_brace: 0.00 s: . TestRegexp#test_parse_kg: 0.01 s: . TestRegexp#test_parse_look_behind: 0.00 s: . TestRegexp#test_posix_bracket: 0.00 s: . TestRegexp#test_quote: 0.00 s: . TestRegexp#test_regsub: 0.00 s: . TestRegexp#test_rindex_regexp: 0.00 s: . TestRegexp#test_ruby_dev_24643: 0.00 s: . TestRegexp#test_ruby_dev_24887: 0.00 s: . TestRegexp#test_ruby_dev_31309: 0.00 s: . TestRegexp#test_ruby_talk_116455: 0.00 s: . TestRegexp#test_source: 0.00 s: . TestRegexp#test_taint: 0.00 s: . TestRegexp#test_to_s: 0.00 s: . TestRegexp#test_to_s2: 0.00 s: . TestRegexp#test_try_convert: 0.00 s: . TestRegexp#test_unescape: 0.01 s: . TestRegexp#test_unicode: 0.00 s: . TestRegexp#test_uninitialized: 0.01 s: . TestRegexp#test_union: 0.00 s: . TestRegexp#test_union2: 0.00 s: . TestRegexp#test_yoshidam_net_20041111_1: 0.00 s: . TestRegexp#test_yoshidam_net_20041111_2: 0.00 s: . TestRequire#test_define_class: 0.28 s: . TestRequire#test_define_class_under: 0.25 s: . TestRequire#test_define_module: 0.08 s: . TestRequire#test_define_module_under: 0.08 s: . TestRequire#test_load: 0.09 s: . TestRequire#test_require_invalid_shared_object: 0.08 s: . TestRequire#test_require_path_home: 0.23 s: . TestRequire#test_require_too_long_filename: 0.20 s: . TestRequire#test_tainted_loadpath: 0.41 s: . TestRipper_Generic#test_parse_files: 127.77 s: . TestRipper_ParserEvents#test_BEGIN: 0.00 s: . TestRipper_ParserEvents#test_END: 0.00 s: . TestRipper_ParserEvents#test_alias: 0.00 s: . TestRipper_ParserEvents#test_alias_error: 0.00 s: . TestRipper_ParserEvents#test_aref: 0.00 s: . TestRipper_ParserEvents#test_aref_field: 0.00 s: . TestRipper_ParserEvents#test_arg_paren: 0.00 s: . TestRipper_ParserEvents#test_arglist: 0.00 s: . TestRipper_ParserEvents#test_array: 0.00 s: . TestRipper_ParserEvents#test_assign: 0.00 s: . TestRipper_ParserEvents#test_assocs: 0.00 s: . TestRipper_ParserEvents#test_program: 0.00 s: . TestRipper_ParserEvents#test_stmts_add: 0.00 s: . TestRipper_ParserEvents#test_stmts_new: 0.00 s: . TestRipper_ParserEvents#test_var_alias: 0.00 s: . TestRipper_ParserEvents#test_var_ref: 0.00 s: . TestRipper_ParserEvents#test_void_stmt: 0.00 s: . TestRipper_ScannerEvents#test_CHAR: 0.00 s: . TestRipper_ScannerEvents#test___end__: 0.00 s: . TestRipper_ScannerEvents#test_backref: 0.00 s: . TestRipper_ScannerEvents#test_backtick: 0.00 s: . TestRipper_ScannerEvents#test_comma: 0.00 s: . TestRipper_ScannerEvents#test_comment: 0.00 s: . TestRipper_ScannerEvents#test_const: 0.00 s: . TestRipper_ScannerEvents#test_cvar: 0.00 s: . TestRipper_ScannerEvents#test_embdoc: 0.00 s: . TestRipper_ScannerEvents#test_embdoc_beg: 0.00 s: . TestRipper_ScannerEvents#test_embdoc_end: 0.00 s: . TestRipper_ScannerEvents#test_embexpr_beg: 0.00 s: . TestRipper_ScannerEvents#test_embexpr_end: 0.00 s: . TestRipper_ScannerEvents#test_embvar: 0.00 s: . TestRipper_ScannerEvents#test_event_coverage: 0.00 s: . TestRipper_ScannerEvents#test_float: 0.00 s: . TestRipper_ScannerEvents#test_gvar: 0.00 s: . TestRipper_ScannerEvents#test_heredoc_beg: 0.00 s: . TestRipper_ScannerEvents#test_heredoc_end: 0.00 s: . TestRipper_ScannerEvents#test_ident: 0.00 s: . TestRipper_ScannerEvents#test_ignored_nl: 0.00 s: . TestRipper_ScannerEvents#test_int: 0.00 s: . TestRipper_ScannerEvents#test_ivar: 0.00 s: . TestRipper_ScannerEvents#test_kw: 0.00 s: . TestRipper_ScannerEvents#test_label: 0.00 s: . TestRipper_ScannerEvents#test_lbrace: 0.00 s: . TestRipper_ScannerEvents#test_lbracket: 0.00 s: . TestRipper_ScannerEvents#test_lex: 0.00 s: . TestRipper_ScannerEvents#test_location: 0.01 s: E TestRipper_ScannerEvents#test_lparen: 0.00 s: . TestRipper_ScannerEvents#test_nl: 0.00 s: . TestRipper_ScannerEvents#test_op: 0.00 s: . TestRipper_ScannerEvents#test_period: 0.00 s: . TestRipper_ScannerEvents#test_qwords_beg: 0.00 s: . TestRipper_ScannerEvents#test_rbrace: 0.00 s: . TestRipper_ScannerEvents#test_rbracket: 0.00 s: . TestRipper_ScannerEvents#test_regexp_beg: 0.00 s: . TestRipper_ScannerEvents#test_regexp_end: 0.00 s: . TestRipper_ScannerEvents#test_rparen: 0.00 s: . TestRipper_ScannerEvents#test_semicolon: 0.00 s: . TestRipper_ScannerEvents#test_sp: 0.00 s: . TestRipper_ScannerEvents#test_symbeg: 0.00 s: . TestRipper_ScannerEvents#test_tlambda: 0.00 s: . TestRipper_ScannerEvents#test_tlambda_arg: 0.00 s: . TestRipper_ScannerEvents#test_tlambeg: 0.00 s: . TestRipper_ScannerEvents#test_tokenize: 0.00 s: . TestRipper_ScannerEvents#test_tstring_beg: 0.00 s: . TestRipper_ScannerEvents#test_tstring_content: 0.00 s: . TestRipper_ScannerEvents#test_tstring_content_HEREDOC: 0.00 s: . TestRipper_ScannerEvents#test_tstring_end: 0.00 s: . TestRipper_ScannerEvents#test_words_beg: 0.00 s: . TestRipper_ScannerEvents#test_words_sep: 0.00 s: . TestRubyLiteral#test__FILE__: 0.01 s: . TestRubyLiteral#test__LINE__: 0.00 s: . TestRubyLiteral#test_array: 0.00 s: . TestRubyLiteral#test_dregexp: 0.00 s: . TestRubyLiteral#test_dstring: 0.00 s: . TestRubyLiteral#test_dsymbol: 0.00 s: . TestRubyLiteral#test_float: 6.53 s: . TestRubyLiteral#test_hash: 0.00 s: . TestRubyLiteral#test_integer: 0.24 s: . TestRubyLiteral#test_range: 0.00 s: . TestRubyLiteral#test_regexp: 0.00 s: . TestRubyLiteral#test_self: 0.00 s: . TestRubyLiteral#test_special_const: 0.00 s: . TestRubyLiteral#test_string: 0.00 s: . TestRubyLiteral#test_xstring: 0.58 s: . TestRubyOptimization#test_array_length: 0.00 s: . TestRubyOptimization#test_array_minus: 0.00 s: . TestRubyOptimization#test_array_plus: 0.00 s: . TestRubyOptimization#test_eq: 0.00 s: . TestRubyOptimization#test_fixnum_div: 0.00 s: . TestRubyOptimization#test_fixnum_minus: 0.01 s: . TestRubyOptimization#test_fixnum_mod: 0.00 s: . TestRubyOptimization#test_fixnum_mul: 0.00 s: . TestRubyOptimization#test_fixnum_plus: 0.00 s: . TestRubyOptimization#test_float_plus: 0.00 s: . TestRubyOptimization#test_hash_length: 0.00 s: . TestRubyOptimization#test_string_format: 0.00 s: . TestRubyOptimization#test_string_length: 0.00 s: . TestRubyOptimization#test_string_plus: 0.00 s: . TestRubyOptimization#test_string_succ: 0.00 s: . TestRubyOptions#test_autosplit: 0.08 s: . TestRubyOptions#test_chdir: 0.19 s: . TestRubyOptions#test_copyright: 0.17 s: . TestRubyOptions#test_debug: 0.17 s: . TestRubyOptions#test_disable: 0.31 s: . TestRubyOptions#test_enable: 0.33 s: . TestRubyOptions#test_encoding: 0.28 s: . TestRubyOptions#test_eval: 0.05 s: . TestRubyOptions#test_include: 0.14 s: . TestRubyOptions#test_indentation_check: 0.16 s: . TestRubyOptions#test_invalid_option: 0.28 s: . TestRubyOptions#test_kanji: 0.33 s: . TestRubyOptions#test_option_variables: 0.15 s: . TestRubyOptions#test_require: 0.18 s: . TestRubyOptions#test_rubyopt: 0.49 s: . TestRubyOptions#test_safe_level: 0.11 s: . TestRubyOptions#test_search: 0.20 s: . TestRubyOptions#test_separator: 0.23 s: . TestRubyOptions#test_sflag: 0.22 s: . TestRubyOptions#test_shebang: 0.22 s: . TestRubyOptions#test_source_file: 0.07 s: . TestRubyOptions#test_syntax_check: 0.07 s: . TestRubyOptions#test_usage: 0.14 s: . TestRubyOptions#test_verbose: 0.21 s: . TestRubyOptions#test_version: 0.05 s: . TestRubyOptions#test_warning: 0.27 s: . TestRubyOptions#test_yydebug: 0.14 s: . TestRubyPrimitive#test_aref: 0.00 s: . TestRubyPrimitive#test_aset: 0.00 s: . TestRubyPrimitive#test_attr_setter: 0.00 s: . TestRubyPrimitive#test_backref: 0.00 s: . TestRubyPrimitive#test_constant: 0.00 s: . TestRubyPrimitive#test_constant_cache: 0.00 s: . TestRubyPrimitive#test_constant_cache2: 0.00 s: . TestRubyPrimitive#test_constant_cache3: 0.00 s: . TestRubyPrimitive#test_constant_cache5: 0.00 s: . TestRubyPrimitive#test_constatant_cache4: 0.00 s: . TestRubyPrimitive#test_cvar_from_instance_method: 0.00 s: . TestRubyPrimitive#test_cvar_from_singleton_method: 0.00 s: . TestRubyPrimitive#test_cvar_from_singleton_method2: 0.00 s: . TestRubyPrimitive#test_div: 0.00 s: . TestRubyPrimitive#test_fact: 0.00 s: . TestRubyPrimitive#test_gvar: 0.00 s: . TestRubyPrimitive#test_length: 0.00 s: . TestRubyPrimitive#test_list_expand: 0.00 s: . TestRubyPrimitive#test_lvar: 0.00 s: . TestRubyPrimitive#test_mod: 0.00 s: . TestRubyPrimitive#test_mul: 0.00 s: . TestRubyPrimitive#test_not: 0.00 s: . TestRubyPrimitive#test_opassign: 0.00 s: . TestRubyPrimitive#test_opassign_and_or: 0.00 s: . TestRubyYield#test_ary_each: 0.00 s: . TestRubyYield#test_block_args_unleashed: 0.00 s: . TestRubyYield#test_hash_each: 0.00 s: . TestRubyYield#test_with_enum: 0.00 s: . TestRubyYield#test_yield2: 0.00 s: . TestRubyYield#test_yield_0: 0.00 s: . TestRubyYield#test_yield_1: 0.00 s: . TestRubyYield#test_yield_nested: 0.00 s: . TestRubyYieldGen#test_yield: 7.32 s: . TestRubyYieldGen#test_yield_enum: 8.20 s: . TestRubyYieldGen#test_yield_lambda: 11.46 s: . TestRubygemsGemDigest#test_md5_digest_works: 0.01 s: . TestRubygemsGemDigest#test_sha256_hex_digest_works: 0.00 s: . TestRubygemsGemDigest#test_sha1_hex_digest_works: 0.01 s: . TestRubygemsGemDigest#test_md5_hex_digest_works: 0.01 s: . TestRubygemsGemDigest#test_sha256_digest_works: 0.01 s: . TestRubygemsGemDigest#test_sha1_digest_works: 0.01 s: . TestSDBM#test_aref: 0.17 s: . TestSDBM#test_aset: 0.14 s: . TestSDBM#test_clear: 0.14 s: . TestSDBM#test_close: 0.14 s: . TestSDBM#test_closed: 0.14 s: . TestSDBM#test_delete: 0.14 s: . TestSDBM#test_delete_if: 0.15 s: . TestSDBM#test_delete_with_block: 0.17 s: . TestSDBM#test_each_key: 0.14 s: . TestSDBM#test_each_pair: 0.14 s: . TestSDBM#test_each_value: 0.14 s: . TestSDBM#test_empty?: 0.14 s: . TestSDBM#test_fetch: 0.14 s: . TestSDBM#test_has_value?: 0.14 s: . TestSDBM#test_haskey?: 0.17 s: . TestSDBM#test_invert: 0.14 s: . TestSDBM#test_key: 0.14 s: . TestSDBM#test_keys: 0.14 s: . TestSDBM#test_length: 0.14 s: . TestSDBM#test_readonly: 0.14 s: . TestSDBM#test_reject: 0.14 s: . TestSDBM#test_replace: 0.17 s: . TestSDBM#test_s_new_has_no_block: 0.14 s: . TestSDBM#test_s_open_error: 0.14 s: . TestSDBM#test_s_open_no_create: 0.14 s: . TestSDBM#test_s_open_nolock: 0.14 s: . TestSDBM#test_s_open_with_block: 0.14 s: . TestSDBM#test_select_with_block: 0.14 s: . TestSDBM#test_shift: 0.17 s: . TestSDBM#test_to_a: 0.14 s: . TestSDBM#test_to_hash: 0.14 s: . TestSDBM#test_update: 0.14 s: . TestSDBM#test_update2: 0.14 s: . TestSDBM#test_values: 0.14 s: . TestSDBM#test_values_at: 0.14 s: . TestSDBM#test_version: 0.17 s: . TestScanfBlock#test_io1: 0.00 s: E TestScanfBlock#test_io2: 0.00 s: . TestScanfBlock#test_str1: 0.00 s: . TestScanfBlock#test_str2: 0.00 s: . TestScanfBlock#test_str3: 0.00 s: . TestScanfBlock#test_str4: 0.00 s: . TestScanfBlock#test_str5: 0.00 s: . TestSerialization#test_class_dump: 0.00 s: . TestSerialization#test_custom_dump_and_load: 0.00 s: . TestSerialization#test_inherited_struct_dump: 0.00 s: . TestSerialization#test_io: 0.01 s: . TestSerialization#test_load: 0.01 s: . TestSerialization#test_struct_dump: 0.00 s: . TestSetTraceFunc#test_c_call: 0.00 s: . TestSetTraceFunc#test_call: 0.00 s: . TestSetTraceFunc#test_class: 0.00 s: . TestSetTraceFunc#test_invalid_proc: 0.00 s: . TestSetTraceFunc#test_raise: 0.00 s: . TestShellwords#test_string: 0.00 s: . TestShellwords#test_unmatched_double_quote: 0.00 s: . TestShellwords#test_unmatched_quotes: 0.00 s: . TestShellwords#test_unmatched_single_quote: 0.00 s: . TestShiftJIS#test_code_to_mbclen: 0.00 s: . TestShiftJIS#test_mbc_case_fold: 0.00 s: . TestShiftJIS#test_property: 0.00 s: . TestSignal#test_exit_action: 3.76 s: F TestSignal#test_interrupt: 0.02 s: . TestSignal#test_invalid_signal_name: 0.00 s: . TestSignal#test_signal: 1.13 s: . TestSignal#test_signal2: 1.96 s: . TestSignal#test_signal_exception: 0.00 s: . TestSignal#test_trap: 0.00 s: . TestSingleton#test_marshal: 0.00 s: . TestSleep#test_sleep_5sec: 5.00 s: . TestSocket#test_accept_loop: 0.00 s: . TestSocket#test_accept_loop_multi_port: 0.00 s: . TestSocket#test_accept_loop_with_unix: 0.01 s: . TestSocket#test_bintime: 0.00 s: . TestSocket#test_getaddrinfo: 0.00 s: . TestSocket#test_getnameinfo: 0.00 s: . TestSocket#test_initialize: 0.00 s: . TestSocket#test_ip_address_list: 0.00 s: . TestSocket#test_linger: 0.00 s: . TestSocket#test_socket_new: 0.00 s: . TestSocket#test_sysaccept: 0.00 s: . TestSocket#test_tcp: 0.00 s: . TestSocket#test_tcp_server_sockets: 0.00 s: . TestSocket#test_tcp_server_sockets_port0: 0.00 s: . TestSocket#test_timestamp: 0.00 s: . TestSocket#test_timestampns: 0.00 s: . TestSocket#test_udp_server: 0.01 s: . TestSocket#test_unix: 0.00 s: . TestSocket#test_unix_server_socket: 0.00 s: . TestSocket#test_unpack_sockaddr: 0.00 s: . TestSocketAddrinfo#test_addrinfo_inspect_sockaddr: 0.00 s: . TestSocketAddrinfo#test_addrinfo_inspect_sockaddr_inet6: 0.00 s: . TestSocketAddrinfo#test_addrinfo_inspect_sockaddr_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_ip: 0.00 s: . TestSocketAddrinfo#test_addrinfo_ip_unpack: 0.00 s: . TestSocketAddrinfo#test_addrinfo_ip_unpack_inet6: 0.00 s: . TestSocketAddrinfo#test_addrinfo_new_inet: 0.00 s: . TestSocketAddrinfo#test_addrinfo_new_inet6: 0.00 s: . TestSocketAddrinfo#test_addrinfo_new_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_predicates: 0.00 s: . TestSocketAddrinfo#test_addrinfo_predicates_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_tcp: 0.00 s: . TestSocketAddrinfo#test_addrinfo_udp: 0.00 s: . TestSocketAddrinfo#test_addrinfo_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_unix_dgram: 0.00 s: . TestSocketAddrinfo#test_addrinfo_unix_path: 0.00 s: . TestSocketAddrinfo#test_basicsocket_local_address: 0.00 s: . TestSocketAddrinfo#test_basicsocket_remote_address: 0.00 s: . TestSocketAddrinfo#test_basicsocket_send: 0.00 s: . TestSocketAddrinfo#test_bind: 0.00 s: . TestSocketAddrinfo#test_connect: 0.00 s: . TestSocketAddrinfo#test_connect_from: 0.00 s: . TestSocketAddrinfo#test_connect_to: 0.00 s: . TestSocketAddrinfo#test_family_addrinfo: 0.00 s: . TestSocketAddrinfo#test_ipv4_address_predicates: 0.00 s: . TestSocketAddrinfo#test_ipv6_address_predicates: 0.01 s: . TestSocketAddrinfo#test_ipv6_to_ipv4: 0.00 s: . TestSocketAddrinfo#test_listen: 0.00 s: . TestSocketAddrinfo#test_marshal: 0.00 s: . TestSocketAddrinfo#test_marshal_inet6: 0.00 s: . TestSocketAddrinfo#test_marshal_unix: 0.00 s: . TestSocketAddrinfo#test_s_foreach: 0.00 s: . TestSocketAddrinfo#test_socket_accept: 0.00 s: . TestSocketAddrinfo#test_socket_accept_nonblock: 0.00 s: . TestSocketAddrinfo#test_socket_bind: 0.00 s: . TestSocketAddrinfo#test_socket_connect: 0.00 s: . TestSocketAddrinfo#test_socket_connect_nonblock: 0.00 s: . TestSocketAddrinfo#test_socket_getnameinfo: 0.00 s: . TestSocketAddrinfo#test_socket_recvfrom: 0.00 s: . TestSocketAddrinfo#test_socket_recvfrom_nonblock: 0.00 s: . TestSocketAddrinfo#test_socket_sysaccept: 0.00 s: . TestSocketAddrinfo#test_udpsocket_send: 0.00 s: . TestSocketAncData#test_int: 0.00 s: . TestSocketAncData#test_ip_pktinfo: 0.00 s: . TestSocketAncData#test_ipv6_pktinfo: 0.00 s: . TestSocketAncData#test_unix_rights: 0.00 s: . TestSocketNonblock#test_accept_nonblock: 0.00 s: . TestSocketNonblock#test_accept_nonblock_error: 0.00 s: . TestSocketNonblock#test_connect_nonblock: 0.00 s: . TestSocketNonblock#test_connect_nonblock_error: 0.00 s: . TestSocketNonblock#test_read_nonblock: 0.00 s: . TestSocketNonblock#test_recv_nonblock_error: 0.00 s: . TestSocketNonblock#test_recvmsg_nonblock_error: 0.00 s: . TestSocketNonblock#test_sendmsg_nonblock_error: 0.00 s: . TestSocketNonblock#test_socket_recvfrom_nonblock: 0.00 s: . TestSocketNonblock#test_tcp_recv_nonblock: 0.00 s: . TestSocketNonblock#test_udp_recv_nonblock: 0.01 s: . TestSocketNonblock#test_udp_recvfrom_nonblock: 0.00 s: . TestSocketOption#test_bool: 0.00 s: . TestSocketOption#test_new: 0.00 s: . TestSocketOption#test_unpack: 0.00 s: . TestSocket_BasicSocket#test_getsockopt: 0.00 s: . TestSocket_BasicSocket#test_listen: 0.00 s: . TestSocket_BasicSocket#test_setsockopt: 0.00 s: . TestSocket_TCPSocket#test_encoding: 0.00 s: . TestSocket_TCPSocket#test_recvfrom: 0.00 s: . TestSocket_UDPSocket#test_bind: 0.00 s: . TestSocket_UDPSocket#test_connect: 0.00 s: . TestSocket_UDPSocket#test_open: 0.00 s: . TestSocket_UNIXSocket#test_addr: 0.00 s: . TestSocket_UNIXSocket#test_dgram_pair: 0.00 s: . TestSocket_UNIXSocket#test_epipe: 0.00 s: . TestSocket_UNIXSocket#test_fd_passing: 0.00 s: . TestSocket_UNIXSocket#test_fd_passing_n: 0.00 s: . TestSocket_UNIXSocket#test_fd_passing_n2: 0.00 s: . TestSocket_UNIXSocket#test_getcred_ucred: 0.00 s: . TestSocket_UNIXSocket#test_getcred_xucred: 0.00 s: . TestSocket_UNIXSocket#test_getpeereid: 0.00 s: . TestSocket_UNIXSocket#test_initialize: 0.00 s: . TestSocket_UNIXSocket#test_noname_addr: 0.00 s: . TestSocket_UNIXSocket#test_noname_path: 0.00 s: . TestSocket_UNIXSocket#test_noname_peeraddr: 0.00 s: . TestSocket_UNIXSocket#test_noname_recv_nonblock: 0.00 s: . TestSocket_UNIXSocket#test_noname_recvfrom: 0.00 s: . TestSocket_UNIXSocket#test_noname_unpack_sockaddr_un: 0.00 s: . TestSocket_UNIXSocket#test_nul: 0.00 s: . TestSocket_UNIXSocket#test_recvmsg: 0.00 s: . TestSocket_UNIXSocket#test_sendcred_cmsgcred: 0.00 s: . TestSocket_UNIXSocket#test_sendcred_sockcred: 0.00 s: . TestSocket_UNIXSocket#test_sendcred_ucred: 0.00 s: . TestSocket_UNIXSocket#test_sendmsg: 0.00 s: . TestSocket_UNIXSocket#test_sendmsg_ancillarydata_int: 0.00 s: . TestSocket_UNIXSocket#test_sendmsg_ancillarydata_unix_rights: 0.00 s: . TestSocket_UNIXSocket#test_socket_pair_with_block: 0.00 s: . TestSocket_UNIXSocket#test_too_long_path: 0.00 s: . TestSocket_UNIXSocket#test_unix_server_socket: 0.00 s: . TestSocket_UNIXSocket#test_unix_socket_pair_with_block: 0.00 s: . TestSprintf#test_binary: 0.00 s: . TestSprintf#test_char: 0.00 s: . TestSprintf#test_escape: 0.00 s: . TestSprintf#test_float: 0.00 s: . TestSprintf#test_float2: 0.00 s: . TestSprintf#test_inf: 0.00 s: . TestSprintf#test_integer: 0.00 s: . TestSprintf#test_invalid: 0.00 s: . TestSprintf#test_named: 0.00 s: . TestSprintf#test_nan: 0.00 s: . TestSprintf#test_negative_hex: 0.00 s: . TestSprintf#test_positional: 0.00 s: . TestSprintf#test_rb_sprintf: 0.00 s: . TestSprintf#test_skip: 0.00 s: . TestSprintf#test_star: 0.00 s: . TestSprintf#test_string: 0.00 s: . TestSprintfComb#test_format_float: 0.42 s: . TestSprintfComb#test_format_integer: 0.40 s: . TestString#test_AREF: 0.00 s: . TestString#test_ASET: 0.00 s: . TestString#test_CMP: 0.00 s: . TestString#test_EQUAL: 0.00 s: . TestString#test_LSHIFT: 0.00 s: . TestString#test_MATCH: 0.00 s: . TestString#test_MOD: 0.00 s: . TestString#test_MUL: 0.00 s: . TestString#test_PLUS: 0.00 s: . TestString#test_VERY_EQUAL: 0.00 s: . TestString#test_capitalize: 0.00 s: . TestString#test_capitalize!: 0.00 s: . TestString#test_casecmp: 0.00 s: . TestString#test_center: 0.00 s: . TestString#test_chomp: 0.00 s: . TestString#test_chomp!: 0.00 s: . TestString#test_chop: 0.00 s: . TestString#test_chop!: 0.00 s: . TestString#test_clear: 0.00 s: . TestString#test_clear_nonasciicompat: 0.00 s: . TestString#test_clone: 0.00 s: . TestString#test_compare_different_encoding_string: 0.00 s: . TestString#test_concat: 0.00 s: . TestString#test_count: 0.00 s: . TestString#test_crypt: 0.00 s: . TestString#test_delete: 0.00 s: . TestString#test_delete!: 0.00 s: . TestString#test_downcase: 0.00 s: . TestString#test_downcase!: 0.00 s: . TestString#test_downcase2: 0.00 s: . TestString#test_dump: 0.00 s: . TestString#test_dup: 0.00 s: . TestString#test_each: 0.00 s: . TestString#test_each_byte: 0.00 s: . TestString#test_each_line: 0.00 s: . TestString#test_empty?: 0.00 s: . TestString#test_end_with?: 0.00 s: . TestString#test_eql?: 0.00 s: . TestString#test_frozen_check: 0.00 s: . TestString#test_gsub: 0.00 s: . TestString#test_gsub!: 0.00 s: . TestString#test_gsub_enumerator: 0.14 s: . TestString#test_gsub_hash: 0.00 s: . TestString#test_hash: 0.00 s: . TestString#test_hash_random: 0.21 s: . TestString#test_hex: 0.00 s: . TestString#test_include?: 0.00 s: . TestString#test_index: 0.00 s: . TestString#test_intern: 0.00 s: . TestString#test_length: 0.00 s: . TestString#test_ljust: 0.00 s: . TestString#test_match_method: 0.00 s: . TestString#test_mod_check: 0.00 s: . TestString#test_next: 0.00 s: . TestString#test_next!: 0.00 s: . TestString#test_oct: 0.00 s: . TestString#test_partition: 0.00 s: . TestString#test_rb_str_new4: 0.00 s: . TestString#test_rb_str_shared_replace: 0.00 s: . TestString#test_rb_str_to_str: 0.00 s: . TestString#test_replace: 0.00 s: . TestString#test_respond_to: 0.00 s: . TestString#test_reverse: 0.00 s: . TestString#test_reverse!: 0.00 s: . TestString#test_rindex: 0.00 s: . TestString#test_rjust: 0.00 s: . TestString#test_rpartition: 0.00 s: . TestString#test_rstrip: 0.01 s: . TestString#test_s_new: 0.00 s: . TestString#test_scan: 0.00 s: . TestString#test_setter: 0.00 s: . TestString#test_size: 0.00 s: . TestString#test_slice: 0.00 s: . TestString#test_slice!: 0.00 s: . TestString#test_splice!: 0.00 s: . TestString#test_split: 0.00 s: . TestString#test_squeeze: 0.00 s: . TestString#test_squeeze!: 0.00 s: . TestString#test_str_new4: 0.00 s: . TestString#test_strip: 0.00 s: . TestString#test_strip!: 0.00 s: . TestString#test_sub: 0.01 s: . TestString#test_sub!: 0.00 s: . TestString#test_sub_hash: 0.00 s: . TestString#test_substr_negative_begin: 0.00 s: . TestString#test_succ: 0.00 s: . TestString#test_succ!: 0.00 s: . TestString#test_sum: 0.00 s: . TestString#test_sum_2: 0.00 s: . TestString#test_swapcase: 0.00 s: . TestString#test_swapcase!: 0.00 s: . TestString#test_symbol_table_overflow: 0.00 s: . TestString#test_tainted_str_new: 0.00 s: . TestString#test_times: 0.00 s: . TestString#test_times2: 0.00 s: . TestString#test_to_f: 0.00 s: . TestString#test_to_i: 0.00 s: . TestString#test_to_id: 0.00 s: . TestString#test_to_s: 0.00 s: . TestString#test_to_s_2: 0.00 s: . TestString#test_to_str: 0.00 s: . TestString#test_tr: 0.00 s: . TestString#test_tr!: 0.00 s: . TestString#test_tr_s: 0.00 s: . TestString#test_tr_s!: 0.00 s: . TestString#test_try_convert: 0.00 s: . TestString#test_unpack: 0.00 s: . TestString#test_upcase: 0.00 s: . TestString#test_upcase!: 0.00 s: . TestString#test_upcase2: 0.00 s: . TestString#test_upto: 0.01 s: . TestStringIO#test_close: 0.00 s: . TestStringIO#test_close_read: 0.00 s: . TestStringIO#test_close_write: 0.00 s: . TestStringIO#test_closed: 0.00 s: . TestStringIO#test_closed_read: 0.00 s: . TestStringIO#test_closed_write: 0.00 s: . TestStringIO#test_dup: 0.00 s: . TestStringIO#test_each: 0.00 s: . TestStringIO#test_each_byte: 0.00 s: . TestStringIO#test_each_char: 0.00 s: . TestStringIO#test_eof_0: 0.00 s: . TestStringIO#test_eof_0_rw: 0.00 s: . TestStringIO#test_eof_0_seek: 0.00 s: . TestStringIO#test_eof_1: 0.00 s: . TestStringIO#test_eof_1_seek: 0.00 s: . TestStringIO#test_eof_2: 0.00 s: . TestStringIO#test_eof_3: 0.00 s: . TestStringIO#test_fsync: 0.00 s: . TestStringIO#test_getbyte: 0.00 s: . TestStringIO#test_gets: 0.00 s: . TestStringIO#test_gets2: 0.00 s: . TestStringIO#test_isatty: 0.00 s: . TestStringIO#test_lineno: 0.00 s: . TestStringIO#test_method: 0.00 s: . TestStringIO#test_mode_error: 0.00 s: . TestStringIO#test_open: 0.00 s: . TestStringIO#test_overwrite: 0.00 s: . TestStringIO#test_pos: 0.00 s: . TestStringIO#test_putc: 0.00 s: . TestStringIO#test_read: 0.00 s: . TestStringIO#test_readbyte: 0.00 s: . TestStringIO#test_readchar: 0.00 s: . TestStringIO#test_readlines: 0.00 s: . TestStringIO#test_reopen: 0.00 s: . TestStringIO#test_seek: 0.00 s: . TestStringIO#test_seek_beyond_eof: 0.00 s: . TestStringIO#test_set_fcntl: 0.00 s: . TestStringIO#test_size: 0.00 s: . TestStringIO#test_sync: 0.00 s: . TestStringIO#test_truncate: 0.00 s: . TestStringIO#test_ungetbyte: 0.00 s: . TestStringIO#test_ungetc: 0.00 s: . TestStringIO#test_ungetc_pos: 0.00 s: . TestStringIO#test_write: 0.00 s: . TestStringScanf#test_1: 0.00 s: . TestStringScanf#test_10: 0.00 s: . TestStringScanf#test_100: 0.00 s: . TestStringScanf#test_101: 0.00 s: . TestStringScanf#test_102: 0.00 s: . TestStringScanf#test_103: 0.00 s: . TestStringScanf#test_104: 0.00 s: . TestStringScanf#test_105: 0.00 s: . TestStringScanf#test_106: 0.00 s: . TestStringScanf#test_107: 0.00 s: . TestStringScanf#test_108: 0.00 s: . TestStringScanf#test_109: 0.00 s: . TestStringScanf#test_11: 0.00 s: . TestStringScanf#test_110: 0.00 s: . TestStringScanf#test_111: 0.00 s: . TestStringScanf#test_112: 0.00 s: . TestStringScanf#test_113: 0.00 s: . TestStringScanf#test_114: 0.00 s: . TestStringScanf#test_115: 0.00 s: . TestStringScanf#test_116: 0.00 s: . TestStringScanf#test_117: 0.00 s: . TestStringScanf#test_118: 0.00 s: . TestStringScanf#test_119: 0.00 s: . TestStringScanf#test_12: 0.00 s: . TestStringScanf#test_120: 0.00 s: . TestStringScanf#test_121: 0.00 s: . TestStringScanf#test_122: 0.00 s: . TestStringScanf#test_123: 0.00 s: . TestStringScanf#test_124: 0.00 s: . TestStringScanf#test_125: 0.00 s: . TestStringScanf#test_126: 0.00 s: . TestStringScanf#test_127: 0.00 s: . TestStringScanf#test_128: 0.00 s: . TestStringScanf#test_129: 0.00 s: . TestStringScanf#test_13: 0.00 s: . TestStringScanf#test_130: 0.00 s: . TestStringScanf#test_131: 0.00 s: . TestStringScanf#test_132: 0.00 s: . TestStringScanf#test_133: 0.00 s: . TestStringScanf#test_134: 0.00 s: . TestStringScanf#test_135: 0.00 s: . TestStringScanf#test_136: 0.00 s: . TestStringScanf#test_137: 0.00 s: . TestStringScanf#test_138: 0.00 s: . TestStringScanf#test_139: 0.00 s: . TestStringScanf#test_14: 0.00 s: . TestStringScanf#test_140: 0.00 s: . TestStringScanf#test_141: 0.00 s: . TestStringScanf#test_142: 0.00 s: . TestStringScanf#test_143: 0.00 s: . TestStringScanf#test_144: 0.00 s: . TestStringScanf#test_145: 0.00 s: . TestStringScanf#test_146: 0.00 s: . TestStringScanf#test_147: 0.00 s: . TestStringScanf#test_148: 0.00 s: . TestStringScanf#test_149: 0.00 s: . TestStringScanf#test_15: 0.00 s: . TestStringScanf#test_150: 0.00 s: . TestStringScanf#test_151: 0.00 s: . TestStringScanf#test_152: 0.00 s: . TestStringScanf#test_153: 0.00 s: . TestStringScanf#test_154: 0.00 s: . TestStringScanf#test_155: 0.00 s: . TestStringScanf#test_156: 0.00 s: . TestStringScanf#test_157: 0.00 s: . TestStringScanf#test_158: 0.00 s: . TestStringScanf#test_159: 0.00 s: . TestStringScanf#test_16: 0.00 s: . TestStringScanf#test_160: 0.00 s: . TestStringScanf#test_161: 0.00 s: . TestStringScanf#test_162: 0.00 s: . TestStringScanf#test_163: 0.00 s: . TestStringScanf#test_164: 0.00 s: . TestStringScanf#test_165: 0.00 s: . TestStringScanf#test_166: 0.00 s: . TestStringScanf#test_167: 0.00 s: . TestStringScanf#test_168: 0.00 s: . TestStringScanf#test_169: 0.00 s: . TestStringScanf#test_17: 0.00 s: . TestStringScanf#test_170: 0.00 s: . TestStringScanf#test_171: 0.00 s: . TestStringScanf#test_172: 0.00 s: . TestStringScanf#test_173: 0.00 s: . TestStringScanf#test_174: 0.00 s: . TestStringScanf#test_175: 0.00 s: . TestStringScanf#test_176: 0.00 s: . TestStringScanf#test_177: 0.00 s: . TestStringScanf#test_178: 0.00 s: . TestStringScanf#test_179: 0.00 s: . TestStringScanf#test_18: 0.00 s: . TestStringScanf#test_180: 0.00 s: . TestStringScanf#test_181: 0.00 s: . TestStringScanf#test_182: 0.00 s: . TestStringScanf#test_183: 0.00 s: . TestStringScanf#test_184: 0.00 s: . TestStringScanf#test_185: 0.00 s: . TestStringScanf#test_186: 0.00 s: . TestStringScanf#test_187: 0.00 s: . TestStringScanf#test_188: 0.00 s: . TestStringScanf#test_189: 0.00 s: . TestStringScanf#test_19: 0.00 s: . TestStringScanf#test_190: 0.00 s: . TestStringScanf#test_191: 0.00 s: . TestStringScanf#test_192: 0.00 s: . TestStringScanf#test_193: 0.00 s: . TestStringScanf#test_194: 0.00 s: . TestStringScanf#test_195: 0.00 s: . TestStringScanf#test_196: 0.00 s: . TestStringScanf#test_197: 0.00 s: . TestStringScanf#test_198: 0.00 s: . TestStringScanf#test_199: 0.00 s: . TestStringScanf#test_2: 0.00 s: . TestStringScanf#test_20: 0.00 s: . TestStringScanf#test_200: 0.00 s: . TestStringScanf#test_201: 0.00 s: . TestStringScanf#test_202: 0.00 s: . TestStringScanf#test_203: 0.00 s: . TestStringScanf#test_204: 0.00 s: . TestStringScanf#test_205: 0.00 s: . TestStringScanf#test_206: 0.00 s: . TestStringScanf#test_207: 0.00 s: . TestStringScanf#test_208: 0.00 s: . TestStringScanf#test_209: 0.00 s: . TestStringScanf#test_21: 0.00 s: . TestStringScanf#test_210: 0.00 s: . TestStringScanf#test_211: 0.00 s: . TestStringScanf#test_212: 0.00 s: . TestStringScanf#test_213: 0.00 s: . TestStringScanf#test_214: 0.00 s: . TestStringScanf#test_215: 0.00 s: . TestStringScanf#test_216: 0.00 s: . TestStringScanf#test_217: 0.00 s: . TestStringScanf#test_218: 0.00 s: . TestStringScanf#test_219: 0.00 s: . TestStringScanf#test_22: 0.00 s: . TestStringScanf#test_220: 0.00 s: . TestStringScanf#test_221: 0.00 s: . TestStringScanf#test_222: 0.00 s: . TestStringScanf#test_223: 0.00 s: . TestStringScanf#test_224: 0.00 s: . TestStringScanf#test_225: 0.00 s: . TestStringScanf#test_226: 0.00 s: . TestStringScanf#test_227: 0.00 s: . TestStringScanf#test_228: 0.00 s: . TestStringScanf#test_229: 0.00 s: . TestStringScanf#test_23: 0.00 s: . TestStringScanf#test_230: 0.00 s: . TestStringScanf#test_231: 0.00 s: . TestStringScanf#test_232: 0.00 s: . TestStringScanf#test_24: 0.00 s: . TestStringScanf#test_25: 0.00 s: . TestStringScanf#test_26: 0.00 s: . TestStringScanf#test_27: 0.00 s: . TestStringScanf#test_28: 0.00 s: . TestStringScanf#test_29: 0.00 s: . TestStringScanf#test_3: 0.00 s: . TestStringScanf#test_30: 0.00 s: . TestStringScanf#test_31: 0.00 s: . TestStringScanf#test_32: 0.00 s: . TestStringScanf#test_33: 0.00 s: . TestStringScanf#test_34: 0.00 s: . TestStringScanf#test_35: 0.00 s: . TestStringScanf#test_36: 0.00 s: . TestStringScanf#test_37: 0.00 s: . TestStringScanf#test_38: 0.00 s: . TestStringScanf#test_39: 0.00 s: . TestStringScanf#test_4: 0.00 s: . TestStringScanf#test_40: 0.00 s: . TestStringScanf#test_41: 0.00 s: . TestStringScanf#test_42: 0.00 s: . TestStringScanf#test_43: 0.00 s: . TestStringScanf#test_44: 0.00 s: . TestStringScanf#test_45: 0.00 s: . TestStringScanf#test_46: 0.00 s: . TestStringScanf#test_47: 0.00 s: . TestStringScanf#test_48: 0.00 s: . TestStringScanf#test_49: 0.00 s: . TestStringScanf#test_5: 0.00 s: . TestStringScanf#test_50: 0.00 s: . TestStringScanf#test_51: 0.00 s: . TestStringScanf#test_52: 0.00 s: . TestStringScanf#test_53: 0.00 s: . TestStringScanf#test_54: 0.00 s: . TestStringScanf#test_55: 0.00 s: . TestStringScanf#test_56: 0.00 s: . TestStringScanf#test_57: 0.00 s: . TestStringScanf#test_58: 0.00 s: . TestStringScanf#test_59: 0.00 s: . TestStringScanf#test_6: 0.00 s: . TestStringScanf#test_60: 0.00 s: . TestStringScanf#test_61: 0.00 s: . TestStringScanf#test_62: 0.00 s: . TestStringScanf#test_63: 0.00 s: . TestStringScanf#test_64: 0.00 s: . TestStringScanf#test_65: 0.00 s: . TestStringScanf#test_66: 0.00 s: . TestStringScanf#test_67: 0.00 s: . TestStringScanf#test_68: 0.00 s: . TestStringScanf#test_69: 0.00 s: . TestStringScanf#test_7: 0.00 s: . TestStringScanf#test_70: 0.00 s: . TestStringScanf#test_71: 0.00 s: . TestStringScanf#test_72: 0.00 s: . TestStringScanf#test_73: 0.00 s: . TestStringScanf#test_74: 0.00 s: . TestStringScanf#test_75: 0.00 s: . TestStringScanf#test_76: 0.00 s: . TestStringScanf#test_77: 0.00 s: . TestStringScanf#test_78: 0.00 s: . TestStringScanf#test_79: 0.00 s: . TestStringScanf#test_8: 0.00 s: . TestStringScanf#test_80: 0.00 s: . TestStringScanf#test_81: 0.00 s: . TestStringScanf#test_82: 0.00 s: . TestStringScanf#test_83: 0.00 s: . TestStringScanf#test_84: 0.00 s: . TestStringScanf#test_85: 0.00 s: . TestStringScanf#test_86: 0.00 s: . TestStringScanf#test_87: 0.00 s: . TestStringScanf#test_88: 0.00 s: . TestStringScanf#test_89: 0.00 s: . TestStringScanf#test_9: 0.00 s: . TestStringScanf#test_90: 0.00 s: . TestStringScanf#test_91: 0.00 s: . TestStringScanf#test_92: 0.00 s: . TestStringScanf#test_93: 0.00 s: . TestStringScanf#test_94: 0.00 s: . TestStringScanf#test_95: 0.00 s: . TestStringScanf#test_96: 0.00 s: . TestStringScanf#test_97: 0.00 s: . TestStringScanf#test_98: 0.00 s: . TestStringScanf#test_99: 0.00 s: . TestStringScanner#test_AREF: 0.00 s: . TestStringScanner#test_bol?: 0.00 s: . TestStringScanner#test_check: 0.00 s: . TestStringScanner#test_check_until: 0.00 s: . TestStringScanner#test_concat: 0.00 s: . TestStringScanner#test_const_Id: 0.00 s: . TestStringScanner#test_const_Version: 0.00 s: . TestStringScanner#test_dup: 0.00 s: . TestStringScanner#test_encoding: 0.00 s: . TestStringScanner#test_eos?: 0.00 s: . TestStringScanner#test_exist_p: 0.00 s: . TestStringScanner#test_generic_regexp: 0.00 s: . TestStringScanner#test_get_byte: 0.00 s: . TestStringScanner#test_getch: 0.00 s: . TestStringScanner#test_inspect: 0.00 s: . TestStringScanner#test_match_p: 0.00 s: . TestStringScanner#test_matched: 0.00 s: . TestStringScanner#test_matched_size: 0.00 s: . TestStringScanner#test_peek: 0.00 s: . TestStringScanner#test_pos: 0.00 s: . TestStringScanner#test_post_match: 0.00 s: . TestStringScanner#test_pre_match: 0.00 s: . TestStringScanner#test_reset: 0.00 s: . TestStringScanner#test_rest: 0.00 s: . TestStringScanner#test_rest_size: 0.00 s: . TestStringScanner#test_s_allocate: 0.00 s: . TestStringScanner#test_s_mustc: 0.00 s: . TestStringScanner#test_s_new: 0.00 s: . TestStringScanner#test_scan: 0.00 s: . TestStringScanner#test_scan_full: 0.00 s: . TestStringScanner#test_search_full: 0.00 s: . TestStringScanner#test_set_pos: 0.00 s: . TestStringScanner#test_skip: 0.00 s: . TestStringScanner#test_skip_until: 0.00 s: . TestStringScanner#test_string: 0.00 s: . TestStringScanner#test_terminate: 0.00 s: . TestStringScanner#test_unscan: 0.00 s: . TestStringchar#test_bang: 0.00 s: . TestStringchar#test_char: 0.01 s: . TestStringchar#test_string: 0.00 s: . TestStruct#test_aref: 0.00 s: . TestStruct#test_aset: 0.00 s: . TestStruct#test_each: 0.00 s: . TestStruct#test_each_pair: 0.00 s: . TestStruct#test_eql: 0.00 s: . TestStruct#test_equal: 0.00 s: . TestStruct#test_error: 0.00 s: . TestStruct#test_hash: 0.00 s: . TestStruct#test_inherit: 0.00 s: . TestStruct#test_init_copy: 0.00 s: . TestStruct#test_initialize: 0.00 s: . TestStruct#test_inspect: 0.06 s: . TestStruct#test_members: 0.00 s: . TestStruct#test_modify: 0.00 s: . TestStruct#test_morethan10members: 0.01 s: . TestStruct#test_ref: 0.00 s: . TestStruct#test_select: 0.00 s: . TestStruct#test_set: 0.00 s: . TestStruct#test_size: 0.00 s: . TestStruct#test_small_structs: 0.00 s: . TestStruct#test_struct: 0.00 s: . TestStruct#test_struct_new: 0.00 s: . TestStruct#test_values_at: 0.00 s: . TestSuper#test_array1: 0.00 s: . TestSuper#test_array2: 0.00 s: . TestSuper#test_array3: 0.00 s: . TestSuper#test_array4: 0.00 s: . TestSuper#test_define_method: 0.00 s: . TestSuper#test_double1: 0.00 s: . TestSuper#test_double2: 0.00 s: . TestSuper#test_double3: 0.00 s: . TestSuper#test_optional1: 0.00 s: . TestSuper#test_optional2: 0.00 s: . TestSuper#test_optional3: 0.00 s: . TestSuper#test_optional4: 0.00 s: . TestSuper#test_optional5: 0.00 s: . TestSuper#test_single1: 0.00 s: . TestSuper#test_single2: 0.00 s: . TestSymbol#test_call: 0.00 s: . TestSymbol#test_case: 0.00 s: . TestSymbol#test_casecmp: 0.00 s: . TestSymbol#test_cmp: 0.00 s: . TestSymbol#test_empty: 0.00 s: . TestSymbol#test_inspect_dollar: 0.00 s: . TestSymbol#test_inspect_invalid: 0.00 s: . TestSymbol#test_inspect_number: 0.00 s: . TestSymbol#test_inspect_suboptimal: 0.01 s: . TestSymbol#test_length: 0.00 s: . TestSymbol#test_succ: 0.00 s: . TestSymbol#test_to_proc: 0.00 s: . TestSyslog#test_close: 0.00 s: . TestSyslog#test_inspect: 0.00 s: . TestSyslog#test_instance: 0.00 s: . TestSyslog#test_log: 0.61 s: . TestSyslog#test_mask: 0.00 s: . TestSyslog#test_new: 0.00 s: . TestSyslog#test_open: 0.00 s: . TestSyslog#test_opened?: 0.00 s: . TestSystem#test_empty_evstr: 0.00 s: . TestSystem#test_syntax: 6.25 s: . TestSystem#test_system: 0.70 s: . TestTarWriter#test_add_file_simple_padding: 0.03 s: . TestTarWriter#test_add_file_simple_data: 0.02 s: . TestTarWriter#test_split_name_too_long_total: 0.02 s: . TestTarWriter#test_mkdir: 0.02 s: . TestTarWriter#test_split_name: 0.01 s: . TestTarWriter#test_add_file_simple_size: 0.01 s: . TestTarWriter#test_split_name_too_long_name: 0.01 s: . TestTarWriter#test_add_file_simple: 0.01 s: . TestTarWriter#test_add_file_unseekable: 0.01 s: . TestTarWriter#test_close: 0.01 s: . TestTarWriter#test_add_file: 0.01 s: . TestTarWriter#test_split_name_too_long_prefix: 0.01 s: . TestTempfile#test_extend: 0.00 s: . TestTempfile#test_tempfile_encoding_ascii8bit: 0.00 s: . TestTempfile#test_tempfile_encoding_ascii8bit2: 0.00 s: . TestTempfile#test_tempfile_encoding_nooption: 0.00 s: . TestThread#test_abort_on_exception: 1.32 s: . TestThread#test_condvar: 0.00 s: . TestThread#test_condvar_wait_exception_handling: 0.10 s: . TestThread#test_condvar_wait_not_owner: 0.00 s: . TestThread#test_exit: 0.00 s: . TestThread#test_join: 0.50 s: . TestThread#test_join2: 1.50 s: . TestThread#test_kill_main_thread: 0.09 s: . TestThread#test_list: 0.09 s: . TestThread#test_local_barrier: 10.40 s: . TestThread#test_main: 0.08 s: . TestThread#test_mutex_deadlock: 0.00 s: . TestThread#test_mutex_fifo_like_lock: 0.00 s: . TestThread#test_mutex_illegal_unlock: 0.00 s: . TestThread#test_mutex_interrupt: 0.50 s: . TestThread#test_mutex_synchronize: 2.74 s: . TestThread#test_mutex_trylock: 0.00 s: . TestThread#test_new: 0.00 s: . TestThread#test_priority: 0.51 s: . TestThread#test_recursive_error: 0.00 s: . TestThread#test_safe_level: 0.50 s: . TestThread#test_select_wait: 1.50 s: . TestThread#test_status_and_stop_p: 0.50 s: . TestThread#test_stop: 0.09 s: . TestThread#test_thread_local: 0.00 s: . TestThread#test_thread_local_security: 0.01 s: . TestThread#test_wakeup: 1.00 s: . TestThreadGroup#test_enclosed_thgroup: 0.00 s: . TestThreadGroup#test_frozen_thgroup: 0.00 s: . TestThreadGroup#test_thread_init: 0.00 s: . TestThreadGroup#test_uninitialized: 0.01 s: . TestTime#test_asctime: 0.00 s: . TestTime#test_at: 0.02 s: . TestTime#test_at2: 0.00 s: . TestTime#test_at3: 0.00 s: . TestTime#test_at_rational: 0.00 s: . TestTime#test_big_minus: 0.00 s: . TestTime#test_cmp: 0.00 s: . TestTime#test_delegate: 0.00 s: . TestTime#test_eq_nsec: 0.00 s: . TestTime#test_eql: 0.00 s: . TestTime#test_hash: 0.00 s: . TestTime#test_huge_difference: 0.00 s: . TestTime#test_init_copy: 0.00 s: . TestTime#test_localtime_gmtime: 0.00 s: . TestTime#test_marshal_ivar: 0.00 s: . TestTime#test_marshal_nsec: 0.00 s: . TestTime#test_new: 0.00 s: . TestTime#test_plus_minus_succ: 0.00 s: . TestTime#test_readers: 0.00 s: . TestTime#test_security_error: 0.00 s: . TestTime#test_strftime: 0.01 s: . TestTime#test_strtime: 0.00 s: . TestTime#test_time_add: 0.00 s: . TestTime#test_time_interval: 0.00 s: . TestTime#test_time_subt: 0.00 s: . TestTime#test_time_time: 0.00 s: . TestTime#test_timegm: 0.00 s: . TestTime#test_to_f: 0.00 s: . TestTime#test_to_s: 0.00 s: . TestTime#test_utc_or_local: 0.00 s: . TestTime#test_utc_p: 0.00 s: . TestTime#test_utc_subsecond: 0.00 s: . TestTimeExtention#test_completion: 0.00 s: . TestTimeExtention#test_encode_httpdate: 0.00 s: . TestTimeExtention#test_encode_rfc2822: 0.00 s: . TestTimeExtention#test_encode_xmlschema: 0.00 s: . TestTimeExtention#test_invalid: 0.04 s: . TestTimeExtention#test_nsec: 0.00 s: . TestTimeExtention#test_parse_fraction: 0.00 s: . TestTimeExtention#test_parse_leap_second: 0.01 s: . TestTimeExtention#test_rfc2616: 0.00 s: . TestTimeExtention#test_rfc2822: 0.00 s: . TestTimeExtention#test_rfc2822_leap_second: 0.00 s: . TestTimeExtention#test_rfc2822_utc_roundtrip_summer: 0.00 s: . TestTimeExtention#test_rfc2822_utc_roundtrip_winter: 0.00 s: . TestTimeExtention#test_rfc3339: 0.00 s: . TestTimeExtention#test_rfc822: 0.00 s: . TestTimeExtention#test_ruby_talk_152866: 0.00 s: . TestTimeExtention#test_strptime: 0.00 s: . TestTimeExtention#test_xmlschema: 0.00 s: . TestTimeExtention#test_xmlschema_fraction: 0.00 s: . TestTimeExtention#test_xmlschema_leap_second: 0.00 s: . TestTimeExtention#test_zone_0000: 0.00 s: . TestTimeout#test_queue: 0.10 s: . TestTimeout#test_timeout: 0.12 s: . TestTrace#test_trace: 0.00 s: . TestTrace#test_trace_proc_that_raises_exception: 0.00 s: . TestTrace#test_trace_string: 0.00 s: . TestTrace#test_trace_tainted_proc: 0.00 s: . TestTranscode#test_Big5: 0.01 s: . TestTranscode#test_CP850: 0.00 s: . TestTranscode#test_CP852: 0.00 s: . TestTranscode#test_CP855: 0.00 s: . TestTranscode#test_IBM437: 0.00 s: . TestTranscode#test_IBM775: 0.00 s: . TestTranscode#test_IBM852: 0.00 s: . TestTranscode#test_IBM855: 0.00 s: . TestTranscode#test_IBM857: 0.00 s: . TestTranscode#test_IBM860: 0.00 s: . TestTranscode#test_IBM861: 0.00 s: . TestTranscode#test_IBM862: 0.00 s: . TestTranscode#test_IBM863: 0.00 s: . TestTranscode#test_IBM865: 0.00 s: . TestTranscode#test_IBM866: 0.00 s: . TestTranscode#test_IBM869: 0.00 s: . TestTranscode#test_TIS_620: 0.00 s: . TestTranscode#test_all_bytes: 0.00 s: . TestTranscode#test_arguments: 0.00 s: . TestTranscode#test_ascii_range: 0.00 s: . TestTranscode#test_encodings: 0.00 s: . TestTranscode#test_errors: 0.15 s: . TestTranscode#test_euc_jp: 0.02 s: . TestTranscode#test_eucjp_ms: 0.00 s: . TestTranscode#test_eucjp_sjis: 0.00 s: . TestTranscode#test_eucjp_sjis_unassigned: 0.00 s: . TestTranscode#test_eucjp_sjis_undef: 0.01 s: . TestTranscode#test_gb18030: 0.45 s: . TestTranscode#test_gb2312: 0.01 s: . TestTranscode#test_gbk: 0.02 s: . TestTranscode#test_invalid_ignore: 0.00 s: . TestTranscode#test_invalid_replace: 0.00 s: . TestTranscode#test_invalid_replace_string: 0.00 s: . TestTranscode#test_iso_2022_jp: 0.00 s: . TestTranscode#test_iso_2022_jp_1: 0.00 s: . TestTranscode#test_koi8_r: 0.00 s: . TestTranscode#test_koi8_u: 0.00 s: . TestTranscode#test_length: 0.05 s: . TestTranscode#test_macCroatian: 0.00 s: . TestTranscode#test_macCyrillic: 0.00 s: . TestTranscode#test_macGreek: 0.00 s: . TestTranscode#test_macIceland: 0.00 s: . TestTranscode#test_macRoman: 0.00 s: . TestTranscode#test_macRomania: 0.00 s: . TestTranscode#test_macTurkish: 0.00 s: . TestTranscode#test_macUkraine: 0.00 s: . TestTranscode#test_noargument: 0.00 s: . TestTranscode#test_nothing_changed: 0.00 s: . TestTranscode#test_shift_jis: 0.01 s: . TestTranscode#test_tilde_overline: 0.00 s: . TestTranscode#test_twostep: 0.00 s: . TestTranscode#test_undef_replace: 0.00 s: . TestTranscode#test_undef_replace_string: 0.00 s: . TestTranscode#test_unicode_public_review_issue_121: 0.00 s: . TestTranscode#test_utf_16: 0.01 s: . TestTranscode#test_utf_32: 0.00 s: . TestTranscode#test_windows_1250: 0.00 s: . TestTranscode#test_windows_1251: 0.00 s: . TestTranscode#test_windows_1252: 0.00 s: . TestTranscode#test_windows_1253: 0.01 s: . TestTranscode#test_windows_1254: 0.00 s: . TestTranscode#test_windows_1255: 0.01 s: . TestTranscode#test_windows_1256: 0.00 s: . TestTranscode#test_windows_1257: 0.01 s: . TestTranscode#test_windows_31j: 0.00 s: . TestTranscode#test_windows_874: 0.01 s: . TestTranscode#test_yen_sign: 0.00 s: . TestTupleBag#test_delete: 0.00 s: . TestTupleBag#test_delete_unless_alive: 0.00 s: . TestTupleBag#test_find: 0.00 s: . TestTupleBag#test_find_all: 0.00 s: . TestTupleBag#test_find_all_template: 0.00 s: . TestTupleBag#test_has_expires_eh: 0.00 s: . TestTupleBag#test_push: 0.00 s: . TestUTF16#test_casecmp: 0.00 s: . TestUTF16#test_chomp: 0.00 s: . TestUTF16#test_code_to_mbc: 0.00 s: . TestUTF16#test_compatible: 0.00 s: . TestUTF16#test_concat_empty1: 0.00 s: . TestUTF16#test_concat_empty2: 0.00 s: . TestUTF16#test_concat_nonempty: 0.00 s: . TestUTF16#test_count: 0.00 s: . TestUTF16#test_count2: 0.00 s: . TestUTF16#test_empty_regexp: 0.00 s: . TestUTF16#test_encoding_find: 0.00 s: . TestUTF16#test_end_with: 0.00 s: . TestUTF16#test_gsub: 0.00 s: . TestUTF16#test_header: 0.00 s: . TestUTF16#test_hex: 0.00 s: . TestUTF16#test_intern: 0.00 s: . TestUTF16#test_interpolation: 0.00 s: . TestUTF16#test_is_mbc_newline: 0.00 s: . TestUTF16#test_mbc_case_fold: 0.00 s: . TestUTF16#test_oct: 0.00 s: . TestUTF16#test_plus: 0.00 s: . TestUTF16#test_plus_empty1: 0.00 s: . TestUTF16#test_plus_empty2: 0.00 s: . TestUTF16#test_plus_nonempty: 0.00 s: . TestUTF16#test_regexp_escape: 0.00 s: . TestUTF16#test_regexp_match: 0.00 s: . TestUTF16#test_regexp_union: 0.00 s: . TestUTF16#test_slice!: 0.00 s: . TestUTF16#test_split_awk: 0.00 s: . TestUTF16#test_strftime: 0.00 s: . TestUTF16#test_succ: 0.01 s: . TestUTF16#test_surrogate_pair: 0.00 s: . TestUTF16#test_sym_eq: 0.00 s: . TestUTF16#test_utf16be_valid_encoding: 0.00 s: . TestUTF16#test_utf16le_valid_encoding: 0.00 s: . TestUTF32#test_code_to_mbc: 0.00 s: . TestUTF32#test_mbc_case_fold: 0.00 s: . TestUTF32#test_mbc_len: 0.00 s: . TestUTF32#test_mbc_newline: 0.00 s: . TestUTF32#test_mbc_to_code: 0.00 s: . TestUTF32#test_substr: 0.00 s: . TestUnicodeEscape#test_basic: 0.15 s: . TestUnicodeEscape#test_chars: 0.00 s: . TestUnicodeEscape#test_dynamic_regexp: 0.00 s: . TestUnicodeEscape#test_edge_cases: 0.00 s: . TestUnicodeEscape#test_fail: 0.02 s: . TestUnicodeEscape#test_fulton: 0.00 s: . TestUnicodeEscape#test_regexp: 0.01 s: . TestUnicodeEscape#test_syntax_variants: 0.00 s: . TestVariable#test_global_variable_0: 0.09 s: . TestVariable#test_local_variables: 0.00 s: . TestVariable#test_local_variables2: 0.00 s: . TestVariable#test_local_variables3: 0.00 s: . TestVariable#test_variable: 0.07 s: . TestVector#test_equality: 0.00 s: . TestVector#test_hash: 0.00 s: . TestVector#test_hash_equality: 0.00 s: . TestVector#test_identity: 0.00 s: . TestWEBrickCGI#test_bad_request: 1.06 s: . TestWEBrickCGI#test_cgi: 6.22 s: . TestWEBrickCookie#test_new: 0.00 s: . TestWEBrickCookie#test_parse: 0.00 s: . TestWEBrickCookie#test_parse_set_cookie: 0.00 s: . TestWEBrickCookie#test_parse_set_cookies: 0.00 s: . TestWEBrickCookie#test_time: 0.00 s: . TestWEBrickHTTPAuth#test_basic_auth: 0.16 s: . TestWEBrickHTTPAuth#test_basic_auth2: 0.16 s: . TestWEBrickHTTPAuth#test_basic_auth3: 0.01 s: . TestWEBrickHTTPProxy#test_connect: 0.66 s: . TestWEBrickHTTPProxy#test_fake_proxy: 0.00 s: . TestWEBrickHTTPProxy#test_no_proxy: 0.08 s: . TestWEBrickHTTPProxy#test_proxy: 0.24 s: . TestWEBrickHTTPProxy#test_upstream_proxy: 0.97 s: . TestWEBrickHTTPRequest#test_bad_messages: 0.01 s: . TestWEBrickHTTPRequest#test_chunked: 0.03 s: . TestWEBrickHTTPRequest#test_forwarded: 0.01 s: . TestWEBrickHTTPRequest#test_parse_09: 0.00 s: . TestWEBrickHTTPRequest#test_parse_10: 0.00 s: . TestWEBrickHTTPRequest#test_parse_11: 0.00 s: . TestWEBrickHTTPRequest#test_parse_get_params: 0.00 s: . TestWEBrickHTTPRequest#test_parse_header2: 0.00 s: . TestWEBrickHTTPRequest#test_parse_headers: 0.00 s: . TestWEBrickHTTPRequest#test_parse_headers3: 0.01 s: . TestWEBrickHTTPRequest#test_parse_post_params: 0.00 s: . TestWEBrickHTTPRequest#test_request_uri_too_large: 0.00 s: . TestWEBrickHTTPServer#test_callbacks: 0.14 s: . TestWEBrickHTTPServer#test_lookup_server: 0.03 s: . TestWEBrickHTTPServer#test_mount: 0.00 s: . TestWEBrickHTTPUtils#test_escape: 0.00 s: . TestWEBrickHTTPUtils#test_escape_form: 0.00 s: . TestWEBrickHTTPUtils#test_escape_path: 0.00 s: . TestWEBrickHTTPUtils#test_normilize_path: 0.01 s: . TestWEBrickHTTPUtils#test_split_header_value: 0.00 s: . TestWEBrickHTTPUtils#test_unescape: 0.00 s: . TestWEBrickHTTPUtils#test_unescape_form: 0.00 s: . TestWEBrickHTTPVersion#test_compar: 0.00 s: . TestWEBrickHTTPVersion#test_major: 0.00 s: . TestWEBrickHTTPVersion#test_minor: 0.00 s: . TestWEBrickHTTPVersion#test_to_s: 0.00 s: . TestWEBrickServer#test_callbacks: 0.13 s: . TestWEBrickServer#test_daemon: 0.22 s: . TestWEBrickServer#test_server: 0.12 s: . TestWEBrickUtils#test_webrick_timeout: 6.02 s: . TestWhileuntil#test_until: 0.00 s: . TestWhileuntil#test_while: 0.01 s: . TestWindows1251#test_windows_1251: 0.04 s: . TestZlib#test_adler32: 0.00 s: . TestZlib#test_crc32: 0.00 s: . TestZlib#test_crc_table: 0.00 s: . TestZlib#test_version: 0.00 s: . TestZlibDeflate#test_addstr: 0.00 s: . TestZlibDeflate#test_adler: 0.00 s: . TestZlibDeflate#test_avail: 0.00 s: . TestZlibDeflate#test_close: 0.00 s: . TestZlibDeflate#test_closed_p: 0.00 s: . TestZlibDeflate#test_data_type: 0.00 s: . TestZlibDeflate#test_deflate: 0.00 s: . TestZlibDeflate#test_dup: 0.00 s: . TestZlibDeflate#test_finished_p: 0.00 s: . TestZlibDeflate#test_flush: 0.00 s: . TestZlibDeflate#test_initialize: 0.00 s: . TestZlibDeflate#test_params: 0.01 s: . TestZlibDeflate#test_reset: 0.00 s: . TestZlibDeflate#test_set_dictionary: 0.00 s: . TestZlibDeflate#test_total: 0.01 s: . TestZlibGzipFile#test_closed_p: 0.01 s: . TestZlibGzipFile#test_comment: 0.01 s: . TestZlibGzipFile#test_crc: 0.00 s: . TestZlibGzipFile#test_level: 0.00 s: . TestZlibGzipFile#test_lineno: 0.01 s: . TestZlibGzipFile#test_mtime: 0.01 s: . TestZlibGzipFile#test_orig_name: 0.01 s: . TestZlibGzipFile#test_os_code: 0.00 s: . TestZlibGzipFile#test_path: 0.01 s: . TestZlibGzipFile#test_pos: 0.00 s: . TestZlibGzipFile#test_sync: 0.00 s: . TestZlibGzipFile#test_to_io: 0.03 s: . TestZlibGzipReader#test_each: 0.00 s: . TestZlibGzipReader#test_each_byte: 0.02 s: . TestZlibGzipReader#test_getbyte: 0.00 s: . TestZlibGzipReader#test_getc: 0.02 s: . TestZlibGzipReader#test_gets: 0.01 s: . TestZlibGzipReader#test_open: 0.01 s: . TestZlibGzipReader#test_read: 0.00 s: . TestZlibGzipReader#test_read0: 0.02 s: . TestZlibGzipReader#test_readchar: 0.01 s: . TestZlibGzipReader#test_reader_wrap: 0.00 s: . TestZlibGzipReader#test_readlines: 0.02 s: . TestZlibGzipReader#test_readpartial: 0.00 s: . TestZlibGzipReader#test_rewind: 0.03 s: . TestZlibGzipReader#test_ungetc: 0.00 s: . TestZlibGzipReader#test_ungetc_paragraph: 0.00 s: . TestZlibGzipReader#test_unused: 0.01 s: . TestZlibGzipWriter#test_invalid_new: 0.02 s: . TestZlibGzipWriter#test_open: 0.01 s: . TestZlibGzipWriter#test_putc: 0.02 s: . TestZlibGzipWriter#test_write: 0.01 s: . TestZlibGzipWriter#test_writer_wrap: 0.02 s: . TestZlibInflate#test_inflate: 0.00 s: . TestZlibInflate#test_initialize: 0.00 s: . TestZlibInflate#test_set_dictionary: 0.00 s: . TestZlibInflate#test_sync: 0.00 s: . Test_DateTime#test_get_values: 0.00 s: . Test_DateTime#test_new: 0.00 s: . Test_DateTime#test_new_exception: 0.00 s: . Test_DateTime#test_set_exception: 0.01 s: . Test_DateTime#test_set_values: 0.00 s: . Test_DateTime#test_to_a: 0.00 s: . Test_DateTime#test_to_date1: 0.00 s: . Test_DateTime#test_to_date2: 0.00 s: . Test_DateTime#test_to_time1: 0.00 s: . Test_DateTime#test_to_time2: 0.00 s: . Test_Features#test_nil_create: 0.02 s: . Test_Features#test_nil_parse: 0.09 s: . Test_Marshal#test1_dump_call: 0.00 s: . Test_Marshal#test1_dump_response: 0.00 s: . Test_Marshal#test2_dump_load_call: 0.02 s: . Test_Marshal#test2_dump_load_response: 0.02 s: . Test_Marshal#test_no_params_tag: 0.00 s: . Test_Marshal#test_parser_values: 0.16 s: . Test_REXMLStreamParser#test_cdata: 0.14 s: . Test_REXMLStreamParser#test_dateTime: 0.02 s: . Test_REXMLStreamParser#test_fault: 0.03 s: . Test_REXMLStreamParser#test_parseMethodCall: 0.03 s: . Test_REXMLStreamParser#test_parseMethodResponse1: 0.13 s: . Test_REXMLStreamParser#test_parseMethodResponse2: 0.02 s: . Test_REXMLStreamParser#test_parseMethodResponse3: 0.02 s: . Test_Webrick#test_client_server: 0.78 s: . URI::TestCommon#test_extract: 0.00 s: . URI::TestCommon#test_kernel_uri: 0.00 s: . URI::TestCommon#test_regexp: 0.01 s: . URI::TestFTP#test_assemble: 0.00 s: . URI::TestFTP#test_parse: 0.00 s: . URI::TestFTP#test_paths: 0.00 s: . URI::TestFTP#test_select: 0.00 s: . URI::TestGeneric#test_join: 0.01 s: . URI::TestGeneric#test_merge: 0.01 s: . URI::TestGeneric#test_parse: 0.00 s: . URI::TestGeneric#test_rfc3986_examples: 0.01 s: . URI::TestGeneric#test_route: 0.00 s: . URI::TestGeneric#test_set_component: 0.01 s: . URI::TestHTTP#test_equal: 0.00 s: . URI::TestHTTP#test_normalize: 0.00 s: . URI::TestHTTP#test_parse: 0.00 s: . URI::TestHTTP#test_request_uri: 0.00 s: . URI::TestHTTP#test_select: 0.00 s: . URI::TestLDAP#test_parse: 0.00 s: . URI::TestLDAP#test_select: 0.00 s: . URI::TestMailTo#test_build: 0.01 s: . URI::TestMailTo#test_select: 0.00 s: . URI::TestParser#test_compare: 0.01 s: . URI::TestParser#test_parse: 0.01 s: . WEBrick::TestFileHandler#test_directory_traversal: 0.17 s: . WEBrick::TestFileHandler#test_filehandler: 0.15 s: . WEBrick::TestFileHandler#test_make_partial_content: 0.02 s: . WEBrick::TestFileHandler#test_non_disclosure_name: 0.17 s: . WEBrick::TestFileHandler#test_script_disclosure: 0.71 s: . WEBrick::TestFileHandler#test_short_filename: 0.20 s: . WEBrick::TestFileHandler#test_unwise_in_path: 0.00 s: . WadlerExample#test_hello_00_06: 0.00 s: . WadlerExample#test_hello_07_08: 0.00 s: . WadlerExample#test_hello_09_10: 0.00 s: . WadlerExample#test_hello_11_12: 0.00 s: . WadlerExample#test_hello_13: 0.00 s: . WadlerExample#test_tree_00_19: 0.00 s: . WadlerExample#test_tree_20_22: 0.00 s: . WadlerExample#test_tree_23_43: 0.00 s: . WadlerExample#test_tree_44: 0.00 s: . WadlerExample#test_tree_alt_00_18: 0.00 s: . WadlerExample#test_tree_alt_19_20: 0.00 s: . WadlerExample#test_tree_alt_20_49: 0.00 s: . WadlerExample#test_tree_alt_50: 0.00 s: . YAMLStoreTest#test_changes_after_commit_are_discarded: 0.01 s: . YAMLStoreTest#test_changes_are_not_written_on_abort: 0.00 s: . YAMLStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: 0.00 s: . YAMLStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: 0.00 s: . YAMLStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: 0.00 s: . YAMLStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: 0.00 s: . YAMLStoreTest#test_writing_inside_readonly_transaction_raises_error: 0.00 s: . YAML_Unit_Tests#test_akira: 0.02 s: . YAML_Unit_Tests#test_ambiguous_comments: 0.00 s: . YAML_Unit_Tests#test_basic_map: 0.00 s: . YAML_Unit_Tests#test_basic_strings: 0.00 s: . YAML_Unit_Tests#test_circular_references: 0.00 s: . YAML_Unit_Tests#test_date_out_of_range: 0.00 s: . YAML_Unit_Tests#test_document: 0.00 s: . YAML_Unit_Tests#test_emitting_indicators: 0.00 s: . YAML_Unit_Tests#test_empty_map_key: 0.00 s: . YAML_Unit_Tests#test_normal_exit: 0.00 s: . YAML_Unit_Tests#test_numeric_cycle: 0.00 s: . YAML_Unit_Tests#test_object_id_collision: 0.67 s: . YAML_Unit_Tests#test_range_cycle: 0.01 s: . YAML_Unit_Tests#test_ranges: 0.02 s: . YAML_Unit_Tests#test_ruby_complex: 0.01 s: . YAML_Unit_Tests#test_ruby_rational: 0.01 s: . YAML_Unit_Tests#test_ruby_regexp: 0.01 s: . YAML_Unit_Tests#test_ruby_struct: 0.03 s: . YAML_Unit_Tests#test_spec_anchors_and_aliases: 0.04 s: . YAML_Unit_Tests#test_spec_application_family: 0.00 s: . YAML_Unit_Tests#test_spec_builtin_binary: 0.00 s: . YAML_Unit_Tests#test_spec_builtin_literal_blocks: 0.00 s: . YAML_Unit_Tests#test_spec_builtin_map: 0.01 s: . YAML_Unit_Tests#test_spec_builtin_seq: 0.00 s: . YAML_Unit_Tests#test_spec_builtin_time: 0.01 s: . YAML_Unit_Tests#test_spec_complex_invoice: 0.01 s: . YAML_Unit_Tests#test_spec_domain_prefix: 0.00 s: . YAML_Unit_Tests#test_spec_explicit_families: 0.00 s: . YAML_Unit_Tests#test_spec_float_explicit: 0.00 s: . YAML_Unit_Tests#test_spec_force_implicit: 0.00 s: . YAML_Unit_Tests#test_spec_indentation_determines_scope: 0.00 s: . YAML_Unit_Tests#test_spec_log_file: 0.00 s: . YAML_Unit_Tests#test_spec_mapping_between_sequences: 0.00 s: . YAML_Unit_Tests#test_spec_mapping_of_mappings: 0.00 s: . YAML_Unit_Tests#test_spec_multiline_scalars: 0.00 s: . YAML_Unit_Tests#test_spec_nested_comments: 0.00 s: . YAML_Unit_Tests#test_spec_oneline_docs: 0.00 s: . YAML_Unit_Tests#test_spec_override_anchor: 0.00 s: . YAML_Unit_Tests#test_spec_preserve_indent: 0.00 s: . YAML_Unit_Tests#test_spec_private_types: 0.00 s: . YAML_Unit_Tests#test_spec_root_fold: 0.00 s: . YAML_Unit_Tests#test_spec_root_mapping: 0.00 s: . YAML_Unit_Tests#test_spec_sequence_in_sequence_shortcut: 0.00 s: . YAML_Unit_Tests#test_spec_sequence_key_shortcut: 0.00 s: . YAML_Unit_Tests#test_spec_sequence_of_sequences: 0.00 s: . YAML_Unit_Tests#test_spec_sequence_shortcuts: 0.00 s: . YAML_Unit_Tests#test_spec_simple_implicit_map: 0.00 s: . YAML_Unit_Tests#test_spec_simple_implicit_sequence: 0.00 s: . YAML_Unit_Tests#test_spec_simple_map_with_nested_sequences: 0.01 s: . YAML_Unit_Tests#test_spec_simple_sequence_with_nested_map: 0.01 s: . YAML_Unit_Tests#test_spec_single_folded: 0.00 s: . YAML_Unit_Tests#test_spec_single_literal: 0.00 s: . YAML_Unit_Tests#test_spec_span_double_quote: 0.00 s: . YAML_Unit_Tests#test_spec_span_single_quote: 0.00 s: . YAML_Unit_Tests#test_spec_throwaway: 0.00 s: . YAML_Unit_Tests#test_spec_type_float: 0.00 s: . YAML_Unit_Tests#test_spec_type_int: 0.00 s: . YAML_Unit_Tests#test_spec_type_misc: 0.00 s: . YAML_Unit_Tests#test_spec_url_escaping: 0.00 s: . YAML_Unit_Tests#test_symbol_cycle: 0.00 s: . YAML_Unit_Tests#test_time_now_cycle: 0.01 s: . YAML_Unit_Tests#test_ypath_parsing: 0.00 s: . Finished in 952.599559 seconds. 1) Error: test_119(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 2) Error: test_123(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 3) Error: test_124(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 4) Error: test_138(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 5) Error: test_139(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 6) Error: test_140(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 7) Error: test_141(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 8) Error: test_142(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 9) Error: test_143(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 10) Error: test_145(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 11) Error: test_146(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 12) Error: test_147(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 13) Error: test_148(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 14) Error: test_149(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 15) Error: test_150(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 16) Error: test_151(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 17) Error: test_152(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 18) Error: test_153(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 19) Error: test_154(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 20) Error: test_155(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 21) Error: test_156(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 22) Error: test_157(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 23) Error: test_158(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 24) Error: test_159(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 25) Error: test_160(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 26) Error: test_161(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 27) Error: test_162(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 28) Error: test_163(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 29) Error: test_164(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 30) Error: test_165(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 31) Error: test_166(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 32) Error: test_167(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 33) Error: test_168(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 34) Error: test_181(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 35) Error: test_185(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 36) Error: test_186(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 37) Error: test_187(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 38) Error: test_188(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 39) Error: test_19(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 40) Error: test_196(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 41) Error: test_197(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 42) Error: test_198(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 43) Error: test_199(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 44) Error: test_2(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 45) Error: test_200(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 46) Error: test_201(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 47) Error: test_60(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 48) Error: test_61(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 49) Error: test_62(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 50) Error: test_74(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 51) Error: test_91(TestIOScanf): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:314:in `block (3 levels) in ' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `open' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanf.rb:313:in `block (2 levels) in ' 52) Failure: test_assert_in_delta_triggered(TestMiniTestTestCase) [/Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/minitest/test_mini_test.rb:474]: Expected /\AExpected 0\.0 - 0\.001 \(0\.001\) to be < (?:1\.0+\de-06|9\.9+\de-07).\z/ to match "Expected 0.0 - 0.001 (0.001) to be < 1.0e-06.". 53) Failure: test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref) [/Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/rdoc/test_rdoc_markup_to_html_crossref.rb:142]: Expected "

/Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

", not "

/Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

". /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/rdoc/test_rdoc_markup_to_html_crossref.rb:142:in `verify_file_crossref' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/rdoc/test_rdoc_markup_to_html_crossref.rb:211:in `verify_invariant_crossrefs' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/rdoc/test_rdoc_markup_to_html_crossref.rb:234:in `test_handle_special_CROSSREF_no_underscore' 54) Error: test_location(TestRipper_ScannerEvents): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/ripper/test_scanner_events.rb:98:in `block in validate_location' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/ripper/test_scanner_events.rb:92:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/ripper/test_scanner_events.rb:92:in `validate_location' /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/ripper/test_scanner_events.rb:84:in `test_location' 55) Error: test_io1(TestScanfBlock): RuntimeError: can't modify frozen string /Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/scanf/test_scanfblocks.rb:56:in `test_io1' 56) Failure: test_exit_action(TestSignal) [/Users/chkbuild/chkbuild/tmp/build/ruby-trunk/20090526T034016/ruby/test/ruby/test_signal.rb:49]: [ruby-dev:26128]. Exception raised: <#>. 6011 tests, 2512754 assertions, 3 failures, 53 errors, 0 skips make: *** [test-all] Error 1 exit 2 failed(test-all) == end # 2009-05-26T04:23:21+09:00