== ruby-1.9.1 # 2010-07-25T09:45:29+09:00 Hostname: boron Linux 2.6.18-6-xen-686 #1 SMP Thu Nov 5 19:54:42 UTC 2009 i686 Distributor ID: Debian Description: Debian GNU/Linux 5.0.5 (lenny) Release: 5.0.5 Codename: lenny == start # 2010-07-25T09:46:04+09:00 == svn/ruby # 2010-07-25T09:46:08+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 ruby + svn info Path: . URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 Repository Root: http://svn.ruby-lang.org/repos/ruby Repository UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e Revision: 28751 Node Kind: directory Schedule: normal Last Changed Author: svn Last Changed Rev: 28641 Last Changed Date: 2010-07-14 19:07:28 +0900 (Wed, 14 Jul 2010) == autoconf # 2010-07-25T09:46:20+09:00 + autoconf == git-mspec(shared) # 2010-07-25T09:46:23+09:00 + git pull Already up-to-date. == git-mspec # 2010-07-25T09:46:24+09:00 + git clone -q /home/akr/chkbuild/tmp/build/mspec mspec COMMIT Fixed enumerator_class spec. http://github.com/rubyspec/mspec/commit/66c9eb68ccdc473025d2f6fb34019fc3a977c252 COMMIT Conform with other IO mode usage. http://github.com/rubyspec/mspec/commit/1abfbcace99fe0a0df2cfa408dffb6da8b0356da COMMIT Escape regular expression instead of using inspect. http://github.com/rubyspec/mspec/commit/8e7f86ada8c594e769a430c5760b820ef9e09f0c COMMIT Avoid putting backslash in Regexp. http://github.com/rubyspec/mspec/commit/068807e9f975a31383401f2dc8c330f71ab6a52f COMMIT Don't assume write is default open mode on Windows. http://github.com/rubyspec/mspec/commit/fad24e8aa9ca2e7ede958e944254778e8ab9c242 COMMIT Guard symlink/socket specs for Windows. http://github.com/rubyspec/mspec/commit/91e568d2292f04b5f092efd86e5bae1fefd2dfb6 == git-rubyspec(shared) # 2010-07-25T09:46:24+09:00 + git pull Already up-to-date. == git-rubyspec # 2010-07-25T09:46:25+09:00 + git clone -q /home/akr/chkbuild/tmp/build/rubyspec rubyspec == configure # 2010-07-25T09:46:28+09:00 + ./configure --prefix=/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529 CPPFLAGS=-DRUBY_DEBUG_ENV optflags=-O2 debugflags=-g 'warnflags=-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers' --with-valgrind checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu 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... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... yes checking whether gcc -E accepts -o... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking for objdump... objdump checking for objcopy... objcopy 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for long long... yes checking for off_t... yes 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... LONG checking for uid_t... yes checking for convertible type of uid_t... ULONG checking for gid_t... yes checking for convertible type of gid_t... ULONG 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... __attribute__ ((stdcall)) x checking for cdecl function attribute... __attribute__ ((cdecl)) x checking for fastcall function attribute... __attribute__ ((fastcall)) x checking for function alias... alias checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking for crypt in -lcrypt... yes 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... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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... yes checking syscall.h presence... yes checking for syscall.h... yes 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... yes checking a.out.h presence... yes checking for a.out.h... yes 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 ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes 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... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes 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 for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct timespec... yes checking for fd_mask... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for int128_t... no checking for uint128_t... no checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for stack end address... __libc_stack_end checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes 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... no checking for strlcat... no 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... yes checking for truncate... yes checking for ftruncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for utimensat... yes 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 setitimer... yes checking for setruid... no checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for setproctitle... no checking for socketpair... yes checking for setrgid... no checking for setegid... yes checking for setregid... yes checking for setresgid... yes checking for issetugid... no checking for pause... yes checking for lchown... yes checking for lchmod... no 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... yes checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... no 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... yes 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... no 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... not found(OK if using GNU libc) checking read buffer ptr field in FILE structures... _IO_read_ptr checking read buffer end field in FILE structures... _IO_read_end checking whether st_ino is huge... yes checking whether _SC_CLK_TCK is supported... yes checking stack growing direction... (cached) -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 for getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking for backtrace... yes checking valgrind/memcheck.h usability... yes checking valgrind/memcheck.h presence... yes checking for valgrind/memcheck.h... yes checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes checking for if make is GNU make... yes checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status config.status: creating Makefile == miniruby # 2010-07-25T09:46:54+09:00 + make miniruby sed 's/{\$([^(){}]*)[^{}]*}//g' common.mk > uncommon.mk gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o main.o -c main.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dln.o -c dln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmyencoding.o -c dmyencoding.c ruby -I. ./tool/compile_prelude.rb ./prelude.rb miniprelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o miniprelude.o -c miniprelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o array.o -c array.c array.c: In function 'ary_new': array.c:295: warning: comparison between signed and unsigned array.c: In function 'rb_ary_initialize': array.c:523: warning: comparison between signed and unsigned array.c: In function 'rb_ary_store': array.c:577: warning: comparison between signed and unsigned array.c:588: warning: comparison between signed and unsigned array.c: In function 'rb_ary_splice': array.c:1207: warning: comparison between signed and unsigned array.c: In function 'rb_ary_fill': array.c:2460: warning: comparison between signed and unsigned array.c:2460: warning: comparison between signed and unsigned array.c: In function 'rb_ary_times': array.c:2572: warning: comparison between signed and unsigned array.c: In function 'rb_ary_sample': array.c:3329: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o bignum.o -c bignum.c bignum.c: In function 'rb_big_realloc': bignum.c:86: warning: comparison between signed and unsigned bignum.c:95: warning: comparison between signed and unsigned bignum.c:98: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_big_resize': bignum.c:119: warning: signed and unsigned type in conditional expression bignum.c: In function 'bignew_1': bignum.c:128: warning: comparison between signed and unsigned bignum.c:130: warning: signed and unsigned type in conditional expression bignum.c: In function 'bigfixize': bignum.c:197: warning: comparison between signed and unsigned bignum.c: In function 'rb_uint2big': bignum.c:239: warning: comparison between signed and unsigned bignum.c:246: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_quad_unpack': bignum.c:334: warning: comparison between signed and unsigned bignum.c:341: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_cstr_to_inum': bignum.c:525: warning: comparison between signed and unsigned bignum.c: In function 'rb_ull2big': bignum.c:635: warning: comparison between signed and unsigned bignum.c:642: warning: signed and unsigned type in conditional expression bignum.c: In function 'big2ulong': bignum.c:1013: warning: comparison between signed and unsigned bignum.c: In function 'bigdivrem': bignum.c:1772: warning: signed and unsigned type in conditional expression bignum.c:1788: warning: signed and unsigned type in conditional expression bignum.c: In function 'bigsqr': bignum.c:2069: warning: signed and unsigned type in conditional expression bignum.c:2072: warning: signed and unsigned type in conditional expression bignum.c:2089: warning: signed and unsigned type in conditional expression bignum.c: In function 'rb_big_aref': bignum.c:2529: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o class.o -c class.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o compar.o -c compar.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o complex.o -c complex.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dir.o -c dir.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o enum.o -c enum.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -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 -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o error.o -c error.c error.c: In function 'report_bug': error.c:208: warning: comparison between signed and unsigned error.c:209: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o eval.o -c eval.c eval.c: In function 'ruby_cleanup': eval.c:139: warning: passing argument 1 of 'ruby_init_stack' discards qualifiers from pointer target type eval.c:161: warning: comparison between signed and unsigned eval.c: In function 'rb_longjmp': eval.c:344: warning: variable 'line' might be clobbered by 'longjmp' or 'vfork' eval.c:338: warning: argument 'mesg' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'ruby_exec_node': eval.c:198: warning: variable 'state' might be clobbered by 'longjmp' or 'vfork' eval_error.c: In function 'error_print': eval_error.c:69: warning: variable 'errat' might be clobbered by 'longjmp' or 'vfork' eval_error.c:72: warning: variable 'einfo' might be clobbered by 'longjmp' or 'vfork' eval_error.c:73: warning: variable 'elen' might be clobbered by 'longjmp' or 'vfork' eval_jump.c: In function 'rb_exec_end_proc': eval_jump.c:104: warning: variable 'link' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'ruby_cleanup': eval.c:130: warning: argument 'ex' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o load.o -c load.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o proc.o -c proc.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o file.o -c file.c file.c: In function 'rb_stat_inspect': file.c:683: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o gc.o -c gc.c gc.c: In function 'vm_xmalloc': gc.c:613: warning: comparison of unsigned expression < 0 is always false gc.c: In function 'vm_xrealloc': gc.c:652: warning: comparison of unsigned expression < 0 is always false gc.c: In function 'assign_heap_slot': gc.c:880: warning: comparison between signed and unsigned gc.c: In function 'stack_check': gc.c:1132: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o hash.o -c hash.c hash.c: In function 'eql_i': hash.c:1428: warning: signed and unsigned type in conditional expression hash.c: In function 'env_delete': hash.c:1861: warning: comparison between signed and unsigned hash.c: In function 'rb_f_getenv': hash.c:1895: warning: comparison between signed and unsigned hash.c: In function 'env_fetch': hash.c:1926: warning: comparison between signed and unsigned hash.c: In function 'env_aset': hash.c:2066: warning: comparison between signed and unsigned hash.c:2068: warning: comparison between signed and unsigned hash.c: In function 'env_has_key': hash.c:2368: warning: comparison between signed and unsigned hash.c: In function 'env_assoc': hash.c:2381: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o inits.o -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o io.o -c io.c io.c: In function 'swallow': io.c:2103: warning: comparison between signed and unsigned io.c: In function 'select_end': io.c:6655: warning: comparison between signed and unsigned io.c: In function 'rb_f_select': io.c:6688: warning: comparison between signed and unsigned io.c: In function 'rb_f_syscall': io.c:6884: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o marshal.o -c marshal.c marshal.c: In function 'w_long': marshal.c:261: warning: comparison between signed and unsigned marshal.c: In function 'r_long': marshal.c:1013: warning: comparison between signed and unsigned marshal.c:1024: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o math.o -c math.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o numeric.o -c numeric.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o object.o -c object.c object.c: In function 'rb_str_to_dbl': object.c:2221: warning: comparison between signed and unsigned object.c: In function 'rb_str2cstr': object.c:2312: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o pack.o -c pack.c pack.c: In function 'pack_unpack': pack.c:1534: warning: comparison between signed and unsigned pack.c:1544: warning: comparison between signed and unsigned pack.c:1553: warning: comparison between signed and unsigned pack.c:1565: warning: comparison between signed and unsigned pack.c:1576: warning: comparison between signed and unsigned pack.c:1587: warning: comparison between signed and unsigned pack.c:1598: warning: comparison between signed and unsigned pack.c:1609: warning: comparison between signed and unsigned pack.c:1620: warning: comparison between signed and unsigned pack.c:1629: warning: comparison between signed and unsigned pack.c:1638: warning: comparison between signed and unsigned pack.c:1649: warning: comparison between signed and unsigned pack.c:1660: warning: comparison between signed and unsigned pack.c:1671: warning: comparison between signed and unsigned pack.c:1683: warning: comparison between signed and unsigned pack.c:1694: warning: comparison between signed and unsigned pack.c:1708: warning: comparison between signed and unsigned pack.c:1723: warning: comparison between signed and unsigned pack.c:1734: warning: comparison between signed and unsigned pack.c:1748: warning: comparison between signed and unsigned pack.c:1956: warning: comparison between signed and unsigned pack.c:1993: warning: comparison between signed and unsigned pack.c:1996: warning: comparison between signed and unsigned 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 + cp ./lex.c.blt lex.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o parse.o -c parse.c In file included from parse.y:23: id.h:102:5: warning: "SUPPORT_JOKE" is not defined id.h:108:5: warning: "SUPPORT_JOKE" is not defined In file included from parse.y:41: id.c:43:5: warning: "SUPPORT_JOKE" is not defined parse.c:1008:6: warning: "YYENABLE_NLS" is not defined parse.c:4308:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined parse.y: In function 'logop_gen': parse.y:8748: warning: comparison between signed and unsigned parse.y:8750: warning: comparison between signed and unsigned parse.y: In function 'reg_fragment_setenc_gen': parse.y:9031: warning: signed and unsigned type in conditional expression parse.y:9031: warning: comparison between signed and unsigned parse.y: In function 'rb_intern3': parse.y:9545: warning: comparison between signed and unsigned parse.y: In function 'rb_id2str': parse.y:9664: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o process.o -c process.c process.c: In function 'rlimit_resource_name2int': process.c:3164: warning: comparison between signed and unsigned process.c: In function 'p_uid_change_privilege': process.c:3736: warning: signed and unsigned type in conditional expression process.c:3737: warning: signed and unsigned type in conditional expression process.c:3738: warning: signed and unsigned type in conditional expression process.c: In function 'proc_getgroups': process.c:4036: warning: comparison between signed and unsigned process.c:4040: warning: comparison between signed and unsigned process.c: In function 'proc_setgroups': process.c:4081: warning: comparison between signed and unsigned process.c: In function 'p_gid_change_privilege': process.c:4360: warning: signed and unsigned type in conditional expression process.c:4361: warning: signed and unsigned type in conditional expression process.c:4362: warning: comparison between signed and unsigned process.c:4362: warning: signed and unsigned type in conditional expression gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o random.o -c random.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o range.o -c range.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o rational.o -c rational.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o re.o -c re.c re.c: In function 'rb_reg_regcomp': re.c:2451: warning: signed and unsigned type in conditional expression re.c:2451: warning: signed and unsigned type in conditional expression re.c: In function 'rb_reg_equal': re.c:2508: warning: signed and unsigned type in conditional expression re.c:2508: warning: signed and unsigned type in conditional expression gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regcomp.o -c regcomp.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regenc.o -c regenc.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regerror.o -c regerror.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regexec.o -c regexec.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regparse.o -c regparse.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regsyntax.o -c regsyntax.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o ruby.o -c ruby.c ruby.c: In function 'enable_option': ruby.c:608: warning: comparison between signed and unsigned ruby.c:609: warning: comparison between signed and unsigned ruby.c:610: warning: comparison between signed and unsigned ruby.c: In function 'disable_option': ruby.c:621: warning: comparison between signed and unsigned ruby.c:622: warning: comparison between signed and unsigned ruby.c:623: warning: comparison between signed and unsigned ruby.c: In function 'dump_option': ruby.c:634: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o safe.o -c safe.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o signal.o -c signal.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o sprintf.o -c sprintf.c sprintf.c: In function 'rb_str_format': sprintf.c:805: warning: format not a string literal, argument types not checked sprintf.c:805: warning: format not a string literal, argument types not checked sprintf.c:814: warning: format not a string literal, argument types not checked sprintf.c:814: warning: format not a string literal, argument types not checked sprintf.c:1022: warning: format not a string literal, argument types not checked sprintf.c:1022: warning: format not a string literal, argument types not checked gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o st.o -c st.c st.c: In function 'st_clear': st.c:237: warning: comparison between signed and unsigned st.c: In function 'st_insert': st.c:397: warning: comparison between signed and unsigned st.c: In function 'st_add_direct': st.c:428: warning: comparison between signed and unsigned st.c: In function 'st_cleanup_safe': st.c:629: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o strftime.o -c strftime.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o string.o -c string.c string.c: In function 'single_byte_optimizable': string.c:126: warning: signed and unsigned type in conditional expression string.c: In function 'search_nonascii': string.c:146: warning: comparison between signed and unsigned string.c: In function 'str_enc_copy': string.c:278: warning: signed and unsigned type in conditional expression string.c: In function 'rb_enc_cr_str_copy_for_substr': string.c:293: warning: signed and unsigned type in conditional expression string.c:293: warning: signed and unsigned type in conditional expression string.c:301: warning: signed and unsigned type in conditional expression string.c:301: warning: signed and unsigned type in conditional expression string.c: In function 'rb_enc_str_coderange': string.c:323: warning: signed and unsigned type in conditional expression string.c: In function 'rb_enc_str_asciionly_p': string.c:333: warning: signed and unsigned type in conditional expression string.c: In function 'str_new': string.c:395: warning: comparison between signed and unsigned string.c: In function 'rb_str_conv_enc_opts': string.c:491: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_export': string.c:577: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_export_locale': string.c:583: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_export_to_enc': string.c:589: warning: signed and unsigned type in conditional expression string.c: In function 'str_replace_shared': string.c:595: warning: comparison between signed and unsigned string.c: In function 'rb_str_new_frozen': string.c:670: warning: signed and unsigned type in conditional expression string.c:670: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_shared_replace': string.c:769: warning: signed and unsigned type in conditional expression string.c:776: warning: comparison between signed and unsigned string.c: In function 'str_strlen': string.c:960: warning: signed and unsigned type in conditional expression string.c:967: warning: comparison between signed and unsigned string.c: In function 'rb_str_length': string.c:1009: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_associate': string.c:1221: warning: comparison between signed and unsigned string.c: In function 'rb_string_value_cstr': string.c:1269: warning: comparison between signed and unsigned string.c: In function 'rb_str_offset': string.c:1366: warning: signed and unsigned type in conditional expression string.c: In function 'str_utf8_nth': string.c:1373: warning: comparison between signed and unsigned string.c:1385: warning: comparison between signed and unsigned string.c: In function 'rb_str_sublen': string.c:1415: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_subseq': string.c:1425: warning: comparison between signed and unsigned string.c: In function 'rb_str_substr': string.c:1442: warning: signed and unsigned type in conditional expression string.c:1516: warning: comparison between signed and unsigned string.c: In function 'rb_str_resize': string.c:1585: warning: comparison between signed and unsigned string.c:1595: warning: comparison between signed and unsigned string.c: In function 'str_buf_cat': string.c:1648: warning: comparison between signed and unsigned string.c: In function 'rb_enc_cr_str_buf_cat': string.c:1705: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_buf_cat_ascii': string.c:1799: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_buf_append': string.c:1827: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_concat': string.c:1881: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_hash': string.c:2040: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_comparable': string.c:2084: warning: signed and unsigned type in conditional expression string.c:2085: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_cmp': string.c:2112: warning: signed and unsigned type in conditional expression string.c:2112: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_index_m': string.c:2372: warning: signed and unsigned type in conditional expression string.c:2383: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_rindex_m': string.c:2475: warning: signed and unsigned type in conditional expression string.c:2499: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_succ': string.c:2781: warning: signed and unsigned type in conditional expression string.c:2827: warning: comparison between signed and unsigned string.c: In function 'rb_str_aref': string.c:2961: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_drop_bytes': string.c:3050: warning: comparison between signed and unsigned string.c: In function 'rb_str_splice_0': string.c:3081: warning: comparison between signed and unsigned string.c: In function 'rb_str_sub_bang': string.c:3432: warning: signed and unsigned type in conditional expression string.c:3438: warning: signed and unsigned type in conditional expression string.c:3440: warning: signed and unsigned type in conditional expression string.c:3446: warning: comparison between signed and unsigned string.c:3456: warning: comparison between signed and unsigned string.c: In function 'str_gsub': string.c:3560: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_clear': string.c:3747: warning: signed and unsigned type in conditional expression string.c:3747: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_reverse': string.c:3831: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_inspect': string.c:4035: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_upcase_bang': string.c:4284: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_downcase_bang': string.c:4366: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_capitalize_bang': string.c:4454: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_swapcase_bang': string.c:4518: warning: signed and unsigned type in conditional expression string.c: In function 'tr_trans': string.c:4726: warning: comparison between signed and unsigned string.c:4727: warning: comparison between signed and unsigned string.c: In function 'rb_str_squeeze_bang': string.c:5078: warning: signed and unsigned type in conditional expression string.c:5102: warning: comparison between signed and unsigned string.c:5112: warning: comparison between signed and unsigned string.c:5121: warning: comparison between signed and unsigned string.c: In function 'rb_str_split_m': string.c:5335: warning: signed and unsigned type in conditional expression string.c:5346: warning: signed and unsigned type in conditional expression string.c:5416: warning: signed and unsigned type in conditional expression string.c:5419: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_each_codepoint': string.c:5782: warning: signed and unsigned type in conditional expression string.c: In function 'chopped_length': string.c:5795: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_lstrip_bang': string.c:6015: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_rstrip_bang': string.c:6075: warning: signed and unsigned type in conditional expression string.c: In function 'scan_once': string.c:6175: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_ord': string.c:6404: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_sum': string.c:6436: warning: comparison between signed and unsigned string.c: In function 'rb_str_justify': string.c:6482: warning: signed and unsigned type in conditional expression string.c: In function 'rb_str_rpartition': string.c:6713: warning: signed and unsigned type in conditional expression string.c: In function 'sym_inspect': string.c:6911: warning: signed and unsigned type in conditional expression string.c:6915: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o struct.o -c struct.c struct.c: In function 'make_struct': struct.c:205: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o time.o -c time.c time.c: In function 'time_strftime': time.c:2140: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o transcode.o -c transcode.c transcode.c: In function 'transcode_char_start': transcode.c:411: warning: comparison between signed and unsigned transcode.c:413: 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:543: warning: comparison between signed and unsigned transcode.c:547: warning: comparison between signed and unsigned transcode.c:551: warning: comparison between signed and unsigned transcode.c:559: warning: comparison between signed and unsigned transcode.c:562: warning: comparison between signed and unsigned transcode.c:563: warning: comparison between signed and unsigned transcode.c:566: warning: comparison between signed and unsigned transcode.c:567: warning: comparison between signed and unsigned transcode.c:568: warning: comparison between signed and unsigned transcode.c:571: warning: comparison between signed and unsigned transcode.c:572: 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:577: 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:584: warning: comparison between signed and unsigned transcode.c:585: warning: comparison between signed and unsigned transcode.c:601: warning: comparison between signed and unsigned transcode.c:608: warning: comparison between signed and unsigned transcode.c:608: warning: comparison between signed and unsigned transcode.c:608: warning: signed and unsigned type in conditional expression transcode.c:611: warning: comparison between signed and unsigned transcode.c:612: warning: comparison between signed and unsigned transcode.c:620: warning: comparison between signed and unsigned transcode.c:631: warning: comparison between signed and unsigned transcode.c:631: warning: comparison between signed and unsigned transcode.c:631: warning: signed and unsigned type in conditional expression transcode.c:634: warning: comparison between signed and unsigned transcode.c:635: warning: comparison between signed and unsigned transcode.c:643: warning: comparison between signed and unsigned transcode.c:646: warning: comparison between signed and unsigned transcode.c:669: warning: comparison between signed and unsigned transcode.c:673: warning: comparison between signed and unsigned transcode.c:677: warning: comparison between signed and unsigned transcode.c:683: warning: comparison between signed and unsigned transcode.c:690: warning: comparison between signed and unsigned transcode.c:690: warning: comparison between signed and unsigned transcode.c:690: warning: signed and unsigned type in conditional expression transcode.c:693: warning: comparison between signed and unsigned transcode.c:694: warning: comparison between signed and unsigned transcode.c:699: warning: comparison between signed and unsigned transcode.c: In function 'transcode_restartable': transcode.c:720: warning: comparison between signed and unsigned transcode.c:725: warning: comparison between signed and unsigned transcode.c: In function 'rb_transcoding_open_by_transcoder': transcode.c:752: warning: comparison between signed and unsigned transcode.c:755: warning: comparison between signed and unsigned transcode.c: In function 'rb_transcoding_close': transcode.c:782: warning: comparison between signed and unsigned transcode.c:784: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_convert0': transcode.c:1314: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_insert_output': transcode.c:1601: warning: comparison between signed and unsigned transcode.c:1605: warning: comparison between signed and unsigned transcode.c:1621: warning: comparison between signed and unsigned transcode.c: In function 'rb_econv_putback': transcode.c:1669: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o util.o -c util.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o variable.o -c variable.c variable.c: In function 'ivar_get': variable.c:994: warning: comparison between signed and unsigned variable.c: In function 'rb_ivar_set': variable.c:1055: warning: comparison between signed and unsigned variable.c: In function 'rb_ivar_defined': variable.c:1112: warning: comparison between signed and unsigned variable.c: In function 'obj_ivar_i': variable.c:1139: warning: comparison between signed and unsigned variable.c: In function 'rb_obj_remove_instance_variable': variable.c:1269: warning: comparison between signed and unsigned revision.h updated gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -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 -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o compile.o -c compile.c compile.c: In function 'rb_iseq_translate_threaded_code': compile.c:519: warning: comparison between signed and unsigned compile.c: In function 'iseq_compile_each': compile.c:2959: warning: comparison between signed and unsigned compile.c: In function 'rb_insns_name_array': compile.c:5077: warning: comparison between signed and unsigned compile.c: In function 'rb_iseq_build_from_ary': compile.c:5330: warning: signed and unsigned type in conditional expression gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o debug.o -c debug.c debug.c: In function 'ruby_debug_print_value': debug.c:99: warning: comparison between signed and unsigned ruby -n ./tool/node_name.rb node.h > node_name.inc gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o iseq.o -c iseq.c iseq.c: In function 'rb_iseq_disasm': iseq.c:955: warning: comparison between signed and unsigned iseq.c: In function 'rb_iseq_build_for_ruby2cext': iseq.c:1338: 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 -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o vm.o -c vm.c In file included from vm.c:21: vm_insnhelper.c: In function 'vm_method_search': vm_insnhelper.c:1182: warning: comparison between signed and unsigned vm_insnhelper.c: In function 'vm_throw': vm_insnhelper.c:1347: warning: comparison between signed and unsigned In file included from vm.c:22: vm_exec.h:63:7: warning: "DISPATCH_XXX" is not defined In file included from vm.c:23: vm_exec.c:17:19: warning: "__x86_64__" 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:430: warning: comparison between signed and unsigned insns.def:657: warning: comparison between signed and unsigned insns.def:1180: warning: comparison between signed and unsigned vm.c:1886:5: warning: "OPT_BASIC_OPERATIONS" is not defined vm_eval.c: In function 'eval_string_with_cref': vm_eval.c:690: warning: argument 'file' might be clobbered by 'longjmp' or 'vfork' vm_eval.c:690: warning: argument 'line' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o vm_dump.o -c vm_dump.c vm_dump.c: In function 'control_frame_dump': vm_dump.c:37: warning: comparison between signed and unsigned vm_dump.c:41: warning: comparison between signed and unsigned vm_dump.c: In function 'rb_vmdebug_debug_print_register': vm_dump.c:340: warning: comparison between signed and unsigned vm_dump.c:342: warning: comparison between signed and unsigned vm_dump.c:371:5: warning: "VMDEBUG" is not defined vm_dump.c:384:5: warning: "VMDEBUG" is not defined vm_dump.c:388:5: warning: "VMDEBUG" is not defined vm_dump.c:394:5: warning: "VMDEBUG" is not defined vm_dump.c: At top level: vm_dump.c:241: warning: 'vm_stack_dump_each' defined but not used gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o thread.o -c thread.c thread.c:100: warning: 'inline' is not at beginning of declaration thread.c:102: warning: 'inline' is not at beginning of declaration thread.c: In function 'rb_fd_resize': thread.c:2212: warning: comparison between signed and unsigned thread.c:2213: warning: comparison between signed and unsigned thread.c: In function 'rb_fd_copy': thread.c:2248: warning: comparison between signed and unsigned thread.c: In function 'exec_recursive': thread.c:3419: warning: variable 'hash' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o cont.o -c cont.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o ascii.o -c ./enc/ascii.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o us_ascii.o -c ./enc/us_ascii.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o unicode.o -c ./enc/unicode.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o utf_8.o -c ./enc/utf_8.c 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 -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o newline.o -c newline.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o strlcpy.o -c ./missing/strlcpy.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o strlcat.o -c ./missing/strlcat.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmyext.o -c dmyext.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -L. -rdynamic -Wl,-export-dynamic main.o dln.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 strlcpy.o strlcat.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby == miniversion # 2010-07-25T09:51:37+09:00 + ./miniruby -v ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] == btest # 2010-07-25T09:51:37+09:00 + make btest 'OPTS=-v -q' ruby "./bootstraptest/runner.rb" --ruby="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " -v -q test_finalizer.rb #1 test_finalizer.rb:8 . test_exception.rb #2 test_exception.rb:1 .#3 test_exception.rb:8 .#4 test_exception.rb:20 .#5 test_exception.rb:37 .#6 test_exception.rb:47 .#7 test_exception.rb:58 .#8 test_exception.rb:61 .#9 test_exception.rb:68 .#10 test_exception.rb:78 .#11 test_exception.rb:95 .#12 test_exception.rb:111 .#13 test_exception.rb:128 .#14 test_exception.rb:135 .#15 test_exception.rb:144 .#16 test_exception.rb:151 .#17 test_exception.rb:160 .#18 test_exception.rb:173 .#19 test_exception.rb:190 .#20 test_exception.rb:205 .#21 test_exception.rb:232 .#22 test_exception.rb:257 .#23 test_exception.rb:276 .#24 test_exception.rb:283 .#25 test_exception.rb:296 .#26 test_exception.rb:305 .#27 test_exception.rb:314 .#28 test_exception.rb:323 .#29 test_exception.rb:334 .#30 test_exception.rb:352 .#31 test_exception.rb:362 .#32 test_exception.rb:373 .#33 test_exception.rb:388 .#34 test_exception.rb:405 . test_gc.rb #35 test_gc.rb:17 .#36 test_gc.rb:34 . test_fork.rb #37 test_fork.rb:1 . test_literal.rb #38 test_literal.rb:2 .#39 test_literal.rb:3 .#40 test_literal.rb:4 .#41 test_literal.rb:7 .#42 test_literal.rb:8 .#43 test_literal.rb:9 .#44 test_literal.rb:10 .#45 test_literal.rb:11 .#46 test_literal.rb:12 .#47 test_literal.rb:13 .#48 test_literal.rb:14 .#49 test_literal.rb:15 .#50 test_literal.rb:16 .#51 test_literal.rb:17 .#52 test_literal.rb:18 .#53 test_literal.rb:19 .#54 test_literal.rb:20 .#55 test_literal.rb:21 .#56 test_literal.rb:22 .#57 test_literal.rb:23 .#58 test_literal.rb:24 .#59 test_literal.rb:25 .#60 test_literal.rb:26 .#61 test_literal.rb:27 .#62 test_literal.rb:28 .#63 test_literal.rb:29 .#64 test_literal.rb:30 .#65 test_literal.rb:33 .#66 test_literal.rb:34 .#67 test_literal.rb:37 .#68 test_literal.rb:38 .#69 test_literal.rb:39 .#70 test_literal.rb:40 .#71 test_literal.rb:41 .#72 test_literal.rb:42 .#73 test_literal.rb:43 .#74 test_literal.rb:44 .#75 test_literal.rb:45 .#76 test_literal.rb:46 .#77 test_literal.rb:47 .#78 test_literal.rb:48 .#79 test_literal.rb:49 .#80 test_literal.rb:50 .#81 test_literal.rb:51 .#82 test_literal.rb:52 .#83 test_literal.rb:53 .#84 test_literal.rb:54 .#85 test_literal.rb:55 .#86 test_literal.rb:58 .#87 test_literal.rb:59 .#88 test_literal.rb:60 .#89 test_literal.rb:63 .#90 test_literal.rb:64 .#91 test_literal.rb:65 .#92 test_literal.rb:68 .#93 test_literal.rb:69 .#94 test_literal.rb:72 .#95 test_literal.rb:73 .#96 test_literal.rb:74 .#97 test_literal.rb:75 .#98 test_literal.rb:76 .#99 test_literal.rb:77 .#100 test_literal.rb:78 .#101 test_literal.rb:79 .#102 test_literal.rb:80 .#103 test_literal.rb:81 .#104 test_literal.rb:82 .#105 test_literal.rb:83 .#106 test_literal.rb:86 .#107 test_literal.rb:87 .#108 test_literal.rb:90 .#109 test_literal.rb:91 .#110 test_literal.rb:92 .#111 test_literal.rb:93 .#112 test_literal.rb:94 .#113 test_literal.rb:95 .#114 test_literal.rb:96 .#115 test_literal.rb:97 .#116 test_literal.rb:98 .#117 test_literal.rb:99 .#118 test_literal.rb:100 .#119 test_literal.rb:101 .#120 test_literal.rb:102 .#121 test_literal.rb:103 .#122 test_literal.rb:104 .#123 test_literal.rb:105 .#124 test_literal.rb:106 .#125 test_literal.rb:107 .#126 test_literal.rb:108 .#127 test_literal.rb:109 .#128 test_literal.rb:110 .#129 test_literal.rb:111 .#130 test_literal.rb:112 .#131 test_literal.rb:113 .#132 test_literal.rb:114 .#133 test_literal.rb:115 .#134 test_literal.rb:116 .#135 test_literal.rb:117 .#136 test_literal.rb:118 .#137 test_literal.rb:122 .#138 test_literal.rb:123 .#139 test_literal.rb:124 .#140 test_literal.rb:125 .#141 test_literal.rb:126 .#142 test_literal.rb:127 .#143 test_literal.rb:128 .#144 test_literal.rb:129 .#145 test_literal.rb:130 .#146 test_literal.rb:131 .#147 test_literal.rb:134 .#148 test_literal.rb:135 .#149 test_literal.rb:136 .#150 test_literal.rb:137 .#151 test_literal.rb:138 .#152 test_literal.rb:139 .#153 test_literal.rb:140 .#154 test_literal.rb:141 .#155 test_literal.rb:142 .#156 test_literal.rb:143 .#157 test_literal.rb:144 .#158 test_literal.rb:145 .#159 test_literal.rb:146 .#160 test_literal.rb:147 .#161 test_literal.rb:148 .#162 test_literal.rb:149 .#163 test_literal.rb:150 .#164 test_literal.rb:151 .#165 test_literal.rb:152 .#166 test_literal.rb:153 .#167 test_literal.rb:154 .#168 test_literal.rb:155 .#169 test_literal.rb:156 .#170 test_literal.rb:157 .#171 test_literal.rb:158 .#172 test_literal.rb:159 .#173 test_literal.rb:160 .#174 test_literal.rb:161 .#175 test_literal.rb:162 .#176 test_literal.rb:163 .#177 test_literal.rb:164 .#178 test_literal.rb:165 .#179 test_literal.rb:166 .#180 test_literal.rb:167 .#181 test_literal.rb:169 .#182 test_literal.rb:170 .#183 test_literal.rb:174 .#184 test_literal.rb:186 .#185 test_literal.rb:194 . test_flow.rb #186 test_flow.rb:1 .#187 test_flow.rb:10 .#188 test_flow.rb:19 .#189 test_flow.rb:24 .#190 test_flow.rb:37 .#191 test_flow.rb:43 .#192 test_flow.rb:49 .#193 test_flow.rb:58 .#194 test_flow.rb:69 .#195 test_flow.rb:81 .#196 test_flow.rb:93 .#197 test_flow.rb:103 .#198 test_flow.rb:113 .#199 test_flow.rb:125 .#200 test_flow.rb:141 .#201 test_flow.rb:159 .#202 test_flow.rb:175 .#203 test_flow.rb:193 .#204 test_flow.rb:203 .#205 test_flow.rb:215 .#206 test_flow.rb:227 .#207 test_flow.rb:234 .#208 test_flow.rb:239 .#209 test_flow.rb:249 .#210 test_flow.rb:259 .#211 test_flow.rb:272 .#212 test_flow.rb:279 .#213 test_flow.rb:287 .#214 test_flow.rb:297 .#215 test_flow.rb:305 .#216 test_flow.rb:315 .#217 test_flow.rb:323 .#218 test_flow.rb:333 .#219 test_flow.rb:343 .#220 test_flow.rb:356 .#221 test_flow.rb:365 .#222 test_flow.rb:374 .#223 test_flow.rb:384 .#224 test_flow.rb:395 .#225 test_flow.rb:409 .#226 test_flow.rb:428 .#227 test_flow.rb:449 .#228 test_flow.rb:470 .#229 test_flow.rb:494 . test_eval.rb #230 test_eval.rb:1 .#231 test_eval.rb:9 .#232 test_eval.rb:18 .#233 test_eval.rb:32 .#234 test_eval.rb:42 .#235 test_eval.rb:54 .#236 test_eval.rb:65 .#237 test_eval.rb:73 .#238 test_eval.rb:81 .#239 test_eval.rb:84 .#240 test_eval.rb:87 .#241 test_eval.rb:91 .#242 test_eval.rb:96 .#243 test_eval.rb:101 .#244 test_eval.rb:106 .#245 test_eval.rb:111 .#246 test_eval.rb:119 .#247 test_eval.rb:128 .#248 test_eval.rb:140 .#249 test_eval.rb:152 .#250 test_eval.rb:173 .#251 test_eval.rb:193 .#252 test_eval.rb:193 .#253 test_eval.rb:193 .#254 test_eval.rb:210 .#255 test_eval.rb:212 .#256 test_eval.rb:231 .#257 test_eval.rb:240 .#258 test_eval.rb:250 .#259 test_eval.rb:258 .#260 test_eval.rb:266 .#261 test_eval.rb:276 .#262 test_eval.rb:288 .#263 test_eval.rb:290 .#264 test_eval.rb:302 . test_thread.rb #265 test_thread.rb:3 .#266 test_thread.rb:8 .#267 test_thread.rb:13 .#268 test_thread.rb:24 .#269 test_thread.rb:34 .#270 test_thread.rb:44 .#271 test_thread.rb:52 .#272 test_thread.rb:57 .#273 test_thread.rb:62 .#274 test_thread.rb:71 .#275 test_thread.rb:85 .#276 test_thread.rb:98 .#277 test_thread.rb:111 .#278 test_thread.rb:124 .#279 test_thread.rb:132 .#280 test_thread.rb:141 .#281 test_thread.rb:148 .#282 test_thread.rb:155 .#283 test_thread.rb:165 .#284 test_thread.rb:172 .#285 test_thread.rb:183 .#286 test_thread.rb:191 .#287 test_thread.rb:206 .#288 test_thread.rb:219 .#289 test_thread.rb:235 .#290 test_thread.rb:241 .#291 test_thread.rb:254 .#292 test_thread.rb:266 .#293 test_thread.rb:268 .#294 test_thread.rb:287 .#295 test_thread.rb:292 .#296 test_thread.rb:297 .#297 test_thread.rb:302 .#298 test_thread.rb:307 .#299 test_thread.rb:312 .#300 test_thread.rb:316 .#301 test_thread.rb:320 .#302 test_thread.rb:322 .#303 test_thread.rb:332 .#304 test_thread.rb:343 .#305 test_thread.rb:349 .#306 test_thread.rb:355 .#307 test_thread.rb:361 .#308 test_thread.rb:368 .#309 test_thread.rb:375 .#310 test_thread.rb:381 . test_block.rb #311 test_block.rb:1 .#312 test_block.rb:10 .#313 test_block.rb:13 .#314 test_block.rb:22 .#315 test_block.rb:29 .#316 test_block.rb:36 .#317 test_block.rb:43 .#318 test_block.rb:52 .#319 test_block.rb:61 .#320 test_block.rb:64 .#321 test_block.rb:69 .#322 test_block.rb:81 .#323 test_block.rb:95 .#324 test_block.rb:109 .#325 test_block.rb:120 .#326 test_block.rb:132 .#327 test_block.rb:151 .#328 test_block.rb:170 .#329 test_block.rb:178 .#330 test_block.rb:186 .#331 test_block.rb:196 .#332 test_block.rb:207 .#333 test_block.rb:217 .#334 test_block.rb:227 .#335 test_block.rb:243 .#336 test_block.rb:252 .#337 test_block.rb:261 .#338 test_block.rb:270 .#339 test_block.rb:279 .#340 test_block.rb:287 .#341 test_block.rb:297 .#342 test_block.rb:307 .#343 test_block.rb:315 .#344 test_block.rb:320 .#345 test_block.rb:329 .#346 test_block.rb:339 .#347 test_block.rb:368 .#348 test_block.rb:375 .#349 test_block.rb:382 .#350 test_block.rb:389 .#351 test_block.rb:396 .#352 test_block.rb:414 .#353 test_block.rb:420 .#354 test_block.rb:426 .#355 test_block.rb:435 .#356 test_block.rb:444 .#357 test_block.rb:464 .#358 test_block.rb:467 .#359 test_block.rb:476 .#360 test_block.rb:480 .#361 test_block.rb:489 .#362 test_block.rb:498 .#363 test_block.rb:507 .#364 test_block.rb:519 .#365 test_block.rb:566 . test_objectspace.rb #366 test_objectspace.rb:13 .#367 test_objectspace.rb:24 .#368 test_objectspace.rb:33 . test_load.rb #369 test_load.rb:1 .#370 test_load.rb:17 . test_jump.rb #371 test_jump.rb:1 .#372 test_jump.rb:20 .#373 test_jump.rb:25 .#374 test_jump.rb:30 .#375 test_jump.rb:35 .#376 test_jump.rb:40 .#377 test_jump.rb:45 .#378 test_jump.rb:52 .#379 test_jump.rb:59 .#380 test_jump.rb:67 .#381 test_jump.rb:77 .#382 test_jump.rb:99 .#383 test_jump.rb:111 .#384 test_jump.rb:126 .#385 test_jump.rb:135 .#386 test_jump.rb:149 .#387 test_jump.rb:160 .#388 test_jump.rb:166 .#389 test_jump.rb:182 .#390 test_jump.rb:200 .#391 test_jump.rb:211 .#392 test_jump.rb:222 .#393 test_jump.rb:233 .#394 test_jump.rb:241 .#395 test_jump.rb:261 . test_struct.rb #396 test_struct.rb:1 . test_class.rb #397 test_class.rb:2 .#398 test_class.rb:4 .#399 test_class.rb:6 .#400 test_class.rb:8 .#401 test_class.rb:10 .#402 test_class.rb:12 .#403 test_class.rb:16 .#404 test_class.rb:19 .#405 test_class.rb:22 .#406 test_class.rb:25 .#407 test_class.rb:28 .#408 test_class.rb:31 .#409 test_class.rb:36 .#410 test_class.rb:38 .#411 test_class.rb:40 .#412 test_class.rb:42 .#413 test_class.rb:47 .#414 test_class.rb:50 .#415 test_class.rb:53 .#416 test_class.rb:56 .#417 test_class.rb:59 .#418 test_class.rb:63 .#419 test_class.rb:67 .#420 test_class.rb:71 .#421 test_class.rb:75 .#422 test_class.rb:79 .#423 test_class.rb:83 .#424 test_class.rb:89 .#425 test_class.rb:92 .#426 test_class.rb:95 .#427 test_class.rb:97 .#428 test_class.rb:99 .#429 test_class.rb:103 .#430 test_class.rb:104 .#431 test_class.rb:105 .#432 test_class.rb:106 .#433 test_class.rb:107 .#434 test_class.rb:108 .#435 test_class.rb:109 .#436 test_class.rb:112 .#437 test_class.rb:113 .#438 test_class.rb:116 .#439 test_class.rb:134 .#440 test_class.rb:148 . test_autoload.rb #441 test_autoload.rb:1 .#442 test_autoload.rb:7 .#443 test_autoload.rb:14 .#444 test_autoload.rb:20 .#445 test_autoload.rb:27 .#446 test_autoload.rb:34 .#447 test_autoload.rb:41 .#448 test_autoload.rb:47 .#449 test_autoload.rb:54 .#450 test_autoload.rb:62 . test_method.rb #451 test_method.rb:2 .#452 test_method.rb:3 .#453 test_method.rb:4 .#454 test_method.rb:5 .#455 test_method.rb:6 .#456 test_method.rb:15 .#457 test_method.rb:25 .#458 test_method.rb:26 .#459 test_method.rb:27 .#460 test_method.rb:28 .#461 test_method.rb:29 .#462 test_method.rb:30 .#463 test_method.rb:31 .#464 test_method.rb:32 .#465 test_method.rb:33 .#466 test_method.rb:34 .#467 test_method.rb:35 .#468 test_method.rb:36 .#469 test_method.rb:39 .#470 test_method.rb:40 .#471 test_method.rb:41 .#472 test_method.rb:42 .#473 test_method.rb:43 .#474 test_method.rb:44 .#475 test_method.rb:45 .#476 test_method.rb:46 .#477 test_method.rb:47 .#478 test_method.rb:48 .#479 test_method.rb:49 .#480 test_method.rb:50 .#481 test_method.rb:51 .#482 test_method.rb:52 .#483 test_method.rb:53 .#484 test_method.rb:54 .#485 test_method.rb:55 .#486 test_method.rb:58 .#487 test_method.rb:59 .#488 test_method.rb:60 .#489 test_method.rb:61 .#490 test_method.rb:62 .#491 test_method.rb:63 .#492 test_method.rb:64 .#493 test_method.rb:65 .#494 test_method.rb:66 .#495 test_method.rb:67 .#496 test_method.rb:68 .#497 test_method.rb:69 .#498 test_method.rb:70 .#499 test_method.rb:71 .#500 test_method.rb:72 .#501 test_method.rb:75 .#502 test_method.rb:76 .#503 test_method.rb:77 .#504 test_method.rb:78 .#505 test_method.rb:79 .#506 test_method.rb:80 .#507 test_method.rb:81 .#508 test_method.rb:82 .#509 test_method.rb:83 .#510 test_method.rb:84 .#511 test_method.rb:85 .#512 test_method.rb:86 .#513 test_method.rb:89 .#514 test_method.rb:90 .#515 test_method.rb:91 .#516 test_method.rb:92 .#517 test_method.rb:93 .#518 test_method.rb:94 .#519 test_method.rb:95 .#520 test_method.rb:96 .#521 test_method.rb:97 .#522 test_method.rb:98 .#523 test_method.rb:99 .#524 test_method.rb:100 .#525 test_method.rb:103 .#526 test_method.rb:106 .#527 test_method.rb:109 .#528 test_method.rb:114 .#529 test_method.rb:117 .#530 test_method.rb:118 .#531 test_method.rb:119 .#532 test_method.rb:120 .#533 test_method.rb:121 .#534 test_method.rb:128 .#535 test_method.rb:129 .#536 test_method.rb:130 .#537 test_method.rb:131 .#538 test_method.rb:132 .#539 test_method.rb:133 .#540 test_method.rb:134 .#541 test_method.rb:135 .#542 test_method.rb:136 .#543 test_method.rb:137 .#544 test_method.rb:144 .#545 test_method.rb:145 .#546 test_method.rb:146 .#547 test_method.rb:147 .#548 test_method.rb:148 .#549 test_method.rb:154 .#550 test_method.rb:157 .#551 test_method.rb:160 .#552 test_method.rb:166 .#553 test_method.rb:170 .#554 test_method.rb:176 .#555 test_method.rb:179 .#556 test_method.rb:184 .#557 test_method.rb:189 .#558 test_method.rb:194 .#559 test_method.rb:199 .#560 test_method.rb:207 .#561 test_method.rb:212 .#562 test_method.rb:220 .#563 test_method.rb:226 .#564 test_method.rb:233 .#565 test_method.rb:241 .#566 test_method.rb:247 .#567 test_method.rb:256 .#568 test_method.rb:262 .#569 test_method.rb:267 .#570 test_method.rb:273 .#571 test_method.rb:278 .#572 test_method.rb:287 .#573 test_method.rb:294 .#574 test_method.rb:302 .#575 test_method.rb:306 .#576 test_method.rb:310 .#577 test_method.rb:314 .#578 test_method.rb:318 .#579 test_method.rb:324 .#580 test_method.rb:326 .#581 test_method.rb:328 .#582 test_method.rb:330 .#583 test_method.rb:332 .#584 test_method.rb:334 .#585 test_method.rb:336 .#586 test_method.rb:338 .#587 test_method.rb:340 .#588 test_method.rb:344 .#589 test_method.rb:362 .#590 test_method.rb:378 .#591 test_method.rb:406 .#592 test_method.rb:413 .#593 test_method.rb:420 .#594 test_method.rb:427 .#595 test_method.rb:434 .#596 test_method.rb:441 .#597 test_method.rb:448 .#598 test_method.rb:455 .#599 test_method.rb:462 .#600 test_method.rb:469 .#601 test_method.rb:476 .#602 test_method.rb:483 .#603 test_method.rb:490 .#604 test_method.rb:497 .#605 test_method.rb:504 .#606 test_method.rb:511 .#607 test_method.rb:518 .#608 test_method.rb:525 .#609 test_method.rb:532 .#610 test_method.rb:672 .#611 test_method.rb:677 .#612 test_method.rb:682 .#613 test_method.rb:687 .#614 test_method.rb:692 .#615 test_method.rb:697 .#616 test_method.rb:702 .#617 test_method.rb:707 .#618 test_method.rb:713 .#619 test_method.rb:718 .#620 test_method.rb:723 .#621 test_method.rb:728 .#622 test_method.rb:733 .#623 test_method.rb:738 .#624 test_method.rb:743 .#625 test_method.rb:748 .#626 test_method.rb:753 .#627 test_method.rb:758 .#628 test_method.rb:763 .#629 test_method.rb:768 .#630 test_method.rb:773 .#631 test_method.rb:778 .#632 test_method.rb:784 .#633 test_method.rb:790 .#634 test_method.rb:796 .#635 test_method.rb:802 .#636 test_method.rb:807 .#637 test_method.rb:813 .#638 test_method.rb:819 .#639 test_method.rb:825 .#640 test_method.rb:830 .#641 test_method.rb:835 .#642 test_method.rb:840 .#643 test_method.rb:845 .#644 test_method.rb:850 .#645 test_method.rb:855 .#646 test_method.rb:860 .#647 test_method.rb:865 .#648 test_method.rb:870 .#649 test_method.rb:875 .#650 test_method.rb:880 .#651 test_method.rb:885 .#652 test_method.rb:929 .#653 test_method.rb:940 .#654 test_method.rb:952 .#655 test_method.rb:964 .#656 test_method.rb:980 .#657 test_method.rb:1008 .#658 test_method.rb:1010 .#659 test_method.rb:1026 .#660 test_method.rb:1031 .#661 test_method.rb:1062 .#662 test_method.rb:1073 .#663 test_method.rb:1080 .#664 test_method.rb:1088 .#665 test_method.rb:1107 .#666 test_method.rb:1121 .#667 test_method.rb:1153 bootstraptest.tmp.rb:5:in `
': ok (RuntimeError) .#668 test_method.rb:1155 .#669 test_method.rb:1160 . test_massign.rb #670 test_massign.rb:1 .#671 test_massign.rb:2 .#672 test_massign.rb:4 .#673 test_massign.rb:5 .#674 test_massign.rb:6 .#675 test_massign.rb:7 .#676 test_massign.rb:8 .#677 test_massign.rb:16 .#678 test_massign.rb:43 .#679 test_massign.rb:48 .#680 test_massign.rb:53 .#681 test_massign.rb:58 .#682 test_massign.rb:63 .#683 test_massign.rb:68 .#684 test_massign.rb:73 .#685 test_massign.rb:78 .#686 test_massign.rb:83 .#687 test_massign.rb:88 .#688 test_massign.rb:93 .#689 test_massign.rb:98 .#690 test_massign.rb:103 .#691 test_massign.rb:108 .#692 test_massign.rb:113 .#693 test_massign.rb:118 .#694 test_massign.rb:123 .#695 test_massign.rb:128 .#696 test_massign.rb:133 .#697 test_massign.rb:138 .#698 test_massign.rb:143 .#699 test_massign.rb:148 .#700 test_massign.rb:153 .#701 test_massign.rb:158 .#702 test_massign.rb:165 .#703 test_massign.rb:177 . test_attr.rb #704 test_attr.rb:1 .#705 test_attr.rb:27 . test_proc.rb #706 test_proc.rb:1 .#707 test_proc.rb:23 .#708 test_proc.rb:38 .#709 test_proc.rb:51 .#710 test_proc.rb:69 .#711 test_proc.rb:86 .#712 test_proc.rb:119 .#713 test_proc.rb:146 .#714 test_proc.rb:170 .#715 test_proc.rb:182 .#716 test_proc.rb:194 .#717 test_proc.rb:201 .#718 test_proc.rb:211 .#719 test_proc.rb:219 .#720 test_proc.rb:227 .#721 test_proc.rb:234 .#722 test_proc.rb:240 .#723 test_proc.rb:246 .#724 test_proc.rb:256 .#725 test_proc.rb:263 .#726 test_proc.rb:273 .#727 test_proc.rb:280 .#728 test_proc.rb:292 .#729 test_proc.rb:306 .#730 test_proc.rb:311 .#731 test_proc.rb:316 .#732 test_proc.rb:327 .#733 test_proc.rb:336 .#734 test_proc.rb:347 .#735 test_proc.rb:360 .#736 test_proc.rb:368 .#737 test_proc.rb:381 .#738 test_proc.rb:398 .#739 test_proc.rb:422 . test_io.rb #740 test_io.rb:1 .#741 test_io.rb:11 .#742 test_io.rb:30 .#743 test_io.rb:40 .#744 test_io.rb:56 .#745 test_io.rb:75 .#746 test_io.rb:93 .#747 test_io.rb:93 .#748 test_io.rb:93 .#749 test_io.rb:93 .#750 test_io.rb:93 .#751 test_io.rb:93 .#752 test_io.rb:93 .#753 test_io.rb:93 .#754 test_io.rb:93 .#755 test_io.rb:93 .#756 test_io.rb:93 .#757 test_io.rb:93 .#758 test_io.rb:93 .#759 test_io.rb:93 .#760 test_io.rb:93 .#761 test_io.rb:93 .#762 test_io.rb:93 .#763 test_io.rb:93 .#764 test_io.rb:93 .#765 test_io.rb:93 .#766 test_io.rb:93 .#767 test_io.rb:93 .#768 test_io.rb:93 .#769 test_io.rb:93 .#770 test_io.rb:93 .#771 test_io.rb:93 .#772 test_io.rb:93 .#773 test_io.rb:93 .#774 test_io.rb:93 .#775 test_io.rb:93 .#776 test_io.rb:93 .#777 test_io.rb:93 .#778 test_io.rb:93 .#779 test_io.rb:93 .#780 test_io.rb:93 .#781 test_io.rb:93 .#782 test_io.rb:93 .#783 test_io.rb:93 .#784 test_io.rb:93 .#785 test_io.rb:93 .#786 test_io.rb:93 .#787 test_io.rb:93 .#788 test_io.rb:93 .#789 test_io.rb:93 .#790 test_io.rb:93 .#791 test_io.rb:93 .#792 test_io.rb:93 .#793 test_io.rb:93 .#794 test_io.rb:93 .#795 test_io.rb:93 .#796 test_io.rb:100 . test_marshal.rb #797 test_marshal.rb:4 . test_syntax.rb #798 test_syntax.rb:1 .#799 test_syntax.rb:2 .#800 test_syntax.rb:3 .#801 test_syntax.rb:4 .#802 test_syntax.rb:5 .#803 test_syntax.rb:6 .#804 test_syntax.rb:7 .#805 test_syntax.rb:8 .#806 test_syntax.rb:9 .#807 test_syntax.rb:10 .#808 test_syntax.rb:11 .#809 test_syntax.rb:16 .#810 test_syntax.rb:27 .#811 test_syntax.rb:39 .#812 test_syntax.rb:51 .#813 test_syntax.rb:57 .#814 test_syntax.rb:65 .#815 test_syntax.rb:75 .#816 test_syntax.rb:85 .#817 test_syntax.rb:95 .#818 test_syntax.rb:105 .#819 test_syntax.rb:116 .#820 test_syntax.rb:125 .#821 test_syntax.rb:134 .#822 test_syntax.rb:145 .#823 test_syntax.rb:156 .#824 test_syntax.rb:218 .#825 test_syntax.rb:221 .#826 test_syntax.rb:226 .#827 test_syntax.rb:229 .#828 test_syntax.rb:233 .#829 test_syntax.rb:251 .#830 test_syntax.rb:256 .#831 test_syntax.rb:260 .#832 test_syntax.rb:263 .#833 test_syntax.rb:267 .#834 test_syntax.rb:270 .#835 test_syntax.rb:274 .#836 test_syntax.rb:277 .#837 test_syntax.rb:281 .#838 test_syntax.rb:284 .#839 test_syntax.rb:288 .#840 test_syntax.rb:291 .#841 test_syntax.rb:295 .#842 test_syntax.rb:298 .#843 test_syntax.rb:306 .#844 test_syntax.rb:315 .#845 test_syntax.rb:324 .#846 test_syntax.rb:354 .#847 test_syntax.rb:355 .#848 test_syntax.rb:356 .#849 test_syntax.rb:357 .#850 test_syntax.rb:358 .#851 test_syntax.rb:359 .#852 test_syntax.rb:360 .#853 test_syntax.rb:361 .#854 test_syntax.rb:362 .#855 test_syntax.rb:363 .#856 test_syntax.rb:364 .#857 test_syntax.rb:365 .#858 test_syntax.rb:366 .#859 test_syntax.rb:367 .#860 test_syntax.rb:368 .#861 test_syntax.rb:369 .#862 test_syntax.rb:370 .#863 test_syntax.rb:371 .#864 test_syntax.rb:372 .#865 test_syntax.rb:373 .#866 test_syntax.rb:374 .#867 test_syntax.rb:375 .#868 test_syntax.rb:376 .#869 test_syntax.rb:377 .#870 test_syntax.rb:378 .#871 test_syntax.rb:379 .#872 test_syntax.rb:380 .#873 test_syntax.rb:392 .#874 test_syntax.rb:404 .#875 test_syntax.rb:413 .#876 test_syntax.rb:418 .#877 test_syntax.rb:435 .#878 test_syntax.rb:444 .#879 test_syntax.rb:453 .#880 test_syntax.rb:464 .#881 test_syntax.rb:473 .#882 test_syntax.rb:482 .#883 test_syntax.rb:492 .#884 test_syntax.rb:497 .#885 test_syntax.rb:502 .#886 test_syntax.rb:507 .#887 test_syntax.rb:512 .#888 test_syntax.rb:519 .#889 test_syntax.rb:527:in `assert_syntax_error' .#890 test_syntax.rb:531 .#891 test_syntax.rb:527:in `assert_syntax_error' .#892 test_syntax.rb:527:in `assert_syntax_error' .#893 test_syntax.rb:527:in `assert_syntax_error' .#894 test_syntax.rb:527:in `assert_syntax_error' .#895 test_syntax.rb:536 .#896 test_syntax.rb:527:in `assert_syntax_error' .#897 test_syntax.rb:538 .#898 test_syntax.rb:527:in `assert_syntax_error' .#899 test_syntax.rb:542 .#900 test_syntax.rb:543 .#901 test_syntax.rb:527:in `assert_syntax_error' .#902 test_syntax.rb:545 .#903 test_syntax.rb:546 .#904 test_syntax.rb:547 .#905 test_syntax.rb:548 .#906 test_syntax.rb:556 .#907 test_syntax.rb:568 .#908 test_syntax.rb:573 .#909 test_syntax.rb:580 .#910 test_syntax.rb:588 .#911 test_syntax.rb:596 .#912 test_syntax.rb:603 .#913 test_syntax.rb:610 .#914 test_syntax.rb:614 .#915 test_syntax.rb:626 .#916 test_syntax.rb:632 .#917 test_syntax.rb:633 .#918 test_syntax.rb:634 .#919 test_syntax.rb:635 .#920 test_syntax.rb:639 .#921 test_syntax.rb:645 .#922 test_syntax.rb:646 .#923 test_syntax.rb:664 .#924 test_syntax.rb:674 .#925 test_syntax.rb:683 .#926 test_syntax.rb:693 .#927 test_syntax.rb:704 .#928 test_syntax.rb:727 .#929 test_syntax.rb:737 .#930 test_syntax.rb:746 .#931 test_syntax.rb:748 .#932 test_syntax.rb:761 .#933 test_syntax.rb:769 .#934 test_syntax.rb:771 .#935 test_syntax.rb:784 .#936 test_syntax.rb:799 .#937 test_syntax.rb:808 .#938 test_syntax.rb:810 .#939 test_syntax.rb:820 .#940 test_syntax.rb:829 .#941 test_syntax.rb:831 .#942 test_syntax.rb:836 .#943 test_syntax.rb:847 .#944 test_syntax.rb:855 .#945 test_syntax.rb:867 .#946 test_syntax.rb:879 .#947 test_syntax.rb:886 . test_flip.rb #948 test_flip.rb:1 . PASS 948 tests == test.rb # 2010-07-25T10:07:11+09:00 + ./miniruby sample/test.rb sample/test.rb:assignment .ok 1 (sample/test.rb:34:in `
') .ok 2 (sample/test.rb:36:in `
') .ok 3 (sample/test.rb:40:in `
') .ok 4 (sample/test.rb:42:in `
') .ok 5 (sample/test.rb:44:in `
') .ok 6 (sample/test.rb:47:in `
') .ok 7 (sample/test.rb:49:in `
') .ok 8 (sample/test.rb:50:in `
') .ok 9 (sample/test.rb:51:in `
') .ok 10 (sample/test.rb:52:in `
') .ok 11 (sample/test.rb:53:in `
') .ok 12 (sample/test.rb:54:in `
') .ok 13 (sample/test.rb:55:in `
') .ok 14 (sample/test.rb:56:in `
') .ok 15 (sample/test.rb:57:in `
') .ok 16 (sample/test.rb:58:in `
') .ok 17 (sample/test.rb:60:in `
') .ok 18 (sample/test.rb:61:in `
') .ok 19 (sample/test.rb:62:in `
') .ok 20 (sample/test.rb:63:in `
') .ok 21 (sample/test.rb:64:in `
') .ok 22 (sample/test.rb:65:in `
') .ok 23 (sample/test.rb:66:in `
') .ok 24 (sample/test.rb:67:in `
') .ok 25 (sample/test.rb:69:in `
') .ok 26 (sample/test.rb:70:in `
') .ok 27 (sample/test.rb:71:in `
') .ok 28 (sample/test.rb:72:in `
') .ok 29 (sample/test.rb:73:in `
') .ok 30 (sample/test.rb:74:in `
') .ok 31 (sample/test.rb:75:in `
') .ok 32 (sample/test.rb:76:in `
') .ok 33 (sample/test.rb:77:in `
') .ok 34 (sample/test.rb:78:in `
') .ok 35 (sample/test.rb:79:in `
') .ok 36 (sample/test.rb:80:in `
') .ok 37 (sample/test.rb:82:in `
') .ok 38 (sample/test.rb:83:in `
') .ok 39 (sample/test.rb:84:in `
') .ok 40 (sample/test.rb:85:in `
') .ok 41 (sample/test.rb:86:in `
') .ok 42 (sample/test.rb:87:in `
') .ok 43 (sample/test.rb:88:in `
') .ok 44 (sample/test.rb:89:in `
') .ok 45 (sample/test.rb:91:in `
') .ok 46 (sample/test.rb:92:in `
') .ok 47 (sample/test.rb:93:in `
') .ok 48 (sample/test.rb:94:in `
') .ok 49 (sample/test.rb:95:in `
') .ok 50 (sample/test.rb:96:in `
') .ok 51 (sample/test.rb:97:in `
') .ok 52 (sample/test.rb:98:in `
') .ok 53 (sample/test.rb:99:in `
') .ok 54 (sample/test.rb:100:in `
') .ok 55 (sample/test.rb:102:in `
') .ok 56 (sample/test.rb:103:in `
') .ok 57 (sample/test.rb:104:in `
') .ok 58 (sample/test.rb:105:in `
') .ok 59 (sample/test.rb:106:in `
') .ok 60 (sample/test.rb:107:in `
') .ok 61 (sample/test.rb:108:in `
') .ok 62 (sample/test.rb:109:in `
') .ok 63 (sample/test.rb:111:in `
') .ok 64 (sample/test.rb:112:in `
') .ok 65 (sample/test.rb:113:in `
') .ok 66 (sample/test.rb:114:in `
') .ok 67 (sample/test.rb:115:in `
') .ok 68 (sample/test.rb:116:in `
') .ok 69 (sample/test.rb:117:in `
') .ok 70 (sample/test.rb:118:in `
') .ok 71 (sample/test.rb:119:in `
') .ok 72 (sample/test.rb:120:in `
') .ok 73 (sample/test.rb:122:in `
') .ok 74 (sample/test.rb:123:in `
') .ok 75 (sample/test.rb:124:in `
') .ok 76 (sample/test.rb:125:in `
') .ok 77 (sample/test.rb:126:in `
') .ok 78 (sample/test.rb:127:in `
') .ok 79 (sample/test.rb:128:in `
') .ok 80 (sample/test.rb:129:in `
') .ok 81 (sample/test.rb:131:in `block in
') .ok 82 (sample/test.rb:132:in `block in
') .ok 83 (sample/test.rb:133:in `block in
') .ok 84 (sample/test.rb:134:in `block in
') .ok 85 (sample/test.rb:135:in `block in
') .ok 86 (sample/test.rb:136:in `block in
') .ok 87 (sample/test.rb:137:in `block in
') .ok 88 (sample/test.rb:138:in `block in
') .ok 89 (sample/test.rb:139:in `block in
') .ok 90 (sample/test.rb:140:in `block in
') .ok 91 (sample/test.rb:141:in `block in
') .ok 92 (sample/test.rb:142:in `block in
') .ok 93 (sample/test.rb:143:in `block in
') .ok 94 (sample/test.rb:144:in `block in
') .ok 95 (sample/test.rb:145:in `block in
') .ok 96 (sample/test.rb:146:in `block in
') .ok 97 (sample/test.rb:148:in `block in
') .ok 98 (sample/test.rb:149:in `block in
') .ok 99 (sample/test.rb:150:in `block in
') .ok 100 (sample/test.rb:151:in `block in
') .ok 101 (sample/test.rb:152:in `block in
') .ok 102 (sample/test.rb:153:in `block in
') .ok 103 (sample/test.rb:154:in `block in
') .ok 104 (sample/test.rb:155:in `block in
') .ok 105 (sample/test.rb:156:in `block in
') .ok 106 (sample/test.rb:157:in `block in
') .ok 107 (sample/test.rb:159:in `block in
') .ok 108 (sample/test.rb:160:in `block in
') .ok 109 (sample/test.rb:161:in `block in
') .ok 110 (sample/test.rb:162:in `block in
') .ok 111 (sample/test.rb:163:in `block in
') .ok 112 (sample/test.rb:164:in `block in
') .ok 113 (sample/test.rb:165:in `block in
') .ok 114 (sample/test.rb:167:in `block in
') .ok 115 (sample/test.rb:168:in `block in
') .ok 116 (sample/test.rb:169:in `block in
') .ok 117 (sample/test.rb:170:in `block in
') .ok 118 (sample/test.rb:171:in `block in
') .ok 119 (sample/test.rb:172:in `block in
') .ok 120 (sample/test.rb:173:in `block in
') .ok 121 (sample/test.rb:174:in `block in
') .ok 122 (sample/test.rb:175:in `block in
') .ok 123 (sample/test.rb:176:in `block in
') .ok 124 (sample/test.rb:177:in `block in
') .ok 125 (sample/test.rb:179:in `block in
') .ok 126 (sample/test.rb:180:in `block in
') .ok 127 (sample/test.rb:181:in `block in
') .ok 128 (sample/test.rb:182:in `block in
') .ok 129 (sample/test.rb:183:in `block in
') .ok 130 (sample/test.rb:184:in `block in
') .ok 131 (sample/test.rb:185:in `block in
') .ok 132 (sample/test.rb:187:in `block in
') .ok 133 (sample/test.rb:188:in `block in
') .ok 134 (sample/test.rb:189:in `block in
') .ok 135 (sample/test.rb:190:in `block in
') .ok 136 (sample/test.rb:191:in `block in
') .ok 137 (sample/test.rb:192:in `block in
') .ok 138 (sample/test.rb:193:in `block in
') .ok 139 (sample/test.rb:194:in `block in
') .ok 140 (sample/test.rb:195:in `block in
') .ok 141 (sample/test.rb:196:in `block in
') .ok 142 (sample/test.rb:198:in `block in
') .ok 143 (sample/test.rb:199:in `block in
') .ok 144 (sample/test.rb:200:in `block in
') .ok 145 (sample/test.rb:201:in `block in
') .ok 146 (sample/test.rb:202:in `block in
') .ok 147 (sample/test.rb:203:in `block in
') .ok 148 (sample/test.rb:204:in `block in
') .ok 149 (sample/test.rb:206:in `
') .ok 150 (sample/test.rb:207:in `
') .ok 151 (sample/test.rb:208:in `
') .ok 152 (sample/test.rb:209:in `
') .ok 153 (sample/test.rb:210:in `
') .ok 154 (sample/test.rb:211:in `
') .ok 155 (sample/test.rb:212:in `
') .ok 156 (sample/test.rb:213:in `
') .ok 157 (sample/test.rb:214:in `
') .ok 158 (sample/test.rb:215:in `
') .ok 159 (sample/test.rb:217:in `
') .ok 160 (sample/test.rb:218:in `
') .ok 161 (sample/test.rb:219:in `
') .ok 162 (sample/test.rb:220:in `
') .ok 163 (sample/test.rb:221:in `
') .ok 164 (sample/test.rb:222:in `
') .ok 165 (sample/test.rb:223:in `
') .ok 166 (sample/test.rb:225:in `
') .ok 167 (sample/test.rb:226:in `
') .ok 168 (sample/test.rb:228:in `
') .ok 169 (sample/test.rb:229:in `
') .ok 170 (sample/test.rb:230:in `
') .ok 171 (sample/test.rb:231:in `
') .ok 172 (sample/test.rb:232:in `
') .ok 173 (sample/test.rb:233:in `
') .ok 174 (sample/test.rb:234:in `
') .ok 175 (sample/test.rb:235:in `
') .ok 176 (sample/test.rb:236:in `
') .ok 177 (sample/test.rb:237:in `
') .ok 178 (sample/test.rb:238:in `
') .ok 179 (sample/test.rb:240:in `
') .ok 180 (sample/test.rb:241:in `
') .ok 181 (sample/test.rb:242:in `
') .ok 182 (sample/test.rb:243:in `
') .ok 183 (sample/test.rb:244:in `
') .ok 184 (sample/test.rb:245:in `
') .ok 185 (sample/test.rb:246:in `
') .ok 186 (sample/test.rb:247:in `
') .ok 187 (sample/test.rb:249:in `
') .ok 188 (sample/test.rb:250:in `
') .ok 189 (sample/test.rb:251:in `
') .ok 190 (sample/test.rb:253:in `
') .ok 191 (sample/test.rb:254:in `
') .ok 192 (sample/test.rb:255:in `
') .ok 193 (sample/test.rb:256:in `
') .ok 194 (sample/test.rb:257:in `
') .ok 195 (sample/test.rb:258:in `
') .ok 196 (sample/test.rb:259:in `
') .ok 197 (sample/test.rb:260:in `
') .ok 198 (sample/test.rb:261:in `
') .ok 199 (sample/test.rb:262:in `
') .ok 200 (sample/test.rb:263:in `
') .ok 201 (sample/test.rb:265:in `
') .ok 202 (sample/test.rb:266:in `
') .ok 203 (sample/test.rb:267:in `
') .ok 204 (sample/test.rb:268:in `
') .ok 205 (sample/test.rb:269:in `
') .ok 206 (sample/test.rb:270:in `
') .ok 207 (sample/test.rb:271:in `
') .ok 208 (sample/test.rb:272:in `
') .ok 209 (sample/test.rb:274:in `block in
') .ok 210 (sample/test.rb:277:in `block in
') .ok 211 (sample/test.rb:277:in `block in
') .ok 212 (sample/test.rb:281:in `
') .ok 213 (sample/test.rb:282:in `
') .ok 214 (sample/test.rb:283:in `
') .ok 215 (sample/test.rb:284:in `
') .ok 216 (sample/test.rb:287:in `
') .ok 217 (sample/test.rb:288:in `
') .ok 218 (sample/test.rb:289:in `
') .ok 219 (sample/test.rb:290:in `
') .ok 220 (sample/test.rb:293:in `
') .ok 221 (sample/test.rb:294:in `
') .ok 222 (sample/test.rb:295:in `
') .ok 223 (sample/test.rb:296:in `
') .ok 224 (sample/test.rb:297:in `
') .ok 225 (sample/test.rb:300:in `
') .ok 226 (sample/test.rb:301:in `
') .ok 227 (sample/test.rb:302:in `
') .ok 228 (sample/test.rb:305:in `
') .ok 229 (sample/test.rb:306:in `
') .ok 230 (sample/test.rb:307:in `
') .ok 231 (sample/test.rb:308:in `
') .ok 232 (sample/test.rb:309:in `
') .ok 233 (sample/test.rb:310:in `
') .ok 234 (sample/test.rb:313:in `
') .ok 235 (sample/test.rb:314:in `
') .ok 236 (sample/test.rb:315:in `
') .ok 237 (sample/test.rb:318:in `
') .ok 238 (sample/test.rb:319:in `
') .ok 239 (sample/test.rb:320:in `
') .ok 240 (sample/test.rb:321:in `
') .ok 241 (sample/test.rb:322:in `
') .ok 242 (sample/test.rb:323:in `
') .ok 243 (sample/test.rb:326:in `
') .ok 244 (sample/test.rb:327:in `
') .ok 245 (sample/test.rb:328:in `
') .ok 246 (sample/test.rb:331:in `
') .ok 247 (sample/test.rb:332:in `
') .ok 248 (sample/test.rb:333:in `
') .ok 249 (sample/test.rb:334:in `
') .ok 250 (sample/test.rb:335:in `
') .ok 251 (sample/test.rb:336:in `
') .ok 252 (sample/test.rb:339:in `
') .ok 253 (sample/test.rb:340:in `
') .ok 254 (sample/test.rb:341:in `
') .ok 255 (sample/test.rb:344:in `
') .ok 256 (sample/test.rb:345:in `
') .ok 257 (sample/test.rb:346:in `
') .ok 258 (sample/test.rb:347:in `
') .ok 259 (sample/test.rb:348:in `
') .ok 260 (sample/test.rb:349:in `
') .ok 261 (sample/test.rb:352:in `
') .ok 262 (sample/test.rb:353:in `
') .ok 263 (sample/test.rb:354:in `
') .ok 264 (sample/test.rb:358:in `
') .ok 265 (sample/test.rb:360:in `
') .ok 266 (sample/test.rb:362:in `
') .ok 267 (sample/test.rb:365:in `
') .ok 268 (sample/test.rb:367:in `
') .ok 269 (sample/test.rb:369:in `
') .ok 270 (sample/test.rb:371:in `
') .ok 271 (sample/test.rb:372:in `
') .ok 272 (sample/test.rb:373:in `
') .ok 273 (sample/test.rb:374:in `
') .ok 274 (sample/test.rb:375:in `
') .ok 275 (sample/test.rb:376:in `
') .ok 276 (sample/test.rb:377:in `
') .ok 277 (sample/test.rb:378:in `
') .ok 278 (sample/test.rb:379:in `
') .ok 279 (sample/test.rb:380:in `
') .ok 280 (sample/test.rb:382:in `
') .ok 281 (sample/test.rb:383:in `
') .ok 282 (sample/test.rb:384:in `
') .ok 283 (sample/test.rb:385:in `
') .ok 284 (sample/test.rb:386:in `
') .ok 285 (sample/test.rb:387:in `
') .ok 286 (sample/test.rb:388:in `
') .ok 287 (sample/test.rb:390:in `
') .ok 288 (sample/test.rb:391:in `
') .ok 289 (sample/test.rb:392:in `
') .ok 290 (sample/test.rb:393:in `
') .ok 291 (sample/test.rb:394:in `
') .ok 292 (sample/test.rb:395:in `
') .ok 293 (sample/test.rb:396:in `
') .ok 294 (sample/test.rb:397:in `
') .ok 295 (sample/test.rb:398:in `
') .ok 296 (sample/test.rb:399:in `
') .ok 297 (sample/test.rb:400:in `
') .ok 298 (sample/test.rb:402:in `
') .ok 299 (sample/test.rb:403:in `
') .ok 300 (sample/test.rb:404:in `
') .ok 301 (sample/test.rb:405:in `
') .ok 302 (sample/test.rb:406:in `
') .ok 303 (sample/test.rb:407:in `
') .ok 304 (sample/test.rb:408:in `
') .ok 305 (sample/test.rb:409:in `
') .ok 306 (sample/test.rb:411:in `
') .ok 307 (sample/test.rb:412:in `
') .ok 308 (sample/test.rb:413:in `
') .ok 309 (sample/test.rb:415:in `
') .ok 310 (sample/test.rb:416:in `
') .ok 311 (sample/test.rb:417:in `
') .ok 312 (sample/test.rb:418:in `
') .ok 313 (sample/test.rb:419:in `
') .ok 314 (sample/test.rb:420:in `
') .ok 315 (sample/test.rb:421:in `
') .ok 316 (sample/test.rb:422:in `
') .ok 317 (sample/test.rb:423:in `
') .ok 318 (sample/test.rb:424:in `
') .ok 319 (sample/test.rb:425:in `
') .ok 320 (sample/test.rb:427:in `
') .ok 321 (sample/test.rb:428:in `
') .ok 322 (sample/test.rb:429:in `
') .ok 323 (sample/test.rb:430:in `
') .ok 324 (sample/test.rb:431:in `
') .ok 325 (sample/test.rb:432:in `
') .ok 326 (sample/test.rb:433:in `
') .ok 327 (sample/test.rb:434:in `
') .ok 328 (sample/test.rb:437:in `
') .ok 329 (sample/test.rb:438:in `
') .ok 330 (sample/test.rb:439:in `
') .ok 331 (sample/test.rb:440:in `
') .ok 332 (sample/test.rb:441:in `
') .ok 333 (sample/test.rb:442:in `
') .ok 334 (sample/test.rb:443:in `
') .ok 335 (sample/test.rb:444:in `
') .ok 336 (sample/test.rb:445:in `
') .ok 337 (sample/test.rb:446:in `
') .ok 338 (sample/test.rb:448:in `
') .ok 339 (sample/test.rb:449:in `
') .ok 340 (sample/test.rb:450:in `
') .ok 341 (sample/test.rb:451:in `
') .ok 342 (sample/test.rb:452:in `
') .ok 343 (sample/test.rb:453:in `
') .ok 344 (sample/test.rb:454:in `
') .ok 345 (sample/test.rb:457:in `
') .ok 346 (sample/test.rb:458:in `
') .ok 347 (sample/test.rb:459:in `
') .ok 348 (sample/test.rb:460:in `
') .ok 349 (sample/test.rb:461:in `
') .ok 350 (sample/test.rb:462:in `
') .ok 351 (sample/test.rb:463:in `
') .ok 352 (sample/test.rb:464:in `
') .ok 353 (sample/test.rb:465:in `
') .ok 354 (sample/test.rb:466:in `
') .ok 355 (sample/test.rb:467:in `
') .ok 356 (sample/test.rb:470:in `
') .ok 357 (sample/test.rb:471:in `
') .ok 358 (sample/test.rb:472:in `
') .ok 359 (sample/test.rb:475:in `
') .ok 360 (sample/test.rb:476:in `
') .ok 361 (sample/test.rb:477:in `
') .ok 362 (sample/test.rb:478:in `
') .ok 363 (sample/test.rb:479:in `
') .ok 364 (sample/test.rb:480:in `
') .ok 365 (sample/test.rb:481:in `
') .ok 366 (sample/test.rb:482:in `
') .ok 367 (sample/test.rb:483:in `
') .ok 368 (sample/test.rb:484:in `
') .ok 369 (sample/test.rb:485:in `
') .ok 370 (sample/test.rb:488:in `
') .ok 371 (sample/test.rb:489:in `
') .ok 372 (sample/test.rb:490:in `
') sample/test.rb:condition .ok 1 (sample/test.rb:496:in `
') .ok 2 (sample/test.rb:499:in `
') sample/test.rb:if/unless .ok 1 (sample/test.rb:506:in `
') .ok 2 (sample/test.rb:511:in `
') .ok 3 (sample/test.rb:512:in `
') sample/test.rb:case .ok 1 (sample/test.rb:520:in `
') .ok 2 (sample/test.rb:525:in `
') .ok 3 (sample/test.rb:532:in `
') .ok 4 (sample/test.rb:539:in `
') .ok 5 (sample/test.rb:546:in `
') sample/test.rb:while/until .ok 1 (sample/test.rb:564:in `
') .ok 2 (sample/test.rb:570:in `
') .ok 3 (sample/test.rb:580:in `
') .ok 4 (sample/test.rb:596:in `
') .ok 5 (sample/test.rb:607:in `
') .ok 6 (sample/test.rb:619:in `
') .ok 7 (sample/test.rb:623:in `
') .ok 8 (sample/test.rb:629:in `
') sample/test.rb:exception .ok 1 (sample/test.rb:639:in `rescue in
') .ok 2 (sample/test.rb:652:in `
') .ok 3 (sample/test.rb:664:in `rescue in
') .ok 4 (sample/test.rb:665:in `rescue in
') .ok 5 (sample/test.rb:666:in `rescue in
') .ok 6 (sample/test.rb:678:in `rescue in
') .ok 7 (sample/test.rb:690:in `
') .ok 8 (sample/test.rb:701:in `
') .ok 9 (sample/test.rb:711:in `
') .ok 10 (sample/test.rb:723:in `
') sample/test.rb:array .ok 1 (sample/test.rb:726:in `
') .ok 2 (sample/test.rb:727:in `
') .ok 3 (sample/test.rb:728:in `
') .ok 4 (sample/test.rb:730:in `
') .ok 5 (sample/test.rb:732:in `
') .ok 6 (sample/test.rb:733:in `
') .ok 7 (sample/test.rb:734:in `
') .ok 8 (sample/test.rb:737:in `
') .ok 9 (sample/test.rb:738:in `
') .ok 10 (sample/test.rb:739:in `
') .ok 11 (sample/test.rb:742:in `
') .ok 12 (sample/test.rb:745:in `
') .ok 13 (sample/test.rb:748:in `
') .ok 14 (sample/test.rb:751:in `
') .ok 15 (sample/test.rb:752:in `
') .ok 16 (sample/test.rb:757:in `
') .ok 17 (sample/test.rb:762:in `
') .ok 18 (sample/test.rb:765:in `
') .ok 19 (sample/test.rb:767:in `
') .ok 20 (sample/test.rb:772:in `
') .ok 21 (sample/test.rb:775:in `
') .ok 22 (sample/test.rb:777:in `
') .ok 23 (sample/test.rb:781:in `
') .ok 24 (sample/test.rb:782:in `
') .ok 25 (sample/test.rb:783:in `
') .ok 26 (sample/test.rb:785:in `
') .ok 27 (sample/test.rb:786:in `
') .ok 28 (sample/test.rb:787:in `
') .ok 29 (sample/test.rb:788:in `
') .ok 30 (sample/test.rb:789:in `
') .ok 31 (sample/test.rb:791:in `
') .ok 32 (sample/test.rb:794:in `
') .ok 33 (sample/test.rb:795:in `
') .ok 34 (sample/test.rb:796:in `
') .ok 35 (sample/test.rb:799:in `
') .ok 36 (sample/test.rb:800:in `
') .ok 37 (sample/test.rb:804:in `
') .ok 38 (sample/test.rb:808:in `
') .ok 39 (sample/test.rb:812:in `
') sample/test.rb:hash .ok 1 (sample/test.rb:817:in `
') .ok 2 (sample/test.rb:826:in `
') .ok 3 (sample/test.rb:828:in `
') .ok 4 (sample/test.rb:829:in `
') .ok 5 (sample/test.rb:830:in `
') .ok 6 (sample/test.rb:831:in `
') .ok 7 (sample/test.rb:832:in `
') .ok 8 (sample/test.rb:835:in `
') .ok 9 (sample/test.rb:838:in `
') .ok 10 (sample/test.rb:839:in `
') .ok 11 (sample/test.rb:842:in `
') .ok 12 (sample/test.rb:846:in `
') .ok 13 (sample/test.rb:850:in `
') .ok 14 (sample/test.rb:851:in `
') .ok 15 (sample/test.rb:854:in `
') .ok 16 (sample/test.rb:855:in `
') .ok 17 (sample/test.rb:858:in `
') .ok 18 (sample/test.rb:859:in `
') .ok 19 (sample/test.rb:863:in `
') .ok 20 (sample/test.rb:864:in `
') .ok 21 (sample/test.rb:866:in `
') .ok 22 (sample/test.rb:867:in `
') .ok 23 (sample/test.rb:869:in `
') .ok 24 (sample/test.rb:877:in `
') .ok 25 (sample/test.rb:878:in `
') .ok 26 (sample/test.rb:880:in `
') .ok 27 (sample/test.rb:881:in `
') sample/test.rb:iterator .ok 1 (sample/test.rb:885:in `
') .ok 2 (sample/test.rb:888:in `ttt') .ok 3 (sample/test.rb:893:in `
') .ok 4 (sample/test.rb:902:in `
') .ok 5 (sample/test.rb:913:in `
') .ok 6 (sample/test.rb:930:in `
') .ok 7 (sample/test.rb:942:in `
') .ok 8 (sample/test.rb:950:in `
') .ok 9 (sample/test.rb:960:in `
') .ok 10 (sample/test.rb:970:in `
') .ok 11 (sample/test.rb:976:in `
') .ok 12 (sample/test.rb:977:in `
') .ok 13 (sample/test.rb:990:in `
') .ok 14 (sample/test.rb:1009:in `
') .ok 15 (sample/test.rb:1011:in `
') .ok 16 (sample/test.rb:1013:in `block in
') .ok 17 (sample/test.rb:1014:in `block in
') .ok 18 (sample/test.rb:1015:in `block in
') .ok 19 (sample/test.rb:1017:in `block in
') .ok 20 (sample/test.rb:1018:in `block in
') .ok 21 (sample/test.rb:1019:in `block in
') .ok 22 (sample/test.rb:1021:in `block in
') .ok 23 (sample/test.rb:1023:in `block in
') .ok 24 (sample/test.rb:1024:in `block in
') .ok 25 (sample/test.rb:1025:in `block in
') .ok 26 (sample/test.rb:1026:in `block in
') .ok 27 (sample/test.rb:1027:in `block in
') .ok 28 (sample/test.rb:1028:in `block in
') .ok 29 (sample/test.rb:1029:in `block in
') .ok 30 (sample/test.rb:1030:in `block in
') .ok 31 (sample/test.rb:1031:in `block in
') .ok 32 (sample/test.rb:1033:in `block in
') .ok 33 (sample/test.rb:1034:in `block in
') .ok 34 (sample/test.rb:1043:in `
') .ok 35 (sample/test.rb:1044:in `
') .ok 36 (sample/test.rb:1049:in `
') .ok 37 (sample/test.rb:1050:in `
') .ok 38 (sample/test.rb:1062:in `
') .ok 39 (sample/test.rb:1064:in `
') .ok 40 (sample/test.rb:1065:in `
') .ok 41 (sample/test.rb:1066:in `block in
') .ok 42 (sample/test.rb:1068:in `block_test') .ok 43 (sample/test.rb:1068:in `block_test') .ok 44 (sample/test.rb:1084:in `
') .ok 45 (sample/test.rb:1085:in `
') .ok 46 (sample/test.rb:1086:in `
') .ok 47 (sample/test.rb:1087:in `
') .ok 48 (sample/test.rb:1088:in `
') .ok 49 (sample/test.rb:1090:in `
') .ok 50 (sample/test.rb:1091:in `
') .ok 51 (sample/test.rb:1092:in `
') .ok 52 (sample/test.rb:1093:in `
') .ok 53 (sample/test.rb:1094:in `
') .ok 54 (sample/test.rb:1100:in `
') .ok 55 (sample/test.rb:1101:in `
') .ok 56 (sample/test.rb:1102:in `
') .ok 57 (sample/test.rb:1103:in `
') .ok 58 (sample/test.rb:1104:in `
') .ok 59 (sample/test.rb:1105:in `
') .ok 60 (sample/test.rb:1107:in `
') .ok 61 (sample/test.rb:1108:in `
') .ok 62 (sample/test.rb:1109:in `
') .ok 63 (sample/test.rb:1110:in `
') .ok 64 (sample/test.rb:1113:in `
') .ok 65 (sample/test.rb:1114:in `
') .ok 66 (sample/test.rb:1115:in `
') .ok 67 (sample/test.rb:1116:in `
') .ok 68 (sample/test.rb:1119:in `
') .ok 69 (sample/test.rb:1120:in `
') .ok 70 (sample/test.rb:1121:in `
') .ok 71 (sample/test.rb:1122:in `
') .ok 72 (sample/test.rb:1124:in `
') .ok 73 (sample/test.rb:1125:in `
') .ok 74 (sample/test.rb:1127:in `
') .ok 75 (sample/test.rb:1128:in `
') .ok 76 (sample/test.rb:1135:in `
') .ok 77 (sample/test.rb:1141:in `
') .ok 78 (sample/test.rb:1152:in `
') .ok 79 (sample/test.rb:1156:in `
') .ok 80 (sample/test.rb:1160:in `
') .ok 81 (sample/test.rb:1164:in `
') .ok 82 (sample/test.rb:1176:in `
') .ok 83 (sample/test.rb:1177:in `
') .ok 84 (sample/test.rb:1185:in `
') .ok 85 (sample/test.rb:1191:in `
') .ok 86 (sample/test.rb:1200:in `
') .ok 87 (sample/test.rb:1215:in `
') .ok 88 (sample/test.rb:1222:in `
') .ok 89 (sample/test.rb:1227:in `
') .ok 90 (sample/test.rb:1235:in `
') .ok 91 (sample/test.rb:1242:in `
') .ok 92 (sample/test.rb:1254:in `
') .ok 93 (sample/test.rb:1263:in `
') .ok 94 (sample/test.rb:1272:in `
') .ok 95 (sample/test.rb:1281:in `
') .ok 96 (sample/test.rb:1291:in `
') .ok 97 (sample/test.rb:1299:in `
') .ok 98 (sample/test.rb:1309:in `
') .ok 99 (sample/test.rb:1317:in `
') .ok 100 (sample/test.rb:1323:in `
') .ok 101 (sample/test.rb:1329:in `
') .ok 102 (sample/test.rb:1330:in `
') .ok 103 (sample/test.rb:1331:in `
') .ok 104 (sample/test.rb:1333:in `call') .ok 105 (sample/test.rb:1334:in `call') .ok 106 (sample/test.rb:1344:in `a') .ok 107 (sample/test.rb:1348:in `
') .ok 108 (sample/test.rb:1359:in `foo') .ok 109 (sample/test.rb:1360:in `foo') .ok 110 (sample/test.rb:1386:in `
') .ok 111 (sample/test.rb:1395:in `
') sample/test.rb:float .ok 1 (sample/test.rb:1398:in `
') .ok 2 (sample/test.rb:1399:in `
') .ok 3 (sample/test.rb:1400:in `
') .ok 4 (sample/test.rb:1401:in `
') .ok 5 (sample/test.rb:1402:in `
') .ok 6 (sample/test.rb:1403:in `
') .ok 7 (sample/test.rb:1404:in `
') .ok 8 (sample/test.rb:1405:in `
') .ok 9 (sample/test.rb:1406:in `
') .ok 10 (sample/test.rb:1409:in `nan_test') .ok 11 (sample/test.rb:1410:in `nan_test') .ok 12 (sample/test.rb:1411:in `nan_test') .ok 13 (sample/test.rb:1412:in `nan_test') .ok 14 (sample/test.rb:1413:in `nan_test') .ok 15 (sample/test.rb:1409:in `nan_test') .ok 16 (sample/test.rb:1410:in `nan_test') .ok 17 (sample/test.rb:1411:in `nan_test') .ok 18 (sample/test.rb:1412:in `nan_test') .ok 19 (sample/test.rb:1413:in `nan_test') .ok 20 (sample/test.rb:1409:in `nan_test') .ok 21 (sample/test.rb:1410:in `nan_test') .ok 22 (sample/test.rb:1411:in `nan_test') .ok 23 (sample/test.rb:1412:in `nan_test') .ok 24 (sample/test.rb:1413:in `nan_test') .ok 25 (sample/test.rb:1409:in `nan_test') .ok 26 (sample/test.rb:1410:in `nan_test') .ok 27 (sample/test.rb:1411:in `nan_test') .ok 28 (sample/test.rb:1412:in `nan_test') .ok 29 (sample/test.rb:1413:in `nan_test') .ok 30 (sample/test.rb:1409:in `nan_test') .ok 31 (sample/test.rb:1410:in `nan_test') .ok 32 (sample/test.rb:1411:in `nan_test') .ok 33 (sample/test.rb:1412:in `nan_test') .ok 34 (sample/test.rb:1413:in `nan_test') .ok 35 (sample/test.rb:1409:in `nan_test') .ok 36 (sample/test.rb:1410:in `nan_test') .ok 37 (sample/test.rb:1411:in `nan_test') .ok 38 (sample/test.rb:1412:in `nan_test') .ok 39 (sample/test.rb:1413:in `nan_test') .ok 40 (sample/test.rb:1409:in `nan_test') .ok 41 (sample/test.rb:1410:in `nan_test') .ok 42 (sample/test.rb:1411:in `nan_test') .ok 43 (sample/test.rb:1412:in `nan_test') .ok 44 (sample/test.rb:1413:in `nan_test') .ok 45 (sample/test.rb:1409:in `nan_test') .ok 46 (sample/test.rb:1410:in `nan_test') .ok 47 (sample/test.rb:1411:in `nan_test') .ok 48 (sample/test.rb:1412:in `nan_test') .ok 49 (sample/test.rb:1413:in `nan_test') .ok 50 (sample/test.rb:1409:in `nan_test') .ok 51 (sample/test.rb:1410:in `nan_test') .ok 52 (sample/test.rb:1411:in `nan_test') .ok 53 (sample/test.rb:1412:in `nan_test') .ok 54 (sample/test.rb:1413:in `nan_test') .ok 55 (sample/test.rb:1409:in `nan_test') .ok 56 (sample/test.rb:1410:in `nan_test') .ok 57 (sample/test.rb:1411:in `nan_test') .ok 58 (sample/test.rb:1412:in `nan_test') .ok 59 (sample/test.rb:1413:in `nan_test') .ok 60 (sample/test.rb:1409:in `nan_test') .ok 61 (sample/test.rb:1410:in `nan_test') .ok 62 (sample/test.rb:1411:in `nan_test') .ok 63 (sample/test.rb:1412:in `nan_test') .ok 64 (sample/test.rb:1413:in `nan_test') .ok 65 (sample/test.rb:1409:in `nan_test') .ok 66 (sample/test.rb:1410:in `nan_test') .ok 67 (sample/test.rb:1411:in `nan_test') .ok 68 (sample/test.rb:1412:in `nan_test') .ok 69 (sample/test.rb:1413:in `nan_test') .ok 70 (sample/test.rb:1409:in `nan_test') .ok 71 (sample/test.rb:1410:in `nan_test') .ok 72 (sample/test.rb:1411:in `nan_test') .ok 73 (sample/test.rb:1412:in `nan_test') .ok 74 (sample/test.rb:1413:in `nan_test') .ok 75 (sample/test.rb:1409:in `nan_test') .ok 76 (sample/test.rb:1410:in `nan_test') .ok 77 (sample/test.rb:1411:in `nan_test') .ok 78 (sample/test.rb:1412:in `nan_test') .ok 79 (sample/test.rb:1413:in `nan_test') .ok 80 (sample/test.rb:1433:in `
') sample/test.rb:bignum .ok 1 (sample/test.rb:1447:in `
') .ok 2 (sample/test.rb:1448:in `
') .ok 3 (sample/test.rb:1449:in `
') .ok 4 (sample/test.rb:1450:in `
') .ok 5 (sample/test.rb:1451:in `
') .ok 6 (sample/test.rb:1452:in `
') .ok 7 (sample/test.rb:1453:in `
') .ok 8 (sample/test.rb:1454:in `
') .ok 9 (sample/test.rb:1456:in `
') .ok 10 (sample/test.rb:1457:in `
') .ok 11 (sample/test.rb:1458:in `
') .ok 12 (sample/test.rb:1464:in `
') .ok 13 (sample/test.rb:1472:in `
') .ok 14 (sample/test.rb:1481:in `
') .ok 15 (sample/test.rb:1490:in `
') .ok 16 (sample/test.rb:1494:in `
') .ok 17 (sample/test.rb:1495:in `
') .ok 18 (sample/test.rb:1496:in `
') .ok 19 (sample/test.rb:1497:in `
') .ok 20 (sample/test.rb:1498:in `
') .ok 21 (sample/test.rb:1499:in `
') .ok 22 (sample/test.rb:1500:in `
') .ok 23 (sample/test.rb:1501:in `
') .ok 24 (sample/test.rb:1503:in `
') .ok 25 (sample/test.rb:1504:in `
') .ok 26 (sample/test.rb:1508:in `
') .ok 27 (sample/test.rb:1509:in `
') .ok 28 (sample/test.rb:1514:in `shift_test') .ok 29 (sample/test.rb:1518:in `shift_test') .ok 30 (sample/test.rb:1514:in `shift_test') .ok 31 (sample/test.rb:1518:in `shift_test') sample/test.rb:string & char .ok 1 (sample/test.rb:1526:in `
') .ok 2 (sample/test.rb:1527:in `
') .ok 3 (sample/test.rb:1528:in `
') .ok 4 (sample/test.rb:1530:in `
') .ok 5 (sample/test.rb:1531:in `
') .ok 6 (sample/test.rb:1532:in `
') .ok 7 (sample/test.rb:1533:in `
') .ok 8 (sample/test.rb:1534:in `
') .ok 9 (sample/test.rb:1535:in `
') .ok 10 (sample/test.rb:1536:in `
') .ok 11 (sample/test.rb:1537:in `
') .ok 12 (sample/test.rb:1538:in `
') .ok 13 (sample/test.rb:1539:in `
') .ok 14 (sample/test.rb:1540:in `
') .ok 15 (sample/test.rb:1541:in `
') .ok 16 (sample/test.rb:1542:in `
') .ok 17 (sample/test.rb:1543:in `
') .ok 18 (sample/test.rb:1544:in `
') .ok 19 (sample/test.rb:1546:in `
') .ok 20 (sample/test.rb:1547:in `
') .ok 21 (sample/test.rb:1548:in `
') .ok 22 (sample/test.rb:1549:in `
') .ok 23 (sample/test.rb:1551:in `
') .ok 24 (sample/test.rb:1552:in `
') .ok 25 (sample/test.rb:1559:in `
') .ok 26 (sample/test.rb:1561:in `
') .ok 27 (sample/test.rb:1562:in `
') .ok 28 (sample/test.rb:1565:in `
') .ok 29 (sample/test.rb:1566:in `
') .ok 30 (sample/test.rb:1569:in `
') .ok 31 (sample/test.rb:1571:in `
') .ok 32 (sample/test.rb:1572:in `
') .ok 33 (sample/test.rb:1573:in `
') .ok 34 (sample/test.rb:1576:in `
') .ok 35 (sample/test.rb:1577:in `
') .ok 36 (sample/test.rb:1578:in `
') .ok 37 (sample/test.rb:1581:in `
') .ok 38 (sample/test.rb:1582:in `
') .ok 39 (sample/test.rb:1583:in `
') .ok 40 (sample/test.rb:1584:in `
') .ok 41 (sample/test.rb:1585:in `
') .ok 42 (sample/test.rb:1588:in `
') .ok 43 (sample/test.rb:1589:in `
') .ok 44 (sample/test.rb:1590:in `
') .ok 45 (sample/test.rb:1591:in `
') .ok 46 (sample/test.rb:1592:in `
') .ok 47 (sample/test.rb:1593:in `
') .ok 48 (sample/test.rb:1594:in `
') .ok 49 (sample/test.rb:1595:in `
') .ok 50 (sample/test.rb:1596:in `
') .ok 51 (sample/test.rb:1597:in `
') .ok 52 (sample/test.rb:1598:in `
') .ok 53 (sample/test.rb:1609:in `
') .ok 54 (sample/test.rb:1613:in `
') .ok 55 (sample/test.rb:1620:in `
') .ok 56 (sample/test.rb:1621:in `
') .ok 57 (sample/test.rb:1622:in `
') .ok 58 (sample/test.rb:1623:in `
') .ok 59 (sample/test.rb:1624:in `
') .ok 60 (sample/test.rb:1625:in `
') .ok 61 (sample/test.rb:1626:in `
') .ok 62 (sample/test.rb:1633:in `
') sample/test.rb:assignment .ok 1 (sample/test.rb:1637:in `
') .ok 2 (sample/test.rb:1638:in `
') .ok 3 (sample/test.rb:1642:in `
') .ok 4 (sample/test.rb:1645:in `
') .ok 5 (sample/test.rb:1648:in `
') .ok 6 (sample/test.rb:1651:in `
') .ok 7 (sample/test.rb:1654:in `
') .ok 8 (sample/test.rb:1657:in `
') .ok 9 (sample/test.rb:1660:in `
') .ok 10 (sample/test.rb:1663:in `
') sample/test.rb:call .ok 1 (sample/test.rb:1677:in `rescue in
') .ok 2 (sample/test.rb:1684:in `rescue in
') .ok 3 (sample/test.rb:1687:in `
') .ok 4 (sample/test.rb:1688:in `
') .ok 5 (sample/test.rb:1689:in `
') .ok 6 (sample/test.rb:1690:in `
') sample/test.rb:proc .ok 1 (sample/test.rb:1694:in `
') .ok 2 (sample/test.rb:1695:in `
') .ok 3 (sample/test.rb:1698:in `
') .ok 4 (sample/test.rb:1699:in `
') .ok 5 (sample/test.rb:1710:in `block in
') .ok 6 (sample/test.rb:1712:in `
') .ok 7 (sample/test.rb:1714:in `block in
') .ok 8 (sample/test.rb:1719:in `block in dyna_var_check') .ok 9 (sample/test.rb:1729:in `
') sample/test.rb:signal .ok 1 (sample/test.rb:1741:in `
') .ok 2 (sample/test.rb:1752:in `
') sample/test.rb:eval .ok 1 (sample/test.rb:1756:in `
') .ok 2 (sample/test.rb:1759:in `
') .ok 3 (sample/test.rb:1761:in `
') .ok 4 (sample/test.rb:1762:in `
') .ok 5 (sample/test.rb:1763:in `
') .ok 6 (sample/test.rb:1764:in `
') .ok 7 (sample/test.rb:1765:in `
') .ok 8 (sample/test.rb:1766:in `
') .ok 9 ((eval):1:in `
') .ok 10 (sample/test.rb:1775:in `
') .ok 11 (sample/test.rb:1776:in `
') .ok 12 (sample/test.rb:1778:in `
') .ok 13 (sample/test.rb:1779:in `
') .ok 14 (sample/test.rb:1780:in `
') .ok 15 (sample/test.rb:1792:in `
') .ok 16 (sample/test.rb:1793:in `
') .ok 17 (sample/test.rb:1800:in `
') .ok 18 (sample/test.rb:1807:in `
') .ok 19 (sample/test.rb:1808:in `
') .ok 20 (sample/test.rb:1815:in `
') .ok 21 (sample/test.rb:1819:in `
') .ok 22 (sample/test.rb:1822:in `
') .ok 23 (sample/test.rb:1826:in `
') .ok 24 (sample/test.rb:1830:in `
') .ok 25 (sample/test.rb:1833:in `
') .ok 26 (sample/test.rb:1837:in `
') .ok 27 (sample/test.rb:1840:in `
') .ok 28 (sample/test.rb:1841:in `
') .ok 29 (sample/test.rb:1860:in `
') sample/test.rb:system .ok 1 (sample/test.rb:1874:in `
') .ok 2 (sample/test.rb:1875:in `
') .ok 3 (sample/test.rb:1881:in `
') .ok 4 (sample/test.rb:1882:in `
') .ok 5 (sample/test.rb:1889:in `
') .ok 6 (sample/test.rb:1899:in `
') .ok 7 (sample/test.rb:1900:in `
') .ok 8 (sample/test.rb:1918:in `
') "lib/timeout.rb" "lib/resolv.rb" "lib/base64.rb" "lib/xmlrpc/marshal.rb" "lib/xmlrpc/base64.rb" "lib/xmlrpc/create.rb" "lib/xmlrpc/server.rb" "lib/xmlrpc/client.rb" "lib/xmlrpc/parser.rb" "lib/xmlrpc/httpserver.rb" "lib/xmlrpc/utils.rb" "lib/xmlrpc/config.rb" "lib/xmlrpc/datetime.rb" "lib/cmath.rb" "lib/minitest/unit.rb" "lib/minitest/autorun.rb" "lib/minitest/mock.rb" "lib/minitest/spec.rb" "lib/shell/process-controller.rb" "lib/shell/filter.rb" "lib/shell/system-command.rb" "lib/shell/builtin-command.rb" "lib/shell/version.rb" "lib/shell/command-processor.rb" "lib/shell/error.rb" "lib/scanf.rb" "lib/drb/invokemethod.rb" "lib/drb/acl.rb" "lib/drb/eq.rb" "lib/drb/extservm.rb" "lib/drb/unix.rb" "lib/drb/timeridconv.rb" "lib/drb/ssl.rb" "lib/drb/extserv.rb" "lib/drb/observer.rb" "lib/drb/gw.rb" "lib/drb/drb.rb" "lib/resolv-replace.rb" "lib/net/protocol.rb" "lib/net/imap.rb" "lib/net/telnet.rb" "lib/net/https.rb" "lib/net/http.rb" "lib/net/ftp.rb" "lib/net/pop.rb" "lib/net/smtp.rb" "lib/time.rb" "lib/logger.rb" "lib/tmpdir.rb" "lib/pathname.rb" "lib/rubygems/test_utilities.rb" "lib/rubygems/command_manager.rb" "lib/rubygems/old_format.rb" "lib/rubygems/exceptions.rb" "lib/rubygems/spec_fetcher.rb" "lib/rubygems/gem_runner.rb" "lib/rubygems/command.rb" "lib/rubygems/version_option.rb" "lib/rubygems/timer.rb" "lib/rubygems/source_info_cache.rb" "lib/rubygems/validator.rb" "lib/rubygems/platform.rb" "lib/rubygems/ext/rake_builder.rb" "lib/rubygems/ext/builder.rb" "lib/rubygems/ext/ext_conf_builder.rb" "lib/rubygems/ext/configure_builder.rb" "lib/rubygems/gem_path_searcher.rb" "lib/rubygems/builder.rb" "lib/rubygems/config_file.rb" "lib/rubygems/dependency_list.rb" "lib/rubygems/security.rb" "lib/rubygems/indexer.rb" "lib/rubygems/doc_manager.rb" "lib/rubygems/source_index.rb" "lib/rubygems/package/tar_output.rb" "lib/rubygems/package/tar_writer.rb" "lib/rubygems/package/tar_header.rb" "lib/rubygems/package/tar_reader/entry.rb" "lib/rubygems/package/tar_reader.rb" "lib/rubygems/package/tar_input.rb" "lib/rubygems/package/f_sync_dir.rb" "lib/rubygems/local_remote_options.rb" "lib/rubygems/specification.rb" "lib/rubygems/require_paths_builder.rb" "lib/rubygems/version.rb" "lib/rubygems/installer.rb" "lib/rubygems/rubygems_version.rb" "lib/rubygems/source_info_cache_entry.rb" "lib/rubygems/indexer/abstract_index_builder.rb" "lib/rubygems/indexer/marshal_index_builder.rb" "lib/rubygems/indexer/master_index_builder.rb" "lib/rubygems/indexer/latest_index_builder.rb" "lib/rubygems/indexer/quick_index_builder.rb" "lib/rubygems/install_update_options.rb" "lib/rubygems/dependency.rb" "lib/rubygems/defaults.rb" "lib/rubygems/server.rb" "lib/rubygems/digest/digest_adapter.rb" "lib/rubygems/digest/md5.rb" "lib/rubygems/digest/sha2.rb" "lib/rubygems/digest/sha1.rb" "lib/rubygems/remote_fetcher.rb" "lib/rubygems/dependency_installer.rb" "lib/rubygems/package.rb" "lib/rubygems/user_interaction.rb" "lib/rubygems/uninstaller.rb" "lib/rubygems/custom_require.rb" "lib/rubygems/gem_openssl.rb" "lib/rubygems/format.rb" "lib/rubygems/commands/update_command.rb" "lib/rubygems/commands/mirror_command.rb" "lib/rubygems/commands/help_command.rb" "lib/rubygems/commands/environment_command.rb" "lib/rubygems/commands/generate_index_command.rb" "lib/rubygems/commands/stale_command.rb" "lib/rubygems/commands/check_command.rb" "lib/rubygems/commands/build_command.rb" "lib/rubygems/commands/which_command.rb" "lib/rubygems/commands/query_command.rb" "lib/rubygems/commands/contents_command.rb" "lib/rubygems/commands/list_command.rb" "lib/rubygems/commands/sources_command.rb" "lib/rubygems/commands/cert_command.rb" "lib/rubygems/commands/unpack_command.rb" "lib/rubygems/commands/pristine_command.rb" "lib/rubygems/commands/search_command.rb" "lib/rubygems/commands/specification_command.rb" "lib/rubygems/commands/dependency_command.rb" "lib/rubygems/commands/install_command.rb" "lib/rubygems/commands/lock_command.rb" "lib/rubygems/commands/server_command.rb" "lib/rubygems/commands/cleanup_command.rb" "lib/rubygems/commands/rdoc_command.rb" "lib/rubygems/commands/outdated_command.rb" "lib/rubygems/commands/uninstall_command.rb" "lib/rubygems/commands/fetch_command.rb" "lib/rubygems/requirement.rb" "lib/rubygems/ext.rb" "lib/shell.rb" "lib/thread.rb" "lib/uri.rb" "lib/find.rb" "lib/fileutils.rb" "lib/getoptlong.rb" "lib/racc/parser.rb" "lib/mathn.rb" "lib/webrick/httpservlet/cgi_runner.rb" "lib/webrick/httpservlet/prochandler.rb" "lib/webrick/httpservlet/cgihandler.rb" "lib/webrick/httpservlet/filehandler.rb" "lib/webrick/httpservlet/erbhandler.rb" "lib/webrick/httpservlet/abstract.rb" "lib/webrick/httpproxy.rb" "lib/webrick/compat.rb" "lib/webrick/httpstatus.rb" "lib/webrick/httpversion.rb" "lib/webrick/httputils.rb" "lib/webrick/accesslog.rb" "lib/webrick/httpresponse.rb" "lib/webrick/httpservlet.rb" "lib/webrick/cookie.rb" "lib/webrick/https.rb" "lib/webrick/httpauth/htdigest.rb" "lib/webrick/httpauth/htgroup.rb" "lib/webrick/httpauth/userdb.rb" "lib/webrick/httpauth/htpasswd.rb" "lib/webrick/httpauth/authenticator.rb" "lib/webrick/httpauth/basicauth.rb" "lib/webrick/httpauth/digestauth.rb" "lib/webrick/version.rb" "lib/webrick/httpauth.rb" "lib/webrick/httprequest.rb" "lib/webrick/server.rb" "lib/webrick/ssl.rb" "lib/webrick/htmlutils.rb" "lib/webrick/httpserver.rb" "lib/webrick/log.rb" "lib/webrick/cgi.rb" "lib/webrick/utils.rb" "lib/webrick/config.rb" "lib/securerandom.rb" "lib/debug.rb" "lib/singleton.rb" "lib/pstore.rb" "lib/optparse/time.rb" "lib/optparse/uri.rb" "lib/optparse/date.rb" "lib/optparse/version.rb" "lib/optparse/shellwords.rb" "lib/erb.rb" "lib/thwait.rb" "lib/rinda/rinda.rb" "lib/rinda/ring.rb" "lib/rinda/tuplespace.rb" "lib/rake/tasklib.rb" "lib/rake/loaders/makefile.rb" "lib/rake/clean.rb" "lib/rake/rdoctask.rb" "lib/rake/gempackagetask.rb" "lib/rake/runtest.rb" "lib/rake/win32.rb" "lib/rake/testtask.rb" "lib/rake/classic_namespace.rb" "lib/rake/rake_test_loader.rb" "lib/rake/packagetask.rb" "lib/English.rb" "lib/date.rb" "lib/rational.rb" "lib/complex.rb" "lib/rss.rb" "lib/tempfile.rb" "lib/irb/notifier.rb" "lib/irb/init.rb" "lib/irb/ext/math-mode.rb" "lib/irb/ext/workspaces.rb" "lib/irb/ext/loader.rb" "lib/irb/ext/change-ws.rb" "lib/irb/ext/multi-irb.rb" "lib/irb/ext/save-history.rb" "lib/irb/ext/tracer.rb" "lib/irb/ext/history.rb" "lib/irb/ext/use-loader.rb" "lib/irb/context.rb" "lib/irb/cmd/nop.rb" "lib/irb/cmd/fork.rb" "lib/irb/cmd/chws.rb" "lib/irb/cmd/help.rb" "lib/irb/cmd/subirb.rb" "lib/irb/cmd/pushws.rb" "lib/irb/cmd/load.rb" "lib/irb/input-method.rb" "lib/irb/help.rb" "lib/irb/ruby-lex.rb" "lib/irb/completion.rb" "lib/irb/ws-for-case-2.rb" "lib/irb/version.rb" "lib/irb/src_encoding.rb" "lib/irb/output-method.rb" "lib/irb/lc/ja/error.rb" "lib/irb/lc/ja/encoding_aliases.rb" "lib/irb/lc/error.rb" "lib/irb/slex.rb" "lib/irb/extend-command.rb" "lib/irb/workspace.rb" "lib/irb/ruby-token.rb" "lib/irb/xmp.rb" "lib/irb/magic-file.rb" "lib/irb/locale.rb" "lib/irb/frame.rb" "lib/rexml/parseexception.rb" "lib/rexml/xmltokens.rb" "lib/rexml/xmldecl.rb" "lib/rexml/document.rb" "lib/rexml/entity.rb" "lib/rexml/output.rb" "lib/rexml/doctype.rb" "lib/rexml/attribute.rb" "lib/rexml/parent.rb" "lib/rexml/formatters/default.rb" "lib/rexml/formatters/pretty.rb" "lib/rexml/formatters/transitive.rb" "lib/rexml/quickpath.rb" "lib/rexml/rexml.rb" "lib/rexml/sax2listener.rb" "lib/rexml/validation/validation.rb" "lib/rexml/validation/validationexception.rb" "lib/rexml/validation/relaxng.rb" "lib/rexml/functions.rb" "lib/rexml/light/node.rb" "lib/rexml/child.rb" "lib/rexml/comment.rb" "lib/rexml/encodings/EUC-JP.rb" "lib/rexml/encodings/ISO-8859-15.rb" "lib/rexml/encodings/UNILE.rb" "lib/rexml/encodings/SHIFT-JIS.rb" "lib/rexml/encodings/UTF-16.rb" "lib/rexml/encodings/US-ASCII.rb" "lib/rexml/encodings/UTF-8.rb" "lib/rexml/encodings/SHIFT_JIS.rb" "lib/rexml/encodings/ICONV.rb" "lib/rexml/encodings/CP-1252.rb" "lib/rexml/encodings/ISO-8859-1.rb" "lib/rexml/streamlistener.rb" "lib/rexml/text.rb" "lib/rexml/undefinednamespaceexception.rb" "lib/rexml/xpath_parser.rb" "lib/rexml/xpath.rb" "lib/rexml/encoding.rb" "lib/rexml/attlistdecl.rb" "lib/rexml/parsers/pullparser.rb" "lib/rexml/parsers/xpathparser.rb" "lib/rexml/parsers/lightparser.rb" "lib/rexml/parsers/sax2parser.rb" "lib/rexml/parsers/streamparser.rb" "lib/rexml/parsers/baseparser.rb" "lib/rexml/parsers/ultralightparser.rb" "lib/rexml/parsers/treeparser.rb" "lib/rexml/node.rb" "lib/rexml/namespace.rb" "lib/rexml/dtd/dtd.rb" "lib/rexml/dtd/entitydecl.rb" "lib/rexml/dtd/attlistdecl.rb" "lib/rexml/dtd/elementdecl.rb" "lib/rexml/dtd/notationdecl.rb" "lib/rexml/element.rb" "lib/rexml/source.rb" "lib/rexml/syncenumerator.rb" "lib/rexml/cdata.rb" "lib/rexml/instruction.rb" "lib/optparse.rb" "lib/rubygems.rb" "lib/rdoc/code_objects.rb" "lib/rdoc/ri/descriptions.rb" "lib/rdoc/ri/driver.rb" "lib/rdoc/ri/util.rb" "lib/rdoc/ri/reader.rb" "lib/rdoc/ri/writer.rb" "lib/rdoc/ri/cache.rb" "lib/rdoc/ri/display.rb" "lib/rdoc/ri/paths.rb" "lib/rdoc/ri/formatter.rb" "lib/rdoc/tokenstream.rb" "lib/rdoc/known_classes.rb" "lib/rdoc/ri.rb" "lib/rdoc/diagram.rb" "lib/rdoc/stats.rb" "lib/rdoc/dot.rb" "lib/rdoc/generator.rb" "lib/rdoc/rdoc.rb" "lib/rdoc/generator/chm.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/frameless.rb" "lib/rdoc/generator/html/html.rb" "lib/rdoc/generator/html/hefss.rb" "lib/rdoc/generator/html/common.rb" "lib/rdoc/generator/xml/rdf.rb" "lib/rdoc/generator/xml/xml.rb" "lib/rdoc/generator/chm/chm.rb" "lib/rdoc/generator/ri.rb" "lib/rdoc/generator/texinfo.rb" "lib/rdoc/generator/html.rb" "lib/rdoc/generator/xml.rb" "lib/rdoc/parser.rb" "lib/rdoc/parser/f95.rb" "lib/rdoc/parser/simple.rb" "lib/rdoc/parser/c.rb" "lib/rdoc/parser/perl.rb" "lib/rdoc/parser/ruby.rb" "lib/rdoc/options.rb" "lib/rdoc/template.rb" "lib/rdoc/markup/to_html.rb" "lib/rdoc/markup/to_flow.rb" "lib/rdoc/markup/to_test.rb" "lib/rdoc/markup/fragments.rb" "lib/rdoc/markup/preprocess.rb" "lib/rdoc/markup/to_texinfo.rb" "lib/rdoc/markup/lines.rb" "lib/rdoc/markup/to_html_crossref.rb" "lib/rdoc/markup/attribute_manager.rb" "lib/rdoc/markup/to_latex.rb" "lib/rdoc/markup/formatter.rb" "lib/rdoc/markup/inline.rb" "lib/rdoc/markup.rb" "lib/mkmf.rb" "lib/set.rb" "lib/e2mmap.rb" "lib/csv.rb" "lib/rdoc.rb" "lib/weakref.rb" "lib/date/format.rb" "lib/ipaddr.rb" "lib/profiler.rb" "lib/open3.rb" "lib/profile.rb" "lib/rake.rb" "lib/forwardable.rb" "lib/uri/mailto.rb" "lib/uri/ldaps.rb" "lib/uri/generic.rb" "lib/uri/https.rb" "lib/uri/http.rb" "lib/uri/ftp.rb" "lib/uri/common.rb" "lib/uri/ldap.rb" "lib/benchmark.rb" "lib/gserver.rb" "lib/prettyprint.rb" "lib/shellwords.rb" "lib/prime.rb" "lib/test/unit.rb" "lib/test/unit/assertions.rb" "lib/test/unit/testcase.rb" "lib/rss/rexmlparser.rb" "lib/rss/maker/image.rb" "lib/rss/maker/0.9.rb" "lib/rss/maker/taxonomy.rb" "lib/rss/maker/entry.rb" "lib/rss/maker/atom.rb" "lib/rss/maker/dublincore.rb" "lib/rss/maker/trackback.rb" "lib/rss/maker/feed.rb" "lib/rss/maker/itunes.rb" "lib/rss/maker/syndication.rb" "lib/rss/maker/1.0.rb" "lib/rss/maker/base.rb" "lib/rss/maker/content.rb" "lib/rss/maker/slash.rb" "lib/rss/maker/2.0.rb" "lib/rss/content/1.0.rb" "lib/rss/content/2.0.rb" "lib/rss/xmlscanner.rb" "lib/rss/image.rb" "lib/rss/0.9.rb" "lib/rss/taxonomy.rb" "lib/rss/atom.rb" "lib/rss/converter.rb" "lib/rss/maker.rb" "lib/rss/dublincore.rb" "lib/rss/trackback.rb" "lib/rss/xml-stylesheet.rb" "lib/rss/rss.rb" "lib/rss/itunes.rb" "lib/rss/syndication.rb" "lib/rss/1.0.rb" "lib/rss/dublincore/atom.rb" "lib/rss/dublincore/1.0.rb" "lib/rss/dublincore/2.0.rb" "lib/rss/content.rb" "lib/rss/slash.rb" "lib/rss/xml.rb" "lib/rss/parser.rb" "lib/rss/utils.rb" "lib/rss/2.0.rb" "lib/rss/xmlparser.rb" "lib/matrix.rb" "lib/observer.rb" "lib/webrick.rb" "lib/ubygems.rb" "lib/ostruct.rb" "lib/cgi/util.rb" "lib/cgi/cookie.rb" "lib/cgi/session.rb" "lib/cgi/core.rb" "lib/cgi/html.rb" "lib/cgi/session/pstore.rb" "lib/tsort.rb" "lib/yaml.rb" "lib/abbrev.rb" "lib/drb.rb" "lib/cgi.rb" "lib/delegate.rb" "lib/open-uri.rb" "lib/irb.rb" "lib/rbconfig/datadir.rb" "lib/sync.rb" "lib/yaml/types.rb" "lib/yaml/stringio.rb" "lib/yaml/ypath.rb" "lib/yaml/store.rb" "lib/yaml/loader.rb" "lib/yaml/stream.rb" "lib/yaml/yamlnode.rb" "lib/yaml/constants.rb" "lib/yaml/syck.rb" "lib/yaml/rubytypes.rb" "lib/yaml/basenode.rb" "lib/yaml/tag.rb" "lib/yaml/baseemitter.rb" "lib/yaml/encoding.rb" "lib/yaml/error.rb" "lib/yaml/dbm.rb" "lib/mutex_m.rb" "lib/tracer.rb" "lib/pp.rb" "lib/un.rb" "lib/monitor.rb" "sample/fib.rb" "sample/ripper/strip-comment.rb" "sample/ripper/ruby2html.rb" "sample/drb/drbm.rb" "sample/drb/dcdbiff.rb" "sample/drb/drbssl_c.rb" "sample/drb/drbssl_s.rb" "sample/drb/speeds.rb" "sample/drb/speedc.rb" "sample/drb/name.rb" "sample/drb/http0serv.rb" "sample/drb/holders.rb" "sample/drb/drbch.rb" "sample/drb/dchatc.rb" "sample/drb/simpletuple.rb" "sample/drb/dhasen.rb" "sample/drb/dqueue.rb" "sample/drb/gw_cu.rb" "sample/drb/holderc.rb" "sample/drb/old_tuplespace.rb" "sample/drb/dhasenc.rb" unknown encoding name: euc-jp sample/drb/dhasenc.rb "sample/drb/dbiff.rb" "sample/drb/drbs-acl.rb" "sample/drb/dchats.rb" "sample/drb/drbc.rb" "sample/drb/extserv_test.rb" "sample/drb/namec.rb" "sample/drb/drbs.rb" "sample/drb/ring_place.rb" "sample/drb/gw_ct.rb" "sample/drb/dqout.rb" "sample/drb/gw_s.rb" "sample/drb/ring_echo.rb" "sample/drb/dlogc.rb" "sample/drb/dlogd.rb" "sample/drb/darray.rb" "sample/drb/darrayc.rb" "sample/drb/rindac.rb" "sample/drb/rinda_ts.rb" "sample/drb/dqin.rb" "sample/drb/ring_inspect.rb" "sample/drb/dqlib.rb" "sample/drb/http0.rb" "sample/drb/drbmc.rb" "sample/drb/rindas.rb" "sample/logger/app.rb" "sample/logger/shifting.rb" "sample/logger/log.rb" "sample/list3.rb" "sample/time.rb" "sample/philos.rb" "sample/observ.rb" "sample/dualstack-httpd.rb" "sample/tsvr.rb" "sample/fullpath.rb" "sample/sieve.rb" "sample/mkproto.rb" "sample/test.rb" "sample/webrick/httpproxy.rb" "sample/webrick/httpd.rb" "sample/webrick/hello.rb" "sample/webrick/demo-servlet.rb" "sample/webrick/httpsd.rb" "sample/webrick/demo-app.rb" "sample/from.rb" "sample/cal.rb" "sample/list.rb" "sample/optparse/subcommand.rb" "sample/optparse/opttest.rb" "sample/coverage.rb" "sample/eval.rb" "sample/mpart.rb" "sample/fact.rb" "sample/clnt.rb" "sample/openssl/c_rehash.rb" "sample/openssl/gen_csr.rb" "sample/openssl/cert2text.rb" "sample/openssl/smime_write.rb" "sample/openssl/cipher.rb" "sample/openssl/smime_read.rb" "sample/openssl/echo_cli.rb" "sample/openssl/certstore.rb" "sample/openssl/echo_svr.rb" "sample/openssl/wget.rb" "sample/openssl/crlstore.rb" "sample/rdoc/markup/sample.rb" "sample/rdoc/markup/rdoc2latex.rb" "sample/testunit/subtracter.rb" "sample/testunit/tc_adder.rb" "sample/testunit/tc_subtracter.rb" "sample/testunit/ts_examples.rb" "sample/testunit/adder.rb" "sample/dualstack-fetch.rb" "sample/occur.rb" "sample/svr.rb" "sample/less.rb" "sample/uumerge.rb" "sample/mine.rb" unknown encoding name: euc-jp sample/mine.rb "sample/export.rb" "sample/cbreak.rb" "sample/pi.rb" "sample/rss/list_description.rb" "sample/rss/convert.rb" "sample/rss/re_read.rb" "sample/rss/rss_recent.rb" "sample/rss/blend.rb" "sample/trojan.rb" "sample/freq.rb" "sample/list2.rb" "sample/dir.rb" "sample/occur2.rb" "sample/exyacc.rb" "sample/biorhythm.rb" "sample/rcs.rb" "ext/socket/extconf.rb" "ext/socket/mkconstants.rb" "ext/extmk.rb" "ext/syck/extconf.rb" "ext/ripper/extconf.rb" "ext/ripper/tools/strip.rb" "ext/ripper/tools/generate-param-macros.rb" "ext/ripper/tools/generate.rb" "ext/ripper/tools/preproc.rb" "ext/ripper/lib/ripper/filter.rb" "ext/ripper/lib/ripper/lexer.rb" "ext/ripper/lib/ripper/sexp.rb" "ext/ripper/lib/ripper/core.rb" "ext/ripper/lib/ripper.rb" "ext/nkf/extconf.rb" "ext/nkf/lib/kconv.rb" "ext/json/ext/generator/extconf.rb" "ext/json/ext/parser/extconf.rb" "ext/json/extconf.rb" "ext/json/lib/json/version.rb" "ext/json/lib/json/common.rb" "ext/json/lib/json/add/rails.rb" "ext/json/lib/json/add/core.rb" "ext/json/lib/json/editor.rb" "ext/json/lib/json/ext.rb" "ext/json/lib/json.rb" "ext/pty/expect_sample.rb" "ext/pty/script.rb" "ext/pty/extconf.rb" "ext/pty/shl.rb" "ext/pty/lib/expect.rb" "ext/strscan/extconf.rb" "ext/bigdecimal/extconf.rb" "ext/bigdecimal/sample/linear.rb" "ext/bigdecimal/sample/nlsolve.rb" "ext/bigdecimal/sample/pi.rb" "ext/bigdecimal/lib/bigdecimal/jacobian.rb" "ext/bigdecimal/lib/bigdecimal/newton.rb" "ext/bigdecimal/lib/bigdecimal/util.rb" "ext/bigdecimal/lib/bigdecimal/math.rb" "ext/bigdecimal/lib/bigdecimal/ludcmp.rb" "ext/coverage/extconf.rb" "ext/continuation/extconf.rb" "ext/tk/extconf.rb" "ext/tk/tkutil/extconf.rb" "ext/tk/sample/tktree.rb" "ext/tk/sample/encstr_usage.rb" "ext/tk/sample/tkballoonhelp.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/cscroll.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/cscroll.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/label.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/label.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/bind.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/bind.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/style.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/style.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/ctext.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ctext.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/image2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/image2.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/items.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/items.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/hscale.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/hscale.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/aniwave.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/aniwave.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/button.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/button.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/dialog1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/dialog1.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/dialog2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/dialog2.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/colors.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/colors.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/paned2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/paned2.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/entry2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry2.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/labelframe.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/labelframe.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/entry3.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/entry3.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/knightstour.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/knightstour.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/radio2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/radio2.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/combo.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/combo.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/menu8x.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu8x.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/ttkpane.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkpane.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/ttkmenu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkmenu.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/search.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/search.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/states.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/states.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/menu84.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu84.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/twind2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/twind2.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/menu.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/menu.rb "ext/tk/sample/demos-jp/vscale.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/vscale.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/goldberg.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/goldberg.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/paned1.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/paned1.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/ttkbut.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/ttkbut.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/tree.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/tree.rb "ext/tk/sample/demos-jp/check2.rb" unknown encoding name: euc-jp ext/tk/sample/demos-jp/check2.rb "ext/tk/sample/tkbrowse.rb" "ext/tk/sample/multi-ip_sample2.rb" "ext/tk/sample/figmemo_sample.rb" "ext/tk/sample/tkextlib/treectrl/www-options.rb" "ext/tk/sample/tkextlib/treectrl/random.rb" "ext/tk/sample/tkextlib/treectrl/mailwasher.rb" "ext/tk/sample/tkextlib/treectrl/help.rb" "ext/tk/sample/tkextlib/treectrl/explorer.rb" "ext/tk/sample/tkextlib/treectrl/outlook-folders.rb" "ext/tk/sample/tkextlib/treectrl/bitmaps.rb" "ext/tk/sample/tkextlib/treectrl/imovie.rb" "ext/tk/sample/tkextlib/treectrl/demo.rb" "ext/tk/sample/tkextlib/treectrl/layout.rb" "ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb" "ext/tk/sample/tkextlib/tkimg/demo.rb" "ext/tk/sample/tkextlib/vu/dial_demo.rb" "ext/tk/sample/tkextlib/vu/pie.rb" "ext/tk/sample/tkextlib/vu/vu_demo.rb" "ext/tk/sample/tkextlib/vu/canvItems.rb" "ext/tk/sample/tkextlib/vu/canvSticker2.rb" "ext/tk/sample/tkextlib/vu/canvSticker.rb" "ext/tk/sample/tkextlib/vu/oscilloscope.rb" "ext/tk/sample/tkextlib/ICONS/viewIcons.rb" "ext/tk/sample/tkextlib/bwidget/basic.rb" "ext/tk/sample/tkextlib/bwidget/dnd.rb" "ext/tk/sample/tkextlib/bwidget/select.rb" "ext/tk/sample/tkextlib/bwidget/demo.rb" "ext/tk/sample/tkextlib/bwidget/tmpldlg.rb" "ext/tk/sample/tkextlib/bwidget/manager.rb" "ext/tk/sample/tkextlib/bwidget/tree.rb" "ext/tk/sample/tkextlib/iwidgets/sample/calendar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/optionmenu.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spinner.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extfileselectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extbutton.rb" "ext/tk/sample/tkextlib/iwidgets/sample/selectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/fileselectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagebox2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/promptdialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/shell.rb" "ext/tk/sample/tkextlib/iwidgets/sample/finddialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/selectiondialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/feedback.rb" "ext/tk/sample/tkextlib/iwidgets/sample/datefield.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledhtml.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/canvasprintbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/combobox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/labeledframe.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagedialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/toolbar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/notebook2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/menubar2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabset.rb" "ext/tk/sample/tkextlib/iwidgets/sample/messagebox1.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spintime.rb" "ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb" "ext/tk/sample/tkextlib/iwidgets/sample/hyperhelp.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spinint.rb" "ext/tk/sample/tkextlib/iwidgets/sample/panedwindow2.rb" "ext/tk/sample/tkextlib/iwidgets/sample/buttonbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/extfileselectionbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/menubar.rb" "ext/tk/sample/tkextlib/iwidgets/sample/radiobox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/watch.rb" "ext/tk/sample/tkextlib/iwidgets/sample/notebook.rb" "ext/tk/sample/tkextlib/iwidgets/sample/labeledwidget.rb" "ext/tk/sample/tkextlib/iwidgets/sample/mainwindow.rb" "ext/tk/sample/tkextlib/iwidgets/sample/spindate.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledlistbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledcanvas.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dialogshell.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledframe.rb" "ext/tk/sample/tkextlib/iwidgets/sample/entryfield-1.rb" "ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook.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/canvasprintdialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/pushbutton.rb" "ext/tk/sample/tkextlib/iwidgets/sample/panedwindow.rb" "ext/tk/sample/tkextlib/iwidgets/sample/checkbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dateentry.rb" "ext/tk/sample/tkextlib/iwidgets/sample/timeentry.rb" "ext/tk/sample/tkextlib/iwidgets/sample/disjointlistbox.rb" "ext/tk/sample/tkextlib/iwidgets/sample/scrolledtext.rb" "ext/tk/sample/tkextlib/iwidgets/sample/dialog.rb" "ext/tk/sample/tkextlib/iwidgets/sample/hierarchy.rb" "ext/tk/sample/tkextlib/iwidgets/sample/fileselectiondialog.rb" "ext/tk/sample/tkextlib/blt/calendar.rb" "ext/tk/sample/tkextlib/blt/scripts/stipples.rb" "ext/tk/sample/tkextlib/blt/graph6.rb" "ext/tk/sample/tkextlib/blt/winop2.rb" "ext/tk/sample/tkextlib/blt/graph7c.rb" "ext/tk/sample/tkextlib/blt/plot1.rb" "ext/tk/sample/tkextlib/blt/barchart5.rb" "ext/tk/sample/tkextlib/blt/plot1b.rb" "ext/tk/sample/tkextlib/blt/pareto.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/winop1.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos3.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos2.rb" "ext/tk/sample/tkextlib/tcllib/datefield.rb" "ext/tk/sample/tkextlib/tcllib/plotdemos1.rb" "ext/tk/sample/tkextlib/tcllib/xyplot.rb" "ext/tk/sample/tkextlib/tktable/dynarows.rb" "ext/tk/sample/tkextlib/tktable/command.rb" "ext/tk/sample/tkextlib/tktable/debug.rb" "ext/tk/sample/tkextlib/tktable/basic.rb" "ext/tk/sample/tkextlib/tktable/maxsize.rb" "ext/tk/sample/tkextlib/tktable/valid.rb" "ext/tk/sample/tkextlib/tktable/spreadsheet.rb" "ext/tk/sample/tkextlib/tktable/buttons.rb" "ext/tk/sample/tkextlib/tkHTML/hv.rb" "ext/tk/sample/tkextlib/tkHTML/ss.rb" "ext/tk/sample/tkextlib/tile/themes/kroc.rb" "ext/tk/sample/tkextlib/tile/demo.rb" "ext/tk/sample/binstr_usage.rb" "ext/tk/sample/ttk_wrapper.rb" "ext/tk/sample/tkmultilistframe.rb" "ext/tk/sample/tkfrom.rb" "ext/tk/sample/tkmenubutton.rb" "ext/tk/sample/btn_with_frame.rb" "ext/tk/sample/menubar2.rb" "ext/tk/sample/irbtk.rb" "ext/tk/sample/binding_sample.rb" "ext/tk/sample/remote-ip_sample2.rb" "ext/tk/sample/tktextio.rb" "ext/tk/sample/safe-tk.rb" "ext/tk/sample/tktextframe.rb" "ext/tk/sample/24hr_clock.rb" "ext/tk/sample/tktimer2.rb" "ext/tk/sample/scrollframe.rb" "ext/tk/sample/tkoptdb.rb" "ext/tk/sample/cd_timer.rb" "ext/tk/sample/tkbiff.rb" "ext/tk/sample/tkdialog.rb" "ext/tk/sample/tksleep_sample.rb" "ext/tk/sample/tkhello.rb" "ext/tk/sample/tkline.rb" "ext/tk/sample/tkalignbox.rb" "ext/tk/sample/tkoptdb-safeTk.rb" "ext/tk/sample/tkmsgcat-load_rb.rb" "ext/tk/sample/bindtag_sample.rb" "ext/tk/sample/menubar1.rb" "ext/tk/sample/editable_listbox.rb" "ext/tk/sample/tktimer3.rb" "ext/tk/sample/propagate.rb" "ext/tk/sample/multi-ip_sample.rb" "ext/tk/sample/tkmsgcat-load_tk.rb" "ext/tk/sample/tkrttimer.rb" "ext/tk/sample/optobj_sample.rb" "ext/tk/sample/tkmulticolumnlist.rb" "ext/tk/sample/demos-en/twind.rb" "ext/tk/sample/demos-en/cscroll.rb" "ext/tk/sample/demos-en/arrow.rb" "ext/tk/sample/demos-en/label.rb" "ext/tk/sample/demos-en/msgbox2.rb" "ext/tk/sample/demos-en/bind.rb" "ext/tk/sample/demos-en/mclist.rb" "ext/tk/sample/demos-en/style.rb" "ext/tk/sample/demos-en/ruler.rb" "ext/tk/sample/demos-en/ctext.rb" "ext/tk/sample/demos-en/check.rb" "ext/tk/sample/demos-en/image2.rb" "ext/tk/sample/demos-en/unicodeout.rb" "ext/tk/sample/demos-en/items.rb" "ext/tk/sample/demos-en/icon.rb" "ext/tk/sample/demos-en/hscale.rb" "ext/tk/sample/demos-en/radio.rb" "ext/tk/sample/demos-en/aniwave.rb" "ext/tk/sample/demos-en/toolbar.rb" "ext/tk/sample/demos-en/button.rb" "ext/tk/sample/demos-en/floor.rb" "ext/tk/sample/demos-en/dialog1.rb" "ext/tk/sample/demos-en/ttkprogress.rb" "ext/tk/sample/demos-en/dialog2.rb" "ext/tk/sample/demos-en/image3.rb" "ext/tk/sample/demos-en/colors.rb" "ext/tk/sample/demos-en/spin.rb" "ext/tk/sample/demos-en/paned2.rb" "ext/tk/sample/demos-en/floor2.rb" "ext/tk/sample/demos-en/entry2.rb" "ext/tk/sample/demos-en/plot.rb" "ext/tk/sample/demos-en/labelframe.rb" "ext/tk/sample/demos-en/pendulum.rb" "ext/tk/sample/demos-en/entry3.rb" "ext/tk/sample/demos-en/form.rb" "ext/tk/sample/demos-en/knightstour.rb" "ext/tk/sample/demos-en/anilabel.rb" "ext/tk/sample/demos-en/radio2.rb" "ext/tk/sample/demos-en/filebox.rb" "ext/tk/sample/demos-en/combo.rb" "ext/tk/sample/demos-en/radio3.rb" "ext/tk/sample/demos-en/text.rb" "ext/tk/sample/demos-en/ttkpane.rb" "ext/tk/sample/demos-en/textpeer.rb" "ext/tk/sample/demos-en/ttkmenu.rb" "ext/tk/sample/demos-en/msgbox.rb" "ext/tk/sample/demos-en/search.rb" "ext/tk/sample/demos-en/bitmap.rb" "ext/tk/sample/demos-en/states.rb" "ext/tk/sample/demos-en/ttknote.rb" "ext/tk/sample/demos-en/menu84.rb" "ext/tk/sample/demos-en/entry1.rb" "ext/tk/sample/demos-en/twind2.rb" "ext/tk/sample/demos-en/sayings.rb" "ext/tk/sample/demos-en/menu.rb" "ext/tk/sample/demos-en/vscale.rb" "ext/tk/sample/demos-en/menubu.rb" "ext/tk/sample/demos-en/goldberg.rb" "ext/tk/sample/demos-en/image1.rb" "ext/tk/sample/demos-en/paned1.rb" "ext/tk/sample/demos-en/clrpick.rb" "ext/tk/sample/demos-en/ttkbut.rb" "ext/tk/sample/demos-en/puzzle.rb" "ext/tk/sample/demos-en/tree.rb" "ext/tk/sample/demos-en/check2.rb" "ext/tk/sample/demos-en/tkencoding.rb" "ext/tk/sample/tcltklib/lines4.rb" "ext/tk/sample/tcltklib/sample2.rb" "ext/tk/sample/tcltklib/sample0.rb" "ext/tk/sample/tcltklib/lines1.rb" "ext/tk/sample/tcltklib/lines3.rb" "ext/tk/sample/tcltklib/lines2.rb" "ext/tk/sample/tcltklib/sample1.rb" unknown encoding name: euc-jp ext/tk/sample/tcltklib/sample1.rb "ext/tk/sample/tcltklib/safeTk.rb" "ext/tk/sample/remote-ip_sample.rb" "ext/tk/sample/tkcombobox.rb" "ext/tk/sample/cmd_res_test.rb" "ext/tk/sample/tkmultilistbox.rb" "ext/tk/sample/tkmsgcat-load_rb2.rb" "ext/tk/sample/tktimer.rb" "ext/tk/lib/tkwinpkg.rb" "ext/tk/lib/tkbgerror.rb" "ext/tk/lib/tkscrollbox.rb" "ext/tk/lib/tkclass.rb" "ext/tk/lib/tkpalette.rb" "ext/tk/lib/tk/listbox.rb" "ext/tk/lib/tk/encodedstr.rb" "ext/tk/lib/tk/label.rb" "ext/tk/lib/tk/canvas.rb" "ext/tk/lib/tk/spinbox.rb" "ext/tk/lib/tk/message.rb" "ext/tk/lib/tk/canvastag.rb" "ext/tk/lib/tk/timer.rb" "ext/tk/lib/tk/image.rb" "ext/tk/lib/tk/after.rb" "ext/tk/lib/tk/clipboard.rb" "ext/tk/lib/tk/composite.rb" "ext/tk/lib/tk/bindtag.rb" "ext/tk/lib/tk/kinput.rb" "ext/tk/lib/tk/console.rb" "ext/tk/lib/tk/mngfocus.rb" "ext/tk/lib/tk/palette.rb" "ext/tk/lib/tk/textimage.rb" "ext/tk/lib/tk/macpkg.rb" "ext/tk/lib/tk/entry.rb" "ext/tk/lib/tk/wm.rb" "ext/tk/lib/tk/textmark.rb" "ext/tk/lib/tk/radiobutton.rb" "ext/tk/lib/tk/menuspec.rb" "ext/tk/lib/tk/button.rb" "ext/tk/lib/tk/ttk_selector.rb" "ext/tk/lib/tk/validation.rb" "ext/tk/lib/tk/bgerror.rb" "ext/tk/lib/tk/variable.rb" "ext/tk/lib/tk/textwindow.rb" "ext/tk/lib/tk/grid.rb" "ext/tk/lib/tk/place.rb" "ext/tk/lib/tk/tagfont.rb" "ext/tk/lib/tk/xim.rb" "ext/tk/lib/tk/menubar.rb" "ext/tk/lib/tk/labelframe.rb" "ext/tk/lib/tk/scale.rb" "ext/tk/lib/tk/font.rb" "ext/tk/lib/tk/checkbutton.rb" "ext/tk/lib/tk/toplevel.rb" "ext/tk/lib/tk/virtevent.rb" "ext/tk/lib/tk/scrollable.rb" "ext/tk/lib/tk/text.rb" "ext/tk/lib/tk/itemfont.rb" "ext/tk/lib/tk/selection.rb" "ext/tk/lib/tk/event.rb" "ext/tk/lib/tk/clock.rb" "ext/tk/lib/tk/scrollbar.rb" "ext/tk/lib/tk/package.rb" "ext/tk/lib/tk/msgcat.rb" "ext/tk/lib/tk/root.rb" "ext/tk/lib/tk/winfo.rb" "ext/tk/lib/tk/panedwindow.rb" "ext/tk/lib/tk/txtwin_abst.rb" "ext/tk/lib/tk/autoload.rb" "ext/tk/lib/tk/namespace.rb" "ext/tk/lib/tk/menu.rb" "ext/tk/lib/tk/optiondb.rb" "ext/tk/lib/tk/itemconfig.rb" "ext/tk/lib/tk/texttag.rb" "ext/tk/lib/tk/dialog.rb" "ext/tk/lib/tk/scrollbox.rb" "ext/tk/lib/tk/frame.rb" "ext/tk/lib/tk/optionobj.rb" "ext/tk/lib/tk/pack.rb" "ext/tk/lib/tk/winpkg.rb" "ext/tk/lib/tkextlib/treectrl/setup.rb" "ext/tk/lib/tkextlib/treectrl/tktreectrl.rb" "ext/tk/lib/tkextlib/winico/setup.rb" "ext/tk/lib/tkextlib/winico/winico.rb" "ext/tk/lib/tkextlib/tkHTML.rb" "ext/tk/lib/tkextlib/tkimg/xpm.rb" "ext/tk/lib/tkextlib/tkimg/pixmap.rb" "ext/tk/lib/tkextlib/tkimg/tga.rb" "ext/tk/lib/tkextlib/tkimg/ppm.rb" "ext/tk/lib/tkextlib/tkimg/png.rb" "ext/tk/lib/tkextlib/tkimg/jpeg.rb" "ext/tk/lib/tkextlib/tkimg/sgi.rb" "ext/tk/lib/tkextlib/tkimg/setup.rb" "ext/tk/lib/tkextlib/tkimg/pcx.rb" "ext/tk/lib/tkextlib/tkimg/window.rb" "ext/tk/lib/tkextlib/tkimg/tiff.rb" "ext/tk/lib/tkextlib/tkimg/bmp.rb" "ext/tk/lib/tkextlib/tkimg/xbm.rb" "ext/tk/lib/tkextlib/tkimg/ico.rb" "ext/tk/lib/tkextlib/tkimg/ps.rb" "ext/tk/lib/tkextlib/tkimg/gif.rb" "ext/tk/lib/tkextlib/tkimg/sun.rb" "ext/tk/lib/tkextlib/tcllib.rb" "ext/tk/lib/tkextlib/bwidget.rb" "ext/tk/lib/tkextlib/vu/dial.rb" "ext/tk/lib/tkextlib/vu/spinbox.rb" "ext/tk/lib/tkextlib/vu/bargraph.rb" "ext/tk/lib/tkextlib/vu/pie.rb" "ext/tk/lib/tkextlib/vu/setup.rb" "ext/tk/lib/tkextlib/vu/charts.rb" "ext/tk/lib/tkextlib/ICONS.rb" "ext/tk/lib/tkextlib/tclx/tclx.rb" "ext/tk/lib/tkextlib/tclx/setup.rb" "ext/tk/lib/tkextlib/tkimg.rb" "ext/tk/lib/tkextlib/ICONS/setup.rb" "ext/tk/lib/tkextlib/ICONS/icons.rb" "ext/tk/lib/tkextlib/tclx.rb" "ext/tk/lib/tkextlib/trofs.rb" "ext/tk/lib/tkextlib/tkDND/tkdnd.rb" "ext/tk/lib/tkextlib/tkDND/shape.rb" "ext/tk/lib/tkextlib/tkDND/setup.rb" "ext/tk/lib/tkextlib/setup.rb" "ext/tk/lib/tkextlib/blt.rb" "ext/tk/lib/tkextlib/itcl.rb" "ext/tk/lib/tkextlib/treectrl.rb" "ext/tk/lib/tkextlib/winico.rb" "ext/tk/lib/tkextlib/bwidget/labelentry.rb" "ext/tk/lib/tkextlib/bwidget/listbox.rb" "ext/tk/lib/tkextlib/bwidget/dropsite.rb" "ext/tk/lib/tkextlib/bwidget/panelframe.rb" "ext/tk/lib/tkextlib/bwidget/label.rb" "ext/tk/lib/tkextlib/bwidget/dynamichelp.rb" "ext/tk/lib/tkextlib/bwidget/titleframe.rb" "ext/tk/lib/tkextlib/bwidget/selectcolor.rb" "ext/tk/lib/tkextlib/bwidget/spinbox.rb" "ext/tk/lib/tkextlib/bwidget/progressbar.rb" "ext/tk/lib/tkextlib/bwidget/dragsite.rb" "ext/tk/lib/tkextlib/bwidget/widget.rb" "ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb" "ext/tk/lib/tkextlib/bwidget/entry.rb" "ext/tk/lib/tkextlib/bwidget/combobox.rb" "ext/tk/lib/tkextlib/bwidget/statusbar.rb" "ext/tk/lib/tkextlib/bwidget/arrowbutton.rb" "ext/tk/lib/tkextlib/bwidget/button.rb" "ext/tk/lib/tkextlib/bwidget/setup.rb" "ext/tk/lib/tkextlib/bwidget/pagesmanager.rb" "ext/tk/lib/tkextlib/bwidget/buttonbox.rb" "ext/tk/lib/tkextlib/bwidget/labelframe.rb" "ext/tk/lib/tkextlib/bwidget/passwddlg.rb" "ext/tk/lib/tkextlib/bwidget/notebook.rb" "ext/tk/lib/tkextlib/bwidget/mainframe.rb" "ext/tk/lib/tkextlib/bwidget/separator.rb" "ext/tk/lib/tkextlib/bwidget/bitmap.rb" "ext/tk/lib/tkextlib/bwidget/selectfont.rb" "ext/tk/lib/tkextlib/bwidget/panedwindow.rb" "ext/tk/lib/tkextlib/bwidget/scrollableframe.rb" "ext/tk/lib/tkextlib/bwidget/progressdlg.rb" "ext/tk/lib/tkextlib/bwidget/scrollview.rb" "ext/tk/lib/tkextlib/bwidget/dialog.rb" "ext/tk/lib/tkextlib/bwidget/tree.rb" "ext/tk/lib/tkextlib/bwidget/messagedlg.rb" "ext/tk/lib/tkextlib/itk.rb" "ext/tk/lib/tkextlib/version.rb" "ext/tk/lib/tkextlib/iwidgets/calendar.rb" "ext/tk/lib/tkextlib/iwidgets/optionmenu.rb" "ext/tk/lib/tkextlib/iwidgets/spinner.rb" "ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/extbutton.rb" "ext/tk/lib/tkextlib/iwidgets/selectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/promptdialog.rb" "ext/tk/lib/tkextlib/iwidgets/entryfield.rb" "ext/tk/lib/tkextlib/iwidgets/shell.rb" "ext/tk/lib/tkextlib/iwidgets/finddialog.rb" "ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb" "ext/tk/lib/tkextlib/iwidgets/feedback.rb" "ext/tk/lib/tkextlib/iwidgets/datefield.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb" "ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb" "ext/tk/lib/tkextlib/iwidgets/combobox.rb" "ext/tk/lib/tkextlib/iwidgets/labeledframe.rb" "ext/tk/lib/tkextlib/iwidgets/messagedialog.rb" "ext/tk/lib/tkextlib/iwidgets/toolbar.rb" "ext/tk/lib/tkextlib/iwidgets/tabset.rb" "ext/tk/lib/tkextlib/iwidgets/setup.rb" "ext/tk/lib/tkextlib/iwidgets/spintime.rb" "ext/tk/lib/tkextlib/iwidgets/timefield.rb" "ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb" "ext/tk/lib/tkextlib/iwidgets/spinint.rb" "ext/tk/lib/tkextlib/iwidgets/buttonbox.rb" "ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb" "ext/tk/lib/tkextlib/iwidgets/menubar.rb" "ext/tk/lib/tkextlib/iwidgets/radiobox.rb" "ext/tk/lib/tkextlib/iwidgets/watch.rb" "ext/tk/lib/tkextlib/iwidgets/notebook.rb" "ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb" "ext/tk/lib/tkextlib/iwidgets/mainwindow.rb" "ext/tk/lib/tkextlib/iwidgets/spindate.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb" "ext/tk/lib/tkextlib/iwidgets/messagebox.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb" "ext/tk/lib/tkextlib/iwidgets/dialogshell.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb" "ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb" "ext/tk/lib/tkextlib/iwidgets/scopedobject.rb" "ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb" "ext/tk/lib/tkextlib/iwidgets/pushbutton.rb" "ext/tk/lib/tkextlib/iwidgets/panedwindow.rb" "ext/tk/lib/tkextlib/iwidgets/checkbox.rb" "ext/tk/lib/tkextlib/iwidgets/dateentry.rb" "ext/tk/lib/tkextlib/iwidgets/timeentry.rb" "ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb" "ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb" "ext/tk/lib/tkextlib/iwidgets/dialog.rb" "ext/tk/lib/tkextlib/iwidgets/hierarchy.rb" "ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb" "ext/tk/lib/tkextlib/tile.rb" "ext/tk/lib/tkextlib/tktable.rb" "ext/tk/lib/tkextlib/blt/htext.rb" "ext/tk/lib/tkextlib/blt/ted.rb" "ext/tk/lib/tkextlib/blt/graph.rb" "ext/tk/lib/tkextlib/blt/barchart.rb" "ext/tk/lib/tkextlib/blt/container.rb" "ext/tk/lib/tkextlib/blt/tabset.rb" "ext/tk/lib/tkextlib/blt/unix_dnd.rb" "ext/tk/lib/tkextlib/blt/setup.rb" "ext/tk/lib/tkextlib/blt/spline.rb" "ext/tk/lib/tkextlib/blt/component.rb" "ext/tk/lib/tkextlib/blt/eps.rb" "ext/tk/lib/tkextlib/blt/watch.rb" "ext/tk/lib/tkextlib/blt/win_printer.rb" "ext/tk/lib/tkextlib/blt/tile.rb" "ext/tk/lib/tkextlib/blt/cutbuffer.rb" "ext/tk/lib/tkextlib/blt/winop.rb" "ext/tk/lib/tkextlib/blt/dragdrop.rb" "ext/tk/lib/tkextlib/blt/table.rb" "ext/tk/lib/tkextlib/blt/busy.rb" "ext/tk/lib/tkextlib/blt/bitmap.rb" "ext/tk/lib/tkextlib/blt/tabnotebook.rb" "ext/tk/lib/tkextlib/blt/vector.rb" "ext/tk/lib/tkextlib/blt/stripchart.rb" "ext/tk/lib/tkextlib/blt/tree.rb" "ext/tk/lib/tkextlib/blt/treeview.rb" "ext/tk/lib/tkextlib/blt/tile/label.rb" "ext/tk/lib/tkextlib/blt/tile/radiobutton.rb" "ext/tk/lib/tkextlib/blt/tile/button.rb" "ext/tk/lib/tkextlib/blt/tile/checkbutton.rb" "ext/tk/lib/tkextlib/blt/tile/toplevel.rb" "ext/tk/lib/tkextlib/blt/tile/scrollbar.rb" "ext/tk/lib/tkextlib/blt/tile/frame.rb" "ext/tk/lib/tkextlib/trofs/trofs.rb" "ext/tk/lib/tkextlib/trofs/setup.rb" "ext/tk/lib/tkextlib/tcllib/panelframe.rb" "ext/tk/lib/tkextlib/tcllib/style.rb" "ext/tk/lib/tkextlib/tcllib/tablelist_core.rb" "ext/tk/lib/tkextlib/tcllib/ruler.rb" "ext/tk/lib/tkextlib/tcllib/widget.rb" "ext/tk/lib/tkextlib/tcllib/ctext.rb" "ext/tk/lib/tkextlib/tcllib/cursor.rb" "ext/tk/lib/tkextlib/tcllib/swaplist.rb" "ext/tk/lib/tkextlib/tcllib/datefield.rb" "ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb" "ext/tk/lib/tkextlib/tcllib/autoscroll.rb" "ext/tk/lib/tkextlib/tcllib/setup.rb" "ext/tk/lib/tkextlib/tcllib/screenruler.rb" "ext/tk/lib/tkextlib/tcllib/scrollwin.rb" "ext/tk/lib/tkextlib/tcllib/getstring.rb" "ext/tk/lib/tkextlib/tcllib/tooltip.rb" "ext/tk/lib/tkextlib/tcllib/plotchart.rb" "ext/tk/lib/tkextlib/tcllib/tkpiechart.rb" "ext/tk/lib/tkextlib/tcllib/ico.rb" "ext/tk/lib/tkextlib/tcllib/superframe.rb" "ext/tk/lib/tkextlib/tcllib/ip_entry.rb" "ext/tk/lib/tkextlib/tcllib/dialog.rb" "ext/tk/lib/tkextlib/tcllib/tablelist.rb" "ext/tk/lib/tkextlib/tcllib/history.rb" "ext/tk/lib/tkextlib/pkg_checker.rb" "ext/tk/lib/tkextlib/iwidgets.rb" "ext/tk/lib/tkextlib/tktrans/setup.rb" "ext/tk/lib/tkextlib/tktrans/tktrans.rb" "ext/tk/lib/tkextlib/itcl/incr_tcl.rb" "ext/tk/lib/tkextlib/itcl/setup.rb" "ext/tk/lib/tkextlib/tktable/setup.rb" "ext/tk/lib/tkextlib/tktable/tktable.rb" "ext/tk/lib/tkextlib/tkDND.rb" "ext/tk/lib/tkextlib/tktrans.rb" "ext/tk/lib/tkextlib/vu.rb" "ext/tk/lib/tkextlib/itk/setup.rb" "ext/tk/lib/tkextlib/itk/incr_tk.rb" "ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb" "ext/tk/lib/tkextlib/tkHTML/setup.rb" "ext/tk/lib/tkextlib/tile/tscale.rb" "ext/tk/lib/tkextlib/tile/style.rb" "ext/tk/lib/tkextlib/tile/tbutton.rb" "ext/tk/lib/tkextlib/tile/tprogressbar.rb" "ext/tk/lib/tkextlib/tile/sizegrip.rb" "ext/tk/lib/tkextlib/tile/tcheckbutton.rb" "ext/tk/lib/tkextlib/tile/setup.rb" "ext/tk/lib/tkextlib/tile/tradiobutton.rb" "ext/tk/lib/tkextlib/tile/tsquare.rb" "ext/tk/lib/tkextlib/tile/tentry.rb" "ext/tk/lib/tkextlib/tile/tlabelframe.rb" "ext/tk/lib/tkextlib/tile/tscrollbar.rb" "ext/tk/lib/tkextlib/tile/tpaned.rb" "ext/tk/lib/tkextlib/tile/tcombobox.rb" "ext/tk/lib/tkextlib/tile/tlabel.rb" "ext/tk/lib/tkextlib/tile/tframe.rb" "ext/tk/lib/tkextlib/tile/tseparator.rb" "ext/tk/lib/tkextlib/tile/tmenubutton.rb" "ext/tk/lib/tkextlib/tile/dialog.rb" "ext/tk/lib/tkextlib/tile/treeview.rb" "ext/tk/lib/tkextlib/tile/tnotebook.rb" "ext/tk/lib/tk.rb" "ext/tk/lib/tkmacpkg.rb" "ext/tk/lib/tcltk.rb" "ext/tk/lib/tkafter.rb" "ext/tk/lib/multi-tk.rb" "ext/tk/lib/tktext.rb" "ext/tk/lib/tkvirtevent.rb" "ext/tk/lib/tkdialog.rb" "ext/tk/lib/tkfont.rb" "ext/tk/lib/remote-tk.rb" "ext/tk/lib/tkmngfocus.rb" "ext/tk/lib/tkcanvas.rb" "ext/tk/lib/tkmenubar.rb" "ext/tk/lib/tkentry.rb" "ext/tk/lib/tkconsole.rb" "ext/racc/cparse/extconf.rb" "ext/gdbm/extconf.rb" "ext/mathn/complex/extconf.rb" "ext/mathn/rational/extconf.rb" "ext/win32ole/extconf.rb" "ext/win32ole/sample/ie.rb" "ext/win32ole/sample/ieconst.rb" "ext/win32ole/sample/ienavi2.rb" "ext/win32ole/sample/excel3.rb" "ext/win32ole/sample/ienavi.rb" "ext/win32ole/sample/excel2.rb" "ext/win32ole/sample/xml.rb" "ext/win32ole/sample/excel1.rb" "ext/win32ole/sample/oledirs.rb" "ext/win32ole/sample/olegen.rb" "ext/win32ole/lib/win32ole/property.rb" "ext/openssl/extconf.rb" "ext/openssl/lib/openssl.rb" "ext/openssl/lib/openssl/bn.rb" "ext/openssl/lib/openssl/digest.rb" "ext/openssl/lib/openssl/x509.rb" "ext/openssl/lib/openssl/cipher.rb" "ext/openssl/lib/openssl/buffering.rb" "ext/openssl/lib/openssl/ssl.rb" "ext/syslog/extconf.rb" "ext/syslog/test.rb" "ext/stringio/extconf.rb" "ext/fcntl/extconf.rb" "ext/io/wait/extconf.rb" "ext/io/wait/lib/nonblock.rb" "ext/readline/extconf.rb" "ext/digest/extconf.rb" "ext/digest/rmd160/extconf.rb" "ext/digest/md5/extconf.rb" "ext/digest/sha2/extconf.rb" "ext/digest/sha2/lib/sha2.rb" "ext/digest/bubblebabble/extconf.rb" "ext/digest/sha1/extconf.rb" "ext/digest/lib/digest.rb" "ext/digest/lib/digest/hmac.rb" "ext/dl/extconf.rb" "ext/dl/win32/extconf.rb" "ext/dl/win32/lib/Win32API.rb" "ext/dl/win32/lib/win32/resolv.rb" "ext/dl/win32/lib/win32/sspi.rb" "ext/dl/win32/lib/win32/registry.rb" "ext/dl/mkcallback.rb" "ext/dl/lib/dl/types.rb" "ext/dl/lib/dl/import.rb" "ext/dl/lib/dl/func.rb" "ext/dl/lib/dl/value.rb" "ext/dl/lib/dl/cparser.rb" "ext/dl/lib/dl/stack.rb" "ext/dl/lib/dl/struct.rb" "ext/dl/lib/dl/callback.rb" "ext/dl/lib/dl/pack.rb" "ext/etc/extconf.rb" "ext/sdbm/extconf.rb" "ext/purelib.rb" "ext/dbm/extconf.rb" "ext/zlib/extconf.rb" "ext/iconv/extconf.rb" "ext/iconv/charset_alias.rb" "ext/iconv/mkwrapper.rb" "ext/curses/view.rb" "ext/curses/view2.rb" "ext/curses/extconf.rb" "ext/curses/rain.rb" "ext/curses/hello.rb" "ext/curses/mouse.rb" "ext/fiber/extconf.rb" "test/erb/test_erb.rb" "test/erb/test_erb_m17n.rb" "test/fileutils/test_nowrite.rb" "test/fileutils/test_fileutils.rb" "test/fileutils/test_dryrun.rb" "test/fileutils/fileasserts.rb" "test/fileutils/test_verbose.rb" "test/socket/test_nonblock.rb" "test/socket/test_tcp.rb" "test/socket/test_udp.rb" "test/socket/test_socket.rb" "test/socket/test_unix.rb" "test/xmlrpc/test_features.rb" "test/xmlrpc/webrick_testing.rb" "test/xmlrpc/test_webrick_server.rb" "test/xmlrpc/test_parser.rb" "test/xmlrpc/test_marshal.rb" "test/xmlrpc/test_datetime.rb" "test/xmlrpc/test_cookie.rb" "test/minitest/test_mini_mock.rb" "test/minitest/test_mini_test.rb" "test/minitest/test_mini_spec.rb" "test/ripper/test_scanner_events.rb" "test/ripper/test_filter.rb" "test/ripper/test_parser_events.rb" "test/ripper/dummyparser.rb" "test/ripper/test_files.rb" "test/drb/ignore_test_drb.rb" "test/drb/ut_eval.rb" "test/drb/test_drb.rb" "test/drb/drbtest.rb" "test/drb/ut_large.rb" "test/drb/ut_array_drbssl.rb" "test/drb/ut_drb_drbunix.rb" "test/drb/ut_array_drbunix.rb" "test/drb/ut_drb_drbssl.rb" "test/drb/ut_port.rb" "test/drb/test_drbunix.rb" "test/drb/ut_drb.rb" "test/drb/ut_array.rb" "test/drb/ut_safe1.rb" "test/drb/test_drbssl.rb" "test/drb/test_acl.rb" "test/drb/ut_timerholder.rb" "test/nkf/test_kconv.rb" "test/nkf/test_nkf.rb" "test/net/imap/test_imap.rb" "test/net/pop/test_pop.rb" "test/net/http/test_https_proxy.rb" "test/net/http/test_httpresponse.rb" "test/net/http/test_httpheader.rb" "test/net/http/test_https.rb" "test/net/http/test_http.rb" "test/net/http/utils.rb" "test/logger/test_logger.rb" "test/json/test_json_addition.rb" "test/json/test_json_fixtures.rb" "test/json/test_json.rb" "test/json/test_json_unicode.rb" "test/json/test_json_rails.rb" "test/json/test_json_generate.rb" "test/monitor/test_monitor.rb" "test/test_prettyprint.rb" "test/test_ipaddr.rb" "test/strscan/test_stringscanner.rb" "test/bigdecimal/test_bigdecimal.rb" "test/csv/test_csv_writing.rb" "test/csv/test_features.rb" "test/csv/test_headers.rb" "test/csv/test_serialization.rb" "test/csv/test_data_converters.rb" "test/csv/test_interface.rb" "test/csv/test_row.rb" "test/csv/ts_all.rb" "test/csv/test_table.rb" "test/csv/test_encodings.rb" "test/csv/test_csv_parsing.rb" "test/rubygems/test_gem_commands_mirror_command.rb" "test/rubygems/gem_package_tar_test_case.rb" "test/rubygems/test_gem_doc_manager.rb" "test/rubygems/test_gem_dependency_list.rb" "test/rubygems/test_gem.rb" "test/rubygems/test_gem_commands_query_command.rb" "test/rubygems/test_gem_commands_environment_command.rb" "test/rubygems/mockgemui.rb" "test/rubygems/test_gem_package_tar_input.rb" "test/rubygems/test_gem_gem_runner.rb" "test/rubygems/test_gem_remote_fetcher.rb" "test/rubygems/test_gem_commands_outdated_command.rb" "test/rubygems/test_gem_gem_path_searcher.rb" "test/rubygems/test_gem_command_manager.rb" "test/rubygems/bogussources.rb" "test/rubygems/test_gem_format.rb" "test/rubygems/test_gem_specification.rb" "test/rubygems/test_gem_ext_configure_builder.rb" "test/rubygems/test_gem_requirement.rb" "test/rubygems/test_gem_config_file.rb" "test/rubygems/test_gem_package_tar_reader_entry.rb" "test/rubygems/fake_certlib/openssl.rb" "test/rubygems/test_gem_indexer.rb" "test/rubygems/test_gem_install_update_options.rb" "test/rubygems/test_gem_commands_check_command.rb" "test/rubygems/test_gem_digest.rb" "test/rubygems/test_gem_dependency_installer.rb" "test/rubygems/test_gem_commands_generate_index_command.rb" "test/rubygems/test_gem_commands_list_command.rb" "test/rubygems/test_gem_commands_unpack_command.rb" "test/rubygems/test_gem_platform.rb" "test/rubygems/test_gem_version.rb" "test/rubygems/test_gem_installer.rb" "test/rubygems/insure_session.rb" "test/rubygems/test_gem_package_tar_writer.rb" "test/rubygems/gem_installer_test_case.rb" "test/rubygems/test_config.rb" "test/rubygems/simple_gem.rb" "test/rubygems/test_gem_commands_lock_command.rb" "test/rubygems/test_gem_commands_cert_command.rb" "test/rubygems/test_gem_package_tar_reader.rb" "test/rubygems/test_gem_commands_uninstall_command.rb" "test/rubygems/test_gem_commands_update_command.rb" "test/rubygems/test_gem_package_tar_header.rb" "test/rubygems/test_gem_package_tar_output.rb" "test/rubygems/test_gem_commands_server_command.rb" "test/rubygems/test_gem_commands_contents_command.rb" "test/rubygems/test_kernel.rb" "test/rubygems/test_gem_server.rb" "test/rubygems/test_gem_dependency.rb" "test/rubygems/test_gem_commands_pristine_command.rb" "test/rubygems/test_gem_stream_ui.rb" "test/rubygems/test_gem_validator.rb" "test/rubygems/test_gem_source_info_cache.rb" "test/rubygems/test_gem_commands_install_command.rb" "test/rubygems/test_gem_uninstaller.rb" "test/rubygems/test_gem_spec_fetcher.rb" "test/rubygems/test_gem_ext_rake_builder.rb" "test/rubygems/test_gem_local_remote_options.rb" "test/rubygems/test_gem_commands_stale_command.rb" "test/rubygems/test_gem_commands_fetch_command.rb" "test/rubygems/test_gem_commands_dependency_command.rb" "test/rubygems/test_gem_ext_ext_conf_builder.rb" "test/rubygems/test_gem_builder.rb" "test/rubygems/functional.rb" "test/rubygems/test_gem_command.rb" "test/rubygems/test_gem_source_info_cache_entry.rb" "test/rubygems/test_gem_source_index.rb" "test/rubygems/test_gem_commands_specification_command.rb" "test/rubygems/test_gem_commands_build_command.rb" "test/rubygems/test_gem_version_option.rb" "test/rubygems/gemutilities.rb" "test/rubygems/test_gem_commands_sources_command.rb" "test/inlinetest.rb" "test/webrick/test_server.rb" "test/webrick/test_httpserver.rb" "test/webrick/test_httpproxy.rb" "test/webrick/test_filehandler.rb" "test/webrick/test_utils.rb" "test/webrick/test_httpauth.rb" "test/webrick/test_cgi.rb" "test/webrick/test_cookie.rb" "test/webrick/utils.rb" "test/webrick/test_httputils.rb" "test/webrick/test_httpversion.rb" "test/webrick/test_httprequest.rb" "test/pathname/test_pathname.rb" "test/optparse/test_optparse.rb" "test/optparse/test_summary.rb" "test/optparse/test_optarg.rb" "test/optparse/test_getopts.rb" "test/optparse/test_noarg.rb" "test/optparse/test_reqarg.rb" "test/optparse/test_placearg.rb" "test/rinda/test_rinda.rb" "test/rinda/test_tuplebag.rb" "test/gdbm/test_gdbm.rb" "test/matrix/test_vector.rb" "test/matrix/test_matrix.rb" "test/scanf/test_scanfio.rb" "test/scanf/test_scanf.rb" "test/scanf/test_scanfblocks.rb" "test/win32ole/test_win32ole_event.rb" "test/win32ole/test_win32ole_variant_m.rb" "test/win32ole/test_word.rb" "test/win32ole/test_win32ole_method.rb" "test/win32ole/test_err_in_callback.rb" "test/win32ole/test_win32ole_typelib.rb" "test/win32ole/test_win32ole_variant.rb" "test/win32ole/test_nil2vtempty.rb" "test/win32ole/test_propertyputref.rb" "test/win32ole/err_in_callback.rb" "test/win32ole/test_win32ole_param.rb" "test/win32ole/test_win32ole_variant_outarg.rb" "test/win32ole/test_win32ole_variable.rb" "test/win32ole/test_ole_methods.rb" "test/win32ole/test_folderitem2_invokeverb.rb" "test/win32ole/test_win32ole.rb" "test/win32ole/test_win32ole_type.rb" "test/rexml/test_document.rb" "test/test_pp.rb" "test/openssl/test_cipher.rb" "test/openssl/test_x509cert.rb" "test/openssl/test_pkey_rsa.rb" "test/openssl/test_ssl.rb" "test/openssl/test_ec.rb" "test/openssl/test_pair.rb" "test/openssl/test_digest.rb" "test/openssl/ssl_server.rb" "test/openssl/test_hmac.rb" "test/openssl/test_pkcs7.rb" "test/openssl/test_config.rb" "test/openssl/test_ns_spki.rb" "test/openssl/test_x509name.rb" "test/openssl/test_asn1.rb" "test/openssl/test_x509ext.rb" "test/openssl/utils.rb" "test/openssl/test_x509store.rb" "test/openssl/test_x509crl.rb" "test/openssl/test_x509req.rb" "test/rdoc/test_rdoc_parser_c.rb" "test/rdoc/test_rdoc_ri_default_display.rb" "test/rdoc/rdoc_markup_to_html_crossref_reference.rb" "test/rdoc/test_rdoc_ri_overstrike_formatter.rb" "test/rdoc/test_rdoc_parser.rb" "test/rdoc/test_rdoc_ri_formatter.rb" "test/rdoc/test_rdoc_ri_driver.rb" "test/rdoc/test_rdoc_parser_ruby.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_ri_attribute_formatter.rb" "test/rdoc/test_rdoc_info_formatting.rb" "test/rdoc/test_rdoc_parser_perl.rb" "test/rdoc/test_rdoc_markup_to_html.rb" "test/rdoc/test_rdoc_markup_to_html_crossref.rb" "test/rdoc/test_attribute_manager.rb" "test/test_prime.rb" "test/test_delegate.rb" "test/test_time.rb" "test/open-uri/test_ssl.rb" "test/open-uri/test_open-uri.rb" "test/test_pstore.rb" "test/stringio/test_stringio.rb" "test/test_timeout.rb" "test/date/test_date_arith.rb" "test/date/test_date_attr.rb" "test/date/test_date_compat.rb" "test/date/test_date_parse.rb" "test/date/test_date_conv.rb" "test/date/test_date.rb" "test/date/test_date_base.rb" "test/date/test_date_marshal.rb" "test/date/test_date_new.rb" "test/date/test_date_strptime.rb" "test/date/test_date_strftime.rb" "test/test_singleton.rb" "test/io/nonblock/test_flush.rb" "test/readline/test_readline.rb" "test/readline/test_readline_history.rb" "test/ruby/test_argf.rb" "test/ruby/test_complexrational.rb" "test/ruby/test_string.rb" "test/ruby/test_path.rb" "test/ruby/test_metaclass.rb" "test/ruby/test_econv.rb" "test/ruby/test_exception.rb" "test/ruby/test_case.rb" "test/ruby/test_clone.rb" "test/ruby/test_unicode_escape.rb" "test/ruby/test_settracefunc.rb" "test/ruby/envutil.rb" "test/ruby/test_gc.rb" "test/ruby/test_io_m17n.rb" "test/ruby/test_comparable.rb" "test/ruby/test_fiber.rb" "test/ruby/test_yield.rb" "test/ruby/test_rand.rb" "test/ruby/test_readpartial.rb" "test/ruby/test_process.rb" "test/ruby/test_transcode.rb" "test/ruby/sentence.rb" "test/ruby/test_primitive.rb" "test/ruby/test_literal.rb" "test/ruby/test_file_exhaustive.rb" "test/ruby/test_eval.rb" "test/ruby/test_thread.rb" "test/ruby/test_system.rb" "test/ruby/test_symbol.rb" "test/ruby/lbtest.rb" "test/ruby/ut_eof.rb" "test/ruby/test_sprintf.rb" "test/ruby/test_objectspace.rb" "test/ruby/test_pack.rb" "test/ruby/test_beginendblock.rb" "test/ruby/test_const.rb" "test/ruby/test_continuation.rb" "test/ruby/test_integer.rb" "test/ruby/test_dir.rb" "test/ruby/test_integer_comb.rb" "test/ruby/allpairs.rb" "test/ruby/test_range.rb" "test/ruby/test_rational.rb" "test/ruby/test_require.rb" "test/ruby/test_regexp.rb" "test/ruby/test_stringchar.rb" "test/ruby/test_enum.rb" "test/ruby/test_complex2.rb" "test/ruby/enc/test_iso_8859.rb" "test/ruby/enc/test_koi8.rb" "test/ruby/enc/test_windows_1251.rb" unknown encoding name: windows-1251 test/ruby/enc/test_windows_1251.rb "test/ruby/enc/test_euc_jp.rb" unknown encoding name: euc-jp test/ruby/enc/test_euc_jp.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_gb18030.rb" "test/ruby/enc/test_gbk.rb" "test/ruby/enc/test_cp949.rb" "test/ruby/enc/test_utf32.rb" "test/ruby/enc/test_euc_kr.rb" "test/ruby/enc/test_big5.rb" "test/ruby/enc/test_euc_tw.rb" "test/ruby/test_module.rb" "test/ruby/test_m17n_comb.rb" "test/ruby/test_time.rb" "test/ruby/test_complex.rb" "test/ruby/test_env.rb" "test/ruby/test_struct.rb" "test/ruby/beginmainend.rb" "test/ruby/test_array.rb" "test/ruby/test_class.rb" "test/ruby/test_optimization.rb" "test/ruby/test_float.rb" "test/ruby/test_signal.rb" "test/ruby/test_pipe.rb" "test/ruby/test_method.rb" "test/ruby/test_rational2.rb" "test/ruby/test_math.rb" "test/ruby/marshaltestlib.rb" "test/ruby/test_basicinstructions.rb" "test/ruby/test_fnmatch.rb" "test/ruby/test_file.rb" "test/ruby/test_proc.rb" "test/ruby/test_alias.rb" "test/ruby/test_io.rb" "test/ruby/test_assignment.rb" "test/ruby/test_fixnum.rb" "test/ruby/test_marshal.rb" "test/ruby/test_bignum.rb" "test/ruby/test_enumerator.rb" "test/ruby/test_call.rb" "test/ruby/test_m17n.rb" test/ruby/test_m17n.rb "test/ruby/test_encoding.rb" "test/ruby/test_sprintf_comb.rb" "test/ruby/test_super.rb" "test/ruby/test_defined.rb" "test/ruby/test_variable.rb" "test/ruby/test_ifunless.rb" "test/ruby/test_mixed_unicode_escapes.rb" unknown encoding name: cp932 test/ruby/test_mixed_unicode_escapes.rb "test/ruby/test_rubyoptions.rb" "test/ruby/test_whileuntil.rb" "test/ruby/test_iterator.rb" "test/ruby/test_parse.rb" "test/ruby/test_lambda.rb" "test/ruby/test_hash.rb" "test/ruby/test_trace.rb" "test/ruby/test_condition.rb" "test/ruby/test_sleep.rb" "test/ruby/test_object.rb" "test/ruby/test_numeric.rb" "test/ostruct/test_ostruct.rb" "test/uri/test_ftp.rb" "test/uri/test_common.rb" "test/uri/test_parser.rb" "test/uri/test_generic.rb" "test/uri/test_http.rb" "test/uri/test_ldap.rb" "test/uri/test_mailto.rb" "test/digest/test_digest_hmac.rb" "test/digest/test_digest.rb" "test/test_mathn.rb" "test/test_tsort.rb" "test/dl/test_win32.rb" "test/dl/test_import.rb" "test/dl/test_func.rb" "test/dl/test_dl2.rb" "test/dl/test_base.rb" "test/dl/test_cptr.rb" "test/dl/test_cfunc.rb" "test/dl/test_handle.rb" "test/test_set.rb" "test/etc/test_etc.rb" "test/test_tempfile.rb" "test/rss/test_setup_maker_atom_feed.rb" "test/rss/test_maker_atom_entry.rb" "test/rss/test_itunes.rb" "test/rss/test_maker_xml-stylesheet.rb" "test/rss/test_maker_slash.rb" "test/rss/test_setup_maker_2.0.rb" "test/rss/test_inherit.rb" "test/rss/test_2.0.rb" "test/rss/test_setup_maker_slash.rb" "test/rss/test_parser_atom_feed.rb" "test/rss/test_1.0.rb" "test/rss/test_dublincore.rb" "test/rss/test_maker_content.rb" "test/rss/test_setup_maker_itunes.rb" "test/rss/test_parser.rb" "test/rss/test_syndication.rb" "test/rss/test_to_s.rb" "test/rss/test_maker_taxo.rb" "test/rss/test_maker_image.rb" "test/rss/test_setup_maker_0.9.rb" "test/rss/test_atom.rb" "test/rss/rss-assertions.rb" "test/rss/test_setup_maker_atom_entry.rb" "test/rss/test_version.rb" "test/rss/test_slash.rb" "test/rss/test_content.rb" "test/rss/test_maker_2.0.rb" "test/rss/test_parser_1.0.rb" "test/rss/test_taxonomy.rb" "test/rss/test_maker_trackback.rb" "test/rss/test_image.rb" "test/rss/test_maker_itunes.rb" "test/rss/test_xml-stylesheet.rb" "test/rss/test_maker_atom_feed.rb" "test/rss/test_maker_1.0.rb" "test/rss/test_maker_sy.rb" "test/rss/rss-testcase.rb" "test/rss/test_parser_2.0.rb" "test/rss/test_accessor.rb" "test/rss/test_maker_dc.rb" "test/rss/test_setup_maker_1.0.rb" "test/rss/test_parser_atom_entry.rb" "test/rss/test_trackback.rb" "test/rss/test_maker_0.9.rb" "test/sdbm/test_sdbm.rb" "test/dbm/test_dbm.rb" "test/cgi/test_cgi_core.rb" "test/cgi/test_cgi_session.rb" "test/cgi/test_cgi_header.rb" "test/cgi/test_cgi_multipart.rb" "test/cgi/test_cgi_cookie.rb" "test/cgi/test_cgi_modruby.rb" "test/cgi/test_cgi_tag_helper.rb" "test/test_shellwords.rb" "test/base64/test_base64.rb" "test/yaml/test_yamlstore.rb" "test/yaml/test_yaml.rb" "test/zlib/test_zlib.rb" "test/iconv/test_option.rb" "test/iconv/test_basic.rb" "test/iconv/test_partial.rb" "test/iconv/utils.rb" "test/runner.rb" Fnot ok system 9 -- sample/test.rb:1948:in `
' sample/test.rb:const .ok 1 (sample/test.rb:1966:in `
') .ok 2 (sample/test.rb:1970:in `
') .ok 3 (sample/test.rb:1973:in `
') .ok 4 (sample/test.rb:1974:in `
') .ok 5 (sample/test.rb:1975:in `
') sample/test.rb:clone .ok 1 (sample/test.rb:1987:in `
') .ok 2 (sample/test.rb:1988:in `
') .ok 3 (sample/test.rb:1989:in `
') .ok 4 (sample/test.rb:1995:in `rescue in
') .ok 5 (sample/test.rb:2004:in `
') sample/test.rb:marshal .ok 1 (sample/test.rb:2009:in `
') .ok 2 (sample/test.rb:2012:in `
') .ok 3 (sample/test.rb:2018:in `block in
') .ok 4 (sample/test.rb:2018:in `block in
') sample/test.rb:pack .ok 1 (sample/test.rb:2030:in `
') .ok 2 (sample/test.rb:2031:in `
') .ok 3 (sample/test.rb:2032:in `
') .ok 4 (sample/test.rb:2035:in `
') sample/test.rb:math .ok 1 (sample/test.rb:2038:in `
') .ok 2 (sample/test.rb:2041:in `
') sample/test.rb:struct .ok 1 (sample/test.rb:2045:in `
') .ok 2 (sample/test.rb:2048:in `
') .ok 3 (sample/test.rb:2049:in `
') .ok 4 (sample/test.rb:2052:in `
') .ok 5 (sample/test.rb:2055:in `
') .ok 6 (sample/test.rb:2058:in `
') sample/test.rb:variable .ok 1 (sample/test.rb:2061:in `
') .ok 2 (sample/test.rb:2068:in `rescue in
') .ok 3 (sample/test.rb:2073:in `
') .ok 4 (sample/test.rb:2106:in `
') .ok 5 (sample/test.rb:2107:in `
') .ok 6 (sample/test.rb:2108:in `
') .ok 7 (sample/test.rb:2109:in `
') .ok 8 (sample/test.rb:2110:in `
') .ok 9 (sample/test.rb:2112:in `
') .ok 10 (sample/test.rb:2113:in `
') .ok 11 (sample/test.rb:2114:in `
') sample/test.rb:trace .ok 1 (sample/test.rb:2121:in `
') .ok 2 (sample/test.rb:2125:in `
') .ok 3 (sample/test.rb:2129:in `
') sample/test.rb:defined? .ok 1 (sample/test.rb:2135:in `
') .ok 2 (sample/test.rb:2136:in `
') .ok 3 (sample/test.rb:2139:in `
') .ok 4 (sample/test.rb:2141:in `
') .ok 5 (sample/test.rb:2142:in `
') .ok 6 (sample/test.rb:2143:in `
') .ok 7 (sample/test.rb:2144:in `
') .ok 8 (sample/test.rb:2157:in `
') .ok 9 (sample/test.rb:2152:in `bar') .ok 10 (sample/test.rb:2153:in `bar') .ok 11 (sample/test.rb:2164:in `
') .ok 12 (sample/test.rb:2165:in `
') sample/test.rb:alias .ok 1 (sample/test.rb:2181:in `
') .ok 2 (sample/test.rb:2182:in `
') .ok 3 (sample/test.rb:2185:in `
') .ok 4 (sample/test.rb:2199:in `
') .ok 5 (sample/test.rb:2200:in `
') .ok 6 (sample/test.rb:2201:in `
') sample/test.rb:path .ok 1 (sample/test.rb:2204:in `
') .ok 2 (sample/test.rb:2205:in `
') .ok 3 (sample/test.rb:2206:in `
') .ok 4 (sample/test.rb:2207:in `
') .ok 5 (sample/test.rb:2208:in `
') .ok 6 (sample/test.rb:2209:in `
') .ok 7 (sample/test.rb:2210:in `
') .ok 8 (sample/test.rb:2211:in `
') .ok 9 (sample/test.rb:2212:in `
') .ok 10 (sample/test.rb:2213:in `
') .ok 11 (sample/test.rb:2214:in `
') .ok 12 (sample/test.rb:2215:in `
') .ok 13 (sample/test.rb:2216:in `
') .ok 14 (sample/test.rb:2217:in `
') .ok 15 (sample/test.rb:2218:in `
') .ok 16 (sample/test.rb:2219:in `
') .ok 17 (sample/test.rb:2220:in `
') .ok 18 (sample/test.rb:2221:in `
') .ok 19 (sample/test.rb:2222:in `
') .ok 20 (sample/test.rb:2233:in `
') .ok 21 (sample/test.rb:2234:in `
') .ok 22 (sample/test.rb:2242:in `
') .ok 23 (sample/test.rb:2243:in `
') sample/test.rb:gc .ok 1 (sample/test.rb:2260:in `
') .ok 2 (sample/test.rb:2274:in `
') .ok 3 (sample/test.rb:2280:in `
') .ok 4 (sample/test.rb:2286:in `
') not ok/test: 900 failed 1 failed(test.rb) == method-list # 2010-07-25T10:07:14+09:00 + ./miniruby -e 'use_symbol = Object.instance_methods[0].is_a?(Symbol) 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 } ms = mod.instance_methods(false) if use_symbol ms << :initialize if mod.private_instance_methods(false).include? :initialize else ms << "initialize" if mod.private_instance_methods(false).include? "initialize" end ms.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#initialize -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#initialize -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#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#initialize 0 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#^ 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#initialize -1 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.mkdir -1 Dir.open -1 Dir.pwd 0 Dir.rmdir 1 Dir.unlink 1 Dir#close 0 Dir#each 0 Dir#initialize -1 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#initialize -1 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#initialize -1 Enumerator#next 0 Enumerator#rewind 0 Enumerator#with_index 0 Enumerator#with_object 1 Enumerator::Generator [Enumerable, Object, Kernel, BasicObject] Enumerator::Generator#each 0 Enumerator::Generator#initialize -1 Enumerator::Yielder [Object, Kernel, BasicObject] Enumerator::Yielder#<< -1 Enumerator::Yielder#initialize 0 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::EADV [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::EBADE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADF [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADFD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADRQC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADSLT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBFONT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBUSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECHILD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECHRNG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECOMM [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::EDOTDOT [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::EISNAM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL2HLT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL2NSYNC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL3HLT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL3RST [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBACC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBBAD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBEXEC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBMAX [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBSCN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELNRNG [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::ENAVAIL [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::ENOANO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOBUFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOCSI [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::ENONET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOPKG [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::ENOTNAM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTSOCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTUNIQ [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::EREMCHG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMOTE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMOTEIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ERESTART [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::ESRMNT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESTALE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESTRPIPE [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::EUCLEAN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUNATCH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUSERS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EXDEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EXFULL [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#initialize -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#initialize 0 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#initialize -1 File#lstat 0 File#mtime 0 File#path 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#initialize 1 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#^ 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#>= 1 Float#abs 0 Float#angle 0 Float#arg 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#phase 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#initialize -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#initialize -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 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] Interrupt#initialize -1 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#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#initialize 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#initialize 0 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#initialize -1 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 NoMethodError#initialize -1 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#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 3 Process::Sys.setresuid 3 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#initialize -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 0 Rational#coerce 1 Rational#denominator 0 Rational#div 1 Rational#divmod 1 Rational#fdiv 1 Rational#floor 0 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 0 Rational#to_f 0 Rational#to_i 0 Rational#to_r 0 Rational#to_s 0 Rational#truncate 0 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#initialize -1 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#initialize -1 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#[]= -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#initialize -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#initialize -1 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#[] -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 SystemCallError#initialize -1 SystemExit [Exception, Object, Kernel, BasicObject] SystemExit#initialize -1 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#alive? 0 Thread#exit 0 Thread#group 0 Thread#initialize -1 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#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 0 Time#getutc 0 Time#gmt? 0 Time#gmt_offset 0 Time#gmtime 0 Time#gmtoff 0 Time#hash 0 Time#hour 0 Time#initialize 0 Time#inspect 0 Time#isdst 0 Time#localtime 0 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#succ 0 Time#sunday? 0 Time#thursday? 0 Time#to_a 0 Time#to_f 0 Time#to_i 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#source_location 0 UnboundMethod#to_s 0 ZeroDivisionError [StandardError, Exception, Object, Kernel, BasicObject] fatal [Exception, Object, Kernel, BasicObject] 222 modules, 1498 methods == make # 2010-07-25T10:07:14+09:00 + make 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 -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o encoding.o -c encoding.c ./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 -Wno-missing-field-initializers -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.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 strlcpy.o strlcat.o prelude.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 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/encdb.o -c ./enc/encdb.c gcc -shared -o .ext/i686-linux/enc/encdb.so enc/encdb.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/big5.o -c ./enc/big5.c gcc -shared -o .ext/i686-linux/enc/big5.so enc/big5.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/cp949.o -c ./enc/cp949.c gcc -shared -o .ext/i686-linux/enc/cp949.so enc/cp949.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/emacs_mule.o -c ./enc/emacs_mule.c gcc -shared -o .ext/i686-linux/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/euc_jp.o -c ./enc/euc_jp.c gcc -shared -o .ext/i686-linux/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/euc_kr.o -c ./enc/euc_kr.c gcc -shared -o .ext/i686-linux/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/euc_tw.o -c ./enc/euc_tw.c gcc -shared -o .ext/i686-linux/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/gb2312.o -c ./enc/gb2312.c gcc -shared -o .ext/i686-linux/enc/gb2312.so enc/gb2312.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/gb18030.o -c ./enc/gb18030.c gcc -shared -o .ext/i686-linux/enc/gb18030.so enc/gb18030.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/gbk.o -c ./enc/gbk.c gcc -shared -o .ext/i686-linux/enc/gbk.so enc/gbk.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c gcc -shared -o .ext/i686-linux/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c gcc -shared -o .ext/i686-linux/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c gcc -shared -o .ext/i686-linux/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c gcc -shared -o .ext/i686-linux/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c gcc -shared -o .ext/i686-linux/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c gcc -shared -o .ext/i686-linux/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c gcc -shared -o .ext/i686-linux/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c gcc -shared -o .ext/i686-linux/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c gcc -shared -o .ext/i686-linux/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c gcc -shared -o .ext/i686-linux/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c gcc -shared -o .ext/i686-linux/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c gcc -shared -o .ext/i686-linux/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c gcc -shared -o .ext/i686-linux/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c gcc -shared -o .ext/i686-linux/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c gcc -shared -o .ext/i686-linux/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/koi8_r.o -c ./enc/koi8_r.c gcc -shared -o .ext/i686-linux/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/koi8_u.o -c ./enc/koi8_u.c gcc -shared -o .ext/i686-linux/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/shift_jis.o -c ./enc/shift_jis.c gcc -shared -o .ext/i686-linux/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_16be.o -c ./enc/utf_16be.c gcc -shared -o .ext/i686-linux/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_16le.o -c ./enc/utf_16le.c gcc -shared -o .ext/i686-linux/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_32be.o -c ./enc/utf_32be.c gcc -shared -o .ext/i686-linux/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_32le.o -c ./enc/utf_32le.c gcc -shared -o .ext/i686-linux/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/windows_1251.o -c ./enc/windows_1251.c gcc -shared -o .ext/i686-linux/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' 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 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' ./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 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/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. make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' ./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 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/transdb.o -c ./enc/trans/transdb.c gcc -shared -o .ext/i686-linux/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/big5.o -c ./enc/trans/big5.c gcc -shared -o .ext/i686-linux/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/chinese.o -c ./enc/trans/chinese.c gcc -shared -o .ext/i686-linux/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/escape.o -c ./enc/trans/escape.c gcc -shared -o .ext/i686-linux/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c gcc -shared -o .ext/i686-linux/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/gbk.o -c ./enc/trans/gbk.c gcc -shared -o .ext/i686-linux/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c gcc -shared -o .ext/i686-linux/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/japanese.o -c ./enc/trans/japanese.c gcc -shared -o .ext/i686-linux/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c gcc -shared -o .ext/i686-linux/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c gcc -shared -o .ext/i686-linux/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/korean.o -c ./enc/trans/korean.c gcc -shared -o .ext/i686-linux/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c gcc -shared -o .ext/i686-linux/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c gcc -shared -o .ext/i686-linux/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' 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 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' mkdir -p .ext/i686-linux/enc .ext/i686-linux/enc/trans enc enc/trans make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." optunifs.inc compiling bigdecimal make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/bigdecimal' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bigdecimal.o -c bigdecimal.c bigdecimal.c: In function 'BigDecimal_add': bigdecimal.c:719: warning: comparison between signed and unsigned bigdecimal.c: In function 'BigDecimal_sub': bigdecimal.c:760: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpAddAbs': bigdecimal.c:2899: warning: comparison between signed and unsigned bigdecimal.c:2900: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpSubAbs': bigdecimal.c:2992: warning: comparison between signed and unsigned bigdecimal.c:2993: warning: comparison between signed and unsigned bigdecimal.c: In function 'VpMult': bigdecimal.c:3268: warning: comparison of unsigned expression >= 0 is always true bigdecimal.c: In function 'VpCtoV': bigdecimal.c:4017: warning: comparison of unsigned expression >= 0 is always true bigdecimal.c: In function 'VpMidRound': bigdecimal.c:4461: warning: comparison between signed and unsigned gcc -shared -o ../../.ext/i686-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/bigdecimal' compiling continuation make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/continuation' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o continuation.o -c continuation.c gcc -shared -o ../../.ext/i686-linux/continuation.so continuation.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/continuation' compiling coverage make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/coverage' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o coverage.o -c coverage.c gcc -shared -o ../../.ext/i686-linux/coverage.so coverage.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/coverage' compiling curses make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/curses' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o curses.o -c curses.c gcc -shared -o ../../.ext/i686-linux/curses.so curses.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lncurses -ltermcap -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/curses' compiling dbm make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/dbm' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o dbm.o -c dbm.c gcc -shared -o ../../.ext/i686-linux/dbm.so dbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -ldb -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/dbm' compiling digest make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o digest.o -c digest.c digest.c: In function 'hexencode_str_new': digest.c:57: warning: comparison between signed and unsigned gcc -shared -o ../../.ext/i686-linux/digest.so digest.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../.ext/include/ruby mkdir -p ../../.ext/common/digest cp ../.././ext/digest/lib/digest.rb ../../.ext/common cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest cp ../.././ext/digest/digest.h ../../.ext/include/ruby make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest' compiling digest/bubblebabble make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/bubblebabble' mkdir -p ../../../.ext/i686-linux/digest gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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 -shared -o ../../../.ext/i686-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/bubblebabble' compiling digest/md5 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/md5' gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o md5init.o -c md5init.c gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o md5ossl.o -c md5ossl.c gcc -shared -o ../../../.ext/i686-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/md5' compiling digest/rmd160 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/rmd160' gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rmd160init.o -c rmd160init.c gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rmd160ossl.o -c rmd160ossl.c gcc -shared -o ../../../.ext/i686-linux/digest/rmd160.so rmd160init.o rmd160ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/rmd160' compiling digest/sha1 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/sha1' gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha1init.o -c sha1init.c gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha1ossl.o -c sha1ossl.c gcc -shared -o ../../../.ext/i686-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/sha1' compiling digest/sha2 make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/sha2' gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha2.o -c sha2.c sha2.c:237: warning: 'static' is not at beginning of declaration sha2.c:257: warning: 'static' is not at beginning of declaration sha2.c:269: warning: 'static' is not at beginning of declaration sha2.c:313: warning: 'static' is not at beginning of declaration sha2.c:325: warning: 'static' is not at beginning of declaration gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha2init.o -c sha2init.c gcc -shared -o ../../../.ext/i686-linux/digest/sha2.so sha2.o sha2init.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/digest/sha2' compiling dl make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/dl' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c generating callback.h gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-0.o -c callback-0.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-1.o -c callback-1.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-2.o -c callback-2.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-3.o -c callback-3.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-4.o -c callback-4.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-5.o -c callback-5.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-6.o -c callback-6.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-7.o -c callback-7.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o callback-8.o -c callback-8.c gcc -shared -o ../../.ext/i686-linux/dl.so cfunc.o dl.o cptr.o handle.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. -rdynamic -Wl,-export-dynamic -ldl -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../.ext/common/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/cparser.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/callback.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl cp ../.././ext/dl/dl.h ../../.ext/include/ruby make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/dl' compiling dl/win32 compiling etc make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/etc' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o etc.o -c etc.c gcc -shared -o ../../.ext/i686-linux/etc.so etc.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/etc' compiling fcntl make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/fcntl' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o fcntl.o -c fcntl.c gcc -shared -o ../../.ext/i686-linux/fcntl.so fcntl.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/fcntl' compiling fiber make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/fiber' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o fiber.o -c fiber.c gcc -shared -o ../../.ext/i686-linux/fiber.so fiber.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/fiber' compiling gdbm make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/gdbm' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o gdbm.o -c gdbm.c gcc -shared -o ../../.ext/i686-linux/gdbm.so gdbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/gdbm' compiling iconv make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/iconv' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o iconv.o -c iconv.c iconv.c: In function 'iconv_convert': iconv.c:467: warning: comparison of unsigned expression >= 0 is always true iconv.c:470: warning: comparison between signed and unsigned iconv.c:471: warning: comparison between signed and unsigned iconv.c: In function 'iconv_init_state': iconv.c:853: warning: signed and unsigned type in conditional expression iconv.c: In function 'iconv_iconv': iconv.c:921: warning: signed and unsigned type in conditional expression iconv.c: In function 'iconv_conv': iconv.c:937: warning: signed and unsigned type in conditional expression gcc -shared -o ../../.ext/i686-linux/iconv.so iconv.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/iconv' compiling io/wait make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/io/wait' mkdir -p ../../../.ext/i686-linux/io gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o wait.o -c wait.c gcc -shared -o ../../../.ext/i686-linux/io/wait.so wait.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../../.ext/common/io cp ../../.././ext/io/wait/lib/nonblock.rb ../../../.ext/common/io make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/io/wait' compiling json make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/json' mkdir -p ../../.ext/common/json mkdir -p ../../.ext/common/json/add cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json 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/add/rails.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json.rb ../../.ext/common make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/json' compiling json/ext/generator make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/json/ext/generator' mkdir -p ../../../../.ext/i686-linux/json/ext gcc -I. -I../../../../.ext/include/i686-linux -I../../../.././include -I../../../.././ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -Wall -o unicode.o -c unicode.c gcc -I. -I../../../../.ext/include/i686-linux -I../../../.././include -I../../../.././ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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 -shared -o ../../../../.ext/i686-linux/json/ext/generator.so unicode.o generator.o -L. -L../../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/json/ext/generator' compiling json/ext/parser make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/json/ext/parser' gcc -I. -I../../../../.ext/include/i686-linux -I../../../.././include -I../../../.././ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../../../.././include -I../../../.././ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -Wall -o unicode.o -c unicode.c gcc -shared -o ../../../../.ext/i686-linux/json/ext/parser.so parser.o unicode.o -L. -L../../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/json/ext/parser' compiling mathn/complex make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/mathn/complex' mkdir -p ../../../.ext/i686-linux/mathn gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o complex.o -c complex.c gcc -shared -o ../../../.ext/i686-linux/mathn/complex.so complex.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/mathn/complex' compiling mathn/rational make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/mathn/rational' gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rational.o -c rational.c gcc -shared -o ../../../.ext/i686-linux/mathn/rational.so rational.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/mathn/rational' compiling nkf make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/nkf' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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: In function 'kanji_convert': nkf-utf8/nkf.c:5392: warning: comparison between signed and unsigned nkf-utf8/nkf.c:5719: warning: suggest braces around empty body in an 'else' statement nkf-utf8/nkf.c: In function 'options': nkf-utf8/nkf.c:5825: warning: comparison between signed and unsigned gcc -shared -o ../../.ext/i686-linux/nkf.so nkf.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/nkf' compiling openssl make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/openssl' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ocsp.o -c ossl_ocsp.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl.o -c ossl.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o openssl_missing.o -c openssl_missing.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509store.o -c ossl_x509store.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkcs12.o -c ossl_pkcs12.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ns_spki.o -c ossl_ns_spki.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_ec.o -c ossl_pkey_ec.c ossl_pkey_ec.c: In function 'ossl_ec_group_set_seed': ossl_pkey_ec.c:1110: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509cert.o -c ossl_x509cert.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ssl.o -c ossl_ssl.c ossl_ssl.c: In function 'ossl_sslctx_set_ssl_version': ossl_ssl.c:154: warning: comparison between signed and unsigned ossl_ssl.c: In function 'ossl_sslctx_initialize': ossl_ssl.c:185: warning: comparison between signed and unsigned ossl_ssl.c: In function 'Init_ossl_ssl': ossl_ssl.c:1369: warning: comparison between signed and unsigned ossl_ssl.c:1398: warning: comparison between signed and unsigned ossl_ssl.c:1413: warning: comparison between signed and unsigned ossl_ssl.c:1415: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_rand.o -c ossl_rand.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_cipher.o -c ossl_cipher.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_config.o -c ossl_config.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509revoked.o -c ossl_x509revoked.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_digest.o -c ossl_digest.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509crl.o -c ossl_x509crl.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509attr.o -c ossl_x509attr.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_dh.o -c ossl_pkey_dh.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509.o -c ossl_x509.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509ext.o -c ossl_x509ext.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_bn.o -c ossl_bn.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey.o -c ossl_pkey.c ossl_pkey.c: In function 'ossl_pkey_sign': ossl_pkey.c:180: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_bio.o -c ossl_bio.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_engine.o -c ossl_engine.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509req.o -c ossl_x509req.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkcs5.o -c ossl_pkcs5.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509name.o -c ossl_x509name.c gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_asn1.o -c ossl_asn1.c gcc -shared -o ../../.ext/i686-linux/openssl.so ossl_ocsp.o ossl_hmac.o ossl.o openssl_missing.o ossl_x509store.o ossl_pkcs12.o ossl_ns_spki.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_x509cert.o ossl_ssl.o ossl_pkey_dsa.o ossl_rand.o ossl_pkcs7.o ossl_cipher.o ossl_config.o ossl_x509revoked.o ossl_digest.o ossl_x509crl.o ossl_ssl_session.o ossl_x509attr.o ossl_pkey_dh.o ossl_x509.o ossl_x509ext.o ossl_bn.o ossl_pkey.o ossl_bio.o ossl_engine.o ossl_x509req.o ossl_pkcs5.o ossl_x509name.o ossl_asn1.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/openssl' compiling pty make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/pty' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o pty.o -c pty.c gcc -shared -o ../../.ext/i686-linux/pty.so pty.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lutil -lpthread -lrt -ldl -lcrypt -lm -lc cp ../.././ext/pty/lib/expect.rb ../../.ext/common make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/pty' compiling racc/cparse make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/racc/cparse' mkdir -p ../../../.ext/i686-linux/racc gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o cparse.o -c cparse.c gcc -shared -o ../../../.ext/i686-linux/racc/cparse.so cparse.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/racc/cparse' compiling readline make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/readline' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o readline.o -c readline.c gcc -shared -o ../../.ext/i686-linux/readline.so readline.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lreadline -lncurses -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/readline' compiling ripper make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/ripper' ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/i686-linux' -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/i686-linux' -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/i686-linux' -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/i686-linux -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ripper.o -c ripper.c In file included from ripper.y:23: ../../id.h:102:5: warning: "SUPPORT_JOKE" is not defined ../../id.h:108:5: warning: "SUPPORT_JOKE" is not defined parse.c:1008:6: warning: "YYENABLE_NLS" is not defined parse.c:4308:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined gcc -shared -o ../../.ext/i686-linux/ripper.so ripper.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../.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/core.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/i686-linux' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/ripper' compiling sdbm make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/sdbm' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o init.o -c init.c gcc -shared -o ../../.ext/i686-linux/sdbm.so _sdbm.o init.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/sdbm' compiling socket make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/socket' generating constants.h gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o socket.o -c socket.c socket.c: In function 'init_unixsock': socket.c:1691: warning: comparison between signed and unsigned socket.c: In function 'sock_s_getnameinfo': socket.c:3362: warning: comparison between signed and unsigned socket.c:3366: warning: comparison between signed and unsigned socket.c: In function 'sock_s_unpack_sockaddr_un': socket.c:3560: warning: comparison between signed and unsigned gcc -shared -o ../../.ext/i686-linux/socket.so socket.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/socket' compiling stringio make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/stringio' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o stringio.o -c stringio.c gcc -shared -o ../../.ext/i686-linux/stringio.so stringio.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/stringio' compiling strscan make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/strscan' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o strscan.o -c strscan.c gcc -shared -o ../../.ext/i686-linux/strscan.so strscan.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/strscan' compiling syck make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/syck' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o gram.o -c gram.c In file included from gram.y:16: syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o yaml2byte.o -c yaml2byte.c In file included from yaml2byte.c:12: ./syck.h:34:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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: suggest braces around empty body in an 'if' statement :370: warning: suggest braces around empty body in an 'if' statement :390: warning: suggest braces around empty body in an 'if' statement :406: warning: suggest braces around empty body in an 'if' statement :433: warning: suggest braces around empty body in an 'if' statement :457: warning: suggest braces around empty body in an 'if' statement :483: warning: suggest braces around empty body in an 'if' statement :507: warning: suggest braces around empty body in an 'if' statement :526: warning: suggest braces around empty body in an 'if' statement :535: warning: suggest braces around empty body in an 'if' statement :696: warning: suggest braces around empty body in an 'if' statement :800: warning: suggest braces around empty body in an 'if' statement :818: warning: suggest braces around empty body in an 'if' statement :994: warning: suggest braces around empty body in an 'if' statement :1180: warning: suggest braces around empty body in an 'if' statement :1204: warning: suggest braces around empty body in an 'if' statement :1251: warning: suggest braces around empty body in an 'if' statement :1274: warning: suggest braces around empty body in an 'if' statement :1314: warning: suggest braces around empty body in an 'if' statement : In function 'syck_type_id_to_uri': :1626: warning: suggest braces around empty body in an 'if' statement :1914: warning: suggest braces around empty body in an 'if' statement :1982: warning: suggest braces around empty body in an 'if' statement :2067: warning: suggest braces around empty body in an 'if' statement :2150: warning: suggest braces around empty body in an 'if' statement :2221: warning: suggest braces around empty body in an 'if' statement :2509: warning: suggest braces around empty body in an 'if' statement :2579: warning: suggest braces around empty body in an 'if' statement :2661: warning: suggest braces around empty body in an 'if' statement :2727: warning: suggest braces around empty body in an 'if' statement :2797: warning: suggest braces around empty body in an 'if' statement gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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/i686-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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 -shared -o ../../.ext/i686-linux/syck.so gram.o yaml2byte.o token.o node.o syck.o rubyext.o implicit.o handler.o bytecode.o emitter.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/syck' compiling syslog make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/syslog' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o syslog.o -c syslog.c gcc -shared -o ../../.ext/i686-linux/syslog.so syslog.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/syslog' compiling tk make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/tk' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/tk -I/usr/include/tcl8.4 -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DWITH_TCL_ENABLE_THREAD=1 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -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 -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/tk -I/usr/include/tcl8.4 -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DWITH_TCL_ENABLE_THREAD=1 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o stubs.o -c stubs.c gcc -shared -o ../../.ext/i686-linux/tcltklib.so tcltklib.o stubs.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -ltk8.4 -ltcl8.4 -lX11 -ldl -lpthread -lrt -ldl -lcrypt -lm -lc mkdir -p ../../.ext/common/tk mkdir -p ../../.ext/common/tkextlib/treectrl mkdir -p ../../.ext/common/tkextlib/winico mkdir -p ../../.ext/common/tkextlib/tkimg mkdir -p ../../.ext/common/tkextlib/vu mkdir -p ../../.ext/common/tkextlib/tclx mkdir -p ../../.ext/common/tkextlib/ICONS mkdir -p ../../.ext/common/tkextlib/tkDND mkdir -p ../../.ext/common/tkextlib/bwidget mkdir -p ../../.ext/common/tkextlib/iwidgets mkdir -p ../../.ext/common/tkextlib/blt mkdir -p ../../.ext/common/tkextlib/blt/tile mkdir -p ../../.ext/common/tkextlib/trofs mkdir -p ../../.ext/common/tkextlib/tcllib mkdir -p ../../.ext/common/tkextlib/tktrans mkdir -p ../../.ext/common/tkextlib/itcl mkdir -p ../../.ext/common/tkextlib/tktable mkdir -p ../../.ext/common/tkextlib/itk mkdir -p ../../.ext/common/tkextlib/tkHTML mkdir -p ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkwinpkg.rb ../../.ext/common cp ../.././ext/tk/lib/tkbgerror.rb ../../.ext/common cp ../.././ext/tk/lib/tkscrollbox.rb ../../.ext/common cp ../.././ext/tk/lib/tkclass.rb ../../.ext/common cp ../.././ext/tk/lib/tkpalette.rb ../../.ext/common cp ../.././ext/tk/lib/tk.rb ../../.ext/common cp ../.././ext/tk/lib/tkmacpkg.rb ../../.ext/common cp ../.././ext/tk/lib/tcltk.rb ../../.ext/common cp ../.././ext/tk/lib/tkafter.rb ../../.ext/common cp ../.././ext/tk/lib/multi-tk.rb ../../.ext/common cp ../.././ext/tk/lib/tktext.rb ../../.ext/common cp ../.././ext/tk/lib/tkvirtevent.rb ../../.ext/common cp ../.././ext/tk/lib/tkdialog.rb ../../.ext/common cp ../.././ext/tk/lib/tkfont.rb ../../.ext/common cp ../.././ext/tk/lib/remote-tk.rb ../../.ext/common cp ../.././ext/tk/lib/tkmngfocus.rb ../../.ext/common cp ../.././ext/tk/lib/tkcanvas.rb ../../.ext/common cp ../.././ext/tk/lib/tkmenubar.rb ../../.ext/common cp ../.././ext/tk/lib/tkentry.rb ../../.ext/common cp ../.././ext/tk/lib/tkconsole.rb ../../.ext/common cp ../.././ext/tk/lib/tk/listbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/encodedstr.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/label.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/canvas.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/spinbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/message.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/canvastag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/timer.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/image.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/after.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/clipboard.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/composite.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/bindtag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/kinput.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/console.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/mngfocus.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/palette.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textimage.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/macpkg.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/entry.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/wm.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textmark.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/radiobutton.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menuspec.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/button.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/ttk_selector.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/validation.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/bgerror.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/variable.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/textwindow.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/grid.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/place.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/tagfont.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/xim.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menubar.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/labelframe.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scale.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/font.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/checkbutton.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/toplevel.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/virtevent.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollable.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/text.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/itemfont.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/selection.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/event.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/clock.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollbar.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/package.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/msgcat.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/root.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/winfo.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/panedwindow.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/txtwin_abst.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/autoload.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/namespace.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/menu.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/optiondb.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/itemconfig.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/texttag.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/dialog.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/scrollbox.rb ../../.ext/common/tk cp ../.././ext/tk/lib/tk/frame.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/winpkg.rb ../../.ext/common/tk 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/winico/setup.rb ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/tkextlib/winico/winico.rb ../../.ext/common/tkextlib/winico cp ../.././ext/tk/lib/tkextlib/tkHTML.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tcllib.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/tkimg.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tclx.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/trofs.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/setup.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/blt.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/itcl.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/treectrl.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/winico.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/itk.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/version.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tile.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tktable.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/pkg_checker.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/iwidgets.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkDND.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tktrans.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/vu.rb ../../.ext/common/tkextlib cp ../.././ext/tk/lib/tkextlib/tkimg/xpm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/pixmap.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/tga.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ppm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/png.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/jpeg.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/sgi.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/setup.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/pcx.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/window.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/tiff.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/bmp.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/xbm.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ico.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/ps.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/gif.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/tkimg/sun.rb ../../.ext/common/tkextlib/tkimg cp ../.././ext/tk/lib/tkextlib/vu/dial.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/spinbox.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/vu/bargraph.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/charts.rb ../../.ext/common/tkextlib/vu cp ../.././ext/tk/lib/tkextlib/tclx/tclx.rb ../../.ext/common/tkextlib/tclx cp ../.././ext/tk/lib/tkextlib/tclx/setup.rb ../../.ext/common/tkextlib/tclx cp ../.././ext/tk/lib/tkextlib/ICONS/setup.rb ../../.ext/common/tkextlib/ICONS cp ../.././ext/tk/lib/tkextlib/ICONS/icons.rb ../../.ext/common/tkextlib/ICONS cp ../.././ext/tk/lib/tkextlib/tkDND/tkdnd.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkDND/shape.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/tkDND/setup.rb ../../.ext/common/tkextlib/tkDND cp ../.././ext/tk/lib/tkextlib/bwidget/labelentry.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/listbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dropsite.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/panelframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/label.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dynamichelp.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/titleframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/selectcolor.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/spinbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/progressbar.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dragsite.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/widget.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/entry.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/combobox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/statusbar.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/arrowbutton.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/button.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/setup.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/pagesmanager.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/buttonbox.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/labelframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/passwddlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/notebook.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/mainframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/separator.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/bitmap.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/selectfont.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/panedwindow.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrollableframe.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/progressdlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/scrollview.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/dialog.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/tree.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/bwidget/messagedlg.rb ../../.ext/common/tkextlib/bwidget cp ../.././ext/tk/lib/tkextlib/iwidgets/calendar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/optionmenu.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spinner.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extbutton.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/selectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/promptdialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/entryfield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/shell.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/finddialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/feedback.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/datefield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/combobox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/labeledframe.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/messagedialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/toolbar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/tabset.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/setup.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spintime.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/timefield.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/spinint.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/buttonbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/menubar.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/radiobox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/watch.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/notebook.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/spindate.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/messagebox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dialogshell.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scopedobject.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/pushbutton.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/panedwindow.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/checkbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dateentry.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/timeentry.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/dialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/hierarchy.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb ../../.ext/common/tkextlib/iwidgets cp ../.././ext/tk/lib/tkextlib/blt/htext.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/ted.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/graph.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/barchart.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/container.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tabset.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/unix_dnd.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/component.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/eps.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/tile.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/cutbuffer.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/winop.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/dragdrop.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/table.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/busy.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/bitmap.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/tabnotebook.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/vector.rb ../../.ext/common/tkextlib/blt cp ../.././ext/tk/lib/tkextlib/blt/stripchart.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/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/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/toplevel.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/frame.rb ../../.ext/common/tkextlib/blt/tile cp ../.././ext/tk/lib/tkextlib/trofs/trofs.rb ../../.ext/common/tkextlib/trofs cp ../.././ext/tk/lib/tkextlib/trofs/setup.rb ../../.ext/common/tkextlib/trofs cp ../.././ext/tk/lib/tkextlib/tcllib/panelframe.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/style.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist_core.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ruler.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/widget.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/swaplist.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/datefield.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/autoscroll.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/setup.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/getstring.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tooltip.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/plotchart.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tkpiechart.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ico.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/superframe.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/ip_entry.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/dialog.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/tablelist.rb ../../.ext/common/tkextlib/tcllib cp ../.././ext/tk/lib/tkextlib/tcllib/history.rb ../../.ext/common/tkextlib/tcllib 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/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/tktable/setup.rb ../../.ext/common/tkextlib/tktable cp ../.././ext/tk/lib/tkextlib/tktable/tktable.rb ../../.ext/common/tkextlib/tktable cp ../.././ext/tk/lib/tkextlib/itk/setup.rb ../../.ext/common/tkextlib/itk cp ../.././ext/tk/lib/tkextlib/itk/incr_tk.rb ../../.ext/common/tkextlib/itk 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/tile/tscale.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/tprogressbar.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/sizegrip.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tcheckbutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/setup.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tradiobutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tsquare.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tentry.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tlabelframe.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tscrollbar.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tpaned.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tcombobox.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tlabel.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tframe.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tseparator.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tmenubutton.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/dialog.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/treeview.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/tile/tnotebook.rb ../../.ext/common/tkextlib/tile cp ../.././ext/tk/lib/tkextlib/SUPPORT_STATUS ../../.ext/common/tkextlib make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/tk' compiling tk/tkutil make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/tk/tkutil' gcc -I. -I../../../.ext/include/i686-linux -I../../.././include -I../../.././ext/tk/tkutil -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o tkutil.o -c tkutil.c gcc -shared -o ../../../.ext/i686-linux/tkutil.so tkutil.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/tk/tkutil' compiling win32ole compiling zlib make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/zlib' gcc -I. -I../../.ext/include/i686-linux -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o zlib.o -c zlib.c zlib.c: In function 'zstream_expand_buffer_into': zlib.c:474: warning: comparison between signed and unsigned zlib.c: In function 'zstream_append_buffer': zlib.c:499: warning: comparison between signed and unsigned zlib.c: In function 'zstream_discard_input': zlib.c:611: warning: comparison between signed and unsigned zlib.c: In function 'rb_gzfile_set_mtime': zlib.c:2526: warning: signed and unsigned type in conditional expression gcc -shared -o ../../.ext/i686-linux/zlib.so zlib.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lz -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/ext/zlib' making ruby make[1]: Entering directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -L. -rdynamic -Wl,-export-dynamic main.o -Wl,-R -Wl,/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/lib -L/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/lib -lruby-static -lpthread -lrt -ldl -lcrypt -lm -o ruby make[1]: Leaving directory `/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby' == version # 2010-07-25T10:15:58+09:00 + ./ruby -v ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] == install-nodoc # 2010-07-25T10:15:58+09:00 + make install-nodoc ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./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 installing command scripts installing library scripts installing headers installing manpages installing extension objects installing extension scripts == install-doc # 2010-07-25T10:15:58+09:00 + make install-doc Generating RDoc documentation ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "." No definition for int_round No definition for flo_quo No definition for flo_quo No definition for rb_struct_init_copy No definition for range_initialize_copy No definition for interrupt_init No definition for rb_mod_attr No definition for rb_io_s_new No definition for nsdr 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 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 rb_big_idiv No definition for nurat_numerator No definition for nurat_denominator No definition for nurat_add No definition for nurat_sub No definition for nurat_mul No definition for nurat_div No definition for nurat_div No definition for nurat_fdiv No definition for nurat_expt No definition for nurat_cmp No definition for nurat_equal_p No definition for nurat_coerce No definition for nurat_idiv No definition for nurat_idiv No definition for nurat_mod No definition for nurat_mod No definition for nurat_divmod No definition for nurat_quot No definition for nurat_rem No definition for nurat_quotrem No definition for nurat_abs No definition for nurat_true No definition for nurat_true No definition for nurat_floor No definition for nurat_ceil No definition for nurat_truncate No definition for nurat_round No definition for nurat_truncate No definition for nurat_to_f No definition for nurat_to_r No definition for nurat_hash No definition for nurat_to_s No definition for nurat_inspect No definition for nurat_marshal_dump No definition for nurat_marshal_load No definition for rb_lcm No definition for rb_gcdlcm No definition for numeric_numerator No definition for numeric_denominator No definition for integer_numerator No definition for integer_denominator No definition for float_numerator No definition for float_denominator 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 nurat_f_rational No definition for rb_fiber_init 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 nucomp_s_new No definition for nucomp_s_new No definition for nucomp_s_polar No definition for nucomp_real No definition for nucomp_imag No definition for nucomp_imag No definition for nucomp_negate No definition for nucomp_add No definition for nucomp_sub No definition for nucomp_mul No definition for nucomp_div No definition for nucomp_div No definition for nucomp_quo No definition for nucomp_fdiv No definition for nucomp_expt No definition for nucomp_equal_p No definition for nucomp_coerce No definition for nucomp_abs No definition for nucomp_abs No definition for nucomp_abs2 No definition for nucomp_arg No definition for nucomp_arg No definition for nucomp_arg No definition for nucomp_rect No definition for nucomp_rect No definition for nucomp_polar No definition for nucomp_conj No definition for nucomp_conj No definition for nucomp_conj No definition for nucomp_false No definition for nucomp_true No definition for nucomp_exact_p No definition for nucomp_inexact_p No definition for nucomp_numerator No definition for nucomp_denominator No definition for nucomp_hash No definition for nucomp_eql_p No definition for nucomp_to_s No definition for nucomp_inspect No definition for nucomp_marshal_dump No definition for nucomp_marshal_load No definition for nucomp_to_i No definition for nucomp_to_f No definition for nucomp_to_r 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_rect No definition for numeric_rect No definition for numeric_polar No definition for numeric_conj No definition for numeric_conj No definition for nucomp_f_complex 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 lib/drb/drb.rb:796:27: Skipping require of dynamic string: "drb/#{$1}" lib/ostruct.rb:75:33: ':' not followed by identifier or operator Unrecognized directive 'section' in lib/rdoc/README numeric.c: CCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm compile.c: thread_pthread.c: ruby.c: mmmm thread_win32.c: gc.c: MMMmmmmmmmmmmmmmmmmmmmmmmmm lex.c: eval_jump.c: m enumerator.c: CCCCmmmmmmmmmmmmm debug.c: dmyext.c: eval_error.c: miniprelude.c: process.c: MMMMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm goruby.c: range.c: mmmmmmmmmmmmmmmmmmm signal.c: Mmmmmm dmydln.c: struct.c: Cmmmmmmmmmmmmmmmmmm object.c: MCCCCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm io.c: CCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmma vm_insnhelper.c: strftime.c: sprintf.c: regsyntax.c: id.c: vm.c: CCCm vm_dump.c: proc.c: CCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm encoding.c: Cmmmmmmmmmmmmmmm dln.c: hash.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm newline.c: array.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmma regparse.c: math.c: Mmmmmmmmmmmmmmmmmmmmmmmmmmm iseq.c: C regexec.c: regerror.c: time.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm bignum.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm rational.c: Cm cont.c: CCCmmmmmmmm pack.c: mm class.c: thread.c: CCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm version.c: prelude.c: variable.c: regenc.c: marshal.c: Mmmm complex.c: Cmmmmmmm safe.c: inits.c: blockinlining.c: re.c: CCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm random.c: mm st.c: string.c: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm vm_exec.c: dmyencoding.c: file.c: MCMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm transcode.c: CCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm regcomp.c: util.c: load.c: mmmmmm vm_eval.c: mmmmmmmmmmmmmm main.c: compar.c: Mmmmmmm dir.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmm parse.c: Cmmmmmmmmm vm_method.c: mmmmmmmmmmmmmm eval.c: mmmmmmmmmmmmm error.c: MCCCCCCCCCCCCCCCCCCCCCCCCmmmmmmmmmmmmmmmmmmmmm enum.c: Mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm 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: CCmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmCmCm lib/date/format.rb: CMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmm lib/date.rb: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmCmmmCmmmmmCmmm lib/debug.rb: CmCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmm lib/delegate.rb: CmmmmmmmmmmmCmmmmmm lib/drb/invokemethod.rb: MCMmm lib/drb/acl.rb: CCmmmmCmmmmmmm lib/drb/eq.rb: MCmm lib/drb/extservm.rb: MCmmmmmmmmm lib/drb/unix.rb: MCmmmmmmmmm lib/drb/timeridconv.rb: MCCCmmmmmmmmmm lib/drb/ssl.rb: MCCmmmmmmmmmmmmmm lib/drb/extserv.rb: MCmmmmCmmm lib/drb/observer.rb: MMm lib/drb/gw.rb: MCmCmmmCmm lib/drb/drb.rb: MCCCmmMmCCCCmmmCmCmmmmmCmmmCmmmmmmmmMmmmmmCmmmmmmmmmmmmmmmmmMCCmmmmmmmmmmmmmCmmmmmCmmmmmmmmmmmmmmmmmmmmCCCmmmmmmmmmmmmmmmmm 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/notifier.rb: MMmCmmmmmmmmmCmmmCmmmCmm lib/irb/init.rb: Mmmmmmmmmm lib/irb/ext/math-mode.rb: MCmm lib/irb/ext/workspaces.rb: MCmmmCm lib/irb/ext/loader.rb: MCMmmmmm lib/irb/ext/change-ws.rb: MCmmC lib/irb/ext/multi-irb.rb: MCmmmmmmmmmmmmmmmCm lib/irb/ext/save-history.rb: MMCmCmmmmMmmm lib/irb/ext/tracer.rb: MmCmCm lib/irb/ext/history.rb: MCmmCmmmmm lib/irb/ext/use-loader.rb: CMMmmCmmCC lib/irb/context.rb: MCmmmmmmmmmmmmmmm lib/irb/cmd/nop.rb: MMCmmmm lib/irb/cmd/fork.rb: MMCm lib/irb/cmd/chws.rb: MMCmCm lib/irb/cmd/help.rb: MMCm lib/irb/cmd/subirb.rb: MMCmCmCmCm lib/irb/cmd/pushws.rb: MMCmCmCm lib/irb/cmd/load.rb: MMCmCmCm lib/irb/input-method.rb: MCmmmCmmmmmmCmmmmCmmmmmm lib/irb/help.rb: Mm lib/irb/ruby-lex.rb: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/irb/completion.rb: MMm lib/irb/ws-for-case-2.rb: lib/irb/version.rb: M lib/irb/src_encoding.rb: m lib/irb/output-method.rb: MCmmmmmmmCm lib/irb/lc/ja/error.rb: M lib/irb/lc/ja/encoding_aliases.rb: MC lib/irb/lc/help-message: lib/irb/lc/error.rb: M lib/irb/slex.rb: MCmmmmmmmmmCmmmmm lib/irb/extend-command.rb: MMmmmmmmmCMmmMmmm lib/irb/workspace.rb: MCmmmm lib/irb/ruby-token.rb: MCmCmCmCmCCmCmCmm lib/irb/xmp.rb: CmmCmmmmm lib/irb/magic-file.rb: MCmm lib/irb/locale.rb: MCmmmmmmmmmmmmmmm lib/irb/frame.rb: MCmmmmmmm lib/irb.rb: MCmmmmmmmCmmmmmmmmmmm 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: Mm lib/optparse/time.rb: lib/optparse/uri.rb: lib/optparse/date.rb: lib/optparse/version.rb: Cmmm lib/optparse/shellwords.rb: lib/optparse.rb: CMmmCCmmmmmmmmmmCmmmCmCmCmCmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmCCCCCCMmmmmmmmmM lib/ostruct.rb: Cmmmmmmmmm lib/pathname.rb: CmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmCmCmmCmmCMm lib/pp.rb: MmmCmmMmmmmmmmmmmmCMmmmmCmmCmmCmCmmCmCCmCmCmm lib/prettyprint.rb: CmmmmmmmmmmmmmCmmmCmmCmmmmCmmmmCmmmmmmmCCCCCC lib/prime.rb: CmmmmCmmmmmmmCmmmmmmmmCmmmCmmmCmmmCmmmCmmmmMmm 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/ri/descriptions.rb: CmmmmCCmCmCCmCmmmCmmmmCmmC lib/rdoc/ri/driver.rb: CCmmmCCmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/ri/util.rb: Cmm lib/rdoc/ri/reader.rb: Cmmmmmmmmmmm lib/rdoc/ri/writer.rb: Cmmmmmmmm lib/rdoc/ri/cache.rb: CmmmmmmmmmmmCmmmCmmCm lib/rdoc/ri/display.rb: MmmCmmmmmmmmmmmmm lib/rdoc/ri/paths.rb: M lib/rdoc/ri/formatter.rb: CmmmmmmmmmmmmmmmmmmCCmmmmmmmmCmmCmmmmmCmmmmmmmmmmmCmmm lib/rdoc/tokenstream.rb: MMmmmmm lib/rdoc/known_classes.rb: M lib/rdoc/ri.rb: MC lib/rdoc/diagram.rb: MCmmmmmmmm lib/rdoc/stats.rb: CmmmmmmmCmmmmmCmmmmmCmmmmm lib/rdoc/dot.rb: MMCmmCmmmCmmCmmmmmmCmmmmmmCmCmm lib/rdoc/generator.rb: MCmmmmMmmmCmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmCmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/README: lib/rdoc/rdoc.rb: MCmmmmmmmmmm lib/rdoc/generator/chm.rb: Cmmmmmmmm 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/frameless.rb: M lib/rdoc/generator/html/html.rb: M lib/rdoc/generator/html/hefss.rb: Mm lib/rdoc/generator/html/common.rb: M lib/rdoc/generator/xml/rdf.rb: M lib/rdoc/generator/xml/xml.rb: M lib/rdoc/generator/chm/chm.rb: M lib/rdoc/generator/texinfo/file.texinfo.erb: lib/rdoc/generator/texinfo/class.texinfo.erb: lib/rdoc/generator/texinfo/texinfo.erb: lib/rdoc/generator/texinfo/method.texinfo.erb: lib/rdoc/generator/ri.rb: Cmmmmmmmmmm lib/rdoc/generator/texinfo.rb: MMCmmCmmmmmm lib/rdoc/generator/html.rb: CmmmmmmmmmmmmmmmmCmmmmm lib/rdoc/generator/xml.rb: Cmmmmmmmmmmm lib/rdoc/parser.rb: Cmmmmmm lib/rdoc/parser/f95.rb: CCmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmm lib/rdoc/parser/simple.rb: Cmmm lib/rdoc/parser/c.rb: Cmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/parser/perl.rb: Cmmm lib/rdoc/parser/ruby.rb: mMCmmmCCmCCmCmCmCmCmmmCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/options.rb: Cmmmmmmmm lib/rdoc/template.rb: MCmmm lib/rdoc/markup/to_html.rb: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/markup/to_flow.rb: CMCmmCmmmmmmmmmmmmmmmmmmm lib/rdoc/markup/to_test.rb: Cmmmmmmmmmm lib/rdoc/markup/fragments.rb: CCmmmmmCCCmCCmCmCmCmCCmmmmmmmmmmmm lib/rdoc/markup/preprocess.rb: Cmmmm lib/rdoc/markup/to_texinfo.rb: Cmmmmmmmmmmm lib/rdoc/markup/lines.rb: CCmmmmmCmmmmmmmmmm lib/rdoc/markup/to_html_crossref.rb: Cmm lib/rdoc/markup/attribute_manager.rb: Cmmmmmmmmmmmmmmmm lib/rdoc/markup/to_latex.rb: Cmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rdoc/markup/formatter.rb: Cmm lib/rdoc/markup/inline.rb: CCmmmCmCmmmCmmmm lib/rdoc/markup.rb: Cmmmmmmmmmm lib/resolv-replace.rb: CmCmCmmmCm lib/resolv.rb: CmmmmmmmmmmmmmCCCmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmCCCCCCCCCCCCMMCCMCCmmmmmmmmmmmCCCCmmCmmmmmmCmmmmCmmmCCCmmmCCmmmCmmmCmmmCmmmmCMCmmmCmmmCmmmCmmmCmmmmmmmmCmmmmmmmm lib/rexml/parseexception.rb: MCmmmmm lib/rexml/xmltokens.rb: MM lib/rexml/xmldecl.rb: MCmmmmmmmmmmmm lib/rexml/document.rb: MCmmmmmmmmmmmmmmmmmm lib/rexml/entity.rb: MCmmmmmmmM lib/rexml/output.rb: MCmmm lib/rexml/doctype.rb: MCmmmmmmmmmmmmmmCmmmCmCmmmCmmmm lib/rexml/attribute.rb: MCmmmmmmmmmmmmmmmm lib/rexml/parent.rb: MCmmmmmmmmmmmmmmmmmm lib/rexml/formatters/default.rb: MMCmmmmmmmm lib/rexml/formatters/pretty.rb: MMCmmmmmmmm lib/rexml/formatters/transitive.rb: MMCmmm lib/rexml/quickpath.rb: MCmmmmmmmmmmm lib/rexml/rexml.rb: M lib/rexml/sax2listener.rb: MMmmmmmmmmmmmmmmmmm lib/rexml/validation/validation.rb: MMMmmmCmmmmmmm lib/rexml/validation/validationexception.rb: MMCm lib/rexml/validation/relaxng.rb: MMCmmCmmmmmmmmmmmCmCmmmCmmCmmmmmCmmmmmmmmCmmmmmmmCmmm lib/rexml/functions.rb: MMmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/light/node.rb: MMCmmmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/child.rb: MCmmmmmmmm lib/rexml/comment.rb: MCmmmmmm lib/rexml/encodings/EUC-JP.rb: MMmmmmC lib/rexml/encodings/ISO-8859-15.rb: MMmm lib/rexml/encodings/UNILE.rb: MMmmC lib/rexml/encodings/SHIFT-JIS.rb: MMmmmmC lib/rexml/encodings/UTF-16.rb: MMmmC lib/rexml/encodings/US-ASCII.rb: MMmmC lib/rexml/encodings/UTF-8.rb: MMmmC lib/rexml/encodings/SHIFT_JIS.rb: lib/rexml/encodings/ICONV.rb: MMmmC lib/rexml/encodings/CP-1252.rb: MMCmm lib/rexml/encodings/ISO-8859-1.rb: MM lib/rexml/streamlistener.rb: MMmmmmmmmmmmmmmm lib/rexml/text.rb: MCmmmmmmmmmmmmmmmmmmmmm lib/rexml/undefinednamespaceexception.rb: MCm lib/rexml/xpath_parser.rb: CmCmCmCmCmMCmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/xpath.rb: MCmmm lib/rexml/encoding.rb: MMmmmmm lib/rexml/attlistdecl.rb: MCmmmmmm lib/rexml/parsers/pullparser.rb: MMCmmmmmmCmmmmmmmmmmmmmmmmmm lib/rexml/parsers/xpathparser.rb: MMCmmmmmmmmmmmmmmmmmmmmmmmm lib/rexml/parsers/lightparser.rb: MMCmmmm lib/rexml/parsers/sax2parser.rb: MMCmmmmmmmmmmm lib/rexml/parsers/streamparser.rb: MMCmmm lib/rexml/parsers/baseparser.rb: MMCmmmmmmmmmmmm lib/rexml/parsers/ultralightparser.rb: MMCmmmm lib/rexml/parsers/treeparser.rb: MMCmmm lib/rexml/node.rb: MMmmmmmmmm lib/rexml/namespace.rb: MMmmm lib/rexml/dtd/dtd.rb: MMCmm lib/rexml/dtd/entitydecl.rb: MMCmmmm lib/rexml/dtd/attlistdecl.rb: MMC lib/rexml/dtd/elementdecl.rb: MMCm lib/rexml/dtd/notationdecl.rb: MMCmmmm lib/rexml/element.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmmmmmmmmmmmmCmmmmmmmmmmmmmm lib/rexml/source.rb: MCmCmmmmmmmmmmmCmmmmmmmm lib/rexml/syncenumerator.rb: MCmmmm lib/rexml/cdata.rb: MCmmmmm lib/rexml/instruction.rb: MCmmmmmm lib/rinda/rinda.rb: MCCCCCmmmmmmmmmCmmCmmCmmmmmmCmm lib/rinda/ring.rb: MCmmmmmCmmmmmmmmCmm lib/rinda/tuplespace.rb: MCmmmmmmmmmmmmmCmmCmmmmmCmmmmCCmmmmmmmmmmmmmmmCmmmmmmmmmmmm lib/rss/rexmlparser.rb: MCmmCmm lib/rss/maker/image.rb: MMMmmCmmMmmCmmCCC lib/rss/maker/0.9.rb: MMCmmmCmmmmmmmCmCmmCmCmmCmCmCCmCmmCmCmCmCCmCmmCmmCmmCmmmCmCmmmCmCmCmCmCCmCCmCCmCmCmCCmCmCmCmCmCCmCCmCmmCmCCmCmmCmCmmCmm lib/rss/maker/taxonomy.rb: MMMmmCMmmCCmCCCC lib/rss/maker/entry.rb: MMMCmmmCCCCCCCmCCCmCmmmmmmC lib/rss/maker/atom.rb: MMMmMmmmMmmmMmmMmmMmCCm lib/rss/maker/dublincore.rb: MMMmmCCCCC lib/rss/maker/trackback.rb: MMMmCCmmCC lib/rss/maker/feed.rb: MMMCmmmCmmmmmmmCmCCmCCmCCmCCmCmCmCCmCmCmmmmmmCmCmCmmmCCmCmCmCCmCCmCmCCmCCmCmmmmC lib/rss/maker/itunes.rb: MMMmmmmmMmCCmmCmCmmMmCmmmmmmCCCCCCCC lib/rss/maker/syndication.rb: MMMmC lib/rss/maker/1.0.rb: MMCmmmCmmmmmmCmCCmCCmCmCCmCmmCmCmCmCCmCmCmmCmmCmmmmCmCmmmmCmCmCmCmCCmCCmCCmCmCmCCmCmCmCmCmCCmCCmCCmCCmCmmCmCmmCmmm lib/rss/maker/base.rb: MMCmmmmmmmmmmmmmmmmmmmmmmmmmmMmMMmmmmmmMmCmmmmmCCmmmCmmmmmmmmCCCCCCCCCCCCCCCCCCmCmmmCmmmmmCCCmmCCCCCCCCmmmmmmmmmCC lib/rss/maker/content.rb: MMMmCC lib/rss/maker/slash.rb: MMMmCC lib/rss/maker/2.0.rb: MMCmCmCCCCCmmCmCmmCmmCmCCmmmCmmCmmCmmCmCmCmCmmCmCmC lib/rss/content/1.0.rb: MCC lib/rss/content/2.0.rb: MCCC lib/rss/xmlscanner.rb: MCmmCmmmmmmmmmmmmmmm lib/rss/image.rb: MMmMmCmmmmmmMmCmmmmmmmCCC lib/rss/0.9.rb: MMmCmmmmmmCmmmCCmCCmCmmCmCmmCmmmCmmmCmmmCmmMm lib/rss/taxonomy.rb: MMmCmmmmmmMmCmmmmmCCC lib/rss/atom.rb: MMMmmmMMmmmmmMmMmmmmmmmmMmmCCCMmmMmCmmmmmmmCCmCCmCCCmCmmCCCCCmmmmCmmmmmmmmmmmmmmmmmCCmCCmmmmmmmMmm lib/rss/converter.rb: MCmmmmmmmmmmmmmmmmm lib/rss/maker.rb: MMmmmmm lib/rss/dublincore.rb: MMmM lib/rss/trackback.rb: MMmMmMCmmmmCmmmmmmMCmmmmCmmmmCCCCC lib/rss/xml-stylesheet.rb: MMmmCmmmmmm lib/rss/rss.rb: CmmMCCmCCmCmCmCmCmCmCmCmCmCmMmmmmmmmmmmmmmmmmmmmmmmMmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmm lib/rss/itunes.rb: MMmmmMMmCmmmmmmmCmmmmmmCmmmmmmMmCmmmmmmmmmmmmmCCC lib/rss/syndication.rb: MMmmCC lib/rss/1.0.rb: MMmCmmmCmmmCmmmmCmmmmCmmmmCmmCmmCmmmCmmmCmmmCmmmMm lib/rss/dublincore/atom.rb: MMCCC lib/rss/dublincore/1.0.rb: MCCCCC lib/rss/dublincore/2.0.rb: MCCC lib/rss/content.rb: MMm lib/rss/slash.rb: MMmCC lib/rss/xml.rb: MMCmmmmmmmm lib/rss/parser.rb: MCmCmCmCmCmmmmmmmCmmmmmmmmCmmmmmmmmmmmMmmmmmmmmmmmmmmmmmm lib/rss/utils.rb: MMmmmmmMmMmMmMmmm lib/rss/2.0.rb: MCCCmCmmmm lib/rss/xmlparser.rb: MCMCMCmmmmmmCmmCm lib/rss.rb: lib/scanf.rb: MCmmmmmmmmmmmmmmmmCmmmmmmCmmmCmmMm lib/set.rb: CmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmCmmmCmmmMm lib/shell/process-controller.rb: CCmmmmmmmmmmmmmmmmmmmmm lib/shell/filter.rb: CCmmmmmmmmmmm lib/shell/system-command.rb: CCmmmmmmmmmmmm lib/shell/builtin-command.rb: CCmmCmmCmmCmmCmmCmmCmmCmmCmm lib/shell/version.rb: C lib/shell/command-processor.rb: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/shell/error.rb: CM lib/shell.rb: Cmmmmmmmmmmmmmmmmmmmmmm lib/shellwords.rb: MmmmCmmCm lib/sync.rb: MCmCmCmmmmmmmmmmmmmmmmC lib/tempfile.rb: Cmmmmmmmmmmm lib/test/unit.rb: MMm lib/test/unit/assertions.rb: MMMmmmmmmmmmm lib/test/unit/testcase.rb: MMCm lib/thread.rb: CCmmmmCmmmmmmmCmmmmmm lib/thwait.rb: Cmmmmmmmm lib/time.rb: CmmmmmmmmmmmmmC lib/timeout.rb: MCCmm lib/tmpdir.rb: Cmm lib/tracer.rb: Cmmmmmmmmmmmmm lib/tsort.rb: MCmmmmmmmCCC 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/httpservlet/cgi_runner.rb: m lib/webrick/httpservlet/prochandler.rb: MMCmmm lib/webrick/httpservlet/cgihandler.rb: MMCmm lib/webrick/httpservlet/filehandler.rb: MMCmmmmmCmmmmmmmmmmmmmmmmmmmm lib/webrick/httpservlet/erbhandler.rb: MMCmmm lib/webrick/httpservlet/abstract.rb: MMCCmmmmmmm lib/webrick/httpproxy.rb: MCmCmCmmmmmmmmmmmmmmmmm lib/webrick/compat.rb: MCCC lib/webrick/httpstatus.rb: MMCmmmCCCCCCCmmmmmmmm lib/webrick/httpversion.rb: MCmmmm lib/webrick/httputils.rb: MMmmmmmmmmmCmmmmmmmmmmmmmmmmmmm lib/webrick/accesslog.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 fgdbm_setopt No definition for cState_configure 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 ossl_config_add_value 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 ossl_engine_get_cipher 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 echild_status No definition for bsock_do_not_rev_lookup No definition for bsock_do_not_rev_lookup_set No definition for bsock_s_for_fd No definition for bsock_close_read No definition for bsock_close_write No definition for bsock_shutdown No definition for bsock_getsockname No definition for bsock_getpeername No definition for bsock_send No definition for bsock_recv No definition for bsock_do_not_reverse_lookup No definition for bsock_do_not_reverse_lookup_set No definition for ip_addr No definition for ip_peeraddr No definition for ip_recvfrom No definition for ip_s_getaddress No definition for tcp_s_gethostbyname No definition for socks_init No definition for socks_s_close No definition for tcp_accept No definition for tcp_sysaccept No definition for tcp_svr_init No definition for udp_init No definition for udp_connect No definition for udp_bind No definition for udp_send No definition for unix_init No definition for unix_path No definition for unix_addr No definition for unix_peeraddr No definition for unix_recvfrom No definition for unix_send_io No definition for unix_recv_io No definition for unix_s_socketpair No definition for unix_s_socketpair No definition for unix_svr_init No definition for unix_accept No definition for unix_sysaccept No definition for sock_initialize No definition for sock_accept No definition for sock_s_socketpair No definition for sock_s_socketpair No definition for sock_gethostname No definition for sock_s_gethostbyname No definition for sock_s_gethostbyaddr No definition for sock_s_getservbyname No definition for sock_s_getservbyport No definition for sock_s_getaddrinfo No definition for sock_s_getnameinfo No definition for sock_s_pack_sockaddr_in No definition for sock_s_pack_sockaddr_in No definition for sock_s_unpack_sockaddr_in No definition for sock_s_pack_sockaddr_un No definition for sock_s_pack_sockaddr_un No definition for sock_s_unpack_sockaddr_un 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... MMCmmm lib/webrick/httpresponse.rb: MCmmmmmmmmmmmmmmmmmmmmmmmm lib/webrick/httpservlet.rb: MM lib/webrick/cookie.rb: MCmmmmmmm lib/webrick/https.rb: MMCmmm lib/webrick/httpauth/htdigest.rb: MMCmmmmmmm lib/webrick/httpauth/htgroup.rb: MMCmmmmm lib/webrick/httpauth/userdb.rb: MMMmmm lib/webrick/httpauth/htpasswd.rb: MMCmmmmmmm lib/webrick/httpauth/authenticator.rb: MMMmmmmmM lib/webrick/httpauth/basicauth.rb: MMCmmmmC lib/webrick/httpauth/digestauth.rb: MMCmmmmmmmmmmmmCm lib/webrick/version.rb: M lib/webrick/httpauth.rb: MMmmm lib/webrick/httprequest.rb: MCmmmmmmmmmmmmmmmmmmmmmmmmmmmm lib/webrick/server.rb: MCCmCmCmmmmmmmmmm lib/webrick/ssl.rb: MMMmCmmm lib/webrick/htmlutils.rb: MMm lib/webrick/httpserver.rb: MCCmmmmmmmmmmmCmmmmmmm lib/webrick/log.rb: MCmmmmmmmmmmmmmmmCmm lib/webrick/cgi.rb: MCmmmmCmmmmmmmmmmmmmmmm lib/webrick/utils.rb: MMmmmmmmCmmmmmmm lib/webrick/config.rb: MM lib/webrick.rb: lib/xmlrpc/README.rdoc: lib/yaml/types.rb: MCmmmCmmmCmmCmmmmCmmmmmmmCmmmmmmmC lib/yaml/stringio.rb: Cmmmmmmm lib/yaml/ypath.rb: MCmm lib/yaml/store.rb: Cmmmmmm lib/yaml/loader.rb: MC lib/yaml/stream.rb: MCmmmmm lib/yaml/yamlnode.rb: MCmm lib/yaml/constants.rb: M lib/yaml/syck.rb: MMC lib/yaml/rubytypes.rb: CmCmmmCmmCmmmmCmmCmmCmmmmCmmCmmCmmCmmCmCmCmCmmCmmCmCmCm lib/yaml/basenode.rb: MMmmmmmmmmmm lib/yaml/tag.rb: MmmC lib/yaml/baseemitter.rb: MMmmmmmmmmmmmmmmCmCm lib/yaml/encoding.rb: Mmm lib/yaml/error.rb: MCCC lib/yaml/dbm.rb: MCmmmmmmmmmmmmmmmmmmmm lib/yaml.rb: MmmmmmmmmmmmmmmmmmmmmmmmmmmMm ext/bigdecimal/bigdecimal.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/bigdecimal/lib/bigdecimal/jacobian.rb: Mmmm ext/bigdecimal/lib/bigdecimal/newton.rb: Mmm ext/bigdecimal/lib/bigdecimal/util.rb: CmCmCmCm ext/bigdecimal/lib/bigdecimal/math.rb: Mmmmmmmmm ext/bigdecimal/lib/bigdecimal/ludcmp.rb: Mmm ext/coverage/coverage.c: Mmm ext/digest/digest.c: MMCCmmmmmmmmmmmmmmmmmmm ext/etc/etc.c: Mmmmmmmmmmmmmm ext/fcntl/fcntl.c: M ext/gdbm/gdbm.c: CCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/iconv/iconv.c: CMCCCCCmmmmmmmmmmmmmmmmmmm ext/io/wait/wait.c: mm ext/io/wait/lib/nonblock.rb: Cmmm ext/json/ext/generator/generator.c: MMMMMMMMMMMMMMCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/json/ext/parser/parser.c: MMCmmm ext/json/lib/json/TrueClass.xpm: ext/json/lib/json/Hash.xpm: ext/json/lib/json/Array.xpm: ext/json/lib/json/FalseClass.xpm: ext/json/lib/json/String.xpm: ext/json/lib/json/json.xpm: ext/json/lib/json/version.rb: M ext/json/lib/json/Key.xpm: ext/json/lib/json/Numeric.xpm: ext/json/lib/json/NilClass.xpm: ext/json/lib/json/common.rb: MmmmmCCCCCCmmmmmmmmMmmmCm ext/json/lib/json/add/rails.rb: CmmCmMm ext/json/lib/json/add/core.rb: CmmCmmCmmCmmCmmCmmCmm ext/json/lib/json/editor.rb: MMmmmmmCmmmmmmmMmmmmmCmmmmmmmmmCmmmmmmmmCmmmmmmCmmmCmmmmmmmmmmmmCmmmmmmmmmmmmmmmmmmmmmmmmm ext/json/lib/json/ext.rb: MM ext/json/lib/json.rb: M 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: MMCCCmmmmmmmmmmmmmmmmmmmmmmmmmmaa 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: Mmmmmmmmmmmmmmmmmmmmmmm ext/pty/pty.c: MCmmmm ext/pty/lib/expect.rb: Cm ext/readline/readline.c: Mmmmmmmmmmmmmmmmmmmmmmmm ext/ripper/ripper.c: Cmmmmmmmmm ext/ripper/lib/ripper/filter.rb: CCmmmmmm ext/ripper/lib/ripper/lexer.rb: CmmCmmCCCCCmmm ext/ripper/lib/ripper/sexp.rb: CmmCC ext/ripper/lib/ripper/core.rb: Cmmmm ext/ripper/lib/ripper.rb: ext/socket/socket.c: CCCCCCCCCCMmmmmmmmmmmmmmmmmm ext/stringio/stringio.c: Cmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/strscan/strscan.c: CCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm ext/zlib/zlib.c: MCCCCCCCCCCCCCCCCCCmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm Files: 511 Classes: 1353 Modules: 567 Methods: 7495 Elapsed: 68.2s ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./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 == test-knownbug # 2010-07-25T10:17:11+09:00 + make 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 PASS 0 tests == test-all # 2010-07-25T10:17:11+09:00 + make test-all TESTS=-v RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:26: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:29: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:32: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:37: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:40: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:43: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:48: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:51: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:54: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:62: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:69: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:76: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:83: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:90: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:108: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:109: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:118: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:119: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/fileutils/test_fileutils.rb:730: warning: mismatched indentations at 'end' with 'def' at 724 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/fileutils/test_dryrun.rb:19: warning: useless use of a literal in void context /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/xmlrpc/test_webrick_server.rb:91: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/xmlrpc/test_webrick_server.rb:96: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/minitest/test_mini_test.rb:328: warning: mismatched indentations at 'end' with 'def' at 315 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/test_parser_events.rb:257: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/test_parser_events.rb:261: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:68: warning: method redefined; discarding old on_program /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:72: warning: method redefined; discarding old on_stmts_new /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:76: warning: method redefined; discarding old on_stmts_add /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:81: warning: method redefined; discarding old on_void_stmt /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:85: warning: method redefined; discarding old on_var_ref /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:89: warning: method redefined; discarding old on_var_alias /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:93: warning: method redefined; discarding old on_alias_error /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:97: warning: method redefined; discarding old on_arg_paren /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:101: warning: method redefined; discarding old on_args_new /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:105: warning: method redefined; discarding old on_args_add /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:109: warning: method redefined; discarding old on_args_add_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:117: warning: method redefined; discarding old on_args_add_star /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:121: warning: method redefined; discarding old on_args_prepend /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:126: warning: method redefined; discarding old on_method_add_arg /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:134: warning: method redefined; discarding old on_method_add_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:139: warning: method redefined; discarding old on_paren /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:143: warning: method redefined; discarding old on_brace_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:147: warning: method redefined; discarding old on_block_var /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:151: warning: method redefined; discarding old on_rest_param /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:155: warning: method redefined; discarding old on_blockarg /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:159: warning: method redefined; discarding old on_params /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:180: warning: method redefined; discarding old on_assoc_new /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:184: warning: method redefined; discarding old on_bare_assoc_hash /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:188: warning: method redefined; discarding old on_assoclist_from_args /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/ssl.rb:86: warning: method redefined; discarding old listen /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/json/common.rb:274: warning: method redefined; discarding old recurse_proc /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/strscan/test_stringscanner.rb:689: warning: method redefined; discarding old test_inspect /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:11: warning: method redefined; discarding old default_sources /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:19: warning: method redefined; discarding old default_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:31: warning: method redefined; discarding old user_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:39: warning: method redefined; discarding old default_path /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:46: warning: method redefined; discarding old default_exec_format /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:54: warning: method redefined; discarding old default_bindir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:65: warning: method redefined; discarding old default_system_source_cache_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:72: warning: method redefined; discarding old default_user_source_cache_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:79: warning: method redefined; discarding old ruby_engine /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:46: warning: method redefined; discarding old gem /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:306: warning: method redefined; discarding old dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:339: warning: method redefined; discarding old ensure_gem_subdirectories /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:516: warning: method redefined; discarding old path /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:554: warning: method redefined; discarding old post_install /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:563: warning: method redefined; discarding old post_uninstall /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:571: warning: method redefined; discarding old pre_install /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:580: warning: method redefined; discarding old pre_uninstall /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:691: warning: method redefined; discarding old set_home /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:702: warning: method redefined; discarding old set_paths /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:793: warning: method redefined; discarding old user_home Gem::Indexer tests are being skipped. Install builder gem. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/webrick/test_httpproxy.rb:257: warning: shadowing outer local variable - req /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rinda/test_rinda.rb:78: warning: instance variable @m not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:110: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:127: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:131: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:142: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:143: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_string.rb:1791: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_econv.rb:889: warning: method redefined; discarding old test_invalid_replace /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_exception.rb:19: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_exception.rb:89: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_transcode.rb:927: warning: mismatched indentations at 'end' with 'def' at 910 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_primitive.rb:11: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:76: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:77: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:79: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:80: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:85: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_beginendblock.rb:83: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_beginendblock.rb:84: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_beginendblock.rb:102: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_integer.rb:136: warning: shadowing outer local variable - x /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_integer.rb:151: warning: shadowing outer local variable - x /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:136: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:145: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:146: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:154: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:156: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/enc/test_utf16.rb:372: warning: method redefined; discarding old test_casecmp /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_module.rb:58: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_module.rb:519: warning: shadowing outer local variable - m /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:67: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:79: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:81: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:135: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:141: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:147: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:148: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:153: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:154: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_file.rb:143: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_file.rb:149: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_proc.rb:180: warning: shadowing outer local variable - b /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_proc.rb:618: warning: method redefined; discarding old test_proc_args_opt_and_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_marshal.rb:38: warning: shadowing outer local variable - x /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/marshaltestlib.rb:289: warning: shadowing outer local variable - o /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_sprintf_comb.rb:232: warning: shadowing outer local variable - d /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_whileuntil.rb:63: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:9: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:54: warning: shadowing outer local variable - i /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:76: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:86: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:96: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:54: warning: shadowing outer local variable - k /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:706: warning: shadowing outer local variable - h /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:713: warning: shadowing outer local variable - h /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:446: warning: method redefined; discarding old test_key? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:651: warning: method redefined; discarding old test_value? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/uri/test_ldap.rb:84: warning: shadowing outer local variable - url (eval):1: warning: method redefined; discarding old qsort_callback /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/import.rb:151: warning: method redefined; discarding old qsort_callback /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rss/test_maker_atom_entry.rb:379: warning: shadowing outer local variable - date /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rss/test_maker_atom_feed.rb:400: warning: shadowing outer local variable - date /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:527: warning: method redefined; discarding old test_gets 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 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: (eval):1: warning: method redefined; discarding old tt (eval):19: warning: method redefined; discarding old i (eval):37: warning: method redefined; discarding old b (eval):55: warning: method redefined; discarding old u (eval):73: warning: method redefined; discarding old s (eval):91: warning: method redefined; discarding old strike (eval):109: warning: method redefined; discarding old big (eval):127: warning: method redefined; discarding old small (eval):145: warning: method redefined; discarding old em (eval):163: warning: method redefined; discarding old strong (eval):181: warning: method redefined; discarding old dfn (eval):199: warning: method redefined; discarding old code (eval):217: warning: method redefined; discarding old samp (eval):235: warning: method redefined; discarding old kbd (eval):253: warning: method redefined; discarding old var (eval):271: warning: method redefined; discarding old cite (eval):289: warning: method redefined; discarding old abbr (eval):307: warning: method redefined; discarding old acronym (eval):325: warning: method redefined; discarding old font (eval):343: warning: method redefined; discarding old sub (eval):361: warning: method redefined; discarding old sup (eval):379: warning: method redefined; discarding old span (eval):397: warning: method redefined; discarding old bdo (eval):415: warning: method redefined; discarding old address (eval):433: warning: method redefined; discarding old div (eval):451: warning: method redefined; discarding old center (eval):469: warning: method redefined; discarding old map (eval):487: warning: method redefined; discarding old object (eval):505: warning: method redefined; discarding old applet (eval):523: warning: method redefined; discarding old h1 (eval):541: warning: method redefined; discarding old h2 (eval):559: warning: method redefined; discarding old h3 (eval):577: warning: method redefined; discarding old h4 (eval):595: warning: method redefined; discarding old h5 (eval):613: warning: method redefined; discarding old h6 (eval):631: warning: method redefined; discarding old pre (eval):649: warning: method redefined; discarding old q (eval):667: warning: method redefined; discarding old ins (eval):685: warning: method redefined; discarding old del (eval):703: warning: method redefined; discarding old dl (eval):721: warning: method redefined; discarding old ol (eval):739: warning: method redefined; discarding old ul (eval):757: warning: method redefined; discarding old dir (eval):775: warning: method redefined; discarding old menu (eval):793: warning: method redefined; discarding old label (eval):811: warning: method redefined; discarding old select (eval):829: warning: method redefined; discarding old optgroup (eval):847: warning: method redefined; discarding old fieldset (eval):865: warning: method redefined; discarding old legend (eval):883: warning: method redefined; discarding old button (eval):901: warning: method redefined; discarding old table (eval):919: warning: method redefined; discarding old iframe (eval):937: warning: method redefined; discarding old noframes (eval):955: warning: method redefined; discarding old title (eval):973: warning: method redefined; discarding old style (eval):991: warning: method redefined; discarding old script (eval):1009: warning: method redefined; discarding old noscript (eval):1027: warning: method redefined; discarding old textarea (eval):1045: warning: method redefined; discarding old form (eval):1063: warning: method redefined; discarding old a (eval):1081: warning: method redefined; discarding old blockquote (eval):1099: warning: method redefined; discarding old caption (eval):1117: warning: method redefined; discarding old img (eval):1129: warning: method redefined; discarding old base (eval):1141: warning: method redefined; discarding old basefont (eval):1153: warning: method redefined; discarding old br (eval):1165: warning: method redefined; discarding old area (eval):1177: warning: method redefined; discarding old link (eval):1189: warning: method redefined; discarding old param (eval):1201: warning: method redefined; discarding old hr (eval):1213: warning: method redefined; discarding old input (eval):1225: warning: method redefined; discarding old col (eval):1237: warning: method redefined; discarding old isindex (eval):1249: warning: method redefined; discarding old meta (eval):1261: warning: method redefined; discarding old html (eval):1278: warning: method redefined; discarding old body (eval):1295: warning: method redefined; discarding old p (eval):1312: warning: method redefined; discarding old dt (eval):1329: warning: method redefined; discarding old dd (eval):1346: warning: method redefined; discarding old li (eval):1363: warning: method redefined; discarding old option (eval):1380: warning: method redefined; discarding old thead (eval):1397: warning: method redefined; discarding old tfoot (eval):1414: warning: method redefined; discarding old tbody (eval):1431: warning: method redefined; discarding old colgroup (eval):1448: warning: method redefined; discarding old tr (eval):1465: warning: method redefined; discarding old th (eval):1482: warning: method redefined; discarding old td (eval):1499: warning: method redefined; discarding old head 0.17 s: . CGICoreTest#test_cgi_core_out: 0.00 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/core.rb:599: warning: instance variable @accept_charset_error_block not initialized 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 0.00 s: . CGIHeaderTest#test_cgi_header_nph: 0.00 s: . CGIHeaderTest#test_cgi_header_output_cookies: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 0.00 s: . CGIHeaderTest#test_cgi_header_simple: 0.00 s: . CGIModrubyTest#test_cgi_modruby_complex: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_modruby.rb:133: warning: instance variable @http_header not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 0.00 s: . CGIModrubyTest#test_cgi_modruby_location: 0.00 s: . CGIModrubyTest#test_cgi_modruby_requestparams: 0.00 s: . CGIModrubyTest#test_cgi_modruby_simple: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_modruby.rb:133: warning: instance variable @http_header not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_badbody: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_multipart.rb:125: warning: instance variable @boundary not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartcount: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_multipart.rb:125: warning: instance variable @boundary not initialized 0.29 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartlength: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_multipart.rb:125: warning: instance variable @boundary not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_quoteboundary: 0.01 s: . CGIMultipartTest#test_cgi_multipart_stringio: 0.06 s: . CGIMultipartTest#test_cgi_multipart_tempfile: 0.01 s: . CGISessionTest#test_cgi_session_filestore: 0.01 s: . CGISessionTest#test_cgi_session_pstore: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:452: warning: method redefined; discarding old marshal_dump_supports_canonical_option? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.01 s: . CGISessionTest#test_cgi_session_specify_session_id: 0.00 s: . CGISessionTest#test_cgi_session_specify_session_key: 0.01 s: . CGITagHelperTest#test_cgi_tag_helper_html3: (eval):1: warning: method redefined; discarding old a (eval):19: warning: method redefined; discarding old tt (eval):37: warning: method redefined; discarding old i (eval):55: warning: method redefined; discarding old b (eval):73: warning: method redefined; discarding old u (eval):91: warning: method redefined; discarding old strike (eval):109: warning: method redefined; discarding old big (eval):127: warning: method redefined; discarding old small (eval):145: warning: method redefined; discarding old sub (eval):163: warning: method redefined; discarding old sup (eval):181: warning: method redefined; discarding old em (eval):199: warning: method redefined; discarding old strong (eval):217: warning: method redefined; discarding old dfn (eval):235: warning: method redefined; discarding old code (eval):253: warning: method redefined; discarding old samp (eval):271: warning: method redefined; discarding old kbd (eval):289: warning: method redefined; discarding old var (eval):307: warning: method redefined; discarding old cite (eval):325: warning: method redefined; discarding old font (eval):343: warning: method redefined; discarding old address (eval):361: warning: method redefined; discarding old div (eval):379: warning: method redefined; discarding old center (eval):397: warning: method redefined; discarding old map (eval):415: warning: method redefined; discarding old applet (eval):433: warning: method redefined; discarding old pre (eval):451: warning: method redefined; discarding old xmp (eval):469: warning: method redefined; discarding old listing (eval):487: warning: method redefined; discarding old dl (eval):505: warning: method redefined; discarding old ol (eval):523: warning: method redefined; discarding old ul (eval):541: warning: method redefined; discarding old dir (eval):559: warning: method redefined; discarding old menu (eval):577: warning: method redefined; discarding old select (eval):595: warning: method redefined; discarding old table (eval):613: warning: method redefined; discarding old title (eval):631: warning: method redefined; discarding old style (eval):649: warning: method redefined; discarding old script (eval):667: warning: method redefined; discarding old h1 (eval):685: warning: method redefined; discarding old h2 (eval):703: warning: method redefined; discarding old h3 (eval):721: warning: method redefined; discarding old h4 (eval):739: warning: method redefined; discarding old h5 (eval):757: warning: method redefined; discarding old h6 (eval):775: warning: method redefined; discarding old textarea (eval):793: warning: method redefined; discarding old form (eval):811: warning: method redefined; discarding old blockquote (eval):829: warning: method redefined; discarding old caption (eval):847: warning: method redefined; discarding old img (eval):859: warning: method redefined; discarding old base (eval):871: warning: method redefined; discarding old basefont (eval):883: warning: method redefined; discarding old br (eval):895: warning: method redefined; discarding old area (eval):907: warning: method redefined; discarding old link (eval):919: warning: method redefined; discarding old param (eval):931: warning: method redefined; discarding old hr (eval):943: warning: method redefined; discarding old input (eval):955: warning: method redefined; discarding old isindex (eval):967: warning: method redefined; discarding old meta (eval):979: warning: method redefined; discarding old html (eval):996: warning: method redefined; discarding old head (eval):1013: warning: method redefined; discarding old body (eval):1030: warning: method redefined; discarding old p (eval):1047: warning: method redefined; discarding old plaintext (eval):1064: warning: method redefined; discarding old dt (eval):1081: warning: method redefined; discarding old dd (eval):1098: warning: method redefined; discarding old li (eval):1115: warning: method redefined; discarding old option (eval):1132: warning: method redefined; discarding old tr (eval):1149: warning: method redefined; discarding old th (eval):1166: warning: method redefined; discarding old td 0.07 s: . ComplexRational_Test#test_comp_srat: 0.00 s: . ComplexRational_Test#test_rat_srat: 0.00 s: . Complex_Test#test_add: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_attr: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_attr2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_cmp: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_coerce: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_compsub: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_conv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_div: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_eql_p: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_equal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_expt: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_fdiv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_fixed_bug: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_freeze: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_hash: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_inspect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_known_bug: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_marshal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_math: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_mul: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_negate: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_parse: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.01 s: . Complex_Test#test_polar: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_quo: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_rect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_respond: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_ruby19: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_sub: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_supp: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_c: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_f: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_i: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_r: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_s: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_unify: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_uplus: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test2#test_kumi: 0.22 s: . Complex_Test2#test_kumi2: 0.00 s: . DL::TestBase#test_empty: 0.00 s: . DL::TestCFunc#test_empty: 0.00 s: . DL::TestCFunc#test_inspect: 0.00 s: . DL::TestCFunc#test_last_error: 0.00 s: . DL::TestCFunc#test_name_should_be_duped: 0.00 s: . DL::TestCFunc#test_new_ptr: 0.00 s: . DL::TestCFunc#test_new_ptr_type_name: 0.00 s: . DL::TestCFunc#test_to_i: 0.00 s: . DL::TestCFunc#test_to_s: 0.00 s: . DL::TestCPtr#test_empty: 0.00 s: . DL::TestCPtr#test_free: 0.00 s: . DL::TestCPtr#test_free=: 0.03 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_malloc: 0.00 s: . DL::TestDL#test_malloc_security: 0.00 s: . DL::TestDL#test_realloc: 0.00 s: . DL::TestDL#test_realloc_secure: 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_empty: 0.00 s: . DL::TestFunc#test_isdigit: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_qsort1: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_qsort2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_strcpy: 0.00 s: . DL::TestFunc#test_strtod: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestHandle#test_dlopen_returns_handle: 0.00 s: . DL::TestHandle#test_dlopen_safe: 0.00 s: . DL::TestHandle#test_empty: 0.00 s: . DL::TestHandle#test_handle_close: 0.00 s: . DL::TestHandle#test_handle_close_twice: 0.00 s: . DL::TestHandle#test_initialize_safe: 0.00 s: . DL::TestHandle#test_sym: 0.00 s: . DL::TestHandle#test_sym_closed_handle: 0.00 s: . DL::TestHandle#test_sym_secure: 0.00 s: . DL::TestHandle#test_sym_unknown: 0.00 s: . DL::TestHandle#test_sym_with_bad_args: 0.00 s: . DL::TestImport#test_atof: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestImport#test_carried_function: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestImport#test_empty: 0.00 s: . DL::TestImport#test_gettimeofday: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestImport#test_io: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestImport#test_isdigit: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestImport#test_malloc: 0.00 s: . DL::TestImport#test_qsort: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestImport#test_sizeof: 0.00 s: . DL::TestImport#test_strcpy: 0.00 s: . DL::TestImport#test_strtod: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 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: . 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.00 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: . HTTPResponseTest#test_multiline_header: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:31:in `test_multiline_header': warning: HTTPResponse#header is obsolete /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:32:in `test_multiline_header': warning: HTTPResponse#header is obsolete 0.00 s: . HTTPResponseTest#test_singleline_header: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:15:in `test_singleline_header': warning: HTTPResponse#header is obsolete /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:16:in `test_singleline_header': warning: HTTPResponse#header is obsolete 0.00 s: . HTTPSProxyTest#test_https_proxy_authentication: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. 0.00 s: . IMAPTest#test_decode_utf7: 0.00 s: . IMAPTest#test_encode_utf7: 0.00 s: . IMAPTest#test_imaps_post_connection_check: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.03 s: . IMAPTest#test_imaps_unknown_ca: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.01 s: . IMAPTest#test_imaps_verify_none: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.10 s: . IMAPTest#test_imaps_with_ca_file: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.10 s: . IMAPTest#test_starttls: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/imap/test_imap.rb:174: warning: using default DH parameters. 0.11 s: . IMAPTest#test_unexpected_eof: 0.00 s: . MinitestSpec#test_needs_raise_if_an_expected_exception_is_not_raised: 0.00 s: . MinitestSpec#test_needs_to_verify_non_nil: 0.00 s: . MinitestSpec#test_needs_to_verify_using_respond_to: 0.00 s: . MinitestSpec#test_needs_to_verify_nil: 0.00 s: . MinitestSpec#test_needs_to_verify_equality: 0.00 s: . MinitestSpec#test_needs_to_verify_types_of_objects: 0.00 s: . MinitestSpec#test_needs_to_verify_throw: 0.00 s: . MinitestSpec#test_needs_to_catch_an_expected_exception: 0.00 s: . MinitestSpec#test_needs_to_catch_an_unexpected_exception: 0.00 s: . MinitestSpec#test_needs_to_verify_regexp_matches: 0.00 s: . MinitestSpec#test_needs_to_verify_using_any_operator: 0.00 s: . MinitestSpec#test_needs_to_have_all_methods_named_well: 0.00 s: . MinitestSpec#test_needs_to_verify_non_identity: 0.00 s: . MinitestSpec#test_needs_to_verify_inequality: 0.00 s: . MinitestSpec#test_needs_to_verify_identity: 0.00 s: . MinitestSpec#test_needs_to_verify_floats_within_a_delta: 0.00 s: . MinitestSpec#test_needs_to_be_able_to_catch_a_minitest_assertion_exception: 0.00 s: . MinitestSpec#test_needs_to_verify_kinds_of_objects: 0.00 s: . MinitestSpec#test_needs_to_verify_mismatch: 0.00 s: . NonString#test_6: 0.00 s: . NonString#test_7: 0.00 s: . OpenSSL::TestASN1#test_decode: 0.01 s: . OpenSSL::TestCipher#test_AES: 0.01 s: . OpenSSL::TestCipher#test_ciphers: 0.00 s: . OpenSSL::TestCipher#test_crypt: 0.00 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::TestConfig#test_freeze: 0.00 s: . OpenSSL::TestDigest#test_098_features: 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::TestEC#test_check_key: 0.01 s: . OpenSSL::TestEC#test_curve_names: 0.00 s: . OpenSSL::TestEC#test_dh_compute_key: 0.01 s: . OpenSSL::TestEC#test_dsa_sign_verify: 0.01 s: . OpenSSL::TestEC#test_encoding: 0.02 s: . OpenSSL::TestEC#test_set_keys: 0.01 s: . OpenSSL::TestEOF1#test_eof_0: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.10 s: . OpenSSL::TestEOF1#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF1#test_eof_1: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.19 s: . OpenSSL::TestEOF1#test_eof_2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestEOF1#test_eof_3: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestEOF2#test_eof_0: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . OpenSSL::TestEOF2#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF2#test_eof_1: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.20 s: . OpenSSL::TestEOF2#test_eof_2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestEOF2#test_eof_3: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestHMAC#test_dup: 0.00 s: . OpenSSL::TestHMAC#test_hmac: 0.00 s: . OpenSSL::TestNSSPI#test_build_data: 0.00 s: . OpenSSL::TestNSSPI#test_decode_data: 0.00 s: . OpenSSL::TestPKCS7#test_detached_sign: 0.04 s: . OpenSSL::TestPKCS7#test_enveloped: 0.04 s: . OpenSSL::TestPKCS7#test_signed: 0.05 s: . OpenSSL::TestPKeyRSA#test_padding: 0.04 s: . OpenSSL::TestPKeyRSA#test_private: 0.01 s: . OpenSSL::TestPair#test_getc: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_puts_empty: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_puts_meta: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_readall: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_readline: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_readpartial: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.07 s: . OpenSSL::TestSSL#test_client_auth: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . OpenSSL::TestSSL#test_client_session: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . OpenSSL::TestSSL#test_connect_and_close: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.09 s: . OpenSSL::TestSSL#test_ctx_setup: 0.04 s: . OpenSSL::TestSSL#test_parallel: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/openssl/test_ssl.rb:297: [BUG] Segmentation fault ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] -- control frame ---------- c:0014 p:---- s:0051 b:0051 l:000050 d:000050 CFUNC :start c:0013 p:0017 s:0048 b:0048 l:000047 d:000047 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/openssl/test_ssl.rb:297 c:0012 p:0041 s:0045 b:0045 l:000044 d:000044 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:436 c:0011 p:0096 s:0039 b:0039 l:000019 d:000038 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:415 c:0010 p:---- s:0033 b:0033 l:000032 d:000032 FINISH c:0009 p:---- s:0031 b:0031 l:000030 d:000030 CFUNC :each c:0008 p:0026 s:0028 b:0028 l:000019 d:000027 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:409 c:0007 p:---- s:0025 b:0025 l:000024 d:000024 FINISH c:0006 p:---- s:0023 b:0023 l:000022 d:000022 CFUNC :each c:0005 p:0080 s:0020 b:0020 l:000019 d:000019 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:408 c:0004 p:0153 s:0015 b:0015 l:000014 d:000014 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:388 c:0003 p:0041 s:0007 b:0007 l:0001e4 d:000006 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:329 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:001ee4 d:001ee4 TOP --------------------------- -- Ruby level backtrace information----------------------------------------- /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/openssl/test_ssl.rb:297:in `start' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/openssl/test_ssl.rb:297:in `test_parallel' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:436:in `run' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:415:in `block (2 levels) in run_test_suites' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:409:in `each' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:409:in `block in run_test_suites' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:408:in `each' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:408:in `run_test_suites' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:388:in `run' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:329:in `block in autorun' -- C level backtrace information ------------------------------------------- 0x812cca8 ./ruby(rb_vm_bugreport+0x48) [0x812cca8] 0x815b81e ./ruby [0x815b81e] 0x815b898 ./ruby(rb_bug+0x28) [0x815b898] 0x80d7aa5 ./ruby [0x80d7aa5] 0xb7fe3440 [0xb7fe3440] 0xb72b57dc /lib/libc.so.6(cfree+0x9c) [0xb72b57dc] 0xb73937db /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/i686-linux/dl.so [0xb73937db] 0x80636b1 ./ruby [0x80636b1] 0x8063834 ./ruby [0x8063834] 0x80638bc ./ruby [0x80638bc] 0x806557b ./ruby(rb_gc_start+0xb) [0x806557b] 0x811ac60 ./ruby [0x811ac60] 0x8120164 ./ruby [0x8120164] 0x8122b4f ./ruby [0x8122b4f] 0x8126868 ./ruby [0x8126868] 0x812be89 ./ruby(rb_yield+0x6a9) [0x812be89] 0x81375d1 ./ruby(rb_ary_each+0x41) [0x81375d1] 0x811ac60 ./ruby [0x811ac60] 0x8120164 ./ruby [0x8120164] 0x8122b4f ./ruby [0x8122b4f] 0x8126868 ./ruby [0x8126868] 0x812be89 ./ruby(rb_yield+0x6a9) [0x812be89] 0x81375d1 ./ruby(rb_ary_each+0x41) [0x81375d1] 0x811ac60 ./ruby [0x811ac60] 0x8120164 ./ruby [0x8120164] 0x8122b4f ./ruby [0x8122b4f] 0x8126868 ./ruby [0x8126868] 0x8127bbe ./ruby(rb_vm_invoke_proc+0x25e) [0x8127bbe] 0x805fd57 ./ruby(rb_proc_call+0x47) [0x805fd57] 0x805d9ba ./ruby(rb_call_end_proc+0x1a) [0x805d9ba] 0x805e75f ./ruby(rb_exec_end_proc+0x1cf) [0x805e75f] 0x805e7d7 ./ruby [0x805e7d7] 0x805e959 ./ruby(ruby_cleanup+0x89) [0x805e959] 0x805eb5e ./ruby(ruby_run_node+0x4e) [0x805eb5e] 0x805c204 ./ruby(main+0x74) [0x805c204] 0xb7e0e455 /lib/i686/nosegneg/libc.so.6(__libc_start_main+0xe5) [0xb7e0e455] 0x805c0f1 ./ruby [0x805c0f1] [NOTE] You may encounter a bug of Ruby interpreter. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html make: *** [test-all] Aborted (core dumped) exit 2 failed(test-all) == test/base64 # 2010-07-25T10:17:21+09:00 + make test-all 'TESTS=-v base64' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v base64 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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: . Finished in 0.002082 seconds. 7 tests, 65 assertions, 0 failures, 0 errors, 0 skips == test/bigdecimal # 2010-07-25T10:17:22+09:00 + make test-all 'TESTS=-v bigdecimal' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v bigdecimal /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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.00 s: . TestBigDecimal#test_exception_underflow: 0.00 s: . TestBigDecimal#test_exception_zerodivide: 0.00 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: . Finished in 0.016563 seconds. 55 tests, 362 assertions, 0 failures, 0 errors, 0 skips == test/cgi # 2010-07-25T10:17:22+09:00 + make test-all 'TESTS=-v cgi' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v cgi /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started CGICookieTest#test_cgi_cookie_arrayinterface: 0.00 s: . CGICookieTest#test_cgi_cookie_new_complex: 0.00 s: . CGICookieTest#test_cgi_cookie_new_simple: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 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: (eval):1: warning: method redefined; discarding old tt (eval):19: warning: method redefined; discarding old i (eval):37: warning: method redefined; discarding old b (eval):55: warning: method redefined; discarding old u (eval):73: warning: method redefined; discarding old s (eval):91: warning: method redefined; discarding old strike (eval):109: warning: method redefined; discarding old big (eval):127: warning: method redefined; discarding old small (eval):145: warning: method redefined; discarding old em (eval):163: warning: method redefined; discarding old strong (eval):181: warning: method redefined; discarding old dfn (eval):199: warning: method redefined; discarding old code (eval):217: warning: method redefined; discarding old samp (eval):235: warning: method redefined; discarding old kbd (eval):253: warning: method redefined; discarding old var (eval):271: warning: method redefined; discarding old cite (eval):289: warning: method redefined; discarding old abbr (eval):307: warning: method redefined; discarding old acronym (eval):325: warning: method redefined; discarding old font (eval):343: warning: method redefined; discarding old sub (eval):361: warning: method redefined; discarding old sup (eval):379: warning: method redefined; discarding old span (eval):397: warning: method redefined; discarding old bdo (eval):415: warning: method redefined; discarding old address (eval):433: warning: method redefined; discarding old div (eval):451: warning: method redefined; discarding old center (eval):469: warning: method redefined; discarding old map (eval):487: warning: method redefined; discarding old object (eval):505: warning: method redefined; discarding old applet (eval):523: warning: method redefined; discarding old h1 (eval):541: warning: method redefined; discarding old h2 (eval):559: warning: method redefined; discarding old h3 (eval):577: warning: method redefined; discarding old h4 (eval):595: warning: method redefined; discarding old h5 (eval):613: warning: method redefined; discarding old h6 (eval):631: warning: method redefined; discarding old pre (eval):649: warning: method redefined; discarding old q (eval):667: warning: method redefined; discarding old ins (eval):685: warning: method redefined; discarding old del (eval):703: warning: method redefined; discarding old dl (eval):721: warning: method redefined; discarding old ol (eval):739: warning: method redefined; discarding old ul (eval):757: warning: method redefined; discarding old dir (eval):775: warning: method redefined; discarding old menu (eval):793: warning: method redefined; discarding old label (eval):811: warning: method redefined; discarding old select (eval):829: warning: method redefined; discarding old optgroup (eval):847: warning: method redefined; discarding old fieldset (eval):865: warning: method redefined; discarding old legend (eval):883: warning: method redefined; discarding old button (eval):901: warning: method redefined; discarding old table (eval):919: warning: method redefined; discarding old iframe (eval):937: warning: method redefined; discarding old noframes (eval):955: warning: method redefined; discarding old title (eval):973: warning: method redefined; discarding old style (eval):991: warning: method redefined; discarding old script (eval):1009: warning: method redefined; discarding old noscript (eval):1027: warning: method redefined; discarding old textarea (eval):1045: warning: method redefined; discarding old form (eval):1063: warning: method redefined; discarding old a (eval):1081: warning: method redefined; discarding old blockquote (eval):1099: warning: method redefined; discarding old caption (eval):1117: warning: method redefined; discarding old img (eval):1129: warning: method redefined; discarding old base (eval):1141: warning: method redefined; discarding old basefont (eval):1153: warning: method redefined; discarding old br (eval):1165: warning: method redefined; discarding old area (eval):1177: warning: method redefined; discarding old link (eval):1189: warning: method redefined; discarding old param (eval):1201: warning: method redefined; discarding old hr (eval):1213: warning: method redefined; discarding old input (eval):1225: warning: method redefined; discarding old col (eval):1237: warning: method redefined; discarding old isindex (eval):1249: warning: method redefined; discarding old meta (eval):1261: warning: method redefined; discarding old html (eval):1278: warning: method redefined; discarding old body (eval):1295: warning: method redefined; discarding old p (eval):1312: warning: method redefined; discarding old dt (eval):1329: warning: method redefined; discarding old dd (eval):1346: warning: method redefined; discarding old li (eval):1363: warning: method redefined; discarding old option (eval):1380: warning: method redefined; discarding old thead (eval):1397: warning: method redefined; discarding old tfoot (eval):1414: warning: method redefined; discarding old tbody (eval):1431: warning: method redefined; discarding old colgroup (eval):1448: warning: method redefined; discarding old tr (eval):1465: warning: method redefined; discarding old th (eval):1482: warning: method redefined; discarding old td (eval):1499: warning: method redefined; discarding old head 0.06 s: . CGICoreTest#test_cgi_core_out: 0.00 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/core.rb:599: warning: instance variable @accept_charset_error_block not initialized 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 0.00 s: . CGIHeaderTest#test_cgi_header_nph: 0.00 s: . CGIHeaderTest#test_cgi_header_output_cookies: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 0.00 s: . CGIHeaderTest#test_cgi_header_simple: 0.00 s: . CGIModrubyTest#test_cgi_modruby_complex: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_modruby.rb:133: warning: instance variable @http_header not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:108: warning: instance variable @domain not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/cgi/cookie.rb:110: warning: instance variable @expires not initialized 0.00 s: . CGIModrubyTest#test_cgi_modruby_location: 0.00 s: . CGIModrubyTest#test_cgi_modruby_requestparams: 0.00 s: . CGIModrubyTest#test_cgi_modruby_simple: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_modruby.rb:133: warning: instance variable @http_header not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_badbody: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_multipart.rb:125: warning: instance variable @boundary not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartcount: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_multipart.rb:125: warning: instance variable @boundary not initialized 0.06 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartlength: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/cgi/test_cgi_multipart.rb:125: warning: instance variable @boundary not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_quoteboundary: 0.00 s: . CGIMultipartTest#test_cgi_multipart_stringio: 0.00 s: . CGIMultipartTest#test_cgi_multipart_tempfile: 0.01 s: . CGISessionTest#test_cgi_session_filestore: 0.02 s: . CGISessionTest#test_cgi_session_pstore: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:452: warning: method redefined; discarding old marshal_dump_supports_canonical_option? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . CGISessionTest#test_cgi_session_specify_session_id: 0.00 s: . CGISessionTest#test_cgi_session_specify_session_key: 0.00 s: . CGITagHelperTest#test_cgi_tag_helper_html3: (eval):1: warning: method redefined; discarding old a (eval):19: warning: method redefined; discarding old tt (eval):37: warning: method redefined; discarding old i (eval):55: warning: method redefined; discarding old b (eval):73: warning: method redefined; discarding old u (eval):91: warning: method redefined; discarding old strike (eval):109: warning: method redefined; discarding old big (eval):127: warning: method redefined; discarding old small (eval):145: warning: method redefined; discarding old sub (eval):163: warning: method redefined; discarding old sup (eval):181: warning: method redefined; discarding old em (eval):199: warning: method redefined; discarding old strong (eval):217: warning: method redefined; discarding old dfn (eval):235: warning: method redefined; discarding old code (eval):253: warning: method redefined; discarding old samp (eval):271: warning: method redefined; discarding old kbd (eval):289: warning: method redefined; discarding old var (eval):307: warning: method redefined; discarding old cite (eval):325: warning: method redefined; discarding old font (eval):343: warning: method redefined; discarding old address (eval):361: warning: method redefined; discarding old div (eval):379: warning: method redefined; discarding old center (eval):397: warning: method redefined; discarding old map (eval):415: warning: method redefined; discarding old applet (eval):433: warning: method redefined; discarding old pre (eval):451: warning: method redefined; discarding old xmp (eval):469: warning: method redefined; discarding old listing (eval):487: warning: method redefined; discarding old dl (eval):505: warning: method redefined; discarding old ol (eval):523: warning: method redefined; discarding old ul (eval):541: warning: method redefined; discarding old dir (eval):559: warning: method redefined; discarding old menu (eval):577: warning: method redefined; discarding old select (eval):595: warning: method redefined; discarding old table (eval):613: warning: method redefined; discarding old title (eval):631: warning: method redefined; discarding old style (eval):649: warning: method redefined; discarding old script (eval):667: warning: method redefined; discarding old h1 (eval):685: warning: method redefined; discarding old h2 (eval):703: warning: method redefined; discarding old h3 (eval):721: warning: method redefined; discarding old h4 (eval):739: warning: method redefined; discarding old h5 (eval):757: warning: method redefined; discarding old h6 (eval):775: warning: method redefined; discarding old textarea (eval):793: warning: method redefined; discarding old form (eval):811: warning: method redefined; discarding old blockquote (eval):829: warning: method redefined; discarding old caption (eval):847: warning: method redefined; discarding old img (eval):859: warning: method redefined; discarding old base (eval):871: warning: method redefined; discarding old basefont (eval):883: warning: method redefined; discarding old br (eval):895: warning: method redefined; discarding old area (eval):907: warning: method redefined; discarding old link (eval):919: warning: method redefined; discarding old param (eval):931: warning: method redefined; discarding old hr (eval):943: warning: method redefined; discarding old input (eval):955: warning: method redefined; discarding old isindex (eval):967: warning: method redefined; discarding old meta (eval):979: warning: method redefined; discarding old html (eval):996: warning: method redefined; discarding old head (eval):1013: warning: method redefined; discarding old body (eval):1030: warning: method redefined; discarding old p (eval):1047: warning: method redefined; discarding old plaintext (eval):1064: warning: method redefined; discarding old dt (eval):1081: warning: method redefined; discarding old dd (eval):1098: warning: method redefined; discarding old li (eval):1115: warning: method redefined; discarding old option (eval):1132: warning: method redefined; discarding old tr (eval):1149: warning: method redefined; discarding old th (eval):1166: warning: method redefined; discarding old td 0.02 s: . Finished in 0.186462 seconds. 35 tests, 560 assertions, 0 failures, 0 errors, 0 skips == test/csv # 2010-07-25T10:17:22+09:00 + make test-all 'TESTS=-v csv' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v csv /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestCSVFeatures#test_col_sep: 0.01 s: . TestCSVFeatures#test_converters_reader: 0.00 s: . TestCSVFeatures#test_csv_behavior_readers: 0.00 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.00 s: . TestCSVFeatures#test_gzip_writer_bug_fix: 0.00 s: . TestCSVFeatures#test_header_converters_reader: 0.00 s: . TestCSVFeatures#test_inspect_encoding_is_ascii_compatible: 0.00 s: . TestCSVFeatures#test_inspect_is_smart_about_io_types: 0.00 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.00 s: . TestCSVFeatures#test_readline: 0.00 s: . TestCSVFeatures#test_row_sep: 0.00 s: . TestCSVFeatures#test_row_sep_auto_discovery: 0.00 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.01 s: . TestCSVHeaders#test_csv_header_string: 0.00 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.00 s: . TestCSVInterface#test_append: 0.00 s: . TestCSVInterface#test_filter: 0.00 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.00 s: . TestCSVInterface#test_parse_line: 0.00 s: . TestCSVInterface#test_read_and_readlines: 0.00 s: . TestCSVInterface#test_shift: 0.00 s: . TestCSVInterface#test_table: 0.00 s: . TestCSVInterface#test_write_hash: 0.00 s: . TestCSVInterface#test_write_hash_with_headers_array: 0.00 s: . TestCSVInterface#test_write_hash_with_headers_string: 0.00 s: . TestCSVInterface#test_write_header_detection: 0.00 s: . TestCSVInterface#test_write_headers: 0.00 s: . TestCSVInterface#test_write_lineno: 0.00 s: . TestCSVParsing#test_aras_edge_cases: 0.01 s: . TestCSVParsing#test_field_size_limit_controls_lookahead: 0.03 s: . TestCSVParsing#test_james_edge_cases: 0.00 s: . TestCSVParsing#test_malformed_csv: 0.00 s: . TestCSVParsing#test_mastering_regex_example: 0.00 s: . TestCSVParsing#test_std_lib_csv: 0.02 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.00 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.00 s: . TestCSVTable#test_to_a: 0.00 s: . TestCSVTable#test_to_csv: 0.00 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.02 s: . TestDataConverters#test_builtin_all_nested_combo_converter: 0.00 s: . TestDataConverters#test_builtin_date_converter: 0.00 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.00 s: . TestDataConverters#test_convert_order: 0.00 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.00 s: . TestDataConverters#test_unconverted_fields: 0.01 s: . TestEncodings#test_auto_line_ending_detection: 0.00 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.12 s: . TestEncodings#test_csv_chars_are_transcoded: 0.00 s: . TestEncodings#test_foreach_allows_you_to_set_encodings: 0.00 s: . TestEncodings#test_open_allows_you_to_set_encodings: 0.00 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.01 s: . TestEncodings#test_reading_with_most_encodings: 0.03 s: . TestEncodings#test_regular_expression_escaping: 0.04 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.00 s: . TestSerialization#test_load: 0.00 s: . TestSerialization#test_struct_dump: 0.00 s: . Finished in 0.416856 seconds. 134 tests, 1926 assertions, 0 failures, 0 errors, 0 skips == test/date # 2010-07-25T10:17:23+09:00 + make test-all 'TESTS=-v date' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v date /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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.10 s: . TestDateBase#test_valid_civil__england: 0.00 s: . TestDateBase#test_valid_civil__italy: 0.00 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.12 s: . TestDateBase#test_valid_ordinal__england: 0.01 s: . TestDateBase#test_valid_ordinal__italy: 0.01 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.00 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.00 s: . TestDateParse#test__iso8601: 0.01 s: . TestDateParse#test__jisx0301: 0.00 s: . TestDateParse#test__parse: 0.05 s: . TestDateParse#test__parse__2: 0.00 s: . TestDateParse#test__parse_slash_exp: 0.00 s: . TestDateParse#test__rfc2822: 0.00 s: . TestDateParse#test__rfc3339: 0.00 s: . TestDateParse#test__xmlschema: 0.00 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.00 s: . TestDateParse#test_parse__comp: 0.00 s: . TestDateParse#test_parse__d_to_s: 0.00 s: . TestDateParse#test_parse__ex: 0.00 s: . TestDateParse#test_parse__time: 0.00 s: . TestDateParse#test_rfc2822: 0.00 s: . TestDateParse#test_rfc3339: 0.00 s: . TestDateParse#test_xmlschema: 0.00 s: . TestDateStrftime#test__different_format: 0.01 s: . TestDateStrftime#test_strftime: 0.01 s: . TestDateStrftime#test_strftime__2: 0.01 s: . TestDateStrftime#test_strftime__3_1: 3.62 s: . TestDateStrftime#test_strftime__3_2: 4.93 s: . TestDateStrftime#test_strftime__4: 0.01 s: . TestDateStrftime#test_strftime__gnuext: 0.00 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.03 s: . TestDateStrptime#test__strptime: 0.02 s: . TestDateStrptime#test__strptime__2: 0.05 s: . TestDateStrptime#test__strptime__3: 0.02 s: . TestDateStrptime#test__strptime__fail: 0.00 s: . TestDateStrptime#test__strptime__width: 0.00 s: . TestDateStrptime#test_strptime: 0.01 s: . TestDateStrptime#test_strptime__2: 5.49 s: . TestDateStrptime#test_strptime__comp: 0.00 s: . TestDateStrptime#test_strptime__d_to_s: 0.00 s: . TestDateStrptime#test_strptime__ex: 0.00 s: . TestDateStrptime#test_strptime__minus: 0.00 s: . Finished in 14.570238 seconds. 126 tests, 168421 assertions, 0 failures, 0 errors, 0 skips == test/dbm # 2010-07-25T10:17:37+09:00 + make test-all 'TESTS=-v dbm' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v dbm /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestDBM#test_aref: 0.01 s: . TestDBM#test_aset: 0.01 s: . TestDBM#test_clear: 0.01 s: . TestDBM#test_close: 0.01 s: . TestDBM#test_delete: DB->del: attempt to modify a read-only database 0.01 s: . TestDBM#test_delete_if: 0.01 s: . TestDBM#test_delete_with_block: 0.01 s: . TestDBM#test_each_key: 0.01 s: . TestDBM#test_each_pair: 0.01 s: . TestDBM#test_each_value: 0.01 s: . TestDBM#test_empty?: 0.01 s: . TestDBM#test_fetch: 0.01 s: . TestDBM#test_has_value?: 0.01 s: . TestDBM#test_haskey?: 0.01 s: . TestDBM#test_invert: 0.01 s: . TestDBM#test_key: 0.01 s: . TestDBM#test_keys: 0.01 s: . TestDBM#test_length: 0.01 s: . TestDBM#test_reject: 0.01 s: . TestDBM#test_replace: 0.01 s: . TestDBM#test_s_new_has_no_block: 0.01 s: . TestDBM#test_s_open_no_create: 0.01 s: . TestDBM#test_s_open_with_block: 0.01 s: . TestDBM#test_select_with_block: 0.01 s: . TestDBM#test_shift: 0.01 s: . TestDBM#test_to_a: 0.01 s: . TestDBM#test_to_hash: 0.01 s: . TestDBM#test_update: 0.01 s: . TestDBM#test_values: 0.01 s: . TestDBM#test_values_at: 0.01 s: . TestDBM2#test_freeze: 0.00 s: . TestDBM2#test_newdb_open: 0.00 s: . TestDBM2#test_newdb_open_notexist: 0.00 s: . TestDBM2#test_reader_open: DB->put: attempt to modify a read-only database 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: . Finished in 0.230321 seconds. 37 tests, 893 assertions, 0 failures, 0 errors, 0 skips == test/digest # 2010-07-25T10:17:38+09:00 + make test-all 'TESTS=-v digest' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v digest /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started 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: . 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: . TestDigest::TestSHA256#test_eq: 0.00 s: . TestDigest::TestSHA256#test_instance_eval: 0.00 s: . TestDigest::TestSHA256#test_s_digest: 0.00 s: . TestDigest::TestSHA256#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA256#test_update: 0.00 s: . TestDigest::TestSHA384#test_eq: 0.00 s: . TestDigest::TestSHA384#test_instance_eval: 0.00 s: . TestDigest::TestSHA384#test_s_digest: 0.00 s: . TestDigest::TestSHA384#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA384#test_update: 0.00 s: . TestDigest::TestSHA512#test_eq: 0.00 s: . TestDigest::TestSHA512#test_instance_eval: 0.00 s: . TestDigest::TestSHA512#test_s_digest: 0.00 s: . TestDigest::TestSHA512#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA512#test_update: 0.00 s: . Finished in 0.019557 seconds. 39 tests, 186 assertions, 0 failures, 0 errors, 0 skips == test/dl # 2010-07-25T10:17:38+09:00 + make test-all 'TESTS=-v dl' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v dl /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line (eval):1: warning: method redefined; discarding old qsort_callback /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/import.rb:151: warning: method redefined; discarding old qsort_callback Loaded suite ./test/runner Started DL::TestBase#test_empty: 0.00 s: . DL::TestCFunc#test_empty: 0.00 s: . DL::TestCFunc#test_inspect: 0.00 s: . DL::TestCFunc#test_last_error: 0.00 s: . DL::TestCFunc#test_name_should_be_duped: 0.00 s: . DL::TestCFunc#test_new_ptr: 0.00 s: . DL::TestCFunc#test_new_ptr_type_name: 0.00 s: . DL::TestCFunc#test_to_i: 0.00 s: . DL::TestCFunc#test_to_s: 0.00 s: . DL::TestCPtr#test_empty: 0.00 s: . DL::TestCPtr#test_free: 0.00 s: . DL::TestCPtr#test_free=: 0.01 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_malloc: 0.00 s: . DL::TestDL#test_malloc_security: 0.00 s: . DL::TestDL#test_realloc: 0.00 s: . DL::TestDL#test_realloc_secure: 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_empty: 0.00 s: . DL::TestFunc#test_isdigit: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_qsort1: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_qsort2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestFunc#test_strcpy: 0.00 s: . DL::TestFunc#test_strtod: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/dl/func.rb:49: warning: instance variable @unsigned not initialized 0.00 s: . DL::TestHandle#test_dlopen_returns_handle: 0.00 s: . DL::TestHandle#test_dlopen_safe: 0.00 s: . DL::TestHandle#test_empty: 0.00 s: . DL::TestHandle#test_handle_close: 0.00 s: . DL::TestHandle#test_handle_close_twice: 0.00 s: . DL::TestHandle#test_initialize_safe: 0.00 s: . DL::TestHandle#test_sym: 0.00 s: . DL::TestHandle#test_sym_closed_handle: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:141: [BUG] Segmentation fault ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] -- control frame ---------- c:0015 p:0016 s:0059 b:0059 l:000055 d:000058 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:141 c:0014 p:0062 s:0056 b:0056 l:000055 d:000055 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:138 c:0013 p:0076 s:0049 b:0049 l:000048 d:000048 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/dl/test_handle.rb:9 c:0012 p:0041 s:0045 b:0045 l:000044 d:000044 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:436 c:0011 p:0096 s:0039 b:0039 l:000019 d:000038 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:415 c:0010 p:---- s:0033 b:0033 l:000032 d:000032 FINISH c:0009 p:---- s:0031 b:0031 l:000030 d:000030 CFUNC :each c:0008 p:0026 s:0028 b:0028 l:000019 d:000027 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:409 c:0007 p:---- s:0025 b:0025 l:000024 d:000024 FINISH c:0006 p:---- s:0023 b:0023 l:000022 d:000022 CFUNC :each c:0005 p:0080 s:0020 b:0020 l:000019 d:000019 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:408 c:0004 p:0153 s:0015 b:0015 l:000014 d:000014 METHOD /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:388 c:0003 p:0041 s:0007 b:0007 l:0001c4 d:000006 BLOCK /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:329 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:001ee4 d:001ee4 TOP --------------------------- -- Ruby level backtrace information----------------------------------------- /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:141:in `rescue in assert_raises' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:138:in `assert_raises' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/dl/test_handle.rb:9:in `test_sym_closed_handle' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:436:in `run' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:415:in `block (2 levels) in run_test_suites' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:409:in `each' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:409:in `block in run_test_suites' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:408:in `each' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:408:in `run_test_suites' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:388:in `run' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/unit.rb:329:in `block in autorun' -- C level backtrace information ------------------------------------------- 0x812cca8 ./ruby(rb_vm_bugreport+0x48) [0x812cca8] 0x815b81e ./ruby [0x815b81e] 0x815b898 ./ruby(rb_bug+0x28) [0x815b898] 0x80d7aa5 ./ruby [0x80d7aa5] 0xb7ef1440 [0xb7ef1440] 0xb7a607dc /lib/libc.so.6(cfree+0x9c) [0xb7a607dc] 0xb7b3e7db /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/i686-linux/dl.so [0xb7b3e7db] 0x80636b1 ./ruby [0x80636b1] 0x8063834 ./ruby [0x8063834] 0x80638bc ./ruby [0x80638bc] 0x8130115 ./ruby [0x8130115] 0x81201f9 ./ruby [0x81201f9] 0x8122b4f ./ruby [0x8122b4f] 0x8126868 ./ruby [0x8126868] 0x812be89 ./ruby(rb_yield+0x6a9) [0x812be89] 0x81375d1 ./ruby(rb_ary_each+0x41) [0x81375d1] 0x811ac60 ./ruby [0x811ac60] 0x8120164 ./ruby [0x8120164] 0x8122b4f ./ruby [0x8122b4f] 0x8126868 ./ruby [0x8126868] 0x812be89 ./ruby(rb_yield+0x6a9) [0x812be89] 0x81375d1 ./ruby(rb_ary_each+0x41) [0x81375d1] 0x811ac60 ./ruby [0x811ac60] 0x8120164 ./ruby [0x8120164] 0x8122b4f ./ruby [0x8122b4f] 0x8126868 ./ruby [0x8126868] 0x8127bbe ./ruby(rb_vm_invoke_proc+0x25e) [0x8127bbe] 0x805fd57 ./ruby(rb_proc_call+0x47) [0x805fd57] 0x805d9ba ./ruby(rb_call_end_proc+0x1a) [0x805d9ba] 0x805e75f ./ruby(rb_exec_end_proc+0x1cf) [0x805e75f] 0x805e7d7 ./ruby [0x805e7d7] 0x805e959 ./ruby(ruby_cleanup+0x89) [0x805e959] 0x805eb5e ./ruby(ruby_run_node+0x4e) [0x805eb5e] 0x805c204 ./ruby(main+0x74) [0x805c204] 0xb7d1c455 /lib/i686/nosegneg/libc.so.6(__libc_start_main+0xe5) [0xb7d1c455] 0x805c0f1 ./ruby [0x805c0f1] [NOTE] You may encounter a bug of Ruby interpreter. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html make: *** [test-all] Aborted (core dumped) exit 2 failed(test/dl) == test/drb # 2010-07-25T10:17:39+09:00 + make test-all 'TESTS=-v drb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v drb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line 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: . TestDRbAry#test_01: 0.05 s: . TestDRbAry#test_02_collect: 0.05 s: . TestDRbAry#test_03_redo: 0.06 s: . TestDRbAry#test_05_break: 0.05 s: . TestDRbAry#test_06_next: 0.06 s: . TestDRbAry#test_07_break_18: 0.05 s: . TestDRbCore#test_00_DRbObject: 0.03 s: . TestDRbCore#test_01: 0.04 s: . TestDRbCore#test_01_02_loop: 0.09 s: . TestDRbCore#test_02_unknown: 0.04 s: . TestDRbCore#test_03: 0.03 s: . TestDRbCore#test_04: 0.03 s: . TestDRbCore#test_05_eq: 0.03 s: . TestDRbCore#test_06_timeout: 0.24 s: . TestDRbCore#test_07_public_private_protected_missing: 0.04 s: . TestDRbCore#test_08_here: 0.03 s: . TestDRbCore#test_09_option: 0.03 s: . TestDRbCore#test_10_yield: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/drb/ut_drb.rb:115: warning: instance variable @hash not initialized 0.03 s: . TestDRbCore#test_10_yield_undumped: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/drb/ut_drb.rb:108: warning: instance variable @xary2_hash not initialized 0.03 s: . TestDRbCore#test_11_remote_no_method_error: 0.03 s: . TestDRbLarge#test_01_large_ary: 0.04 s: . TestDRbLarge#test_02_large_ary: 0.03 s: . TestDRbLarge#test_03_large_ary: 0.03 s: . TestDRbLarge#test_04_many_arg: 0.04 s: . TestDRbLarge#test_05_too_large_ary: 0.05 s: . TestDRbMServer#test_01: 0.07 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.11 s: . TestDRbSSLAry#test_02_collect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.11 s: . TestDRbSSLAry#test_03_redo: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.12 s: . TestDRbSSLAry#test_05_break: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.10 s: . TestDRbSSLAry#test_06_next: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.15 s: . TestDRbSSLAry#test_07_break_18: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.11 s: . TestDRbSSLCore#test_00_DRbObject: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.10 s: . TestDRbSSLCore#test_01: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.11 s: . TestDRbSSLCore#test_01_02_loop: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.12 s: . TestDRbSSLCore#test_02_unknown: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.12 s: . TestDRbSSLCore#test_03: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.15 s: . TestDRbSSLCore#test_04: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.12 s: . TestDRbSSLCore#test_05_eq: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.13 s: . TestDRbSSLCore#test_06_timeout: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.40 s: . TestDRbSSLCore#test_07_public_private_protected_missing: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.22 s: . TestDRbSSLCore#test_08_here: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.11 s: . TestDRbSSLCore#test_09_option: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.11 s: . TestDRbSSLCore#test_10_yield: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/drb/ut_drb.rb:115: warning: instance variable @hash not initialized 0.10 s: . TestDRbSSLCore#test_10_yield_undumped: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/drb/ut_drb.rb:108: warning: instance variable @xary2_hash not initialized 0.09 s: . TestDRbSSLCore#test_11_remote_no_method_error: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.16 s: . TestDRbSafe1#test_01: 0.03 s: . TestDRbSafe1#test_02_collect: 0.03 s: . TestDRbSafe1#test_03_redo: 0.03 s: . TestDRbSafe1#test_05_break: 0.04 s: . TestDRbSafe1#test_06_next: 0.04 s: . TestDRbSafe1#test_07_break_18: 0.04 s: . TestDRbUNIXAry#test_01: 0.05 s: . TestDRbUNIXAry#test_02_collect: 0.05 s: . TestDRbUNIXAry#test_03_redo: 0.05 s: . TestDRbUNIXAry#test_05_break: 0.05 s: . TestDRbUNIXAry#test_06_next: 0.05 s: . TestDRbUNIXAry#test_07_break_18: 0.05 s: . TestDRbUNIXCore#test_00_DRbObject: 0.05 s: . TestDRbUNIXCore#test_01: 0.05 s: . TestDRbUNIXCore#test_01_02_loop: 0.05 s: . TestDRbUNIXCore#test_02_unknown: 0.05 s: . TestDRbUNIXCore#test_03: 0.05 s: . TestDRbUNIXCore#test_04: 0.05 s: . TestDRbUNIXCore#test_05_eq: 0.05 s: . TestDRbUNIXCore#test_06_timeout: 0.26 s: . TestDRbUNIXCore#test_07_public_private_protected_missing: 0.05 s: . TestDRbUNIXCore#test_08_here: 0.05 s: . TestDRbUNIXCore#test_09_option: 0.05 s: . TestDRbUNIXCore#test_10_yield: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/drb/ut_drb.rb:115: warning: instance variable @hash not initialized 0.06 s: . TestDRbUNIXCore#test_10_yield_undumped: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/drb/ut_drb.rb:108: warning: instance variable @xary2_hash not initialized 0.05 s: . TestDRbUNIXCore#test_11_remote_no_method_error: 0.05 s: . TestDRbYield#test_01_one: 0.03 s: . TestDRbYield#test_02_two: 0.04 s: . TestDRbYield#test_03_many: 0.04 s: . TestDRbYield#test_04_many_to_one: 0.04 s: . TestDRbYield#test_05_array_subclass: 0.03 s: . TestDRbYield#test_06_taint: 0.03 s: . Finished in 5.731911 seconds. 102 tests, 505 assertions, 0 failures, 0 errors, 0 skips == test/erb # 2010-07-25T10:17:45+09:00 + make test-all 'TESTS=-v erb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v erb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:26: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:29: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:32: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:37: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:40: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:43: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:48: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:51: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:54: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:62: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:69: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:76: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:83: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:90: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:108: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:109: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:118: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/erb/test_erb_m17n.rb:119: warning: ambiguous first argument; put parentheses or even spaces Loaded suite ./test/runner Started TestERB#test___ENCODING__: 0.00 s: . TestERB#test_generate_magic_comment: 0.00 s: . TestERB#test_literal_encoding: 0.00 s: . TestERB#test_method_with_encoding: 0.00 s: . TestERB#test_recognize_magic_comment: 0.00 s: . TestERB#test_result_encoding: 0.00 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 0.01 s: . TestERBCore#test_def_class: 0.00 s: . TestERBCore#test_def_erb_method: 0.00 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.00 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: (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n 0.01 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.00 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: . Finished in 0.047683 seconds. 34 tests, 288 assertions, 0 failures, 0 errors, 0 skips == test/etc # 2010-07-25T10:17:46+09:00 + make test-all 'TESTS=-v etc' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v etc /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestEtc#test_getgrgid: 0.00 s: . TestEtc#test_getgrnam: 0.00 s: . TestEtc#test_getlogin: 0.00 s: . TestEtc#test_getpwnam: 0.00 s: . TestEtc#test_getpwuid: 0.00 s: . TestEtc#test_group: 0.00 s: . TestEtc#test_group_with_low_level_api: 0.00 s: . TestEtc#test_passwd: 0.00 s: . TestEtc#test_passwd_with_low_level_api: 0.00 s: . Finished in 0.014571 seconds. 9 tests, 871 assertions, 0 failures, 0 errors, 0 skips == test/fileutils # 2010-07-25T10:17:46+09:00 + make test-all 'TESTS=-v fileutils' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v fileutils /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/fileutils/test_fileutils.rb:730: warning: mismatched indentations at 'end' with 'def' at 724 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/fileutils/test_dryrun.rb:19: warning: useless use of a literal in void context Loaded suite ./test/runner Started TestFileUtils#test_cd: 0.01 s: . TestFileUtils#test_chdir: 0.02 s: . TestFileUtils#test_chmod: 0.01 s: . TestFileUtils#test_chmod_R: 0.01 s: . TestFileUtils#test_chown: 0.01 s: . TestFileUtils#test_chown_R: 0.01 s: . TestFileUtils#test_cmp: 0.01 s: . TestFileUtils#test_collect_methods: 0.01 s: . TestFileUtils#test_commands: 0.01 s: . TestFileUtils#test_compare_file: 0.01 s: . TestFileUtils#test_compare_stream: 0.01 s: . TestFileUtils#test_copy_entry: 0.01 s: . TestFileUtils#test_copy_entry_symlink: 0.01 s: . TestFileUtils#test_copy_file: 0.01 s: . TestFileUtils#test_copy_stream: 0.02 s: . TestFileUtils#test_cp: 0.01 s: . TestFileUtils#test_cp_pathname: 0.01 s: . TestFileUtils#test_cp_r: 0.03 s: . TestFileUtils#test_cp_r_pathname: 0.01 s: . TestFileUtils#test_cp_r_symlink: 0.01 s: . TestFileUtils#test_cp_symlink: 0.02 s: . TestFileUtils#test_getwd: 0.01 s: . TestFileUtils#test_have_option?: 0.01 s: . TestFileUtils#test_identical?: 0.01 s: . TestFileUtils#test_install: 0.02 s: . TestFileUtils#test_install_pathname: 0.02 s: . TestFileUtils#test_install_symlink: 0.01 s: . TestFileUtils#test_link: 0.01 s: . TestFileUtils#test_ln: 0.02 s: . TestFileUtils#test_ln_pathname: 0.01 s: . TestFileUtils#test_ln_s: 0.02 s: . TestFileUtils#test_ln_sf: 0.02 s: . TestFileUtils#test_ln_symlink: 0.02 s: . TestFileUtils#test_makedirs: 0.01 s: . TestFileUtils#test_mkdir: 0.02 s: . TestFileUtils#test_mkdir_file_perm: 0.02 s: . TestFileUtils#test_mkdir_lf_in_path: 0.01 s: . TestFileUtils#test_mkdir_p: 0.08 s: . TestFileUtils#test_mkdir_p_file_perm: 0.02 s: . TestFileUtils#test_mkdir_p_pathname: 0.01 s: . TestFileUtils#test_mkdir_pathname: 0.01 s: . TestFileUtils#test_mkpath: 0.01 s: . TestFileUtils#test_move: 0.01 s: . TestFileUtils#test_mv: 0.02 s: . TestFileUtils#test_mv_pathname: 0.02 s: . TestFileUtils#test_mv_symlink: 0.02 s: . TestFileUtils#test_options: 0.01 s: . TestFileUtils#test_options_of: 0.01 s: . TestFileUtils#test_pwd: 0.02 s: . TestFileUtils#test_remove_dir: 0.02 s: . TestFileUtils#test_remove_dir_file_perm: 0.01 s: . TestFileUtils#test_remove_entry_secure: 0.02 s: . TestFileUtils#test_remove_entry_secure_pathname: 0.01 s: . TestFileUtils#test_remove_entry_secure_symlink: 0.02 s: . TestFileUtils#test_remove_file: 0.01 s: . TestFileUtils#test_remove_file_file_perm: 0.01 s: . TestFileUtils#test_rm: 0.02 s: . TestFileUtils#test_rm_f: 0.02 s: . TestFileUtils#test_rm_f_2: 0.02 s: . TestFileUtils#test_rm_pathname: 0.01 s: . TestFileUtils#test_rm_r: 0.03 s: . TestFileUtils#test_rm_r_pathname: 0.02 s: . TestFileUtils#test_rm_r_symlink: 0.02 s: . TestFileUtils#test_rm_rf: 0.02 s: . TestFileUtils#test_rm_symlink: 0.02 s: . TestFileUtils#test_rmdir: 0.02 s: . TestFileUtils#test_rmtree: 0.01 s: . TestFileUtils#test_safe_unlink: 0.01 s: . TestFileUtils#test_symlink: 0.02 s: . TestFileUtils#test_touch: 0.01 s: . TestFileUtils#test_uptodate?: 0.02 s: . TestFileUtils#test_with_big_file: 0.06 s: . TestFileUtilsDryRun#test_visibility: 0.00 s: . TestFileUtilsNoWrite#test_cp: 0.02 s: . TestFileUtilsNoWrite#test_mkdir: 0.02 s: . TestFileUtilsNoWrite#test_mkdir_p: 0.02 s: . TestFileUtilsNoWrite#test_mv: 0.02 s: . TestFileUtilsNoWrite#test_rm: 0.01 s: . TestFileUtilsNoWrite#test_rm_f: 0.01 s: . TestFileUtilsNoWrite#test_rm_rf: 0.02 s: . TestFileUtilsNoWrite#test_visibility: 0.02 s: . TestFileUtilsVerbose#test_visibility: 0.00 s: . Finished in 1.364696 seconds. 82 tests, 911 assertions, 0 failures, 0 errors, 0 skips == test/gdbm # 2010-07-25T10:17:47+09:00 + make test-all 'TESTS=-v gdbm' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v gdbm /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestGDBM#test_aref: 0.01 s: . TestGDBM#test_aset: 0.01 s: . TestGDBM#test_cachesize=: 0.01 s: . TestGDBM#test_clear: 0.01 s: . TestGDBM#test_close: 0.01 s: . TestGDBM#test_delete: 0.01 s: . TestGDBM#test_delete_if: 0.02 s: . TestGDBM#test_delete_with_block: 0.01 s: . TestGDBM#test_each_key: 0.01 s: . TestGDBM#test_each_pair: 0.01 s: . TestGDBM#test_each_value: 0.01 s: . TestGDBM#test_empty?: 0.01 s: . TestGDBM#test_fastmode=: 0.00 s: . TestGDBM#test_fetch: 0.01 s: . TestGDBM#test_has_value?: 0.01 s: . TestGDBM#test_haskey?: 0.01 s: . TestGDBM#test_invert: 0.01 s: . TestGDBM#test_key: 0.01 s: . TestGDBM#test_keys: 0.01 s: . TestGDBM#test_length: 0.01 s: . TestGDBM#test_reject: 0.01 s: . TestGDBM#test_reorganize: 0.05 s: . TestGDBM#test_replace: 0.01 s: . TestGDBM#test_s_new_has_no_block: 0.01 s: . TestGDBM#test_s_open_3rd_arg: 0.01 s: . TestGDBM#test_s_open_create_new: 0.01 s: . TestGDBM#test_s_open_error: 0.01 s: . TestGDBM#test_s_open_lock: 2.03 s: . TestGDBM#test_s_open_no_create: 0.01 s: . TestGDBM#test_s_open_nolock: 4.05 s: . TestGDBM#test_s_open_with_block: 0.01 s: . TestGDBM#test_select_with_block: 0.01 s: . TestGDBM#test_shift: 0.01 s: . TestGDBM#test_sync: 0.01 s: . TestGDBM#test_syncmode=: 0.00 s: . TestGDBM#test_to_a: 0.01 s: . TestGDBM#test_to_hash: 0.01 s: . TestGDBM#test_update: 0.01 s: . TestGDBM#test_values: 0.01 s: . TestGDBM#test_values_at: 0.01 s: . TestGDBM2#test_freeze: 0.00 s: . TestGDBM2#test_newdb_open: 0.00 s: . TestGDBM2#test_newdb_open_notexist: 0.00 s: . TestGDBM2#test_reader_open: 0.00 s: . TestGDBM2#test_reader_open_notexist: 0.00 s: . TestGDBM2#test_wrcreat_open_notexist: 0.00 s: . TestGDBM2#test_writer_open_notexist: 0.00 s: . Finished in 6.430594 seconds. 47 tests, 959 assertions, 0 failures, 0 errors, 0 skips == test/iconv # 2010-07-25T10:17:54+09:00 + make test-all 'TESTS=-v iconv' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v iconv /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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: . Finished in 0.002954 seconds. 10 tests, 32 assertions, 0 failures, 0 errors, 0 skips == test/io # 2010-07-25T10:17:54+09:00 + make test-all 'TESTS=-v io' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v io /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestIONonblock#test_flush: 0.00 s: . Finished in 0.000816 seconds. 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips == test/json # 2010-07-25T10:17:54+09:00 + make test-all 'TESTS=-v json' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v json /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/json/common.rb:274: warning: method redefined; discarding old recurse_proc Loaded suite ./test/runner Started 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.05 s: . TC_JSON#test_parse_more_complex_arrays: 0.04 s: . TC_JSON#test_parse_object: 0.00 s: . TC_JSON#test_parse_simple_arrays: 0.01 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.00 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.00 s: . TC_JSONFixtures#test_failing: 0.00 s: . TC_JSONFixtures#test_passing: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/json/common.rb:122: warning: Float 23456789012E666 out of range 0.00 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.00 s: . TC_JSONUnicode#test_unicode: 0.00 s: . Finished in 0.120831 seconds. 36 tests, 1855 assertions, 0 failures, 0 errors, 0 skips == test/logger # 2010-07-25T10:17:54+09:00 + make test-all 'TESTS=-v logger' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v logger /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestLogDevice#test_close: 0.00 s: . TestLogDevice#test_initialize: 0.00 s: . TestLogDevice#test_shifting_size: 0.01 s: . TestLogDevice#test_write: 0.00 s: . TestLogger#test_add: 0.00 s: . TestLogger#test_close: 0.00 s: . TestLogger#test_const_progname: 0.00 s: . TestLogger#test_datetime_format: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/logger.rb:472: warning: strftime called with empty format string 0.00 s: . TestLogger#test_format: 0.00 s: . TestLogger#test_formatter: 0.00 s: . TestLogger#test_initialize: 0.00 s: . TestLogger#test_level: 0.00 s: . TestLogger#test_level_log: 0.00 s: . TestLogger#test_lshift: 0.00 s: . TestLogger#test_progname: 0.00 s: . TestLoggerSeverity#test_enum: 0.00 s: . Finished in 0.017695 seconds. 16 tests, 129 assertions, 0 failures, 0 errors, 0 skips == test/matrix # 2010-07-25T10:17:54+09:00 + make test-all 'TESTS=-v matrix' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v matrix /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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: . TestMatrix#test_rank: 0.00 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: . Finished in 0.005465 seconds. 9 tests, 172 assertions, 0 failures, 0 errors, 0 skips == test/minitest # 2010-07-25T10:17:54+09:00 + make test-all 'TESTS=-v minitest' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v minitest /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/minitest/test_mini_test.rb:328: warning: mismatched indentations at 'end' with 'def' at 315 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started MinitestSpec#test_needs_to_verify_floats_within_a_delta: 0.00 s: . MinitestSpec#test_needs_to_verify_regexp_matches: 0.00 s: . MinitestSpec#test_needs_to_verify_non_nil: 0.00 s: . MinitestSpec#test_needs_to_verify_using_any_operator: 0.00 s: . MinitestSpec#test_needs_to_verify_kinds_of_objects: 0.00 s: . MinitestSpec#test_needs_raise_if_an_expected_exception_is_not_raised: 0.00 s: . MinitestSpec#test_needs_to_have_all_methods_named_well: 0.00 s: . MinitestSpec#test_needs_to_verify_mismatch: 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_catch_an_expected_exception: 0.00 s: . MinitestSpec#test_needs_to_verify_using_respond_to: 0.00 s: . MinitestSpec#test_needs_to_verify_types_of_objects: 0.00 s: . MinitestSpec#test_needs_to_verify_identity: 0.00 s: . MinitestSpec#test_needs_to_verify_throw: 0.00 s: . MinitestSpec#test_needs_to_be_able_to_catch_a_minitest_assertion_exception: 0.00 s: . MinitestSpec#test_needs_to_verify_nil: 0.00 s: . MinitestSpec#test_needs_to_catch_an_unexpected_exception: 0.00 s: . MinitestSpec#test_needs_to_verify_non_identity: 0.00 s: . TestMiniMock#test_should_blow_up_if_not_called: 0.00 s: . TestMiniMock#test_should_allow_expectations_to_be_added_after_creation: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life 0.00 s: . TestMiniMock#test_should_blow_up_on_wrong_arguments: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life 0.00 s: . TestMiniMock#test_should_create_stub_method: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life 0.00 s: . TestMiniMock#test_should_not_verify_if_unexpected_method_is_called: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life 0.00 s: . TestMiniMock#test_should_allow_return_value_specification: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life 0.00 s: . TestMiniMock#test_should_not_verify_if_new_expected_method_is_not_called: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old bar 0.00 s: . TestMiniMock#test_should_not_blow_up_if_everything_called: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life 0.00 s: . TestMiniMock#test_should_blow_up_on_wrong_number_of_arguments: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old foo /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old meaning_of_life /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/minitest/mock.rb:19: warning: method redefined; discarding old sum 0.00 s: . TestMiniTest#test_run_failing_filtered: 0.00 s: . TestMiniTest#test_filter_backtrace_all_unit: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed: 0.00 s: . TestMiniTest#test_filter_backtrace_unit_starts: 0.00 s: . TestMiniTest#test_class_puke_with_failure_and_flunk_in_backtrace: 0.00 s: . TestMiniTest#test_class_puke_with_flunk_and_user_defined_assertions: 0.00 s: . TestMiniTest#test_run_error_teardown: 0.00 s: . TestMiniTest#test_run_passing: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed_and_long_backtrace: 0.00 s: . TestMiniTest#test_class_run_test_suites: 0.00 s: . TestMiniTest#test_run_failing: 0.00 s: . TestMiniTest#test_class_puke_with_non_failure_exception: 0.00 s: . TestMiniTest#test_run_error: 0.00 s: . TestMiniTest#test_filter_backtrace: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed_and_user_defined_assertions: 0.00 s: . TestMiniTest#test_run_skip: 0.00 s: . TestMiniTestTestCase#test_assert_in_delta_triggered: 0.00 s: . 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.00 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.00 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.00 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: . Finished in 0.020719 seconds. 124 tests, 330 assertions, 0 failures, 0 errors, 0 skips == test/monitor # 2010-07-25T10:17:55+09:00 + make test-all 'TESTS=-v monitor' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v monitor /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestMonitor#test_cond: 0.00 s: . TestMonitor#test_enter: 0.00 s: . TestMonitor#test_killed_thread_in_synchronize: 0.00 s: . TestMonitor#test_synchronize: 0.00 s: . TestMonitor#test_try_enter: 0.00 s: . Finished in 0.001115 seconds. 5 tests, 10 assertions, 0 failures, 0 errors, 0 skips == test/net # 2010-07-25T10:17:55+09:00 + make test-all 'TESTS=-v net' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v net /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/ssl.rb:86: warning: method redefined; discarding old listen Loaded suite ./test/runner Started 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.00 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: . HTTPResponseTest#test_multiline_header: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:31:in `test_multiline_header': warning: HTTPResponse#header is obsolete /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:32:in `test_multiline_header': warning: HTTPResponse#header is obsolete 0.00 s: . HTTPResponseTest#test_singleline_header: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:15:in `test_singleline_header': warning: HTTPResponse#header is obsolete /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_httpresponse.rb:16:in `test_singleline_header': warning: HTTPResponse#header is obsolete 0.00 s: . HTTPSProxyTest#test_https_proxy_authentication: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. 0.00 s: . IMAPTest#test_decode_utf7: 0.00 s: . IMAPTest#test_encode_utf7: 0.00 s: . IMAPTest#test_imaps_post_connection_check: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.03 s: . IMAPTest#test_imaps_unknown_ca: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.01 s: . IMAPTest#test_imaps_verify_none: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . IMAPTest#test_imaps_with_ca_file: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . IMAPTest#test_starttls: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/imap/test_imap.rb:174: warning: using default DH parameters. 0.11 s: . IMAPTest#test_unexpected_eof: 0.00 s: . TestNetHTTPS#test_certificate_verify_failure: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . TestNetHTTPS#test_get: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.14 s: . TestNetHTTPS#test_identity_verify_failure: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.14 s: . TestNetHTTPS#test_post: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.17 s: . TestNetHTTPS#test_verify_none: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.13 s: . TestNetHTTP_v1_2#test_get: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:33:in `_test_get__get'; use `response = http.get(...)' instead. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:48:in `_test_get__iter'; use `response = http.get(...)' instead. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:63:in `_test_get__chunked'; use `response = http.get(...)' instead. 0.12 s: . TestNetHTTP_v1_2#test_get2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:102:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete 0.11 s: . TestNetHTTP_v1_2#test_get__break: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.10 s: . TestNetHTTP_v1_2#test_get__implicit_start: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:88:in `test_get__implicit_start'; use `response = http.get(...)' instead. 0.11 s: . TestNetHTTP_v1_2#test_head: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.10 s: . TestNetHTTP_v1_2#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:125:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.18 s: . TestNetHTTP_v1_2#test_request: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.20 s: . TestNetHTTP_v1_2#test_s_get: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.10 s: . TestNetHTTP_v1_2#test_s_post_form: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestNetHTTP_v1_2#test_send_request: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.19 s: . TestNetHTTP_version_1_1#test_get: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.12 s: . TestNetHTTP_version_1_1#test_get2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/net/http/test_http.rb:102:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete 0.12 s: . TestNetHTTP_version_1_1#test_get__break: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestNetHTTP_version_1_1#test_get__implicit_start: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestNetHTTP_version_1_1#test_head: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.10 s: . TestNetHTTP_version_1_1#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.20 s: . TestNetHTTP_version_1_1#test_s_get: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestNetHTTP_version_1_1#test_s_post_form: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestPOP#test_apop_invalid: 0.00 s: . TestPOP#test_apop_invalid_at: 0.00 s: . TestPOP#test_apop_ng: 0.00 s: . TestPOP#test_apop_ok: 0.00 s: . TestPOP#test_pop_auth_ng: 0.00 s: . TestPOP#test_pop_auth_ok: 0.00 s: . Finished in 3.371797 seconds. 69 tests, 277 assertions, 0 failures, 0 errors, 0 skips == test/nkf # 2010-07-25T10:17:58+09:00 + make test-all 'TESTS=-v nkf' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v nkf /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestKconv#test_eucjp: 0.00 s: . TestKconv#test_jis: 0.00 s: . TestKconv#test_shiftjis: 0.00 s: . TestKconv#test_utf8: 0.00 s: . TestNKF#test_guess: 0.00 s: . TestNKF#test_ruby_dev_36909: 0.19 s: . Finished in 0.192506 seconds. 6 tests, 42 assertions, 0 failures, 0 errors, 0 skips == test/open-uri # 2010-07-25T10:17:59+09:00 + make test-all 'TESTS=-v open-uri' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v open-uri /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/ssl.rb:86: warning: method redefined; discarding old listen Loaded suite ./test/runner Started TestOpenURI#test_200: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_200big: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_404: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_content_encoding: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_encoding: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_find_proxy: 0.00 s: . TestOpenURI#test_find_proxy_case_sensitive_env: 0.00 s: . TestOpenURI#test_ftp: 0.05 s: . TestOpenURI#test_ftp_ascii: 0.04 s: . TestOpenURI#test_ftp_invalid_request: 0.01 s: . TestOpenURI#test_ftp_over_http_proxy: 0.00 s: . TestOpenURI#test_ftp_over_http_proxy_auth: 0.00 s: . TestOpenURI#test_invalid_option: 0.00 s: . TestOpenURI#test_last_modified: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_mode: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_multi_proxy_opt: 0.00 s: . TestOpenURI#test_open_uri: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_progress: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_progress_chunked: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_proxy: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_proxy_http_basic_authentication: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_read_timeout: 0.02 s: . TestOpenURI#test_redirect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_redirect_auth: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.01 s: . TestOpenURI#test_redirect_invalid: 0.00 s: . TestOpenURI#test_redirect_relative: 0.00 s: . TestOpenURI#test_uri_read: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURI#test_userinfo: 0.00 s: . TestOpenURI#test_without_block: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestOpenURISSL#test_proxy: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @ssl_version not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @key not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @ca_file not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @ca_path not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @ciphers not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @verify_callback not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @verify_depth not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/http.rb:586: warning: instance variable @ssl_timeout not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.23 s: . TestOpenURISSL#test_validation: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.15 s: . Finished in 0.700597 seconds. 31 tests, 149 assertions, 0 failures, 0 errors, 0 skips == test/openssl # 2010-07-25T10:18:00+09:00 + make test-all 'TESTS=-v openssl' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v openssl /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started OpenSSL::TestASN1#test_decode: 0.01 s: . OpenSSL::TestCipher#test_AES: 0.01 s: . OpenSSL::TestCipher#test_ciphers: 0.00 s: . OpenSSL::TestCipher#test_crypt: 0.00 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::TestConfig#test_freeze: 0.00 s: . OpenSSL::TestDigest#test_098_features: 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::TestEC#test_check_key: 0.01 s: . OpenSSL::TestEC#test_curve_names: 0.00 s: . OpenSSL::TestEC#test_dh_compute_key: 0.01 s: . OpenSSL::TestEC#test_dsa_sign_verify: 0.01 s: . OpenSSL::TestEC#test_encoding: 0.02 s: . OpenSSL::TestEC#test_set_keys: 0.01 s: . OpenSSL::TestEOF1#test_eof_0: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.10 s: . OpenSSL::TestEOF1#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF1#test_eof_1: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.19 s: . OpenSSL::TestEOF1#test_eof_2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestEOF1#test_eof_3: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestEOF2#test_eof_0: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.09 s: . OpenSSL::TestEOF2#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF2#test_eof_1: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.19 s: . OpenSSL::TestEOF2#test_eof_2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestEOF2#test_eof_3: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestHMAC#test_dup: 0.00 s: . OpenSSL::TestHMAC#test_hmac: 0.00 s: . OpenSSL::TestNSSPI#test_build_data: 0.00 s: . OpenSSL::TestNSSPI#test_decode_data: 0.00 s: . OpenSSL::TestPKCS7#test_detached_sign: 0.04 s: . OpenSSL::TestPKCS7#test_enveloped: 0.04 s: . OpenSSL::TestPKCS7#test_signed: 0.05 s: . OpenSSL::TestPKeyRSA#test_padding: 0.05 s: . OpenSSL::TestPKeyRSA#test_private: 0.02 s: . OpenSSL::TestPair#test_getc: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_puts_empty: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_puts_meta: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_readall: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_readline: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.02 s: . OpenSSL::TestPair#test_readpartial: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.06 s: . OpenSSL::TestSSL#test_client_auth: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.11 s: . OpenSSL::TestSSL#test_client_session: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.10 s: . OpenSSL::TestSSL#test_connect_and_close: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.09 s: . OpenSSL::TestSSL#test_ctx_setup: 0.04 s: . OpenSSL::TestSSL#test_parallel: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.33 s: . OpenSSL::TestSSL#test_post_connection_check: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.14 s: . OpenSSL::TestSSL#test_read_and_write: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.07 s: . OpenSSL::TestSSL#test_server_session: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.45 s: . OpenSSL::TestSSL#test_sslctx_set_params: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.05 s: . OpenSSL::TestSSL#test_starttls: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:35: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/openssl/test_ssl.rb:64: warning: using default DH parameters. 1.07 s: . OpenSSL::TestSSL#test_verify_result: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. 0.08 s: . OpenSSL::TestX509CRL#test_basic: 0.02 s: . OpenSSL::TestX509CRL#test_crlnumber: 0.05 s: . OpenSSL::TestX509CRL#test_extension: 0.02 s: . OpenSSL::TestX509CRL#test_revoked: 0.17 s: . OpenSSL::TestX509CRL#test_sign_and_verify: 0.03 s: . OpenSSL::TestX509Certificate#test_extension: 0.04 s: . OpenSSL::TestX509Certificate#test_public_key: 0.02 s: . OpenSSL::TestX509Certificate#test_serial: 0.04 s: . OpenSSL::TestX509Certificate#test_sign_and_verify: 0.03 s: . OpenSSL::TestX509Certificate#test_validity: 0.05 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.00 s: . OpenSSL::TestX509Request#test_attr: 0.01 s: . OpenSSL::TestX509Request#test_public_key: 0.00 s: . OpenSSL::TestX509Request#test_sign_and_verify: 0.02 s: . OpenSSL::TestX509Request#test_subject: 0.00 s: . OpenSSL::TestX509Request#test_version: 0.00 s: . OpenSSL::TestX509Store#test_set_errors: 0.04 s: . OpenSSL::TestX509Store#test_verify: 0.07 s: . Finished in 4.286732 seconds. 80 tests, 1202 assertions, 0 failures, 0 errors, 0 skips == test/optparse # 2010-07-25T10:18:04+09:00 + make test-all 'TESTS=-v optparse' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v optparse /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestOptionParser#test_order: 0.00 s: . TestOptionParser#test_permute: 0.00 s: . TestOptionParser::NoArg::Def1#test_abbrev: 0.00 s: . TestOptionParser::NoArg::Def1#test_ambiguous: 0.00 s: . TestOptionParser::NoArg::Def1#test_long: 0.00 s: . TestOptionParser::NoArg::Def1#test_order: 0.00 s: . TestOptionParser::NoArg::Def1#test_permute: 0.00 s: . TestOptionParser::NoArg::Def1#test_short: 0.00 s: . TestOptionParser::NoArg::Def2#test_abbrev: 0.00 s: . TestOptionParser::NoArg::Def2#test_ambiguous: 0.00 s: . TestOptionParser::NoArg::Def2#test_long: 0.00 s: . TestOptionParser::NoArg::Def2#test_order: 0.00 s: . TestOptionParser::NoArg::Def2#test_permute: 0.00 s: . TestOptionParser::NoArg::Def2#test_short: 0.00 s: . TestOptionParser::OptArg#test_abbrev: 0.00 s: . TestOptionParser::OptArg#test_long: 0.00 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.00 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.00 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.00 s: . TestOptionParser::ReqArg::Def2#test_long: 0.00 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.00 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.00 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: . Finished in 0.026122 seconds. 53 tests, 696 assertions, 0 failures, 0 errors, 0 skips == test/ostruct # 2010-07-25T10:18:04+09:00 + make test-all 'TESTS=-v ostruct' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v ostruct /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TC_OpenStruct#test_equality: 0.00 s: . TC_OpenStruct#test_inspect: 0.00 s: . Finished in 0.000721 seconds. 2 tests, 9 assertions, 0 failures, 0 errors, 0 skips == test/pathname # 2010-07-25T10:18:05+09:00 + make test-all 'TESTS=-v pathname' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v pathname /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started 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_realpath: 0.00 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.00 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: . Finished in 0.027324 seconds. 178 tests, 226 assertions, 0 failures, 0 errors, 0 skips == test/rdoc # 2010-07-25T10:18:05+09:00 + make test-all 'TESTS=-v rdoc' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v rdoc /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:11: warning: method redefined; discarding old default_sources /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:19: warning: method redefined; discarding old default_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:31: warning: method redefined; discarding old user_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:39: warning: method redefined; discarding old default_path /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:46: warning: method redefined; discarding old default_exec_format /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:54: warning: method redefined; discarding old default_bindir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:65: warning: method redefined; discarding old default_system_source_cache_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:72: warning: method redefined; discarding old default_user_source_cache_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:79: warning: method redefined; discarding old ruby_engine /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:46: warning: method redefined; discarding old gem /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:306: warning: method redefined; discarding old dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:339: warning: method redefined; discarding old ensure_gem_subdirectories /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:516: warning: method redefined; discarding old path /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:554: warning: method redefined; discarding old post_install /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:563: warning: method redefined; discarding old post_uninstall /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:571: warning: method redefined; discarding old pre_install /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:580: warning: method redefined; discarding old pre_uninstall /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:691: warning: method redefined; discarding old set_home /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:702: warning: method redefined; discarding old set_paths /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:793: warning: method redefined; discarding old user_home /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started TestAttributeManager#test_initial_html: 0.00 s: . TestAttributeManager#test_add_matching_word_pair: 0.00 s: . TestAttributeManager#test_initial_word_pairs: 0.00 s: . TestAttributeManager#test_add_word_pair_map: 0.00 s: . TestAttributeManager#test_add_html_tag: 0.00 s: . TestAttributeManager#test_add_invalid_word_pair: 0.00 s: . TestAttributeManager#test_add_special: 0.00 s: . TestRDocInfoFormatting#test_italics: 0.07 s: . TestRDocInfoFormatting#test_alpha_lists: 0.07 s: . TestRDocInfoFormatting#test_hyperlink_targets: 0.07 s: . TestRDocInfoFormatting#test_web_links: 0.07 s: . TestRDocInfoFormatting#test_escaping: 0.07 s: . TestRDocInfoFormatting#test_numbered_lists: 0.07 s: . TestRDocInfoFormatting#test_horizontal_rule: 0.07 s: . TestRDocInfoFormatting#test_bullet_lists: 0.07 s: . TestRDocInfoFormatting#test_headings: 0.07 s: . TestRDocInfoFormatting#test_literal_code: 0.07 s: . TestRDocInfoFormatting#test_nested_lists: 0.06 s: . TestRDocInfoFormatting#test_bold: 0.07 s: . TestRDocInfoFormatting#test_labelled_lists: 0.05 s: . TestRDocInfoFormatting#test_internal_hyperlinks: 0.07 s: . TestRDocInfoFormatting#test_paragraphs_are_spaced: 0.07 s: . TestRDocInfoFormatting#test_descriptions_are_not_html: 0.05 s: . TestRDocInfoFormatting#test_tt: 0.07 s: . TestRDocInfoSections#test_each_module_has_a_chapter: 0.02 s: . TestRDocInfoSections#test_class_descriptions_are_given: 0.02 s: . TestRDocInfoSections#test_output_exists: 0.02 s: . TestRDocInfoSections#test_classes_instance_methods_are_given: 0.03 s: . TestRDocInfoSections#test_class_methods_are_given: 0.02 s: . TestRDocInfoSections#test_methods_are_shown_only_once: 0.02 s: . TestRDocInfoSections#test_included_modules_are_given: 0.02 s: . TestRDocInfoSections#test_each_class_has_a_chapter: 0.02 s: . TestRDocMarkup#test_verbatim: 0.00 s: . TestRDocMarkup#test_types: 0.00 s: . TestRDocMarkup#test_list_nested_bullet_bullet: 0.00 s: . TestRDocMarkup#test_list_bullet_dash: 0.00 s: . TestRDocMarkup#test_list_labeled_colon_continued: 0.00 s: . TestRDocMarkup#test_list_nested_labeled_bullet: 0.00 s: . TestRDocMarkup#test_list_bullet_star: 0.00 s: . TestRDocMarkup#test_paragraph: 0.00 s: . TestRDocMarkup#test_list_nested_labeled_bullet_bullet: 0.00 s: . TestRDocMarkup#test_list_alpha: 0.00 s: . TestRDocMarkup#test_list_number: 0.00 s: . TestRDocMarkup#test_list_labeled_bracket: 0.00 s: . TestRDocMarkup#test_list_nested_number_number: 0.00 s: . TestRDocMarkup#test_verbatim_merge: 0.00 s: . TestRDocMarkup#test_tabs: 0.00 s: . TestRDocMarkup#test_list_labeled_colon: 0.00 s: . TestRDocMarkup#test_groups: 0.02 s: . TestRDocMarkup#test_whitespace: 0.00 s: . TestRDocMarkup#test_list_labeled_bracket_continued: 0.00 s: . TestRDocMarkup#test_list_split: 0.00 s: . TestRDocMarkup#test_headings: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_SGML: 0.00 s: . TestRDocMarkupAttributeManager#test_combined: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_teletype: 0.00 s: . TestRDocMarkupAttributeManager#test_bold: 0.00 s: . TestRDocMarkupAttributeManager#test_special: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_mixed_case: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair_angle: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_mixed_case: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair_matching: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_2: 0.00 s: . TestRDocMarkupAttributeManager#test_convert_attrs: 0.00 s: . TestRDocMarkupAttributeManager#test_adding: 0.00 s: . TestRDocMarkupAttributeManager#test_protect: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_1: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_teletype_em_bold_SGML: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold: 0.00 s: . TestRDocMarkupAttributeManager#test_basic: 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.02 s: F TestRDocParser#test_can_parse: 0.03 s: . TestRDocParserC#test_define_method: 0.00 s: . TestRDocParserC#test_do_classes_module: 0.00 s: . TestRDocParserC#test_find_class_comment_init: 0.00 s: . TestRDocParserC#test_find_class_comment_define_class: 0.00 s: . TestRDocParserC#test_do_classes_class: 0.00 s: . TestRDocParserC#test_do_constants: 0.00 s: . TestRDocParserC#test_do_classes_boot_class: 0.00 s: . TestRDocParserC#test_do_classes_class_under: 0.00 s: . TestRDocParserC#test_find_class_comment_define_class_Init_Foo: 0.00 s: . TestRDocParserC#test_do_classes_module_under: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_title: 0.01 s: . TestRDocParserRuby#test_parse_statements_class_nested: 0.00 s: . TestRDocParserRuby#test_parse_method: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_require: 0.00 s: . TestRDocParserRuby#test_parse_meta_method: 0.00 s: . TestRDocParserRuby#test_parse_module_relative_to_top_level_namespace: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_stopdoc: 0.00 s: . TestRDocParserRuby#test_parse_meta_method_singleton: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_alias_method_before_original_method: 0.00 s: . TestRDocParserRuby#test_parse_class: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_main: 0.00 s: . TestRDocParserRuby#test_parse_class_nested_superclass: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_alias_method: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_method: 0.00 s: . TestRDocParserRuby#test_parse_comment: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_meta_method: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_attr_accessor: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_private: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_section: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_extra_accessors: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_include: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_enddoc: 0.00 s: . TestRDocParserRuby#test_parse_class_definition_encountered_after_class_reference: 0.00 s: . TestRDocParserRuby#test_parse_class_mistaken_for_module: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_commented: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_unhandled: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_constant: 0.00 s: . TestRDocParserRuby#test_look_for_directives_in_startdoc: 0.00 s: . TestRDocParserRuby#test_parse_module: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_attr: 0.00 s: . TestRDocParserRuby#test_parse_meta_method_string_name: 0.00 s: . TestRDocParserRuby#test_parse_meta_method_name: 0.00 s: . TestRDocParserRuby#test_parse_statements_identifier_module_function: 0.00 s: . TestRDocParserRuby#test_parse_meta_method_singleton_name: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_long: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_short: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_markup: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_nil: 0.00 s: . TestRDocRIAttributeFormatter#test_wrap_empty: 0.00 s: . TestRDocRIDriver#test_lookup_method: 0.33 s: . TestRDocRIDriver#test_parse_name: 0.00 s: . TestRDocRIDriver#test_lookup_method_dot_instance: 0.00 s: . TestRDocRIDriver#test_lookup_method_dot_class: 0.00 s: . TestRDocRIDriver#test_lookup_method_class_missing: 0.00 s: . TestRDocRIDriver#test_lookup_method_class_method: 0.00 s: . TestRDocRIDriver#test_lookup_method_method_missing: 0.00 s: . TestRDocRIFormatter#test_draw_line_label: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_p: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_tt: 0.00 s: . TestRDocRIFormatter#test_conv_markup: 0.00 s: . TestRDocRIFormatter#test_raw_print_line: 0.00 s: . TestRDocRIFormatter#test_display_heading_3: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_unknown: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_rule: 0.00 s: . TestRDocRIFormatter#test_break_to_newline: 0.00 s: . TestRDocRIFormatter#test_display_heading_2: 0.00 s: . TestRDocRIFormatter#test_display_flow: 0.00 s: . TestRDocRIFormatter#test_wrap_markup: 0.00 s: . TestRDocRIFormatter#test_display_list_upper_alpha: 0.00 s: . TestRDocRIFormatter#test_wrap_short: 0.00 s: . TestRDocRIFormatter#test_display_list_note: 0.00 s: . TestRDocRIFormatter#test_display_verbatim_flow_item: 0.00 s: . TestRDocRIFormatter#test_wrap_empty: 0.00 s: . TestRDocRIFormatter#test_display_verbatim_flow_item_bold: 0.00 s: . TestRDocRIFormatter#test_display_heading_1: 0.00 s: . TestRDocRIFormatter#test_display_list_labeled: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_em: 0.00 s: . TestRDocRIFormatter#test_display_list_lower_alpha: 0.00 s: . TestRDocRIFormatter#test_display_list_unknown: 0.00 s: . TestRDocRIFormatter#test_blankline: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_li: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_verb: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_h: 0.00 s: . TestRDocRIFormatter#test_display_flow_item_list: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_b: 0.00 s: . TestRDocRIFormatter#test_wrap_nil: 0.00 s: . TestRDocRIFormatter#test_display_list: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_code: 0.00 s: . TestRDocRIFormatter#test_bold_print: 0.00 s: . TestRDocRIFormatter#test_draw_line: 0.00 s: . TestRDocRIFormatter#test_draw_line_label_long: 0.00 s: . TestRDocRIFormatter#test_display_list_bullet: 0.00 s: . TestRDocRIFormatter#test_wrap_long: 0.00 s: . TestRDocRIFormatter#test_strip_attributes_i: 0.00 s: . TestRDocRIFormatter#test_display_list_number: 0.00 s: . TestRDocRIFormatter#test_conv_html: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_bold_italic: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_italic: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_bold: 0.00 s: . TestRDocRIOverstrikeFormatter#test_display_verbatim_flow_item_bold: 0.00 s: . TestRDocRIOverstrikeFormatter#test_write_attribute_text_code: 0.00 s: . TestRDocRIOverstrikeFormatter#test_bold_print: 0.00 s: . TestRDocRiDefaultDisplay#test_display_params_multiple: 0.00 s: . TestRDocRiDefaultDisplay#test_display_method_info: 0.00 s: . TestRDocRiDefaultDisplay#test_display_method_info_singleton: 0.00 s: . TestRDocRiDefaultDisplay#test_display_flow_empty: 0.00 s: . TestRDocRiDefaultDisplay#test_display_flow: 0.00 s: . TestRDocRiDefaultDisplay#test_display_method_list: 0.00 s: . TestRDocRiDefaultDisplay#test_display_flow_nil: 0.00 s: . TestRDocRiDefaultDisplay#test_display_params_singleton: 0.00 s: . TestRDocRiDefaultDisplay#test_display_class_info: 0.00 s: . TestRDocRiDefaultDisplay#test_list_known_classes_empty: 0.00 s: . TestRDocRiDefaultDisplay#test_list_known_classes: 0.00 s: . TestRDocRiDefaultDisplay#test_display_params: 0.00 s: . TestRdocParserPerlPOD#test_perl_without_pod: 0.00 s: . TestRdocParserPerlPOD#test_uncommented_perl: 0.00 s: . TestRdocParserPerlPOD#test_simple_pod_no_structure: 0.00 s: . Finished in 1.801388 seconds. 1) Failure: test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref) [/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rdoc/test_rdoc_markup_to_html_crossref.rb:87]: Expected "

/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

", not "

/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

". 192 tests, 453 assertions, 1 failures, 0 errors, 0 skips make: *** [test-all] Error 1 exit 2 failed(test/rdoc) == test/readline # 2010-07-25T10:18:08+09:00 + make test-all 'TESTS=-v readline' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v readline /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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.00 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: . 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_input=: 0.00 s: . TestReadline#test_output=: 0.00 s: . TestReadline#test_readline: 0.00 s: . TestReadline#test_safe_level_4: 0.00 s: . TestReadline#test_some_characters_methods: 0.00 s: . Finished in 0.010775 seconds. 27 tests, 309 assertions, 0 failures, 0 errors, 0 skips == test/rexml # 2010-07-25T10:18:09+09:00 + make test-all 'TESTS=-v rexml' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v rexml /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started REXML::TestDocument#test_entity_expansion_limit: 0.25 s: . REXML::TestDocument#test_new: 0.00 s: . Finished in 0.255592 seconds. 2 tests, 7 assertions, 0 failures, 0 errors, 0 skips == test/rinda # 2010-07-25T10:18:09+09:00 + make test-all 'TESTS=-v rinda' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v rinda /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rinda/test_rinda.rb:78: warning: instance variable @m not initialized Loaded suite ./test/runner Started Rinda::TupleSpaceProxyTest#test_00_DRbObject: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_renewer: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_template: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_tuple: 0.00 s: . Rinda::TupleSpaceProxyTest#test_cancel_01: 0.00 s: . Rinda::TupleSpaceProxyTest#test_cancel_02: 0.00 s: . Rinda::TupleSpaceProxyTest#test_core_01: 0.21 s: . Rinda::TupleSpaceProxyTest#test_core_02: 0.21 s: . Rinda::TupleSpaceProxyTest#test_core_03_notify: 0.01 s: . Rinda::TupleSpaceProxyTest#test_inp_rdp: 0.00 s: . Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 0.00 s: . Rinda::TupleSpaceProxyTest#test_ruby_talk_264062: 0.02 s: . Rinda::TupleSpaceProxyTest#test_symbol_tuple: 0.00 s: . Rinda::TupleSpaceTest#test_00_DRbObject: 0.00 s: . Rinda::TupleSpaceTest#test_00_renewer: 0.00 s: . Rinda::TupleSpaceTest#test_00_template: 0.00 s: . Rinda::TupleSpaceTest#test_00_tuple: 0.00 s: . Rinda::TupleSpaceTest#test_cancel_01: 0.00 s: . Rinda::TupleSpaceTest#test_cancel_02: 0.00 s: . Rinda::TupleSpaceTest#test_core_01: 0.21 s: . Rinda::TupleSpaceTest#test_core_02: 0.21 s: . Rinda::TupleSpaceTest#test_core_03_notify: 0.02 s: . Rinda::TupleSpaceTest#test_inp_rdp: 0.00 s: . Rinda::TupleSpaceTest#test_ruby_talk_264062: 0.04 s: . Rinda::TupleSpaceTest#test_symbol_tuple: 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: . Finished in 0.939978 seconds. 32 tests, 316 assertions, 0 failures, 0 errors, 0 skips == test/ripper # 2010-07-25T10:18:10+09:00 + make test-all 'TESTS=-v ripper' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v ripper /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/test_parser_events.rb:257: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/test_parser_events.rb:261: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:68: warning: method redefined; discarding old on_program /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:72: warning: method redefined; discarding old on_stmts_new /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:76: warning: method redefined; discarding old on_stmts_add /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:81: warning: method redefined; discarding old on_void_stmt /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:85: warning: method redefined; discarding old on_var_ref /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:89: warning: method redefined; discarding old on_var_alias /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:93: warning: method redefined; discarding old on_alias_error /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:97: warning: method redefined; discarding old on_arg_paren /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:101: warning: method redefined; discarding old on_args_new /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:105: warning: method redefined; discarding old on_args_add /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:109: warning: method redefined; discarding old on_args_add_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:117: warning: method redefined; discarding old on_args_add_star /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:121: warning: method redefined; discarding old on_args_prepend /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:126: warning: method redefined; discarding old on_method_add_arg /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:134: warning: method redefined; discarding old on_method_add_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:139: warning: method redefined; discarding old on_paren /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:143: warning: method redefined; discarding old on_brace_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:147: warning: method redefined; discarding old on_block_var /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:151: warning: method redefined; discarding old on_rest_param /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:155: warning: method redefined; discarding old on_blockarg /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:159: warning: method redefined; discarding old on_params /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:180: warning: method redefined; discarding old on_assoc_new /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:184: warning: method redefined; discarding old on_bare_assoc_hash /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:188: warning: method redefined; discarding old on_assoclist_from_args Loaded suite ./test/runner Started TestRipper_Filter#test_filter_column: 0.00 s: . TestRipper_Filter#test_filter_filename: 0.00 s: . TestRipper_Filter#test_filter_filename_unset: 0.00 s: . TestRipper_Filter#test_filter_lineno: 0.00 s: . TestRipper_Filter#test_filter_lineno_set: 0.00 s: . TestRipper_Filter#test_filter_token: 0.00 s: . TestRipper_Generic#test_parse_files: 30.06 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_ambiguous: 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_assign_error: 0.00 s: . TestRipper_ParserEvents#test_assocs: 0.00 s: . TestRipper_ParserEvents#test_begin: 0.00 s: . TestRipper_ParserEvents#test_binary: 0.00 s: . TestRipper_ParserEvents#test_block_var: 0.00 s: . TestRipper_ParserEvents#test_block_variables: 0.04 s: F TestRipper_ParserEvents#test_bodystmt: 0.00 s: . TestRipper_ParserEvents#test_call: 0.00 s: . TestRipper_ParserEvents#test_heredoc: 0.00 s: . TestRipper_ParserEvents#test_local_variables: 0.02 s: . TestRipper_ParserEvents#test_massign: 0.00 s: . TestRipper_ParserEvents#test_mlhs_add: 0.00 s: . TestRipper_ParserEvents#test_mlhs_add_star: 0.00 s: . TestRipper_ParserEvents#test_mlhs_new: 0.00 s: . TestRipper_ParserEvents#test_mlhs_paren: 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.00 s: . 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: . Finished in 30.154147 seconds. 1) Failure: test_block_variables(TestRipper_ParserEvents) [/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/test_parser_events.rb:624]: [ruby-dev:39423]. <[]> expected but was <["/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:68: warning: method redefined; discarding old on_program", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:72: warning: method redefined; discarding old on_stmts_new", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:76: warning: method redefined; discarding old on_stmts_add", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:81: warning: method redefined; discarding old on_void_stmt", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:85: warning: method redefined; discarding old on_var_ref", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:89: warning: method redefined; discarding old on_var_alias", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:93: warning: method redefined; discarding old on_alias_error", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:97: warning: method redefined; discarding old on_arg_paren", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:101: warning: method redefined; discarding old on_args_new", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:105: warning: method redefined; discarding old on_args_add", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:109: warning: method redefined; discarding old on_args_add_block", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:117: warning: method redefined; discarding old on_args_add_star", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:121: warning: method redefined; discarding old on_args_prepend", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:126: warning: method redefined; discarding old on_method_add_arg", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:134: warning: method redefined; discarding old on_method_add_block", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:139: warning: method redefined; discarding old on_paren", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:143: warning: method redefined; discarding old on_brace_block", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:147: warning: method redefined; discarding old on_block_var", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:151: warning: method redefined; discarding old on_rest_param", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:155: warning: method redefined; discarding old on_blockarg", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:159: warning: method redefined; discarding old on_params", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:180: warning: method redefined; discarding old on_assoc_new", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:184: warning: method redefined; discarding old on_bare_assoc_hash", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ripper/dummyparser.rb:188: warning: method redefined; discarding old on_assoclist_from_args"]>. 91 tests, 2454 assertions, 1 failures, 0 errors, 0 skips make: *** [test-all] Error 1 exit 2 failed(test/ripper) == test/rss # 2010-07-25T10:18:42+09:00 + make test-all 'TESTS=-v rss' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v rss /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rss/test_maker_atom_entry.rb:379: warning: shadowing outer local variable - date /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/rss/test_maker_atom_feed.rb:400: warning: shadowing outer local variable - date Loaded suite ./test/runner Started RSS::TestAccessor#test_date: 0.00 s: . RSS::TestAccessor#test_integer: 0.00 s: . RSS::TestAccessor#test_positive_integer: 0.00 s: . RSS::TestAtomCore#test_atom_author: 0.02 s: . RSS::TestAtomCore#test_atom_category: 0.02 s: . RSS::TestAtomCore#test_atom_content: 0.03 s: . RSS::TestAtomCore#test_atom_contributor: 0.02 s: . RSS::TestAtomCore#test_atom_generator: 0.01 s: . RSS::TestAtomCore#test_atom_icon: 0.00 s: . RSS::TestAtomCore#test_atom_id: 0.00 s: . RSS::TestAtomCore#test_atom_link: 0.12 s: . RSS::TestAtomCore#test_atom_logo: 0.00 s: . RSS::TestAtomCore#test_atom_published: 0.06 s: . RSS::TestAtomCore#test_atom_rights: 0.04 s: . RSS::TestAtomCore#test_atom_subtitle: 0.01 s: . RSS::TestAtomCore#test_atom_summary: 0.01 s: . RSS::TestAtomCore#test_atom_title: 0.02 s: . RSS::TestAtomCore#test_atom_updated: 0.18 s: . RSS::TestAtomCore#test_entry: 0.00 s: . RSS::TestAtomCore#test_feed: 0.01 s: . RSS::TestAtomCore#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestAtomCore#test_to_xml: 0.04 s: . RSS::TestAtomCore#test_to_xml_with_new_api_since_018: 0.05 s: . RSS::TestContent#test_accessor: 0.01 s: . RSS::TestContent#test_parser: 0.04 s: . RSS::TestContent#test_to_s: 0.02 s: . RSS::TestDublinCore#test_parser: 2.28 s: . RSS::TestDublinCore#test_plural_accessor: 0.15 s: . RSS::TestDublinCore#test_singular_accessor: 0.06 s: . RSS::TestDublinCore#test_to_s: 0.29 s: . RSS::TestITunes#test_author: 0.01 s: . RSS::TestITunes#test_block: 0.02 s: . RSS::TestITunes#test_category: 0.02 s: . RSS::TestITunes#test_duration: 0.07 s: . RSS::TestITunes#test_explicit: 0.03 s: . RSS::TestITunes#test_image: 0.01 s: . RSS::TestITunes#test_keywords: 0.07 s: . RSS::TestITunes#test_new_feed_url: 0.00 s: . RSS::TestITunes#test_owner: 0.02 s: . RSS::TestITunes#test_subtitle: 0.06 s: . RSS::TestITunes#test_summary: 0.04 s: . RSS::TestImage#test_favicon_accessor: 0.01 s: . RSS::TestImage#test_favicon_to_s: 0.01 s: . RSS::TestImage#test_item_accessor: 0.01 s: . RSS::TestImage#test_item_to_s: 0.04 s: . RSS::TestImage#test_parser: 0.03 s: . RSS::TestInherit#test_inherit: 0.02 s: . RSS::TestMaker09#test_channel: 0.00 s: . RSS::TestMaker09#test_image: 0.00 s: . RSS::TestMaker09#test_items: 0.02 s: . RSS::TestMaker09#test_items_with_new_api_since_018: 0.04 s: . RSS::TestMaker09#test_not_valid_channel: 0.01 s: . RSS::TestMaker09#test_not_valid_image: 0.00 s: . RSS::TestMaker09#test_not_valid_textInput: 0.01 s: . RSS::TestMaker09#test_rss: 0.01 s: . RSS::TestMaker09#test_textInput: 0.00 s: . RSS::TestMaker10#test_channel: 0.01 s: . RSS::TestMaker10#test_image: 0.01 s: . RSS::TestMaker10#test_items: 0.07 s: . RSS::TestMaker10#test_items_with_new_api_since_018: 0.05 s: . RSS::TestMaker10#test_not_valid_channel: 0.01 s: . RSS::TestMaker10#test_not_valid_image: 0.01 s: . RSS::TestMaker10#test_not_valid_items: 0.02 s: . RSS::TestMaker10#test_not_valid_textinput: 0.02 s: . RSS::TestMaker10#test_rdf: 0.02 s: . RSS::TestMaker10#test_textinput: 0.01 s: . RSS::TestMaker20#test_category: 0.00 s: . RSS::TestMaker20#test_channel: 0.00 s: . RSS::TestMaker20#test_cloud: 0.00 s: . RSS::TestMaker20#test_enclosure: 0.00 s: . RSS::TestMaker20#test_guid: 0.00 s: . RSS::TestMaker20#test_image: 0.00 s: . RSS::TestMaker20#test_items: 0.02 s: . RSS::TestMaker20#test_items_with_new_api_since_018: 0.04 s: . RSS::TestMaker20#test_not_valid_category: 0.00 s: . RSS::TestMaker20#test_not_valid_channel: 0.01 s: . RSS::TestMaker20#test_not_valid_cloud: 0.01 s: . RSS::TestMaker20#test_not_valid_enclosure: 0.01 s: . RSS::TestMaker20#test_not_valid_guid: 0.00 s: . RSS::TestMaker20#test_not_valid_image: 0.01 s: . RSS::TestMaker20#test_not_valid_source: 0.01 s: . RSS::TestMaker20#test_not_valid_textInput: 0.01 s: . RSS::TestMaker20#test_pubDate_without_description: 0.00 s: . RSS::TestMaker20#test_rss: 0.01 s: . RSS::TestMaker20#test_source: 0.00 s: . RSS::TestMaker20#test_textInput: 0.00 s: . RSS::TestMakerAtomEntry#test_author: 0.17 s: . RSS::TestMakerAtomEntry#test_category: 0.19 s: . RSS::TestMakerAtomEntry#test_content: 0.14 s: . RSS::TestMakerAtomEntry#test_contributor: 0.15 s: . RSS::TestMakerAtomEntry#test_date: 0.01 s: . RSS::TestMakerAtomEntry#test_invalid_feed: 0.04 s: . RSS::TestMakerAtomEntry#test_link: 1.91 s: . RSS::TestMakerAtomEntry#test_published: 0.01 s: . RSS::TestMakerAtomEntry#test_rights: 0.12 s: . RSS::TestMakerAtomEntry#test_root_element: 0.03 s: . RSS::TestMakerAtomEntry#test_source_generator: 0.03 s: . RSS::TestMakerAtomEntry#test_source_icon: 0.01 s: . RSS::TestMakerAtomEntry#test_source_id: 0.01 s: . RSS::TestMakerAtomEntry#test_source_logo: 0.01 s: . RSS::TestMakerAtomEntry#test_source_subtitle: 0.04 s: . RSS::TestMakerAtomEntry#test_summary: 0.05 s: . RSS::TestMakerAtomEntry#test_title: 0.12 s: . RSS::TestMakerAtomEntry#test_updated: 0.03 s: . RSS::TestMakerAtomFeed#test_author: 0.19 s: . RSS::TestMakerAtomFeed#test_category: 0.21 s: . RSS::TestMakerAtomFeed#test_content: 0.18 s: . RSS::TestMakerAtomFeed#test_contributor: 0.19 s: . RSS::TestMakerAtomFeed#test_date: 0.01 s: . RSS::TestMakerAtomFeed#test_generator: 0.09 s: . RSS::TestMakerAtomFeed#test_icon: 0.02 s: . RSS::TestMakerAtomFeed#test_id: 0.01 s: . RSS::TestMakerAtomFeed#test_invalid_feed: 0.01 s: . RSS::TestMakerAtomFeed#test_link: 1.99 s: . RSS::TestMakerAtomFeed#test_logo: 0.04 s: . RSS::TestMakerAtomFeed#test_published: 0.01 s: . RSS::TestMakerAtomFeed#test_rights: 0.13 s: . RSS::TestMakerAtomFeed#test_root_element: 0.01 s: . RSS::TestMakerAtomFeed#test_subtitle: 0.11 s: . RSS::TestMakerAtomFeed#test_summary: 0.06 s: . RSS::TestMakerAtomFeed#test_title: 0.13 s: . RSS::TestMakerAtomFeed#test_updated: 0.03 s: . RSS::TestMakerContent#test_rss10: 0.00 s: . RSS::TestMakerContent#test_rss20: 0.00 s: . RSS::TestMakerDublinCore#test_date: 0.00 s: . RSS::TestMakerDublinCore#test_rss10: 0.01 s: . RSS::TestMakerDublinCore#test_rss10_multiple: 0.04 s: . RSS::TestMakerITunes#test_author: 0.01 s: . RSS::TestMakerITunes#test_block: 0.05 s: . RSS::TestMakerITunes#test_category: 0.01 s: . RSS::TestMakerITunes#test_duration: 0.06 s: . RSS::TestMakerITunes#test_explicit: 0.02 s: . RSS::TestMakerITunes#test_image: 0.00 s: . RSS::TestMakerITunes#test_keywords: 0.18 s: . RSS::TestMakerITunes#test_new_feed_url: 0.00 s: . RSS::TestMakerITunes#test_owner: 0.01 s: . RSS::TestMakerITunes#test_subtitle: 0.03 s: . RSS::TestMakerITunes#test_summary: 0.03 s: . RSS::TestMakerImage#test_rss10: 0.04 s: . RSS::TestMakerSlash#test_rss10: 0.00 s: . RSS::TestMakerSyndication#test_rss10: 0.00 s: . RSS::TestMakerTaxonomy#test_rss10: 0.01 s: . RSS::TestMakerTrackBack#test_rss10: 0.00 s: . RSS::TestMakerXMLStyleSheet#test_not_valid_xml_stylesheet: 0.01 s: . RSS::TestMakerXMLStyleSheet#test_xml_stylesheet: 0.01 s: . RSS::TestParser#test_default_parser: 0.00 s: . RSS::TestParser#test_parse: 0.01 s: . RSS::TestParser#test_parse_tag_includes_hyphen: 0.01 s: . RSS::TestParser10#test_RDF: 0.24 s: . RSS::TestParser10#test_channel: 0.04 s: . RSS::TestParser10#test_ignore: 0.09 s: . RSS::TestParser10#test_image: 0.05 s: . RSS::TestParser10#test_item: 0.08 s: . RSS::TestParser10#test_rdf_li: 0.02 s: . RSS::TestParser10#test_textinput: 0.10 s: . RSS::TestParser10#test_undefined_entity: 0.00 s: . RSS::TestParser10#test_unknown_case_insensitive_duplicated_element: 0.01 s: . RSS::TestParser10#test_unknown_duplicated_element: 0.01 s: . RSS::TestParser20#test_category20: 0.09 s: . RSS::TestParser20#test_cloud20: 0.06 s: . RSS::TestParser20#test_enclosure20: 0.07 s: . RSS::TestParser20#test_rss20: 0.01 s: . RSS::TestParser20#test_source20: 0.04 s: . RSS::TestParserAtom#test_entry: 0.00 s: . RSS::TestParserAtom#test_entry_author: 0.02 s: . RSS::TestParserAtom#test_entry_category: 0.04 s: . RSS::TestParserAtom#test_entry_content_text: 0.11 s: . RSS::TestParserAtom#test_entry_contributor: 0.02 s: . RSS::TestParserAtom#test_entry_id: 0.00 s: . RSS::TestParserAtom#test_entry_link: 0.04 s: . RSS::TestParserAtom#test_entry_rights: 0.07 s: . RSS::TestParserAtom#test_entry_source: 0.39 s: . RSS::TestParserAtom#test_entry_summary: 0.06 s: . RSS::TestParserAtom#test_entry_title: 0.00 s: . RSS::TestParserAtom#test_entry_updated: 0.00 s: . RSS::TestParserAtom#test_entry_validation: 0.01 s: . RSS::TestParserAtom#test_published: 0.05 s: . RSS::TestParserAtomFeed#test_base: 0.00 s: . RSS::TestParserAtomFeed#test_entry_author: 0.05 s: . RSS::TestParserAtomFeed#test_entry_category: 0.03 s: . RSS::TestParserAtomFeed#test_entry_content: 0.15 s: . RSS::TestParserAtomFeed#test_entry_contributor: 0.05 s: . RSS::TestParserAtomFeed#test_entry_id: 0.00 s: . RSS::TestParserAtomFeed#test_entry_link: 0.05 s: . RSS::TestParserAtomFeed#test_entry_published: 0.10 s: . RSS::TestParserAtomFeed#test_entry_rights: 0.08 s: . RSS::TestParserAtomFeed#test_entry_source: 0.57 s: . RSS::TestParserAtomFeed#test_entry_summary: 0.24 s: . RSS::TestParserAtomFeed#test_entry_title: 0.00 s: . RSS::TestParserAtomFeed#test_entry_updated: 0.00 s: . RSS::TestParserAtomFeed#test_feed_author: 0.04 s: . RSS::TestParserAtomFeed#test_feed_category: 0.05 s: . RSS::TestParserAtomFeed#test_feed_contributor: 0.03 s: . RSS::TestParserAtomFeed#test_feed_generator: 0.02 s: . RSS::TestParserAtomFeed#test_feed_icon: 0.04 s: . RSS::TestParserAtomFeed#test_feed_id: 0.00 s: . RSS::TestParserAtomFeed#test_feed_link: 0.06 s: . RSS::TestParserAtomFeed#test_feed_logo: 0.01 s: . RSS::TestParserAtomFeed#test_feed_rights: 0.10 s: . RSS::TestParserAtomFeed#test_feed_subtitle: 0.10 s: . RSS::TestParserAtomFeed#test_feed_title: 0.00 s: . RSS::TestParserAtomFeed#test_feed_updated: 0.00 s: . RSS::TestParserAtomFeed#test_feed_validation: 0.03 s: . RSS::TestParserAtomFeed#test_lang: 0.00 s: . RSS::TestRSS10Core#test_RDF: 0.03 s: . RSS::TestRSS10Core#test_channel: 0.01 s: . RSS::TestRSS10Core#test_channel_image: 0.00 s: . RSS::TestRSS10Core#test_channel_items: 0.00 s: . RSS::TestRSS10Core#test_channel_textinput: 0.00 s: . RSS::TestRSS10Core#test_image: 0.00 s: . RSS::TestRSS10Core#test_item: 0.00 s: . RSS::TestRSS10Core#test_li: 0.00 s: . RSS::TestRSS10Core#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestRSS10Core#test_seq: 0.00 s: . RSS::TestRSS10Core#test_textinput: 0.00 s: . RSS::TestRSS10Core#test_to_xml: 0.05 s: . RSS::TestRSS10Core#test_xml_stylesheets: 0.03 s: . RSS::TestRSS20Core#test_Rss: 0.00 s: . RSS::TestRSS20Core#test_channel: 0.02 s: . RSS::TestRSS20Core#test_channel_cloud: 0.00 s: . RSS::TestRSS20Core#test_channel_image: 0.00 s: . RSS::TestRSS20Core#test_channel_skip_days: 0.00 s: . RSS::TestRSS20Core#test_channel_skip_hours: 0.00 s: . RSS::TestRSS20Core#test_channel_textInput: 0.00 s: . RSS::TestRSS20Core#test_item: 0.01 s: . RSS::TestRSS20Core#test_item_enclosure: 0.00 s: . RSS::TestRSS20Core#test_item_guid: 0.00 s: . RSS::TestRSS20Core#test_item_source: 0.00 s: . RSS::TestRSS20Core#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestRSS20Core#test_to_xml: 0.08 s: . RSS::TestRSS20Core#test_xml_stylesheets: 0.00 s: . RSS::TestSetupMaker09#test_setup_maker: 0.00 s: . RSS::TestSetupMaker09#test_setup_maker_channel: 0.01 s: . RSS::TestSetupMaker09#test_setup_maker_image: 0.00 s: . RSS::TestSetupMaker09#test_setup_maker_items: 0.02 s: . RSS::TestSetupMaker09#test_setup_maker_items_backward_compatibility: 0.02 s: . RSS::TestSetupMaker09#test_setup_maker_textinput: 0.02 s: . RSS::TestSetupMaker10#test_setup_maker: 0.01 s: . RSS::TestSetupMaker10#test_setup_maker_channel: 0.01 s: . RSS::TestSetupMaker10#test_setup_maker_full: 0.05 s: . RSS::TestSetupMaker10#test_setup_maker_image: 0.01 s: . RSS::TestSetupMaker10#test_setup_maker_items: 0.05 s: . RSS::TestSetupMaker10#test_setup_maker_items_backward_compatibility: 0.03 s: . RSS::TestSetupMaker10#test_setup_maker_items_sort: 0.04 s: . RSS::TestSetupMaker10#test_setup_maker_textinput: 0.01 s: . RSS::TestSetupMaker20#test_setup_maker: 0.00 s: . RSS::TestSetupMaker20#test_setup_maker_channel: 0.01 s: . RSS::TestSetupMaker20#test_setup_maker_image: 0.00 s: . RSS::TestSetupMaker20#test_setup_maker_items: 0.03 s: . RSS::TestSetupMaker20#test_setup_maker_items_backward_compatibility: 0.03 s: . RSS::TestSetupMaker20#test_setup_maker_textinput: 0.00 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker: 0.03 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_entry: 0.02 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_entry_without_dc: 0.01 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_full: 0.02 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items: 0.01 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items_backward_compatibility: 0.01 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items_sort: 0.04 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker: 0.01 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_feed: 0.02 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_feed_without_dc: 0.02 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_full: 0.06 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items: 0.03 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items_backward_compatibility: 0.03 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items_sort: 0.06 s: . RSS::TestSetupMakerITunes#test_setup_maker_simple: 0.01 s: . RSS::TestSetupMakerITunes#test_setup_maker_with_nested_categories: 0.01 s: . RSS::TestSetupMakerSlash#test_setup_maker: 0.01 s: . RSS::TestSlash#test_parser: 0.01 s: . RSS::TestSlash#test_to_s: 0.02 s: . RSS::TestSyndication#test_accessor: 0.02 s: . RSS::TestSyndication#test_parser: 0.03 s: . RSS::TestSyndication#test_to_s: 0.01 s: . RSS::TestTaxonomy#test_accessor: 0.01 s: . RSS::TestTaxonomy#test_parser: 0.04 s: . RSS::TestTaxonomy#test_to_s: 0.04 s: . RSS::TestToS#test_to_s_09: 0.02 s: . RSS::TestToS#test_to_s_10: 0.02 s: . RSS::TestToS#test_to_s_20: 0.05 s: . RSS::TestTrackBack#test_accessor: 0.01 s: . RSS::TestTrackBack#test_parser: 0.03 s: . RSS::TestTrackBack#test_to_s: 0.02 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.07 s: . RSS::TestXMLStyleSheet#test_to_s: 0.00 s: . Finished in 16.549588 seconds. 287 tests, 11042 assertions, 0 failures, 0 errors, 0 skips == test/ruby # 2010-07-25T10:19:00+09:00 + make test-all 'TESTS=-v ruby' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v ruby /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_string.rb:1791: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_econv.rb:889: warning: method redefined; discarding old test_invalid_replace /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_exception.rb:19: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_exception.rb:89: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_transcode.rb:927: warning: mismatched indentations at 'end' with 'def' at 910 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_primitive.rb:11: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:76: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:77: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:79: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:80: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_literal.rb:85: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_beginendblock.rb:83: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_beginendblock.rb:84: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_beginendblock.rb:102: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_integer.rb:136: warning: shadowing outer local variable - x /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_integer.rb:151: warning: shadowing outer local variable - x /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:136: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:145: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:146: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:154: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_enum.rb:156: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/enc/test_utf16.rb:372: warning: method redefined; discarding old test_casecmp /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_module.rb:58: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_module.rb:519: warning: shadowing outer local variable - m /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:67: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:79: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:81: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:135: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:141: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:147: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:148: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:153: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_basicinstructions.rb:154: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_file.rb:143: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_file.rb:149: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_proc.rb:180: warning: shadowing outer local variable - b /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_proc.rb:618: warning: method redefined; discarding old test_proc_args_opt_and_block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_marshal.rb:38: warning: shadowing outer local variable - x /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/marshaltestlib.rb:289: warning: shadowing outer local variable - o /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_sprintf_comb.rb:232: warning: shadowing outer local variable - d /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_whileuntil.rb:63: warning: literal in condition /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:9: warning: shadowing outer local variable - a /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:54: warning: shadowing outer local variable - i /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:76: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:86: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_iterator.rb:96: warning: statement not reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:54: warning: shadowing outer local variable - k /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:706: warning: shadowing outer local variable - h /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:713: warning: shadowing outer local variable - h /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:446: warning: method redefined; discarding old test_key? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_hash.rb:651: warning: method redefined; discarding old test_value? Loaded suite ./test/runner Started ComplexRational_Test#test_comp_srat: 0.00 s: . ComplexRational_Test#test_rat_srat: 0.00 s: . Complex_Test#test_add: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_attr: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_attr2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_cmp: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_coerce: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_compsub: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_conv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_div: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_eql_p: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_equal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_expt: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_fdiv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_fixed_bug: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_freeze: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_hash: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_inspect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_known_bug: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_marshal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_math: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_mul: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_negate: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_parse: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.02 s: . Complex_Test#test_polar: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_quo: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_rect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_respond: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_ruby19: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_sub: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_supp: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_c: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_f: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_i: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_r: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_to_s: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_unify: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test#test_uplus: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_complex.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Complex_Test2#test_kumi: 0.20 s: . Complex_Test2#test_kumi2: 0.00 s: . Rational_Test#test_add: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_attr: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_attr2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_cmp: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_coerce: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_conv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_div: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_divmod: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_eql_p: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_equal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_expt: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_fdiv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_fixed_bug: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_freeze: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_gcdlcm: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_hash: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_idiv: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_inspect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_known_bug: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_marshal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_math: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_modulo: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_mul: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_negate: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_parse: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_quo: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_ratsub: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_remainder: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_ruby19: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_sub: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_supp: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_to_c: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_to_f: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_to_i: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_to_r: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_to_s: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_trunc: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_unify: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test#test_uplus: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_rational.rb:10: warning: instance variable @RCS_ID not initialized 0.00 s: . Rational_Test2#test_kumi: 0.21 s: . TestAlias#test_JVN_83768862: 0.00 s: . TestAlias#test_alias: 0.00 s: . TestArgf#test_argf: 0.02 s: . TestArgf#test_argv: 0.01 s: . TestArgf#test_binmode: 0.01 s: . TestArgf#test_close: 0.02 s: . TestArgf#test_closed: 0.02 s: . TestArgf#test_each_byte: 0.02 s: . TestArgf#test_each_char: 0.02 s: . TestArgf#test_each_line: 0.02 s: . TestArgf#test_each_line_paragraph: 0.02 s: . TestArgf#test_encoding: 0.01 s: . TestArgf#test_eof: 0.01 s: . TestArgf#test_file: 0.01 s: . TestArgf#test_filename: 0.01 s: . TestArgf#test_filename2: 0.01 s: . TestArgf#test_fileno: 0.01 s: . TestArgf#test_getbyte: 0.01 s: . TestArgf#test_getc: 0.01 s: . TestArgf#test_inplace: 0.02 s: . TestArgf#test_inplace2: 0.02 s: . TestArgf#test_inplace3: 0.02 s: . TestArgf#test_inplace_dup: 0.02 s: . TestArgf#test_inplace_no_backup: 0.02 s: . TestArgf#test_inplace_rename_impossible: 0.02 s: . TestArgf#test_inplace_stdin: 0.02 s: . TestArgf#test_inplace_stdin2: 0.02 s: . TestArgf#test_lineno: 0.02 s: . TestArgf#test_lineno2: 0.01 s: . TestArgf#test_read: 0.02 s: . TestArgf#test_read2: 0.02 s: . TestArgf#test_read3: 0.02 s: . TestArgf#test_readbyte: 0.02 s: . TestArgf#test_readchar: 0.02 s: . TestArgf#test_readpartial: 0.02 s: . TestArgf#test_readpartial2: 0.02 s: . TestArgf#test_rewind: 0.02 s: . TestArgf#test_seek: 0.02 s: . TestArgf#test_set_pos: 0.02 s: . TestArgf#test_skip: 0.01 s: . TestArgf#test_tell: 0.01 s: . TestArgf#test_to_io: 0.01 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.00 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: 8.82 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_sort: 0.00 s: . TestArray#test_sort!: 0.00 s: . TestArray#test_sort_0: 0.00 s: . TestArray#test_sort_with_callcc: 0.03 s: . TestArray#test_sort_with_replace: 1.35 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: 3.08 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.00 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_opassign1_1: 0.00 s: . TestBasicInstructions#test_opassign1_2: 0.00 s: . TestBasicInstructions#test_opassign2_1: 0.00 s: . TestBasicInstructions#test_opassign2_2: 0.00 s: . TestBasicInstructions#test_opassign2_3: 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.02 s: . TestBeginEndBlock#test_beginendblock: 0.08 s: . TestBeginEndBlock#test_begininclass: 0.00 s: . TestBeginEndBlock#test_begininmethod: 0.00 s: . TestBeginEndBlock#test_endblockwarn: 0.03 s: . TestBeginEndBlock#test_raise_in_at_exit: 0.02 s: . TestBeginEndBlock#test_should_propagate_exit_code: 0.02 s: . TestBeginEndBlock#test_should_propagate_signaled: timeout: output interval exceeds 900.0 seconds. timeout: the process group 31497 is alive. timeout: INT signal sent. timeout: INT signal sent. timeout: TERM signal sent. 909.91 s: E TestBig5#test_code_to_mbc: 0.00 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: . 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.07 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: 2.26 s: . TestBignum#test_minus: 0.00 s: . TestBignum#test_modulo: 0.00 s: . TestBignum#test_mul: 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.08 s: . TestBignum#test_too_big_to_s: 0.63 s: . TestBignum#test_xor: 0.00 s: . TestCP949#test_code_to_mbc: 0.00 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: . 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_nonascii_name: 0.00 s: . TestClass#test_s_inherited: 0.00 s: . TestClass#test_s_new: 0.00 s: . TestClass#test_singleton_class: 0.13 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.00 s: . TestComparable#test_between: 0.00 s: . TestComparable#test_equal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:12: warning: method redefined; discarding old <=> /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:14: warning: method redefined; discarding old <=> 0.00 s: . TestComparable#test_err: 0.00 s: . TestComparable#test_ge: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:30: warning: method redefined; discarding old <=> /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:32: warning: method redefined; discarding old <=> 0.00 s: . TestComparable#test_gt: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:21: warning: method redefined; discarding old <=> /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:23: warning: method redefined; discarding old <=> 0.00 s: . TestComparable#test_le: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:48: warning: method redefined; discarding old <=> /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:50: warning: method redefined; discarding old <=> 0.00 s: . TestComparable#test_lt: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:39: warning: method redefined; discarding old <=> /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_comparable.rb:41: warning: method redefined; discarding old <=> 0.00 s: . TestCondition#test_condition: 0.00 s: . TestConst#test_const: intentionally redefines TEST3, TEST4 0.00 s: . TestContinuation#test_ary_flatten: 0.07 s: . TestContinuation#test_call: 0.00 s: . TestContinuation#test_check_localvars: 0.00 s: . TestContinuation#test_create: 0.00 s: . TestContinuation#test_error: 0.00 s: . TestContinuation#test_marshal_dump: 0.07 s: . TestDefined#test_defined: 0.00 s: . TestDir#test_JVN_13947696: 0.00 s: . TestDir#test_chdir: 0.00 s: . TestDir#test_chroot_nodir: 0.00 s: . TestDir#test_close: 0.00 s: . TestDir#test_foreach: 0.00 s: . TestDir#test_glob: 0.00 s: . TestDir#test_inspect: 0.00 s: . TestDir#test_nodir: 0.00 s: . TestDir#test_path: 0.00 s: . TestDir#test_rewind: 0.00 s: . TestDir#test_seek: 0.00 s: . TestDir#test_set_pos: 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.01 s: . TestEncoding#test_dummy_p: 0.00 s: . TestEncoding#test_enc_names: 0.01 s: . TestEncoding#test_encoding: 0.00 s: . TestEncoding#test_find: 0.00 s: . TestEncoding#test_name_list: 0.00 s: . TestEncoding#test_singleton: 0.01 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.00 s: . TestEncodingConverter#test_convert: 0.00 s: . TestEncodingConverter#test_convpath: 0.00 s: . TestEncodingConverter#test_cr_newline: 0.00 s: . TestEncodingConverter#test_cr_newline2: 0.00 s: . TestEncodingConverter#test_crlf_newline: 0.00 s: . TestEncodingConverter#test_crlf_newline2: 0.00 s: . TestEncodingConverter#test_econv_new_hash: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_euc_jp: 0.00 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.00 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.00 s: . TestEncodingConverter#test_noconv_after_output: 0.00 s: . TestEncodingConverter#test_noconv_insert_output: 0.00 s: . TestEncodingConverter#test_noconv_partial: 0.00 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.00 s: . TestEncodingConverter#test_s_new: 0.00 s: . TestEncodingConverter#test_s_new_convpath: 0.00 s: . TestEncodingConverter#test_s_new_fail: 0.00 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.00 s: . TestEncodingConverter#test_universal_newline3: 0.00 s: . TestEncodingConverter#test_us_ascii: 0.00 s: . TestEncodingConverter#test_xml_escape_attr_content: 0.01 s: . TestEncodingConverter#test_xml_escape_attr_quote: 0.01 s: . TestEncodingConverter#test_xml_escape_text: 0.00 s: . TestEncodingConverter#test_xml_escape_with_charref: 0.00 s: . TestEncodingConverter#test_xml_hasharg: 0.00 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_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: 0.17 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: . 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_ascii_incompatible: 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.02 s: . TestEval#test_fixnum_instance_eval_cvar: 0.00 s: . TestEval#test_instance_eval_block_basic: 0.00 s: . TestEval#test_instance_eval_cvar: 0.00 s: . TestEval#test_instance_eval_string_basic: 0.00 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.07 s: . TestException#test_exception: 0.00 s: . TestException#test_raise_with_wrong_number_of_arguments: 0.00 s: . TestException#test_safe4: 0.00 s: . TestFiber#test_argument: 0.00 s: . TestFiber#test_error: 0.00 s: . TestFiber#test_many_fibers: 0.35 s: . TestFiber#test_many_fibers_with_threads: 0.95 s: . TestFiber#test_normal: 0.00 s: . TestFiber#test_resume_self: 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.00 s: . TestFile#test_each_char_extended_file: 0.00 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.00 s: . TestFile#test_eof_1_seek: 0.00 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.00 s: . TestFile#test_gets_extended_file: 0.00 s: . TestFile#test_gets_para_extended_file: 0.00 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_atime: 0.04 s: . TestFileExhaustive#test_basename: timeout: TERM signal sent. 0.01 s: E TestFileExhaustive#test_blockdev_p: 0.01 s: . TestFileExhaustive#test_chardev_p: 0.01 s: . TestFileExhaustive#test_chmod: 0.02 s: . TestFileExhaustive#test_chown: 0.02 s: . TestFileExhaustive#test_ctime: 0.02 s: . TestFileExhaustive#test_directory_p: 0.01 s: . TestFileExhaustive#test_dirname: 0.02 s: . TestFileExhaustive#test_executable_p: 0.02 s: . TestFileExhaustive#test_executable_real_p: 0.02 s: . TestFileExhaustive#test_exist_p: 0.02 s: . TestFileExhaustive#test_expand_path: 0.02 s: . TestFileExhaustive#test_extname: 0.02 s: . TestFileExhaustive#test_file_p: 0.02 s: . TestFileExhaustive#test_find_file: 0.02 s: . TestFileExhaustive#test_flock: 0.02 s: . TestFileExhaustive#test_ftype: 0.02 s: . TestFileExhaustive#test_hardlink: 0.02 s: . TestFileExhaustive#test_identical_p: 0.02 s: . TestFileExhaustive#test_join: 0.02 s: . TestFileExhaustive#test_lchmod: 0.02 s: . TestFileExhaustive#test_lchown: 0.02 s: . TestFileExhaustive#test_mtime: 0.02 s: . TestFileExhaustive#test_owned_p: 0.02 s: . TestFileExhaustive#test_path: 0.02 s: . TestFileExhaustive#test_path_check: 0.02 s: . TestFileExhaustive#test_pipe_p: 0.02 s: . TestFileExhaustive#test_readable_p: 0.02 s: . TestFileExhaustive#test_readable_real_p: 0.02 s: . TestFileExhaustive#test_rename: 0.02 s: . TestFileExhaustive#test_size: 0.01 s: . TestFileExhaustive#test_size_p: 0.01 s: . TestFileExhaustive#test_socket_p: 0.01 s: . TestFileExhaustive#test_split: 0.01 s: . TestFileExhaustive#test_stat: 1.12 s: . TestFileExhaustive#test_stat_blockdev_p: 0.02 s: . TestFileExhaustive#test_stat_chardev_p: 0.02 s: . TestFileExhaustive#test_stat_directory_p: 0.02 s: . TestFileExhaustive#test_stat_executable_p: 0.02 s: . TestFileExhaustive#test_stat_executable_real_p: 0.02 s: . TestFileExhaustive#test_stat_file_p: 0.02 s: . TestFileExhaustive#test_stat_ftype: 0.02 s: . TestFileExhaustive#test_stat_init: 1.12 s: . TestFileExhaustive#test_stat_owned_p: 0.02 s: . TestFileExhaustive#test_stat_pipe_p: 0.02 s: . TestFileExhaustive#test_stat_readable_p: 0.02 s: . TestFileExhaustive#test_stat_readable_real_p: 0.02 s: . TestFileExhaustive#test_stat_size: 0.02 s: . TestFileExhaustive#test_stat_size_p: 0.02 s: . TestFileExhaustive#test_stat_socket_p: 0.02 s: . TestFileExhaustive#test_stat_suid_sgid_sticky: 0.02 s: . TestFileExhaustive#test_stat_symlink_p: 0.02 s: . TestFileExhaustive#test_stat_world_readable_p: 0.02 s: . TestFileExhaustive#test_stat_world_writable_p: 0.02 s: . TestFileExhaustive#test_stat_writable_p: 0.02 s: . TestFileExhaustive#test_stat_writable_real_p: 0.02 s: . TestFileExhaustive#test_stat_zero_p: 0.02 s: . TestFileExhaustive#test_suid_sgid_sticky: 0.02 s: . TestFileExhaustive#test_symlink: 0.02 s: . TestFileExhaustive#test_symlink2: 0.02 s: . TestFileExhaustive#test_symlink_p: 0.02 s: . TestFileExhaustive#test_test: 1.13 s: . TestFileExhaustive#test_truncate: 0.02 s: . TestFileExhaustive#test_umask: 0.02 s: . TestFileExhaustive#test_unlink: 0.02 s: . TestFileExhaustive#test_utime: 0.02 s: . TestFileExhaustive#test_world_readable_p: 0.02 s: . TestFileExhaustive#test_world_writable_p: 0.02 s: . TestFileExhaustive#test_writable_p: 0.02 s: . TestFileExhaustive#test_writable_real_p: 0.02 s: . TestFileExhaustive#test_zero_p: 0.02 s: . TestFixnum#test_abs: 0.00 s: . TestFixnum#test_cmp: 0.00 s: . TestFixnum#test_div: 0.00 s: . TestFixnum#test_divide: 0.00 s: . TestFixnum#test_divmod: 0.00 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_float.rb:412: warning: Float 11111111111111111111... out of range /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/ruby/test_float.rb:415: warning: Float 1e1000 out of range 0.01 s: . TestFloat#test_ceil: 0.00 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.00 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.00 s: . TestFloat#test_sleep_with_Float: timeout: KILL signal sent. some descendant process in process group 31497 remain. timeout: INT signal sent. |output interval exceeds 900.0 seconds. (CommandTimeout) | /home/akr/chkbuild/timeoutcom.rb:164:in `timeout_command' | /home/akr/chkbuild/timeoutcom.rb:116:in `popen' | /home/akr/chkbuild/timeoutcom.rb:116:in `timeout_command' | /home/akr/chkbuild/chkbuild/build.rb:766:in `run' | /home/akr/chkbuild/chkbuild/build.rb:884:in `make' | /home/akr/chkbuild/chkbuild/build.rb:880:in `each' | /home/akr/chkbuild/chkbuild/build.rb:880:in `make' | /home/akr/chkbuild/chkbuild/ruby.rb:245:in `def_target' | /home/akr/chkbuild/chkbuild/build.rb:343:in `catch_error' | /home/akr/chkbuild/chkbuild/ruby.rb:244:in `def_target' | /home/akr/chkbuild/chkbuild/ruby.rb:240:in `each' | /home/akr/chkbuild/chkbuild/ruby.rb:240:in `def_target' | /home/akr/chkbuild/chkbuild/build.rb:343:in `catch_error' | /home/akr/chkbuild/chkbuild/ruby.rb:237:in `def_target' | /home/akr/chkbuild/chkbuild/build.rb:283:in `call' | /home/akr/chkbuild/chkbuild/build.rb:283:in `do_build' | /home/akr/chkbuild/chkbuild/build.rb:343:in `catch_error' | /home/akr/chkbuild/chkbuild/build.rb:283:in `do_build' | /home/akr/chkbuild/chkbuild/build.rb:331:in `with_procmemsize' | /home/akr/chkbuild/chkbuild/build.rb:282:in `do_build' | /home/akr/chkbuild/chkbuild/build.rb:255:in `child_build_target' | /home/akr/chkbuild/chkbuild/build.rb:241:in `child_build_wrapper' | /home/akr/chkbuild/chkbuild/lock.rb:57:in `lock_puts' | /usr/lib/ruby/1.8/pathname.rb:798:in `open' | /usr/lib/ruby/1.8/pathname.rb:798:in `open' | /home/akr/chkbuild/chkbuild/lock.rb:52:in `lock_puts' | /home/akr/chkbuild/chkbuild/build.rb:239:in `child_build_wrapper' | /home/akr/chkbuild/chkbuild/build.rb:199:in `build_and_exit' | /home/akr/chkbuild/chkbuild/build.rb:189:in `internal_build' | /home/akr/chkbuild/chkbuild/main.rb:100:in `main_internal_build' | /home/akr/chkbuild/chkbuild/target.rb:153:in `each' | /home/akr/chkbuild/chkbuild/target.rb:153:in `each_build_obj' | /home/akr/chkbuild/chkbuild/main.rb:98:in `main_internal_build' | /home/akr/chkbuild/chkbuild/main.rb:97:in `each' | /home/akr/chkbuild/chkbuild/main.rb:97:in `main_internal_build' | /home/akr/chkbuild/chkbuild/main.rb:163:in `main' | /home/akr/chkbuild/sample/build-ruby:53 | start-build:35:in `load' | start-build:35 failed(test/ruby CommandTimeout) == test/rubygems # 2010-07-25T10:34:36+09:00 + make test-all 'TESTS=-v rubygems' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v rubygems /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:11: warning: method redefined; discarding old default_sources /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:19: warning: method redefined; discarding old default_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:31: warning: method redefined; discarding old user_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:39: warning: method redefined; discarding old default_path /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:46: warning: method redefined; discarding old default_exec_format /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:54: warning: method redefined; discarding old default_bindir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:65: warning: method redefined; discarding old default_system_source_cache_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:72: warning: method redefined; discarding old default_user_source_cache_dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems/defaults.rb:79: warning: method redefined; discarding old ruby_engine /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:46: warning: method redefined; discarding old gem /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:306: warning: method redefined; discarding old dir /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:339: warning: method redefined; discarding old ensure_gem_subdirectories /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:516: warning: method redefined; discarding old path /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:554: warning: method redefined; discarding old post_install /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:563: warning: method redefined; discarding old post_uninstall /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:571: warning: method redefined; discarding old pre_install /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:580: warning: method redefined; discarding old pre_uninstall /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:691: warning: method redefined; discarding old set_home /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:702: warning: method redefined; discarding old set_paths /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/rubygems.rb:793: warning: method redefined; discarding old user_home /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Gem::Indexer tests are being skipped. Install builder gem. Loaded suite ./test/runner Started TestConfig#test_datadir: 0.00 s: . TestGem#test_self_datadir_nonexistent_package: 0.01 s: . TestGem#test_self_prefix_sitelibdir: 0.00 s: . TestGem#test_self_user_dir: 0.00 s: . TestGem#test_self_ensure_gem_directories_missing_parents: 0.00 s: . TestGem#test_self_bindir: 0.00 s: . TestGem#test_self_find_files: 0.01 s: . TestGem#test_ssl_available_eh: 0.00 s: . TestGem#test_ensure_ssl_available: 0.00 s: . TestGem#test_self_configuration: 0.00 s: . TestGem#test_self_bindir_default_dir: 0.00 s: . TestGem#test_self_default_dir: 0.00 s: . TestGem#test_self_clear_paths: 0.00 s: . TestGem#test_self_default_sources: 0.00 s: . TestGem#test_self_platforms: 0.00 s: . TestGem#test_self_ruby_escaping_spaces_in_path: 0.00 s: . TestGem#test_self_source_index: 0.00 s: . TestGem#test_self_ruby_path_without_spaces: 0.00 s: . TestGem#test_self_path_duplicate: 0.00 s: . TestGem#test_self_all_load_paths: 0.05 s: . TestGem#test_self_searcher: 0.00 s: . TestGem#test_self_path_default: 0.00 s: . TestGem#test_self_prefix_libdir: 0.00 s: . TestGem#test_self_latest_load_paths: 0.05 s: . TestGem#test_self_dir: 0.00 s: . TestGem#test_self_required_location: 0.03 s: . TestGem#test_self_ensure_gem_directories_write_protected: 0.01 s: . TestGem#test_self_ensure_gem_directories: 0.00 s: . TestGem#test_self_user_home: 0.02 s: . TestGem#test_self_refresh: 0.03 s: . TestGem#test_self_sources: 0.00 s: . TestGem#test_self_datadir: 0.01 s: . TestGem#test_self_default_exec_format_jruby: 0.00 s: . TestGem#test_self_set_paths: 0.00 s: . TestGem#test_self_user_home_user_drive_and_path: 0.00 s: . TestGem#test_self_path: 0.02 s: . TestGem#test_self_ruby_version: 0.00 s: . TestGem#test_self_path_APPLE_GEM_HOME: 0.00 s: . TestGem#test_self_use_paths: 0.00 s: . TestGem#test_self_prefix: 0.00 s: . TestGem#test_self_loaded_specs: 0.01 s: . TestGem#test_self_ensure_gem_directories_write_protected_parents: 0.01 s: . TestGem#test_self_available?: 0.05 s: . TestGem#test_self_path_overlap: 0.00 s: . TestGem#test_self_default_exec_format_18: 0.00 s: . TestGem#test_self_path_ENV_PATH: 0.00 s: . TestGem#test_self_default_exec_format: 0.00 s: . TestGem#test_self_set_paths_nonexistent_home: 0.00 s: . TestGem#test_self_path_APPLE_GEM_HOME_GEM_PATH: 0.00 s: . TestGemBuilder#test_build: 0.01 s: . TestGemBuilder#test_build_validates: 0.00 s: . TestGemCommand#test_invoke_with_options: 0.00 s: . TestGemCommand#test_basic_accessors: 0.00 s: . TestGemCommand#test_invoke: 0.00 s: . TestGemCommand#test_add_option_overlapping_common_and_local_options: 0.00 s: . TestGemCommand#test_defaults: 0.00 s: . TestGemCommand#test_option_recognition: 0.00 s: . TestGemCommand#test_invoke_with_help: 0.00 s: . TestGemCommand#test_invoke_with_common_options: 0.00 s: . TestGemCommand#test_invode_with_bad_options: 0.00 s: . TestGemCommand#test_self_add_specific_extra_args_unknown: 0.00 s: . TestGemCommand#test_common_option_in_class: 0.00 s: . TestGemCommand#test_self_add_specific_extra_args: 0.02 s: . TestGemCommandManager#test_process_args_check: 0.00 s: . TestGemCommandManager#test_run_interrupt: 0.00 s: . TestGemCommandManager#test_process_args_update: 0.00 s: . TestGemCommandManager#test_process_args_install: 0.01 s: . TestGemCommandManager#test_process_args_uninstall: 0.00 s: . TestGemCommandManager#test_process_args_query: 0.00 s: . TestGemCommandManager#test_process_args_build: 0.00 s: . TestGemCommandManager#test_process_args_bad_arg: 0.00 s: . TestGemCommandsBuildCommand#test_execute_yaml: 0.01 s: . TestGemCommandsBuildCommand#test_execute_bad_gem: 0.00 s: . TestGemCommandsBuildCommand#test_execute: 0.01 s: . TestGemCommandsCertCommand#test_execute_add: 0.00 s: . TestGemCommandsCertCommand#test_execute_build: 0.54 s: . TestGemCommandsCertCommand#test_execute_list: 0.00 s: . TestGemCommandsCertCommand#test_execute_certificate: 0.00 s: . TestGemCommandsCertCommand#test_execute_remove: 0.00 s: . TestGemCommandsCertCommand#test_execute_sign: 0.02 s: . TestGemCommandsCertCommand#test_execute_private_key: 0.00 s: . TestGemCommandsCheckCommand#test_initialize: 0.00 s: . TestGemCommandsContentsCommand#test_execute: 0.00 s: . TestGemCommandsContentsCommand#test_execute_lib_only: 0.00 s: . TestGemCommandsContentsCommand#test_execute_bad_gem: 0.00 s: . TestGemCommandsContentsCommand#test_execute_exact_match: 0.01 s: . TestGemCommandsContentsCommand#test_handle_options: 0.02 s: . TestGemCommandsDependencyCommand#test_execute_regexp: 0.04 s: . TestGemCommandsDependencyCommand#test_execute_no_args: 0.05 s: . TestGemCommandsDependencyCommand#test_execute_reverse: 0.06 s: . TestGemCommandsDependencyCommand#test_execute_no_match: 0.06 s: . TestGemCommandsDependencyCommand#test_execute_remote: 0.06 s: . TestGemCommandsDependencyCommand#test_execute_remote_legacy: 0.04 s: . TestGemCommandsDependencyCommand#test_execute_pipe_format: 0.05 s: . TestGemCommandsDependencyCommand#test_execute_reverse_remote: 0.05 s: . TestGemCommandsDependencyCommand#test_execute: 0.05 s: . TestGemCommandsEnvironmentCommand#test_execute_version: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute_gempath_multiple: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute_packageversion: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute_gempath: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute_unknown: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute_gemdir: 0.00 s: . TestGemCommandsEnvironmentCommand#test_execute_remotesources: 0.00 s: . TestGemCommandsFetchCommand#test_execute: 0.05 s: . TestGemCommandsFetchCommand#test_execute_legacy: 0.06 s: . TestGemCommandsInstallCommand#test_execute_no_gem: 0.00 s: . TestGemCommandsInstallCommand#test_execute_include_dependencies: 0.00 s: . TestGemCommandsInstallCommand#test_execute_local_missing: 0.03 s: . TestGemCommandsInstallCommand#test_execute_nonexistent: 0.05 s: . TestGemCommandsInstallCommand#test_execute_local: 0.05 s: . TestGemCommandsInstallCommand#test_execute_remote: Updating class cache with 1382 classes... 1.04 s: . TestGemCommandsInstallCommand#test_execute_two: 0.07 s: . TestGemCommandsListCommand#test_execute_installed: 0.05 s: . TestGemCommandsLockCommand#test_execute: 0.01 s: . TestGemCommandsLockCommand#test_execute_missing_dependency: 0.01 s: . TestGemCommandsLockCommand#test_execute_strict: 0.00 s: . TestGemCommandsOutdatedCommand#test_execute: 0.01 s: . TestGemCommandsOutdatedCommand#test_initialize: 0.00 s: . TestGemCommandsPristineCommand#test_execute: 0.01 s: . TestGemCommandsPristineCommand#test_execute_all: 0.03 s: . TestGemCommandsPristineCommand#test_execute_missing_cache_gem: 0.01 s: . TestGemCommandsPristineCommand#test_execute_no_gem: 0.00 s: . TestGemCommandsQueryCommand#test_execute_installed_version: 0.05 s: . TestGemCommandsQueryCommand#test_execute_details: 0.05 s: . TestGemCommandsQueryCommand#test_execute_installed_version_not_installed: 0.06 s: . TestGemCommandsQueryCommand#test_execute_installed_not_installed: 0.03 s: . TestGemCommandsQueryCommand#test_execute: 0.06 s: . TestGemCommandsQueryCommand#test_execute_installed: 0.06 s: . TestGemCommandsQueryCommand#test_execute_no_versions: 0.06 s: . TestGemCommandsQueryCommand#test_execute_notty: 0.06 s: . TestGemCommandsQueryCommand#test_execute_legacy: 0.06 s: . TestGemCommandsQueryCommand#test_execute_all: 0.06 s: . TestGemCommandsQueryCommand#test_execute_installed_no_name: 0.05 s: . TestGemCommandsQueryCommand#test_execute_local_notty: 0.03 s: . TestGemCommandsQueryCommand#test_execute_local_details: 0.06 s: . TestGemCommandsServerCommand#test_handle_options: 0.00 s: . TestGemCommandsSourcesCommand#test_execute_clear_all: 0.00 s: . TestGemCommandsSourcesCommand#test_execute_remove: 0.00 s: . TestGemCommandsSourcesCommand#test_execute_add_bad_uri: 0.03 s: . TestGemCommandsSourcesCommand#test_execute_update_legacy: 0.03 s: . TestGemCommandsSourcesCommand#test_execute_update: 0.06 s: . TestGemCommandsSourcesCommand#test_execute_add_legacy: 0.06 s: . TestGemCommandsSourcesCommand#test_execute: 0.00 s: . TestGemCommandsSourcesCommand#test_execute_add: 0.05 s: . TestGemCommandsSourcesCommand#test_execute_remove_no_network: 0.05 s: . TestGemCommandsSourcesCommand#test_execute_add_nonexistent_source: 0.03 s: . TestGemCommandsSpecificationCommand#test_execute_bad_name: 0.00 s: . TestGemCommandsSpecificationCommand#test_execute_exact_match: 0.01 s: . TestGemCommandsSpecificationCommand#test_execute: 0.02 s: . TestGemCommandsSpecificationCommand#test_execute_all: 0.01 s: . TestGemCommandsSpecificationCommand#test_execute_remote: 0.01 s: . TestGemCommandsStaleCommand#test_execute_sorts: 0.01 s: . TestGemCommandsUninstallCommand#test_execute_not_installed: 0.13 s: . TestGemCommandsUninstallCommand#test_execute_removes_executable: 0.12 s: . TestGemCommandsUnpackCommand#test_execute_gem_path_missing: 0.07 s: . TestGemCommandsUnpackCommand#test_execute_gem_path: 0.05 s: . TestGemCommandsUnpackCommand#test_execute: 0.05 s: . TestGemCommandsUnpackCommand#test_execute_exact_match: 0.02 s: . TestGemCommandsUnpackCommand#test_execute_with_target_option: 0.05 s: . TestGemCommandsUpdateCommand#test_execute_named: 0.06 s: . TestGemCommandsUpdateCommand#test_execute_named_up_to_date: 0.06 s: . TestGemCommandsUpdateCommand#test_execute_up_to_date: 0.06 s: . TestGemCommandsUpdateCommand#test_execute_dependencies: 0.09 s: . TestGemCommandsUpdateCommand#test_execute: 0.06 s: . TestGemConfigFile#test_write_from_hash: 0.00 s: . TestGemConfigFile#test_really_verbose: 0.00 s: . TestGemConfigFile#test_initialize_operating_system_override: 0.00 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file_with_other_params: 0.00 s: . TestGemConfigFile#test_initialize: 0.00 s: . TestGemConfigFile#test_handle_arguments_traceback: 0.00 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file_equals: 0.00 s: . TestGemConfigFile#test_write: 0.00 s: . TestGemConfigFile#test_initialize_platform_override: 0.00 s: . TestGemConfigFile#test_initialize_system_wide_override: 0.00 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file: 0.00 s: . TestGemConfigFile#test_handle_arguments_override: 0.00 s: . TestGemConfigFile#test_handle_arguments: 0.00 s: . TestGemConfigFile#test_handle_arguments_backtrace: 0.00 s: . TestGemConfigFile#test_handle_arguments_benchmark: 0.00 s: . TestGemConfigFile#test_handle_arguments_debug: 0.00 s: . TestGemDependency#test_hash_type: 0.00 s: . TestGemDependency#test_type_is_runtime_by_default: 0.00 s: . TestGemDependency#test_hash: 0.00 s: . TestGemDependency#test_equals2_type: 0.03 s: . TestGemDependency#test_equals_tilde: 0.00 s: . TestGemDependency#test_initialize_double: 0.00 s: . TestGemDependency#test_type_is_restricted: 0.00 s: . TestGemDependency#test_initialize_empty: 0.00 s: . TestGemDependency#test_initialize: 0.00 s: . TestGemDependency#test_initialize_with_type: 0.00 s: . TestGemDependency#test_equals2: 0.00 s: . TestGemDependency#test_initialize_version: 0.00 s: . TestGemDependencyInstaller#test_install_all_dependencies: 0.12 s: . TestGemDependencyInstaller#test_install_reinstall: 0.08 s: . TestGemDependencyInstaller#test_find_gems_with_sources_local: 0.10 s: . TestGemDependencyInstaller#test_install_dependency_old: 0.11 s: . TestGemDependencyInstaller#test_install_domain_remote: 0.08 s: . TestGemDependencyInstaller#test_install_dual_repository: 0.11 s: . TestGemDependencyInstaller#test_gather_dependencies_dropped: 0.11 s: . TestGemDependencyInstaller#test_install_no_wrappers: 0.12 s: . TestGemDependencyInstaller#test_install_domain_remote_platform_newer: 0.10 s: . TestGemDependencyInstaller#test_gather_dependencies: 0.07 s: . TestGemDependencyInstaller#test_install_env_shebang: 0.09 s: . TestGemDependencyInstaller#test_gather_dependencies_old_required: 0.09 s: . TestGemDependencyInstaller#test_gather_dependencies_platform_bump: 0.07 s: . TestGemDependencyInstaller#test_install_local: 0.09 s: . TestGemDependencyInstaller#test_install_force: 0.09 s: . TestGemDependencyInstaller#test_install_domain_local: 0.07 s: . TestGemDependencyInstaller#test_install_install_dir: 0.09 s: . TestGemDependencyInstaller#test_install_domain_both: 0.08 s: . TestGemDependencyInstaller#test_gather_dependencies_platform_alternate: 0.09 s: . TestGemDependencyInstaller#test_install_version: 0.09 s: . TestGemDependencyInstaller#test_install_remote: 0.07 s: . TestGemDependencyInstaller#test_install_dependency_existing: 0.09 s: . TestGemDependencyInstaller#test_install_ignore_dependencies: 0.09 s: . TestGemDependencyInstaller#test_install_local_dependency_installed: 0.07 s: . TestGemDependencyInstaller#test_install_dependency_development: 0.10 s: . TestGemDependencyInstaller#test_install_remote_dep: 0.09 s: . TestGemDependencyInstaller#test_install_local_subdir: 0.07 s: . TestGemDependencyInstaller#test_install_cache_dir: 0.10 s: . TestGemDependencyInstaller#test_find_gems_gems_with_sources: 0.09 s: . TestGemDependencyInstaller#test_install_version_default: 0.07 s: . TestGemDependencyInstaller#test_install_security_policy: 0.09 s: . TestGemDependencyInstaller#test_install_dependencies_satisfied: 0.10 s: . TestGemDependencyInstaller#test_install_domain_both_no_network: 0.08 s: . TestGemDependencyInstaller#test_install_dependency: 0.10 s: . TestGemDependencyInstaller#test_install_local_dependency: 0.10 s: . TestGemDependencyInstaller#test_install: 0.08 s: . TestGemDependencyList#test_dependency_order_circle: 0.03 s: . TestGemDependencyList#test_ok_to_remove_eh_after_sibling_removed: 0.01 s: . TestGemDependencyList#test_tsort_each_node: 0.01 s: . TestGemDependencyList#test_tsort_each_child: 0.01 s: . TestGemDependencyList#test_self_from_source_index: 0.01 s: . TestGemDependencyList#test_find_name: 0.01 s: . TestGemDependencyList#test_dependency_order_diamond: 0.01 s: . TestGemDependencyList#test_ok_eh_mismatch: 0.01 s: . TestGemDependencyList#test_remove_by_name: 0.01 s: . TestGemDependencyList#test_add: 0.01 s: . TestGemDependencyList#test_ok_eh_redundant: 0.04 s: . TestGemDependencyList#test_ok_to_remove_eh: 0.01 s: . TestGemDependencyList#test_ok_eh: 0.01 s: . TestGemDependencyList#test_dependency_order: 0.01 s: . TestGemDependencyList#test_dependency_order_no_dependendencies: 0.01 s: . TestGemDependencyList#test_active_count: 0.01 s: . TestGemDocManager#test_uninstall_doc_unwritable: 0.00 s: . TestGemExtConfigureBuilder#test_self_build: 0.04 s: . TestGemExtConfigureBuilder#test_self_build_fail: 0.01 s: . TestGemExtConfigureBuilder#test_self_build_has_makefile: 0.02 s: . TestGemExtExtConfBuilder#test_class_make: 0.02 s: . TestGemExtExtConfBuilder#test_class_build: 0.08 s: . TestGemExtExtConfBuilder#test_class_build_extconf_fail: 0.30 s: . TestGemExtExtConfBuilder#test_class_make_no_Makefile: 0.00 s: . TestGemExtRakeBuilder#test_class_build_fail: 0.10 s: . TestGemExtRakeBuilder#test_class_build: 0.10 s: . TestGemFormat#test_from_file_by_path: 0.07 s: . TestGemFormat#test_from_file_by_path_nonexistent: 0.00 s: . TestGemFormat#test_from_io_garbled: 0.00 s: . TestGemGemPathSearcher#test_find: 0.01 s: . TestGemGemPathSearcher#test_lib_dirs_for: 0.03 s: . TestGemGemPathSearcher#test_matching_files: 0.01 s: . TestGemGemPathSearcher#test_matching_file_eh: 0.01 s: . TestGemGemPathSearcher#test_find_all: 0.01 s: . TestGemGemPathSearcher#test_init_gemspecs: 0.01 s: . TestGemGemRunner#test_do_configuration: 0.00 s: . TestGemInstallUpdateOptions#test_user_install_enabled: 0.01 s: . TestGemInstallUpdateOptions#test_user_install_disabled_read_only: 0.01 s: . TestGemInstallUpdateOptions#test_add_install_update_options: 0.01 s: . TestGemInstallUpdateOptions#test_security_policy: 0.01 s: . TestGemInstallUpdateOptions#test_security_policy_unknown: 0.01 s: . TestGemInstaller#test_generate_bin_script: 0.01 s: . TestGemInstaller#test_installation_satisfies_dependency_eh: 0.03 s: . TestGemInstaller#test_generate_bin_script_no_shebang: 0.01 s: . TestGemInstaller#test_shebang: 0.01 s: . TestGemInstaller#test_shebang_version: 0.01 s: . TestGemInstaller#test_generate_bin_symlink_update_older: 0.01 s: . TestGemInstaller#test_extract_files_relative: 0.01 s: . TestGemInstaller#test_install_force: 0.03 s: . TestGemInstaller#test_shebang_version_env_arguments: 0.01 s: . TestGemInstaller#test_generate_bin_script_wrappers: 0.01 s: . TestGemInstaller#test_build_extensions_none: 0.01 s: . TestGemInstaller#test_install_ignore_dependencies: 0.12 s: . TestGemInstaller#test_install_wrong_rubygems_version: 0.05 s: . TestGemInstaller#test_shebang_version_env: 0.01 s: . TestGemInstaller#test_shebang_version_arguments: 0.01 s: . TestGemInstaller#test_unpack: 0.02 s: . TestGemInstaller#test_generate_bin_script_format_disabled: 0.01 s: . TestGemInstaller#test_extract_files: 0.01 s: . TestGemInstaller#test_ensure_dependency: 0.03 s: . TestGemInstaller#test_write_spec: 0.01 s: . TestGemInstaller#test_generate_bin_symlink_no_perms: 0.01 s: . TestGemInstaller#test_generate_bin_script_no_execs: 0.01 s: . TestGemInstaller#test_expand_and_validate_gem_dir: 0.01 s: . TestGemInstaller#test_initialize: 0.01 s: . TestGemInstaller#test_shebang_env_arguments: 0.03 s: . TestGemInstaller#test_build_extensions_extconf_bad: 0.04 s: . TestGemInstaller#test_install_check_dependencies_install_dir: 0.13 s: . TestGemInstaller#test_generate_bin_uses_default_shebang: 0.01 s: . TestGemInstaller#test_extract_files_bad_dest: 0.01 s: . TestGemInstaller#test_shebang_nested_arguments: 0.04 s: . TestGemInstaller#test_generate_bin_symlink_update_remove_wrapper: 0.01 s: . TestGemInstaller#test_install_user_local_fallback: 0.12 s: . TestGemInstaller#test_app_script_text: 0.01 s: . TestGemInstaller#test_generate_bin_script_install_dir: 0.01 s: . TestGemInstaller#test_install_missing_dirs: 0.04 s: . TestGemInstaller#test_install: 0.12 s: . TestGemInstaller#test_install_wrong_ruby_version: 0.02 s: . TestGemInstaller#test_install_check_dependencies: 0.02 s: . TestGemInstaller#test_install_with_message: 0.04 s: . TestGemInstaller#test_build_extensions_unsupported: 0.01 s: . TestGemInstaller#test_extract_files_absolute: 0.01 s: . TestGemInstaller#test_shebang_env: 0.01 s: . TestGemInstaller#test_generate_bin_symlink: 0.01 s: . TestGemInstaller#test_shebang_nested: 0.01 s: . TestGemInstaller#test_generate_bin_bindir: 0.03 s: . TestGemInstaller#test_generate_bin_script_no_perms: 0.01 s: . TestGemInstaller#test_shebang_env_shebang: 0.01 s: . TestGemInstaller#test_shebang_empty: 0.01 s: . TestGemInstaller#test_generate_bin_symlink_no_execs: 0.01 s: . TestGemInstaller#test_generate_bin_symlink_win32: 0.01 s: . TestGemInstaller#test_generate_bin_script_format: 0.01 s: . TestGemInstaller#test_install_bad_gem: 0.03 s: . TestGemInstaller#test_shebang_arguments: 0.01 s: . TestGemInstaller#test_install_bindir_read_only: 0.12 s: . TestGemInstaller#test_generate_bin_symlink_update_newer: 0.01 s: . TestGemLocalRemoteOptions#test_source_option: 0.00 s: . TestGemLocalRemoteOptions#test_both_eh: 0.00 s: . TestGemLocalRemoteOptions#test_remote_eh: 0.00 s: . TestGemLocalRemoteOptions#test_source_option_bad: 0.00 s: . TestGemLocalRemoteOptions#test_update_sources_option: 0.00 s: . TestGemLocalRemoteOptions#test_add_local_remote_options: 0.00 s: . TestGemLocalRemoteOptions#test_local_eh: 0.00 s: . TestGemPackageTarHeader#test_self_from: 0.00 s: . TestGemPackageTarHeader#test_initialize: 0.04 s: . TestGemPackageTarHeader#test_empty_eh: 0.00 s: . TestGemPackageTarHeader#test_to_s: 0.00 s: . TestGemPackageTarHeader#test_equals2: 0.00 s: . TestGemPackageTarHeader#test_initialize_bad: 0.00 s: . TestGemPackageTarHeader#test_update_checksum: 0.00 s: . TestGemPackageTarInput#test_each_works: 0.01 s: . TestGemPackageTarInput#test_extract_entry_works: 0.03 s: . TestGemPackageTarOutput#test_self_open: 0.00 s: . TestGemPackageTarOutput#test_self_open_signed: 0.03 s: . TestGemPackageTarReader#test_rewind: 0.00 s: . TestGemPackageTarReader#test_each_entry: 0.00 s: . TestGemPackageTarReaderEntry#test_full_name: 0.00 s: . TestGemPackageTarReaderEntry#test_eof_eh: 0.00 s: . TestGemPackageTarReaderEntry#test_closed_eh: 0.00 s: . TestGemPackageTarReaderEntry#test_bytes_read: 0.00 s: . TestGemPackageTarReaderEntry#test_read_small: 0.00 s: . TestGemPackageTarReaderEntry#test_read: 0.00 s: . TestGemPackageTarReaderEntry#test_directory_eh: 0.00 s: . TestGemPackageTarReaderEntry#test_rewind: 0.00 s: . TestGemPackageTarReaderEntry#test_close: 0.00 s: . TestGemPackageTarReaderEntry#test_pos: 0.00 s: . TestGemPackageTarReaderEntry#test_getc: 0.00 s: . TestGemPackageTarReaderEntry#test_read_big: 0.00 s: . TestGemPackageTarReaderEntry#test_file_eh: 0.00 s: . TestGemPlatform#test_equals3: 0.03 s: . TestGemPlatform#test_to_s: 0.00 s: . TestGemPlatform#test_self_local: 0.00 s: . TestGemPlatform#test_self_new: 0.00 s: . TestGemPlatform#test_equals_tilde: 0.00 s: . TestGemPlatform#test_equals3_cpu: 0.00 s: . TestGemPlatform#test_initialize_platform: 0.00 s: . TestGemPlatform#test_initialize_test: 0.00 s: . TestGemPlatform#test_initialize_mswin32_vc6: 0.00 s: . TestGemPlatform#test_initialize_command_line: 0.00 s: . TestGemPlatform#test_equals3_version: 0.00 s: . TestGemPlatform#test_self_match: 0.00 s: . TestGemPlatform#test_initialize: 0.00 s: . TestGemPlatform#test_equals2: 0.00 s: . TestGemRemoteFetcher#test_fetch_size_bad_uri: 0.42 s: . TestGemRemoteFetcher#test_self_fetcher_with_proxy_URI: 0.01 s: . TestGemRemoteFetcher#test_download_install_dir: 0.01 s: . TestGemRemoteFetcher#test_self_fetcher: 0.01 s: . TestGemRemoteFetcher#test_fetch_size_socket_error: 0.04 s: . TestGemRemoteFetcher#test_self_fetcher_with_proxy: 0.01 s: . TestGemRemoteFetcher#test_yaml_error_on_size: 0.01 s: . TestGemRemoteFetcher#test_implicit_proxy_no_env: 0.01 s: . TestGemRemoteFetcher#test_explicit_proxy_with_user_auth: 0.01 s: . TestGemRemoteFetcher#test_get_proxy_from_env_empty: 0.03 s: . TestGemRemoteFetcher#test_fetch_path_gzip: 0.01 s: . TestGemRemoteFetcher#test_download_unsupported: 0.01 s: . TestGemRemoteFetcher#test_download_read_only: 0.01 s: . TestGemRemoteFetcher#test_request_head: 0.01 s: . TestGemRemoteFetcher#test_download_cached: 0.01 s: . TestGemRemoteFetcher#test_explicit_proxy: 0.02 s: . TestGemRemoteFetcher#test_fetch_path_gzip_unmodified: 0.04 s: . TestGemRemoteFetcher#test_no_proxy: 0.01 s: . TestGemRemoteFetcher#test_fetch_path_io_error: 0.01 s: . TestGemRemoteFetcher#test_download: 0.01 s: . TestGemRemoteFetcher#test_fetch_path_system_call_error: 0.01 s: . TestGemRemoteFetcher#test_fetch_path_unmodified: 0.01 s: . TestGemRemoteFetcher#test_download_local: 0.01 s: . TestGemRemoteFetcher#test_implicit_proxy: 0.04 s: . TestGemRemoteFetcher#test_implicit_upper_case_proxy: 0.01 s: . TestGemRemoteFetcher#test_request_unmodifed: 0.01 s: . TestGemRemoteFetcher#test_implicit_no_proxy: 0.01 s: . TestGemRemoteFetcher#test_explicit_proxy_with_user_auth_in_env: 0.01 s: . TestGemRemoteFetcher#test_download_local_read_only: 0.01 s: . TestGemRemoteFetcher#test_open_uri_or_path_limited_redirects: 0.04 s: . TestGemRemoteFetcher#test_open_uri_or_path: 0.01 s: . TestGemRemoteFetcher#test_fetch_path_socket_error: 0.01 s: . TestGemRemoteFetcher#test_request: 0.01 s: . TestGemRemoteFetcher#test_download_platform_legacy: 0.01 s: . TestGemRequirement#test_satisfied_by_eh_blank: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_gt: 0.00 s: . TestGemRequirement#test_parse_illformed: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_gte: 0.00 s: . TestGemRequirement#test_initialize: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_list: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_lt: 0.00 s: . TestGemRequirement#test_hash: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_equal: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_lte: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_tilde_gt: 0.00 s: . TestGemRequirement#test_satisfied_by_eh_bang_equal: 0.00 s: . TestGemRequirement#test_parse: 0.00 s: . TestGemRequirement#test_equals2: 0.00 s: . TestGemRequirement#test_normalization: 0.03 s: . TestGemServer#test_Marshal_Z: 0.01 s: . TestGemServer#test_quick_latest_index: 0.01 s: . TestGemServer#test_quick_a_1_mswin32_gemspec_rz: 0.01 s: . TestGemServer#test_quick_index_rz: 0.01 s: . TestGemServer#test_quick_index: 0.01 s: . TestGemServer#test_specs: 0.01 s: . TestGemServer#test_quick_missing: 0.01 s: . TestGemServer#test_root: 0.01 s: . TestGemServer#test_quick_latest_index_rz: 0.01 s: . TestGemServer#test_quick_marshal_a_1_gemspec_rz: 0.01 s: . TestGemServer#test_quick_a_1_gemspec_rz: 0.01 s: . TestGemServer#test_yaml_Z: 0.04 s: . TestGemServer#test_quick_common_substrings: 0.01 s: . TestGemServer#test_latest_specs_gz: 0.01 s: . TestGemServer#test_specs_gz: 0.01 s: . TestGemServer#test_latest_specs: 0.01 s: . TestGemServer#test_quick_marshal_a_1_mswin32_gemspec_rz: 0.01 s: . TestGemServer#test_yaml: 0.01 s: . TestGemServer#test_Marshal: 0.01 s: . TestGemSourceIndex#test_fetch_quick_index: 0.06 s: . TestGemSourceIndex#test_refresh_bang: 0.07 s: . TestGemSourceIndex#test_find_name_empty_cache: 0.06 s: . TestGemSourceIndex#test_self_load_specification: 0.03 s: . TestGemSourceIndex#test_update_incremental_all: 0.06 s: . TestGemSourceIndex#test_update_incremental_fallback: 0.06 s: . TestGemSourceIndex#test_search: 0.05 s: . TestGemSourceIndex#test_fetch_quick_index_all: 0.06 s: . TestGemSourceIndex#test_fetch_quick_index_error: 0.05 s: . TestGemSourceIndex#test_fetch_bulk_index_compressed: 0.03 s: . TestGemSourceIndex#test_self_load_specification_interrupt: 0.05 s: . TestGemSourceIndex#test_fetch_bulk_index_fallback: 0.08 s: . TestGemSourceIndex#test_fetch_quick_index_fallback: 0.06 s: . TestGemSourceIndex#test_self_load_specification_syntax_error: 0.06 s: . TestGemSourceIndex#test_update_with_missing: 0.03 s: . TestGemSourceIndex#test_self_from_gems_in: 0.07 s: . TestGemSourceIndex#test_index_signature: 0.06 s: . TestGemSourceIndex#test_create_from_directory: 0.05 s: . TestGemSourceIndex#test_update_subdir: 0.06 s: . TestGemSourceIndex#test_remove_extra_no_changes: 0.03 s: . TestGemSourceIndex#test_latest_specs: 0.06 s: . TestGemSourceIndex#test_update_bulk: 0.06 s: . TestGemSourceIndex#test_load_gems_in: 0.07 s: . TestGemSourceIndex#test_refresh_bang_not_from_dir: 0.03 s: . TestGemSourceIndex#test_fetch_single_spec_subdir: 0.06 s: . TestGemSourceIndex#test_fetch_single_spec: 0.06 s: . TestGemSourceIndex#test_outdated: 0.07 s: . TestGemSourceIndex#test_self_load_specification_system_exit: 0.06 s: . TestGemSourceIndex#test_fetcher: 0.06 s: . TestGemSourceIndex#test_find_missing: 0.03 s: . TestGemSourceIndex#test_fetch_bulk_index_error: 0.06 s: . TestGemSourceIndex#test_find_missing_none_missing: 0.06 s: . TestGemSourceIndex#test_fetch_bulk_index_marshal_mismatch: 0.07 s: . TestGemSourceIndex#test_update_incremental_marshal_mismatch: 0.07 s: . TestGemSourceIndex#test_fetch_quick_index_subdir: 0.03 s: . TestGemSourceIndex#test_fetch_single_spec_yaml: 0.06 s: . TestGemSourceIndex#test_specification: 0.06 s: . TestGemSourceIndex#test_unzip: 0.06 s: . TestGemSourceIndex#test_search_platform: 0.07 s: . TestGemSourceIndex#test_find_name: 0.03 s: . TestGemSourceIndex#test_fetch_bulk_index_uncompressed: 0.06 s: . TestGemSourceIndex#test_update_incremental: 0.06 s: . TestGemSourceIndex#test_fetch_single_spec_yaml_subdir: 0.07 s: . TestGemSourceIndex#test_remove_extra: 0.06 s: . TestGemSourceIndex#test_signature: 0.03 s: . TestGemSourceIndex#test_self_load_specification_utf_8: 0.06 s: . TestGemSourceIndex#test_self_load_specification_exception: 0.06 s: . TestGemSourceInfoCache#test_write_cache_user: 0.06 s: . TestGemSourceInfoCache#test_write_cache_user_no_directory: 0.03 s: . TestGemSourceInfoCache#test_cache_data_user_fallback: 0.06 s: . TestGemSourceInfoCache#test_flush: 0.06 s: . TestGemSourceInfoCache#test_cache_data_nonexistent: 0.06 s: . TestGemSourceInfoCache#test_system_cache_file: 0.03 s: . TestGemSourceInfoCache#test_self_cache_refreshes: 0.06 s: . TestGemSourceInfoCache#test_write_cache: 0.06 s: . TestGemSourceInfoCache#test_cache_data_dirty: 0.06 s: . TestGemSourceInfoCache#test_cache_file: 0.06 s: . TestGemSourceInfoCache#test_search_dependency: 0.03 s: . TestGemSourceInfoCache#test_user_cache_file: 0.06 s: . TestGemSourceInfoCache#test_write_cache_user_from_scratch: 0.06 s: . TestGemSourceInfoCache#test_search_no_matches: 0.05 s: . TestGemSourceInfoCache#test_cache_file_user_fallback: 0.03 s: . TestGemSourceInfoCache#test_search_no_matches_in_source: 0.05 s: . TestGemSourceInfoCache#test_read_system_cache: 0.06 s: . TestGemSourceInfoCache#test_cache_file_none_writable: 0.06 s: . TestGemSourceInfoCache#test_write_cache_user_only_latest: 0.03 s: . TestGemSourceInfoCache#test_latest_system_cache_file: 0.06 s: . TestGemSourceInfoCache#test_self_cache_data: 0.06 s: . TestGemSourceInfoCache#test_latest_cache_file: 0.06 s: . TestGemSourceInfoCache#test_latest_user_cache_file: 0.06 s: . TestGemSourceInfoCache#test_search_with_source: 0.03 s: . TestGemSourceInfoCache#test_search: 0.06 s: . TestGemSourceInfoCache#test_cache_data_none_writable: 0.06 s: . TestGemSourceInfoCache#test_cache_data_none_readable: 0.05 s: . TestGemSourceInfoCache#test_cache_data_irreparable: 0.03 s: . TestGemSourceInfoCache#test_self_cache_skips_refresh_based_on_configuration: 0.06 s: . TestGemSourceInfoCache#test_read_user_cache: 0.06 s: . TestGemSourceInfoCache#test_cache_data_repair: 0.06 s: . TestGemSourceInfoCache#test_latest_cache_data: 0.08 s: . TestGemSourceInfoCache#test_search_all: 0.11 s: . TestGemSourceInfoCache#test_cache_data: 0.03 s: . TestGemSourceInfoCacheEntry#test_refresh_update: 0.06 s: . TestGemSourceInfoCacheEntry#test_refresh_all: 0.06 s: . TestGemSourceInfoCacheEntry#test_refresh_bad_uri: 0.06 s: . TestGemSourceInfoCacheEntry#test_refresh: 0.06 s: . TestGemSpecFetcher#test_list_all: 0.06 s: . TestGemSpecFetcher#test_fetch_latest: 0.06 s: . TestGemSpecFetcher#test_list_cache: 0.03 s: . TestGemSpecFetcher#test_list_cache_all: 0.06 s: . TestGemSpecFetcher#test_find_all_platforms: 0.06 s: . TestGemSpecFetcher#test_load_specs_cached: 0.06 s: . TestGemSpecFetcher#test_find_matching_platform: 0.06 s: . TestGemSpecFetcher#test_load_specs: 0.06 s: . TestGemSpecFetcher#test_list_latest_all: 0.06 s: . TestGemSpecFetcher#test_fetch_spec_cached: 0.03 s: . TestGemSpecFetcher#test_list: 0.06 s: . TestGemSpecFetcher#test_fetch_spec_platform_ruby: 0.06 s: . TestGemSpecFetcher#test_fetch_spec_platform: 0.06 s: . TestGemSpecFetcher#test_fetch_all: 0.06 s: . TestGemSpecFetcher#test_fetch_legacy_repo: 0.06 s: . TestGemSpecFetcher#test_find_matching_latest: 0.06 s: . TestGemSpecFetcher#test_fetch_platform: 0.06 s: . TestGemSpecFetcher#test_fetch_spec: 0.06 s: . TestGemSpecFetcher#test_find_matching_all: 0.03 s: . TestGemSpecification#test_default_executable: 0.00 s: . TestGemSpecification#test_date: 0.00 s: . TestGemSpecification#test_files_extra_rdoc_files: 0.03 s: . TestGemSpecification#test_executable_equals: 0.00 s: . TestGemSpecification#test_platform_equals_legacy: 0.00 s: . TestGemSpecification#test_files_non_array: 0.00 s: . TestGemSpecification#test_validate: 0.00 s: . TestGemSpecification#test_spaceship_platform: 0.00 s: . TestGemSpecification#test_original_name: 0.00 s: . TestGemSpecification#test_validate_has_rdoc: 0.00 s: . TestGemSpecification#test_test_files: 0.00 s: . TestGemSpecification#test_validate_rubyforge_project: 0.00 s: . TestGemSpecification#test_authors: 0.00 s: . TestGemSpecification#test_summary: 0.00 s: . TestGemSpecification#test_name: 0.00 s: . TestGemSpecification#test_validate_authors: 0.00 s: . TestGemSpecification#test__dump: 0.00 s: . TestGemSpecification#test_self_normalize_yaml_input_with_non_183_yaml: 0.00 s: . TestGemSpecification#test_equals2_cgikit: 0.00 s: . TestGemSpecification#test_validate_summary: 0.00 s: . TestGemSpecification#test_date_equals_time_utc: 0.00 s: . TestGemSpecification#test_spaceship_version: 0.01 s: . TestGemSpecification#test_description: 0.03 s: . TestGemSpecification#test_self_normalize_yaml_input_with_183_io: 0.00 s: . TestGemSpecification#test_equals2: 0.00 s: . TestGemSpecification#test_full_gem_path_double_slash: 0.00 s: . TestGemSpecification#test_date_equals_string: 0.00 s: . TestGemSpecification#test_require_paths: 0.00 s: . TestGemSpecification#test_to_ruby: 0.00 s: . TestGemSpecification#test_equals2_extensions: 0.00 s: . TestGemSpecification#test_runtime_dependencies_legacy: 0.00 s: . TestGemSpecification#test_version: 0.00 s: . TestGemSpecification#test_to_ruby_legacy: 0.00 s: . TestGemSpecification#test_initialize_future: 0.00 s: . TestGemSpecification#test_add_dependency_with_explicit_type: 0.00 s: . TestGemSpecification#test_initialize: 0.00 s: . TestGemSpecification#test_self_load_legacy_yaml: 0.00 s: . TestGemSpecification#test_date_equals_time: 0.00 s: . TestGemSpecification#test_to_yaml_platform_empty_string: 0.01 s: . TestGemSpecification#test_extensions: 0.00 s: . TestGemSpecification#test_hash: 0.00 s: . TestGemSpecification#test_validate_empty: 0.00 s: . TestGemSpecification#test_to_yaml_platform_legacy: 0.04 s: . TestGemSpecification#test_files_non_array_pathological: 0.00 s: . TestGemSpecification#test_full_name: 0.00 s: . TestGemSpecification#test_self__load_future: 0.00 s: . TestGemSpecification#test_lib_files: 0.00 s: . TestGemSpecification#test_to_ruby_fancy: 0.01 s: . TestGemSpecification#test_equals2_default_executable: 0.00 s: . TestGemSpecification#test_bindir_equals: 0.00 s: . TestGemSpecification#test_validate_autorequire: 0.00 s: . TestGemSpecification#test_platform_equals_current: 0.00 s: . TestGemSpecification#test_date_equals_time_local: 0.00 s: . TestGemSpecification#test_dependencies_scoped_by_type: 0.00 s: . TestGemSpecification#test_bindir_equals_nil: 0.00 s: . TestGemSpecification#test_has_rdoc_eh: 0.00 s: . TestGemSpecification#test_self_normalize_yaml_input_with_183_yaml: 0.00 s: . TestGemSpecification#test_full_gem_path: 0.00 s: . TestGemSpecification#test_full_name_windows: 0.00 s: . TestGemSpecification#test_eql_eh: 0.00 s: . TestGemSpecification#test_validate_platform_legacy: 0.00 s: . TestGemSpecification#test_platform_equals: 0.00 s: . TestGemSpecification#test_platform: 0.00 s: . TestGemSpecification#test_validate_empty_require_paths: 0.03 s: . TestGemSpecification#test_self_load_legacy_ruby: 0.00 s: . TestGemSpecification#test_files_duplicate: 0.00 s: . TestGemSpecification#test_requirements: 0.00 s: . TestGemSpecification#test_validate_homepage: 0.00 s: . TestGemSpecification#test_author: 0.00 s: . TestGemSpecification#test_to_yaml_platform_nil: 0.01 s: . TestGemSpecification#test_to_yaml: 0.01 s: . TestGemSpecification#test_date_equals_date: 0.00 s: . TestGemSpecification#test_dependencies: 0.00 s: . TestGemSpecification#test_to_yaml_fancy: 0.01 s: . TestGemSpecification#test_files: 0.00 s: . TestGemSpecification#test_executables: 0.00 s: . TestGemSpecification#test_self_normalize_yaml_input_with_non_183_io: 0.00 s: . TestGemSpecification#test_self_load: 0.00 s: . TestGemSpecification#test_spaceship_name: 0.00 s: . TestGemSpecification#test_self_attribute_names: 0.00 s: . TestGemSpecification#test_validate_rubygems_version: 0.00 s: . TestGemSpecification#test_validate_executables: 0.00 s: . TestGemSpecification#test_validate_email: 0.00 s: . TestGemSpecification#test_to_ruby_platform: 0.04 s: . TestGemStreamUI#test_ask: 0.00 s: . TestGemStreamUI#test_proress_reporter_simple: 0.00 s: . TestGemStreamUI#test_ask_yes_no_no_tty_without_default: 0.00 s: . TestGemStreamUI#test_choose_from_list: 0.00 s: . TestGemStreamUI#test_ask_no_tty: 0.00 s: . TestGemStreamUI#test_ask_yes_no_no_tty_with_default: 0.00 s: . TestGemStreamUI#test_choose_from_list_EOF: 0.00 s: . TestGemStreamUI#test_proress_reporter_silent_nil: 0.00 s: . TestGemStreamUI#test_proress_reporter_silent_false: 0.00 s: . TestGemStreamUI#test_proress_reporter_verbose: 0.00 s: . TestGemUninstaller#test_path_ok_eh: 0.12 s: . TestGemUninstaller#test_remove_executables_force_keep: 0.13 s: . TestGemUninstaller#test_path_ok_eh_legacy: 0.17 s: . TestGemUninstaller#test_remove_executables_force_remove: 0.13 s: . TestGemUninstaller#test_uninstall: 0.13 s: . TestGemUninstaller#test_initialize_expand_path: 0.17 s: . TestGemValidator#test_verify_gem: 0.00 s: . TestGemValidator#test_verify_gem_file_nonexistent: 0.00 s: . TestGemValidator#test_verify_gem_empty: 0.00 s: . TestGemValidator#test_verify_gem_invalid_checksum: 0.00 s: . TestGemValidator#test_verify_gem_file: 0.00 s: . TestGemValidator#test_verify_gem_file_empty: 0.00 s: . TestGemValidator#test_verify_gem_no_sum: 0.00 s: . TestGemVersion#test_class_create: 0.00 s: . TestGemVersion#test_normalize: 0.00 s: . TestGemVersion#test_equals2: 0.00 s: . TestGemVersion#test_ok: 0.00 s: . TestGemVersion#test_bump_trailing_zeros: 0.00 s: . TestGemVersion#test_eql_eh: 0.00 s: . TestGemVersion#test_to_s: 0.00 s: . TestGemVersion#test_satisfied_by_eh_boxed: 0.00 s: . TestGemVersion#test_bump_one_level: 0.00 s: . TestGemVersion#test_bad: 0.00 s: . TestGemVersion#test_illformed_requirements: 0.00 s: . TestGemVersion#test_satisfied_by_eh_multiple: 0.00 s: . TestGemVersion#test_hash: 0.00 s: . TestGemVersion#test_bump: 0.00 s: . TestGemVersion#test_boxed: 0.00 s: . TestGemVersion#test_spaceship: 0.00 s: . TestGemVersion#test_class_create_malformed: 0.00 s: . TestGemVersionOption#test_platform_option_twice: 0.00 s: . TestGemVersionOption#test_version_option: 0.00 s: . TestGemVersionOption#test_platform_option_ruby: 0.00 s: . TestGemVersionOption#test_platform_option: 0.00 s: . TestGemVersionOption#test_add_version_option: 0.00 s: . TestGemVersionOption#test_add_platform_option: 0.00 s: . TestKernel#test_gem_conflicting: 0.07 s: . TestKernel#test_gem_redundent: 0.06 s: . TestKernel#test_gem_overlapping: 0.06 s: . TestKernel#test_gem: 0.03 s: . TestRubygemsGemDigest#test_md5_digest_works: 0.00 s: . TestRubygemsGemDigest#test_sha256_digest_works: 0.00 s: . TestRubygemsGemDigest#test_sha256_hex_digest_works: 0.00 s: . TestRubygemsGemDigest#test_sha1_digest_works: 0.00 s: . TestRubygemsGemDigest#test_md5_hex_digest_works: 0.00 s: . TestRubygemsGemDigest#test_sha1_hex_digest_works: 0.00 s: . TestTarWriter#test_add_file_simple: 0.00 s: . TestTarWriter#test_mkdir: 0.03 s: . TestTarWriter#test_split_name: 0.00 s: . TestTarWriter#test_split_name_too_long_name: 0.00 s: . TestTarWriter#test_split_name_too_long_prefix: 0.00 s: . TestTarWriter#test_add_file: 0.00 s: . TestTarWriter#test_add_file_simple_data: 0.00 s: . TestTarWriter#test_add_file_unseekable: 0.00 s: . TestTarWriter#test_close: 0.00 s: . TestTarWriter#test_split_name_too_long_total: 0.00 s: . TestTarWriter#test_add_file_simple_padding: 0.00 s: . TestTarWriter#test_add_file_simple_size: 0.00 s: . Finished in 19.554394 seconds. 696 tests, 2137 assertions, 0 failures, 0 errors, 0 skips == test/scanf # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v scanf' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v scanf /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestIOScanf#test_1: 0.00 s: . TestIOScanf#test_10: 0.00 s: . TestIOScanf#test_100: 0.00 s: . TestIOScanf#test_101: 0.00 s: . TestIOScanf#test_102: 0.00 s: . TestIOScanf#test_103: 0.00 s: . TestIOScanf#test_104: 0.00 s: . TestIOScanf#test_105: 0.00 s: . TestIOScanf#test_106: 0.00 s: . TestIOScanf#test_107: 0.00 s: . TestIOScanf#test_108: 0.00 s: . TestIOScanf#test_109: 0.00 s: . TestIOScanf#test_11: 0.00 s: . TestIOScanf#test_110: 0.00 s: . TestIOScanf#test_111: 0.00 s: . TestIOScanf#test_112: 0.00 s: . TestIOScanf#test_113: 0.00 s: . TestIOScanf#test_114: 0.00 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: . TestIOScanf#test_12: 0.00 s: . TestIOScanf#test_120: 0.00 s: . TestIOScanf#test_121: 0.00 s: . TestIOScanf#test_122: 0.00 s: . TestIOScanf#test_123: 0.00 s: . TestIOScanf#test_124: 0.00 s: . TestIOScanf#test_125: 0.00 s: . TestIOScanf#test_126: 0.00 s: . TestIOScanf#test_127: 0.00 s: . TestIOScanf#test_128: 0.00 s: . TestIOScanf#test_129: 0.00 s: . TestIOScanf#test_13: 0.00 s: . TestIOScanf#test_130: 0.00 s: . TestIOScanf#test_131: 0.00 s: . TestIOScanf#test_132: 0.00 s: . TestIOScanf#test_133: 0.00 s: . TestIOScanf#test_134: 0.00 s: . TestIOScanf#test_135: 0.00 s: . TestIOScanf#test_136: 0.00 s: . TestIOScanf#test_137: 0.00 s: . TestIOScanf#test_138: 0.00 s: . TestIOScanf#test_139: 0.00 s: . TestIOScanf#test_14: 0.00 s: . TestIOScanf#test_140: 0.00 s: . TestIOScanf#test_141: 0.00 s: . TestIOScanf#test_142: 0.00 s: . TestIOScanf#test_143: 0.00 s: . TestIOScanf#test_144: 0.00 s: . TestIOScanf#test_145: 0.00 s: . TestIOScanf#test_146: 0.00 s: . TestIOScanf#test_147: 0.00 s: . TestIOScanf#test_148: 0.00 s: . TestIOScanf#test_149: 0.00 s: . TestIOScanf#test_15: 0.00 s: . TestIOScanf#test_150: 0.00 s: . TestIOScanf#test_151: 0.00 s: . TestIOScanf#test_152: 0.00 s: . TestIOScanf#test_153: 0.00 s: . TestIOScanf#test_154: 0.00 s: . TestIOScanf#test_155: 0.00 s: . TestIOScanf#test_156: 0.00 s: . TestIOScanf#test_157: 0.00 s: . TestIOScanf#test_158: 0.00 s: . TestIOScanf#test_159: 0.00 s: . TestIOScanf#test_16: 0.00 s: . TestIOScanf#test_160: 0.00 s: . TestIOScanf#test_161: 0.00 s: . TestIOScanf#test_162: 0.00 s: . TestIOScanf#test_163: 0.00 s: . TestIOScanf#test_164: 0.00 s: . TestIOScanf#test_165: 0.00 s: . TestIOScanf#test_166: 0.00 s: . TestIOScanf#test_167: 0.00 s: . TestIOScanf#test_168: 0.00 s: . TestIOScanf#test_169: 0.00 s: . TestIOScanf#test_17: 0.00 s: . TestIOScanf#test_170: 0.00 s: . TestIOScanf#test_171: 0.00 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: . TestIOScanf#test_182: 0.00 s: . TestIOScanf#test_183: 0.00 s: . TestIOScanf#test_184: 0.00 s: . TestIOScanf#test_185: 0.00 s: . TestIOScanf#test_186: 0.00 s: . TestIOScanf#test_187: 0.00 s: . TestIOScanf#test_188: 0.00 s: . TestIOScanf#test_189: 0.00 s: . TestIOScanf#test_19: 0.00 s: . 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: . TestIOScanf#test_197: 0.00 s: . TestIOScanf#test_198: 0.00 s: . TestIOScanf#test_199: 0.00 s: . TestIOScanf#test_2: 0.00 s: . TestIOScanf#test_20: 0.00 s: . TestIOScanf#test_200: 0.00 s: . TestIOScanf#test_201: 0.00 s: . 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.00 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.00 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.00 s: . TestIOScanf#test_24: 0.00 s: . TestIOScanf#test_25: 0.00 s: . TestIOScanf#test_26: 0.00 s: . TestIOScanf#test_27: 0.00 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.00 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.00 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.00 s: . TestIOScanf#test_59: 0.00 s: . TestIOScanf#test_6: 0.00 s: . TestIOScanf#test_60: 0.00 s: . TestIOScanf#test_61: 0.00 s: . TestIOScanf#test_62: 0.00 s: . TestIOScanf#test_63: 0.00 s: . TestIOScanf#test_64: 0.00 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.00 s: . TestIOScanf#test_73: 0.00 s: . TestIOScanf#test_74: 0.00 s: . 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.00 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: . TestIOScanf#test_92: 0.00 s: . TestIOScanf#test_93: 0.00 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: . TestScanfBlock#test_io1: 0.00 s: . 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: . TestScanfIO#test_io: 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: . Finished in 0.109242 seconds. 472 tests, 475 assertions, 0 failures, 0 errors, 0 skips == test/sdbm # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v sdbm' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v sdbm /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestSDBM#test_aref: 0.00 s: . TestSDBM#test_aset: 0.00 s: . TestSDBM#test_clear: 0.00 s: . TestSDBM#test_close: 0.00 s: . TestSDBM#test_closed: 0.00 s: . TestSDBM#test_delete: 0.00 s: . TestSDBM#test_delete_if: 0.01 s: . TestSDBM#test_delete_with_block: 0.00 s: . TestSDBM#test_each_key: 0.00 s: . TestSDBM#test_each_pair: 0.00 s: . TestSDBM#test_each_value: 0.00 s: . TestSDBM#test_empty?: 0.00 s: . TestSDBM#test_fetch: 0.00 s: . TestSDBM#test_has_value?: 0.00 s: . TestSDBM#test_haskey?: 0.00 s: . TestSDBM#test_invert: 0.00 s: . TestSDBM#test_key: 0.00 s: . TestSDBM#test_keys: 0.00 s: . TestSDBM#test_length: 0.00 s: . TestSDBM#test_readonly: 0.00 s: . TestSDBM#test_reject: 0.00 s: . TestSDBM#test_replace: 0.00 s: . TestSDBM#test_s_new_has_no_block: 0.00 s: . TestSDBM#test_s_open_error: 0.00 s: . TestSDBM#test_s_open_no_create: 0.00 s: . TestSDBM#test_s_open_nolock: 0.00 s: . TestSDBM#test_s_open_with_block: 0.00 s: . TestSDBM#test_select_with_block: 0.00 s: . TestSDBM#test_shift: 0.00 s: . TestSDBM#test_to_a: 0.00 s: . TestSDBM#test_to_hash: 0.00 s: . TestSDBM#test_update: 0.00 s: . TestSDBM#test_update2: 0.00 s: . TestSDBM#test_values: 0.00 s: . TestSDBM#test_values_at: 0.00 s: . TestSDBM#test_version: 0.00 s: . Finished in 0.080180 seconds. 36 tests, 844 assertions, 0 failures, 0 errors, 0 skips == test/socket # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v socket' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v socket /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestBasicSocket#test_getsockopt: 0.00 s: . TestBasicSocket#test_listen: 0.00 s: . TestBasicSocket#test_setsockopt: 0.00 s: . TestNonblockSocket#test_accept_nonblock: 0.00 s: . TestNonblockSocket#test_connect_nonblock: 0.00 s: . TestNonblockSocket#test_read_nonblock: 0.00 s: . TestNonblockSocket#test_socket_recvfrom_nonblock: 0.00 s: . TestNonblockSocket#test_tcp_recv_nonblock: 0.00 s: . TestNonblockSocket#test_udp_recv_nonblock: 0.00 s: . TestNonblockSocket#test_udp_recvfrom_nonblock: 0.00 s: . TestSocket#test_sysaccept: 0.00 s: . TestSocket#test_unpack_sockaddr: 0.00 s: . TestTCPSocket#test_encoding: 0.00 s: . TestTCPSocket#test_recvfrom: 0.00 s: . TestUDPSocket#test_bind: 0.00 s: . TestUDPSocket#test_connect: 0.00 s: . TestUNIXSocket#test_addr: 0.00 s: . TestUNIXSocket#test_dgram_pair: 0.00 s: . TestUNIXSocket#test_epipe: 0.00 s: . TestUNIXSocket#test_fd_passing: 0.00 s: . TestUNIXSocket#test_noname_addr: 0.00 s: . TestUNIXSocket#test_noname_path: 0.00 s: . TestUNIXSocket#test_noname_peeraddr: 0.00 s: . TestUNIXSocket#test_noname_recv_nonblock: 0.00 s: . TestUNIXSocket#test_noname_recvfrom: 0.00 s: . TestUNIXSocket#test_noname_unpack_sockaddr_un: 0.00 s: . TestUNIXSocket#test_nul: 0.00 s: . TestUNIXSocket#test_too_long_path: 0.00 s: . Finished in 0.009342 seconds. 28 tests, 88 assertions, 0 failures, 0 errors, 0 skips == test/stringio # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v stringio' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v stringio /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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_path: 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_write: 0.00 s: . Finished in 0.006469 seconds. 44 tests, 167 assertions, 0 failures, 0 errors, 0 skips == test/strscan # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v strscan' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v strscan /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/strscan/test_stringscanner.rb:689: warning: method redefined; discarding old test_inspect Loaded suite ./test/runner Started 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/strscan/test_stringscanner.rb:553: warning: StringScanner#matchedsize is obsolete; use #matched_size instead 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_string_append: 0.00 s: . TestStringScanner#test_string_set_is_equal: 0.00 s: . TestStringScanner#test_terminate: 0.00 s: . TestStringScanner#test_unscan: 0.00 s: . Finished in 0.004047 seconds. 39 tests, 294 assertions, 0 failures, 0 errors, 0 skips == test/test_delegate.rb # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v test_delegate.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_delegate.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestDelegateClass#test_delegateclass_class: 0.00 s: . TestDelegateClass#test_extend: 0.00 s: . TestDelegateClass#test_override: 0.00 s: . TestDelegateClass#test_simpledelegator_class: 0.00 s: . Finished in 0.001501 seconds. 4 tests, 7 assertions, 0 failures, 0 errors, 0 skips == test/test_ipaddr.rb # 2010-07-25T10:34:57+09:00 + make test-all 'TESTS=-v test_ipaddr.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_ipaddr.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started 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.00 s: . TC_IPAddr#test_s_new_ntoh: 0.00 s: . TC_IPAddr#test_to_s: 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: . Finished in 0.007164 seconds. 16 tests, 100 assertions, 0 failures, 0 errors, 0 skips == test/test_mathn.rb # 2010-07-25T10:34:58+09:00 + make test-all 'TESTS=-v test_mathn.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_mathn.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestMathn#test_power: 0.03 s: F Finished in 0.031889 seconds. 1) Failure: test_power(TestMathn) [/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_mathn.rb:7]: [ruby-core:25740]. <[]> expected but was <["/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/mathn.rb:57: warning: method redefined; discarding old **", "/home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/mathn.rb:191: warning: method redefined; discarding old sqrt"]>. 1 tests, 2 assertions, 1 failures, 0 errors, 0 skips make: *** [test-all] Error 1 exit 2 failed(test/test_mathn.rb) == test/test_pp.rb # 2010-07-25T10:34:59+09:00 + make test-all 'TESTS=-v test_pp.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_pp.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started PPTestModule::PPCycleTest#test_anonymous: 0.00 s: . PPTestModule::PPCycleTest#test_array: 0.00 s: . PPTestModule::PPCycleTest#test_hash: 0.00 s: . PPTestModule::PPCycleTest#test_object: 0.00 s: . PPTestModule::PPCycleTest#test_share_nil: 0.00 s: . PPTestModule::PPCycleTest#test_struct: 0.00 s: . PPTestModule::PPCycleTest#test_withinspect: 0.00 s: . PPTestModule::PPDelegateTest#test_delegate: 0.00 s: . PPTestModule::PPInspectTest#test_hasboth: 0.00 s: . PPTestModule::PPInspectTest#test_hasinspect: 0.00 s: . PPTestModule::PPInspectTest#test_hasprettyprint: 0.00 s: . PPTestModule::PPInspectTest#test_pretty_print_inspect: 0.00 s: . PPTestModule::PPInspectTest#test_proc: 0.00 s: . PPTestModule::PPInspectTest#test_to_s_with_iv: 0.00 s: . PPTestModule::PPInspectTest#test_to_s_without_iv: 0.00 s: . PPTestModule::PPSingleLineTest#test_hash: 0.00 s: . PPTestModule::PPTest#test_list0123_11: 0.00 s: . PPTestModule::PPTest#test_list0123_12: 0.00 s: . PPTestModule::PPTest#test_redefined_method: 0.00 s: . PPTestModule::PPTest#test_struct_override_members: 0.00 s: . Finished in 0.005598 seconds. 20 tests, 30 assertions, 0 failures, 0 errors, 0 skips == test/test_prettyprint.rb # 2010-07-25T10:34:59+09:00 + make test-all 'TESTS=-v test_prettyprint.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_prettyprint.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started 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: . NonString#test_6: 0.00 s: . NonString#test_7: 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: . TailGroup#test_1: 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: . Finished in 0.014438 seconds. 32 tests, 51 assertions, 0 failures, 0 errors, 0 skips == test/test_prime.rb # 2010-07-25T10:35:00+09:00 + make test-all 'TESTS=-v test_prime.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_prime.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:110: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:127: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:131: warning: (...) interpreted as grouped expression /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:142: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/test_prime.rb:143: warning: ambiguous first argument; put parentheses or even spaces Loaded suite ./test/runner Started 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: 1.58 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_eratosthenes_works_fine_after_timeout: 0.51 s: . TestPrime#test_new: 0.00 s: . TestPrime::TestInteger#test_from_prime_division: 0.00 s: . TestPrime::TestInteger#test_prime?: 0.04 s: . TestPrime::TestInteger#test_prime_division: 0.00 s: . Finished in 2.130077 seconds. 11 tests, 265 assertions, 0 failures, 0 errors, 0 skips == test/test_pstore.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_pstore.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_pstore.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started PStoreTest#test_changes_after_commit_are_discarded: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:452: warning: method redefined; discarding old marshal_dump_supports_canonical_option? 0.00 s: . PStoreTest#test_changes_are_not_written_on_abort: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . PStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . PStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . PStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . PStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . PStoreTest#test_writing_inside_readonly_transaction_raises_error: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . Finished in 0.001836 seconds. 7 tests, 9 assertions, 0 failures, 0 errors, 0 skips == test/test_set.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_set.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_set.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started TC_Enumerable#test_to_set: 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.00 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: . Finished in 0.006971 seconds. 33 tests, 185 assertions, 0 failures, 0 errors, 0 skips == test/test_shellwords.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_shellwords.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_shellwords.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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: . Finished in 0.001008 seconds. 4 tests, 5 assertions, 0 failures, 0 errors, 0 skips == test/test_singleton.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_singleton.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_singleton.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestSingleton#test_marshal: 0.00 s: . Finished in 0.000458 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips == test/test_tempfile.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_tempfile.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_tempfile.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started 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: . Finished in 0.001486 seconds. 4 tests, 4 assertions, 0 failures, 0 errors, 0 skips == test/test_time.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_time.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_time.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started TimeExtentionTest#test_completion: 0.00 s: . TimeExtentionTest#test_encode_xmlschema: 0.00 s: . TimeExtentionTest#test_invalid: 0.01 s: . TimeExtentionTest#test_nsec: 0.00 s: . TimeExtentionTest#test_parse_fraction: 0.00 s: . TimeExtentionTest#test_parse_leap_second: 0.00 s: . TimeExtentionTest#test_rfc2616: 0.00 s: . TimeExtentionTest#test_rfc2822: 0.00 s: . TimeExtentionTest#test_rfc2822_leap_second: 0.00 s: . TimeExtentionTest#test_rfc2822_utc_roundtrip_summer: 0.00 s: . TimeExtentionTest#test_rfc2822_utc_roundtrip_winter: 0.00 s: . TimeExtentionTest#test_rfc3339: 0.00 s: . TimeExtentionTest#test_rfc822: 0.00 s: . TimeExtentionTest#test_ruby_talk_152866: 0.00 s: . TimeExtentionTest#test_strptime: 0.00 s: . TimeExtentionTest#test_xmlschema: 0.00 s: . TimeExtentionTest#test_xmlschema_fraction: 0.00 s: . TimeExtentionTest#test_xmlschema_leap_second: 0.00 s: . TimeExtentionTest#test_zone_0000: 0.00 s: . Finished in 0.019081 seconds. 19 tests, 193 assertions, 0 failures, 0 errors, 0 skips == test/test_timeout.rb # 2010-07-25T10:35:02+09:00 + make test-all 'TESTS=-v test_timeout.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_timeout.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started TestTimeout#test_queue: 0.10 s: . Finished in 0.102696 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips == test/test_tsort.rb # 2010-07-25T10:35:03+09:00 + make test-all 'TESTS=-v test_tsort.rb' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v test_tsort.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pathname.rb:270: warning: `*' interpreted as argument prefix Loaded suite ./test/runner Started TSortTest#test_array: 0.00 s: . TSortTest#test_cycle: 0.00 s: . TSortTest#test_dag: 0.00 s: . Finished in 0.001048 seconds. 3 tests, 6 assertions, 0 failures, 0 errors, 0 skips == test/uri # 2010-07-25T10:35:03+09:00 + make test-all 'TESTS=-v uri' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v uri /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/uri/test_ldap.rb:84: warning: shadowing outer local variable - url Loaded suite ./test/runner Started URI::TestCommon#test_extract: 0.00 s: . URI::TestCommon#test_kernel_uri: 0.00 s: . URI::TestCommon#test_regexp: 0.00 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.00 s: . URI::TestGeneric#test_merge: 0.00 s: . URI::TestGeneric#test_parse: 0.00 s: . URI::TestGeneric#test_rfc3986_examples: 0.00 s: . URI::TestGeneric#test_route: 0.00 s: . URI::TestGeneric#test_set_component: 0.00 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.00 s: . URI::TestMailTo#test_select: 0.00 s: . URI::TestParser#test_compare: 0.00 s: . URI::TestParser#test_parse: 0.00 s: . Finished in 0.025884 seconds. 24 tests, 400 assertions, 0 failures, 0 errors, 0 skips == test/webrick # 2010-07-25T10:35:03+09:00 + make test-all 'TESTS=-v webrick' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v webrick /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/ssl.rb:86: warning: method redefined; discarding old listen /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/webrick/test_httpproxy.rb:257: warning: shadowing outer local variable - req Loaded suite ./test/runner Started TestWEBrickCGI#test_bad_header: 0.11 s: . TestWEBrickCGI#test_bad_request: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized 0.22 s: . TestWEBrickCGI#test_bad_uri: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.10 s: . TestWEBrickCGI#test_cgi: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized 1.42 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/time.rb:198: warning: 2 or 3 digits year is used: 99 0.00 s: . TestWEBrickCookie#test_time: 0.00 s: . TestWEBrickHTTPAuth#test_basic_auth: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.13 s: . TestWEBrickHTTPAuth#test_basic_auth2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestWEBrickHTTPAuth#test_basic_auth3: 0.00 s: . TestWEBrickHTTPProxy#test_connect: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.39 s: . TestWEBrickHTTPProxy#test_fake_proxy: 0.00 s: . TestWEBrickHTTPProxy#test_no_proxy: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestWEBrickHTTPProxy#test_proxy: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . TestWEBrickHTTPProxy#test_upstream_proxy: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/buffering.rb:181: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/net/protocol.rb:135: warning: SSL session is not started yet. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/.ext/common/openssl/ssl.rb:165: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.51 s: . TestWEBrickHTTPRequest#test_bad_messages: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_chunked: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_forwarded: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_09: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_10: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_11: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_get_params: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_header2: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_headers: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_headers3: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_parse_post_params: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . TestWEBrickHTTPRequest#test_request_uri_too_large: 0.00 s: . TestWEBrickHTTPServer#test_callbacks: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.12 s: . TestWEBrickHTTPServer#test_lookup_server: 0.00 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.00 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: 1.61 s: . TestWEBrickServer#test_daemon: 0.11 s: . TestWEBrickServer#test_server: 0.22 s: . TestWEBrickUtils#test_webrick_timeout: 5.50 s: . WEBrick::TestFileHandler#test_directory_traversal: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.14 s: . WEBrick::TestFileHandler#test_filehandler: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.12 s: . WEBrick::TestFileHandler#test_make_partial_content: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.00 s: . WEBrick::TestFileHandler#test_non_disclosure_name: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . WEBrick::TestFileHandler#test_script_disclosure: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:46: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.23 s: . WEBrick::TestFileHandler#test_short_filename: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/webrick/https.rb:36: warning: instance variable @server_cert not initialized 0.11 s: . WEBrick::TestFileHandler#test_unwise_in_path: 0.00 s: . Finished in 11.514627 seconds. 54 tests, 520 assertions, 0 failures, 0 errors, 0 skips == test/win32ole # 2010-07-25T10:35:15+09:00 + make test-all 'TESTS=-v win32ole' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v win32ole /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started Finished in 0.000152 seconds. 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips == test/xmlrpc # 2010-07-25T10:35:15+09:00 + make test-all 'TESTS=-v xmlrpc' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v xmlrpc /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/xmlrpc/test_webrick_server.rb:91: warning: ambiguous first argument; put parentheses or even spaces /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/xmlrpc/test_webrick_server.rb:96: warning: ambiguous first argument; put parentheses or even spaces Loaded suite ./test/runner Started TestCookie#test_cookie: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/xmlrpc/webrick_testing.rb:10: warning: instance variable @__server not initialized 0.72 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.00 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.00 s: . Test_Features#test_nil_parse: 0.01 s: . Test_Marshal#test1_dump_call: 0.00 s: . Test_Marshal#test1_dump_response: 0.00 s: . Test_Marshal#test2_dump_load_call: 0.00 s: . Test_Marshal#test2_dump_load_response: 0.00 s: . Test_Marshal#test_no_params_tag: 0.00 s: . Test_Marshal#test_parser_values: 0.02 s: . Test_REXMLStreamParser#test_cdata: 0.00 s: . Test_REXMLStreamParser#test_dateTime: 0.00 s: . Test_REXMLStreamParser#test_fault: 0.00 s: . Test_REXMLStreamParser#test_parseMethodCall: 0.00 s: . Test_REXMLStreamParser#test_parseMethodResponse1: 0.08 s: . Test_REXMLStreamParser#test_parseMethodResponse2: 0.00 s: . Test_REXMLStreamParser#test_parseMethodResponse3: 0.00 s: . Test_Webrick#test_client_server: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/xmlrpc/webrick_testing.rb:10: warning: instance variable @__server not initialized 0.95 s: . Finished in 1.808103 seconds. 27 tests, 111 assertions, 0 failures, 0 errors, 0 skips == test/yaml # 2010-07-25T10:35:17+09:00 + make test-all 'TESTS=-v yaml' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v yaml /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line Loaded suite ./test/runner Started YAMLStoreTest#test_changes_after_commit_are_discarded: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAMLStoreTest#test_changes_are_not_written_on_abort: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAMLStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAMLStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAMLStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAMLStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAMLStoreTest#test_writing_inside_readonly_transaction_raises_error: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/pstore.rb:134: warning: instance variable @thread_safe not initialized 0.00 s: . YAML_Unit_Tests#test_akira: 0.00 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.13 s: . YAML_Unit_Tests#test_range_cycle: 0.00 s: . YAML_Unit_Tests#test_ranges: 0.00 s: . YAML_Unit_Tests#test_ruby_complex: 0.00 s: . YAML_Unit_Tests#test_ruby_rational: 0.00 s: . YAML_Unit_Tests#test_ruby_regexp: 0.00 s: . YAML_Unit_Tests#test_ruby_struct: 0.00 s: . YAML_Unit_Tests#test_spec_anchors_and_aliases: 0.01 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.00 s: . YAML_Unit_Tests#test_spec_builtin_seq: 0.00 s: . YAML_Unit_Tests#test_spec_builtin_time: 0.00 s: . YAML_Unit_Tests#test_spec_complex_invoice: 0.00 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.00 s: . YAML_Unit_Tests#test_spec_simple_sequence_with_nested_map: 0.00 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.00 s: . YAML_Unit_Tests#test_ypath_parsing: 0.00 s: . Finished in 0.174675 seconds. 69 tests, 238 assertions, 0 failures, 0 errors, 0 skips == test/zlib # 2010-07-25T10:35:17+09:00 + make test-all 'TESTS=-v zlib' RUBYOPT=-w ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" -v zlib /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/lib/test/unit/assertions.rb:31: warning: shadowing outer local variable - line /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:527: warning: method redefined; discarding old test_gets Loaded suite ./test/runner Started 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: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:127: warning: deflateParams() returned Z_BUF_ERROR /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:134: warning: deflateParams() returned Z_BUF_ERROR /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:137: warning: deflateParams() returned Z_BUF_ERROR /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:143: warning: attempt to close unfinished zstream; reset forced. 0.00 s: . TestZlibDeflate#test_reset: 0.00 s: . TestZlibDeflate#test_set_dictionary: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:158: warning: attempt to close unfinished zstream; reset forced. 0.00 s: . TestZlibDeflate#test_total: 0.00 s: . TestZlibGzipFile#test_closed_p: 0.00 s: . TestZlibGzipFile#test_comment: 0.00 s: . TestZlibGzipFile#test_crc: 0.00 s: . TestZlibGzipFile#test_level: 0.00 s: . TestZlibGzipFile#test_lineno: 0.00 s: . TestZlibGzipFile#test_mtime: 0.00 s: . TestZlibGzipFile#test_orig_name: 0.00 s: . TestZlibGzipFile#test_os_code: 0.00 s: . TestZlibGzipFile#test_pos: 0.00 s: . TestZlibGzipFile#test_sync: 0.00 s: . TestZlibGzipFile#test_to_io: 0.00 s: . TestZlibGzipReader#test_each: 0.00 s: . TestZlibGzipReader#test_each_byte: 0.00 s: . TestZlibGzipReader#test_getbyte: 0.00 s: . TestZlibGzipReader#test_getc: 0.00 s: . TestZlibGzipReader#test_gets: 0.00 s: . TestZlibGzipReader#test_open: 0.00 s: . TestZlibGzipReader#test_read: 0.00 s: . TestZlibGzipReader#test_read0: 0.00 s: . TestZlibGzipReader#test_readchar: 0.00 s: . TestZlibGzipReader#test_reader_wrap: 0.00 s: . TestZlibGzipReader#test_readlines: 0.00 s: . TestZlibGzipReader#test_readpartial: 0.00 s: . TestZlibGzipReader#test_rewind: 0.00 s: . TestZlibGzipReader#test_ungetc: 0.00 s: . TestZlibGzipReader#test_ungetc_paragraph: 0.00 s: . TestZlibGzipReader#test_unused: 0.00 s: . TestZlibGzipWriter#test_invalid_new: 0.00 s: . TestZlibGzipWriter#test_open: 0.00 s: . TestZlibGzipWriter#test_putc: 0.00 s: . TestZlibGzipWriter#test_write: 0.00 s: . TestZlibGzipWriter#test_writer_wrap: 0.00 s: . TestZlibInflate#test_inflate: 0.00 s: . TestZlibInflate#test_initialize: 0.00 s: . TestZlibInflate#test_set_dictionary: 0.00 s: . TestZlibInflate#test_sync: /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:202: warning: deflateParams() returned Z_BUF_ERROR /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/ruby/test/zlib/test_zlib.rb:205: warning: deflateParams() returned Z_BUF_ERROR 0.00 s: . Finished in 0.026473 seconds. 55 tests, 394 assertions, 0 failures, 0 errors, 0 skips == rubyspec # 2010-07-25T10:35:17+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_d_spec.rb The -d command line option - sets $DEBUG to true /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_e_spec.rb The -e command line option - evaluates the given string - joins multiple strings with newlines - uses 'main' as self - uses '-e' as file The -e command line option with -n and a Fixnum range - mimics an awk conditional by comparing an inclusive-end range with $. - mimics a sed conditional by comparing an exclusive-end range with $. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_r_spec.rb The -r command line option - requires the specified file /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_upper_i_spec.rb The -I command line option - adds the path to the load path ($:) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_upper_u_spec.rb ruby -U - sets Encoding.default_internal to UTF-8 - does nothing different if specified multiple times - is overruled by Encoding.default_internal= - does not affect the default external encoding - does not affect the source encoding - raises a RuntimeError if used with -Eext:int - raises a RuntimeError if used with -E:int /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_upper_w_spec.rb The -W command line option - with 0 sets $VERBOSE to nil - with 1 sets $VERBOSE to false The -W command line option with 2 - sets $VERBOSE to true /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_v_spec.rb The -v command line option - sets $VERBOSE to true /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_w_spec.rb The -w command line option - sets $VERBOSE to true /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/error_message_spec.rb The error message caused by an exception - is not printed to stdout /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/argf_spec.rb ARGF - is extended by the Enumerable module /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/binmode_spec.rb ARGF.binmode - returns self - does not raise an error - sets the file's encoding to ASCII-8BIT /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/bytes_spec.rb ARGF.bytes - yields each byte of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/chars_spec.rb ARGF.chars - yields each char of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/close_spec.rb ARGF.close - closes the current open stream - returns self - raises an IOError if called on a closed stream /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/closed_spec.rb ARGF.closed? - returns true if the current stream has been closed /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_byte_spec.rb ARGF.each_byte - yields each byte of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_char_spec.rb ARGF.each_char - yields each char of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_line_spec.rb ARGF.each_line - reads each line of files - returns self when passed a block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_spec.rb ARGF.each - reads each line of files - returns self when passed a block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/eof_spec.rb ARGF.eof - returns true when reaching the end of a file - raises IOError when called on a closed stream ARGF.eof? - returns true when reaching the end of a file - raises IOError when called on a closed stream /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/file_spec.rb ARGF.file - returns the current file object on each file /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/filename_spec.rb ARGF.filename - returns the current file name on each file - it sets the $FILENAME global variable with the current file name on each file /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/fileno_spec.rb ARGF.fileno - returns the current file number on each file - raises an ArgumentError when called on a closed stream /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/getc_spec.rb ARGF.getc - reads each char of files ARGF.getc - returns nil when end of stream reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/gets_spec.rb ARGF.gets - reads one line of a file - reads all lines of a file - reads all lines of stdin - reads all lines of two files - sets $_ global variable with each line read ARGF.gets - modifies the files when in place edit mode is on - modifies and backups two files when in place edit mode is on ARGF.gets - returns nil when reaching end of files /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/lineno_spec.rb ARGF.lineno - returns the current line number on each file - resets to 0 after the stream is rewound - aliases to $. /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/path_spec.rb ARGF.path - returns the current file name on each file - it sets the $FILENAME global variable with the current file name on each file /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/pos_spec.rb ARGF.pos - gives the correct position for each read operation - raises an ArgumentError when called on a closed stream ARGF.pos= - sets the correct position in files /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/read_spec.rb ARGF.read - reads the contents of a file - treats first nil argument as no length limit - treats second nil argument as no output buffer - treats second argument as an output buffer - reads a number of bytes from the first file - reads from a single file consecutively - reads the contents of two files - reads the contents of one file and some characters from the second - reads across two files consecutively - reads the contents of stdin - reads a number of bytes from stdin - reads the contents of one file and stdin - reads the contents of the same file twice - reads the contents of a special device file /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/readchar_spec.rb ARGF.getc - reads each char of files ARGF.readchar - raises EOFError when end of stream reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/readline_spec.rb ARGF.readline - reads one line of a file - reads all lines of a file - reads all lines of stdin - reads all lines of two files - sets $_ global variable with each line read ARGF.readline - modifies the files when in place edit mode is on - modifies and backups two files when in place edit mode is on ARGF.readline - raises an EOFError when reaching end of files /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/readlines_spec.rb ARGF.readlines - reads all lines of all files - returns an empty Array when end of stream reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/rewind_spec.rb ARGF.rewind - goes back to beginning of current file - resets ARGF.lineno to 0 - raises an ArgumentError when end of stream reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/seek_spec.rb ARGF.seek - sets the absolute position relative to beginning of file - sets the position relative to current position in file - sets the absolute position relative to end of file - takes at least one argument (offset) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/skip_spec.rb ARGF.skip - skips the current file - has no effect when called twice in a row - has no effect at end of stream - has no effect when the current file is the last /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/tell_spec.rb ARGF.tell - gives the correct position for each read operation - raises an ArgumentError when called on a closed stream /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_a_spec.rb ARGF.to_a - reads all lines of all files - returns an empty Array when end of stream reached /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_i_spec.rb ARGF.to_i - returns the current file number on each file - raises an ArgumentError when called on a closed stream /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_io_spec.rb ARGF.to_io - returns the IO of the current file /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_s_spec.rb ARGF.to_s - returns 'ARGF' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/allocate_spec.rb Array.allocate - returns an instance of Array - returns a fully-formed instance of Array - does not accept any arguments /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/append_spec.rb Array#<< - pushes the object onto the end of the array - returns self to allow chaining - correctly resizes the Array - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/array_spec.rb Array - includes Enumerable /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/assoc_spec.rb Array#assoc - returns the first array whose 1st item is == obj or nil - calls == on first element of each array - ignores any non-Array elements /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/at_spec.rb Array#at - returns the (n+1)'th element for the passed index n - returns nil if the given index is greater than or equal to the array's length - returns the (-n)'th elemet from the last, for the given negative index n - returns nil if the given index is less than -len, where len is length of the array - does not extend the array unless the given index is out of range - tries to convert the passed argument to an Integer using #to_int - raises a TypeError when the passed argument can't be coerced to Integer - raises an ArgumentError when 2 or more arguments is passed /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/choice_spec.rb Array#choice - raises NoMethodError /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/clear_spec.rb Array#clear - removes all elements - returns self - leaves the Array empty - keeps tainted status - does not accept any arguments - keeps untrusted status - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/clone_spec.rb Array#clone - returns an Array or a subclass instance - produces a shallow copy where the references are directly copied - creates a new array containing all elements or the original - copies taint status from the original - copies untrusted status from the original - copies frozen status from the original - copies singleton methods /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/collect_spec.rb Array#collect - returns a copy of array with each element replaced by the value returned by block - does not return subclass instance - does not change self - returns the evaluated value of block if it broke in the block - returns an Enumerator when no block given - does not copy tainted status - does not copy untrusted status Array#collect! - replaces each element with the value returned by block - returns self - returns the evaluated value of block but its contents is partially modified, if it broke in the block - returns an Enumerator when no block given, and the enumerator can modify the original array - keeps tainted status - keeps untrusted status - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/combination_spec.rb Array#combination - returns an enumerator when no block is provided - returns self when a block is given - yields nothing for out of bounds length and return self - yields the expected combinations - yields nothing if the argument is out of bounds - yields a copy of self if the argument is the size of the receiver - yields [] when length is 0 - yields a partition consisting of only singletons /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/compact_spec.rb Array#compact - returns a copy of array with all nil elements removed - does not return self - returns subclass instance for Array subclasses - keeps tainted status even if all elements are removed - keeps untrusted status even if all elements are removed Array#compact! - removes all nil elements - returns self if some nil elements are removed - returns nil if there are no nil elements to remove - keeps tainted status even if all elements are removed - keeps untrusted status even if all elements are removed - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/comparison_spec.rb Array#<=> - calls <=> left to right and return first non-0 result - returns 0 if the arrays are equal - returns -1 if the array is shorter than the other array - returns +1 if the array is longer than the other array - returns -1 if the arrays have same length and a pair of corresponding elements returns -1 for <=> - returns +1 if the arrays have same length and a pair of corresponding elements returns +1 for <=> - properly handles recursive arrays - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/concat_spec.rb Array#concat - returns the array itself - appends the elements in the other array - does not loop endlessly when argument is self - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses - raises a RuntimeError when Array is frozen and modification occurs - raises a RuntimeError when Array is frozen and no modification occurs (FAILED - 1) - keeps tainted status - is not infected by the other - keeps the tainted status of elements - keeps untrusted status - is not infected untrustedness by the other - keeps the untrusted status of elements /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/constructor_spec.rb Array.[] - returns a new array populated with the given elements Array[] - is a synonym for .[] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/count_spec.rb Array#count - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/cycle_spec.rb Array#cycle - returns nil and does nothing for non positive n or empty arrays - cycle as many times as requested - loop indefinitely if no n - yields successive elements of the array repeatedly /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/delete_at_spec.rb Array#delete_at - removes the element at the specified index - returns the removed element at the specified index - returns nil and makes no modification if the index is out of range - tries to convert the passed argument to an Integer using #to_int - accepts negative indices - raises a RuntimeError on a frozen array - keeps tainted status - keeps untrusted status /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/delete_if_spec.rb Array#delete_if - removes each element for which block returns true - returns self - returns an Enumerator if no block given - returns self when called on an Array emptied with #shift - returns an Enumerator if no block given, and the enumerator can modify the original array - raises a RuntimeError on a frozen array - keeps tainted status - keeps untrusted status /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/delete_spec.rb Array#delete - removes elements that are #== to object - calculates equality correctly for reference values - returns object or nil if no elements match object - may be given a block that is executed if no element matches object - raises a RuntimeError on a frozen array - keeps tainted status - keeps untrusted status /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/drop_spec.rb Array#drop - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/drop_while_spec.rb Array#drop_while - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/dup_spec.rb Array#dup - returns an Array or a subclass instance - produces a shallow copy where the references are directly copied - creates a new array containing all elements or the original - copies taint status from the original - copies untrusted status from the original - does not copy frozen status from the original - does not copy singleton methods /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/each_index_spec.rb Array#each_index - passes the index of each element to the block - returns self - returns an Enumerator if no block given /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/each_spec.rb Array#each - yields each element to the block - yields each element to a block that takes multiple arguments - returns an Enumerator if no block given /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/element_reference_spec.rb Array#[] - returns the element at index with [index] - returns the element at index from the end of the array with [-index] - return count elements starting from index with [index, count] - returns count elements starting at index from the end of array with [-index, count] - returns the first count elements with [0, count] - returns the subarray which is independent to self with [index,count] - tries to convert the passed argument to an Integer using #to_int - returns the elements specified by Range indexes with [m..n] - returns elements specified by Range indexes except the element at index n with [m...n] - returns elements that exist if range start is in the array but range end is not with [m..n] - accepts Range instances having a negative m and both signs for n with [m..n] and [m...n] - returns the subarray which is independent to self with [m..n] - tries to convert Range elements to Integers using #to_int with [m..n] and [m...n] - returns the same elements as [m..n] and [m...n] with Range subclasses - returns nil for a requested index not in the array with [index] - returns [] if the index is valid but length is zero with [index, length] - returns nil if length is zero but index is invalid with [index, length] - returns [] if index == array.size with [index, length] - returns nil if index > array.size with [index, length] - returns nil if length is negative with [index, length] - returns nil if no requested index is in the array with [m..n] - returns nil if range start is not in the array with [m..n] - returns an empty array when m == n with [m...n] - returns an empty array with [0...0] - returns a subarray where m, n negatives and m < n with [m..n] - returns an array containing the first element with [0..0] - returns the entire array with [0..-1] - returns all but the last element with [0...-1] - returns [3] for [2..-1] out of [1, 2, 3] - returns an empty array when m > n and m, n are positive with [m..n] - returns an empty array when m > n and m, n are negative with [m..n] - does not expand array when the indices are outside of the array bounds - raises a RangeError when the start index is out of range of Fixnum - raises a RangeError when the length is out of range of Fixnum Array#[] with a subclass of Array - returns a subclass instance with [n, m] - returns a subclass instance with [-n, m] - returns a subclass instance with [n..m] - returns a subclass instance with [n...m] - returns a subclass instance with [-n..-m] - returns a subclass instance with [-n...-m] - returns an empty array when m == n with [m...n] - returns an empty array with [0...0] - returns an empty array when m > n and m, n are positive with [m..n] - returns an empty array when m > n and m, n are negative with [m..n] - returns [] if index == array.size with [index, length] - returns [] if the index is valid but length is zero with [index, length] - does not call #initialize on the subclass instance Array.[] - [] should return a new array populated with the given elements - when applied to a literal nested array, unpacks its elements into the containing array - when applied to a nested referenced array, unpacks its elements into the containing array - can unpack 2 or more nested referenced array - constructs a nested Hash for tailing key-value pairs Array.[] with a subclass of Array - returns an instance of the subclass - does not call #initialize on the subclass instance /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/element_set_spec.rb Array#[]= - sets the value of the element at index - sets the section defined by [start,length] to other - replaces the section defined by [start,length] with the given values - just sets the section defined by [start,length] to other even if other is nil - returns nil if the rhs is nil - sets the section defined by range to other - replaces the section defined by range with the given values - just sets the section defined by range to other even if other is nil - calls to_int on its start and length arguments - sets elements in the range arguments when passed ranges - inserts the given elements with [range] which the range is zero-width - inserts the given elements with [start, length] which length is zero - inserts the given elements with [range] which the range has negative width - just inserts nil if the section defined by range is zero-width and the rhs is nil - just inserts nil if the section defined by range has negative width and the rhs is nil - does nothing if the section defined by range is zero-width and the rhs is an empty array - does nothing if the section defined by range has negative width and the rhs is an empty array - tries to convert Range elements to Integers using #to_int with [m..n] and [m...n] - raises an IndexError when passed indexes out of bounds - calls to_ary on its rhs argument for multi-element sets - does not call to_ary on rhs array subclasses for multi-element sets - raises a RuntimeError on a frozen array Array#[]= with [index] - returns value assigned if idx is inside array - returns value assigned if idx is right beyond right array boundary - returns value assigned if idx far beyond right array boundary - sets the value of the element at index - sets the value of the element if it is right beyond the array boundary Array#[]= with [index, count] - returns non-array value if non-array value assigned - returns array if array assigned - just sets the section defined by [start,length] to nil even if the rhs is nil - just sets the section defined by [start,length] to nil if negative index within bounds, cnt > 0 and the rhs is nil - replaces the section defined by [start,length] to other - replaces the section to other if idx < 0 and cnt > 0 - replaces the section to other even if cnt spanning beyond the array boundary - pads the Array with nils if the span is past the end - inserts other section in place defined by idx - raises an IndexError when passed start and negative length Array#[]= with [m..n] - returns non-array value if non-array value assigned - returns array if array assigned - just sets the section defined by range to nil even if the rhs is nil - just sets the section defined by range to nil if m and n < 0 and the rhs is nil - replaces the section defined by range - replaces the section if m and n < 0 - replaces the section if m < 0 and n > 0 - inserts the other section at m if m > n - accepts Range subclasses Array#[] after a shift - works for insertion /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/empty_spec.rb Array#empty? - returns true if the array has no elements /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/eql_spec.rb Array#eql? - returns true if other is the same array - returns true if corresponding elements are #eql? - returns false if other is shorter than self - returns false if other is longer than self - returns false immediately when sizes of the arrays differ - does not call #to_ary on its argument - does not call #to_ary on Array subclasses - ignores array class differences - returns false if any corresponding elements are not #eql? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/equal_value_spec.rb Array#== - returns true if other is the same array - returns true if corresponding elements are #eql? - returns false if other is shorter than self - returns false if other is longer than self - returns false immediately when sizes of the arrays differ - does not call #to_ary on its argument - does not call #to_ary on Array subclasses - ignores array class differences - compares with an equivalent Array-like object using #to_ary - returns false if any corresponding elements are not #== - returns true if corresponding elements are #== - returns false for [NaN] == [NaN] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/fetch_spec.rb Array#fetch - returns the element at the passed index - counts negative indices backwards from end - raises an IndexError if there is no element at index - returns default if there is no element at index if passed a default value - returns the value of block if there is no element at index if passed a block - passes the original index argument object to the block, not the converted Integer - gives precedence to the default block over the default argument - tries to convert the passed argument to an Integer using #to_int - raises a TypeError when the passed argument can't be coerced to Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/fill_spec.rb Array#fill - returns self - is destructive - does not replicate the filler - replaces all elements in the array with the filler if not given a index nor a length - replaces all elements with the value of block (index given to block) - raises a RuntimeError on a frozen array - raises an ArgumentError if 4 or more arguments are passed when no block given - raises an ArgumentError if no argument passed and no block given - raises an ArgumentError if 3 or more arguments are passed when a block given Array#fill with (filler, index, length) - replaces length elements beginning with the index with the filler if given an index and a length - replaces length elements beginning with the index with the value of block - replaces all elements after the index if given an index and no length - replaces all elements after the index if given an index and nil as a length - replaces the last (-n) elements if given an index n which is negative and no length - replaces the last (-n) elements if given an index n which is negative and nil as a length - makes no modifications if given an index greater than end and no length - makes no modifications if given an index greater than end and nil as a length - replaces length elements beginning with start index if given an index >= 0 and a length >= 0 - increases the Array size when necessary - pads between the last element and the index with nil if given an index which is greater than size of the array - replaces length elements beginning with the (-n)th if given an index n < 0 and a length > 0 - starts at 0 if the negative index is before the start of the array - makes no modifications if the given length <= 0 - does not raise an exception if the given length is negative and its absolute value does not exceed the index - does not raise an exception even if the given length is negative and its absolute value exceeds the index - tries to convert the second and third arguments to Integers using #to_int - raises a TypeError if the index is not numeric - raises an ArgumentError or RangeError for too-large sizes Array#fill with (filler, range) - replaces elements in range with object - replaces all elements in range with the value of block - increases the Array size when necessary - raises a TypeError with range and length argument - replaces elements between the (-m)th to the last and the (n+1)th from the first if given an range m..n where m < 0 and n >= 0 - replaces elements between the (-m)th and (-n)th to the last if given an range m..n where m < 0 and n < 0 - replaces elements between the (m+1)th from the first and (-n)th to the last if given an range m..n where m >= 0 and n < 0 - makes no modifications if given an range which implies a section of zero width - makes no modifications if given an range which implies a section of negative width - raise an exception if some of the given range lies before the first of the array - tries to convert the start and end of the passed range to Integers using #to_int - raises a TypeError if the start or end of the passed range is not numeric /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/find_index_spec.rb Array#find_index - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/first_spec.rb Array#first - returns the first element - returns nil if self is empty - returns the first count elements if given a count - returns an empty array when passed count on an empty array - returns an empty array when passed count == 0 - returns an array containing the first element when passed count == 1 - raises an ArgumentError when count is negative - returns the entire array when count > length - returns an array which is independent to the original when passed count - properly handles recursive arrays - tries to convert the passed argument to an Integer using #to_int - raises a TypeError if the passed argument is not numeric - does not return subclass instance when passed count on Array subclasses - is not destructive /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/flatten_spec.rb Array#flatten - returns a one-dimensional flattening recursively - takes an optional argument that determines the level of recursion - returns dup when the level of recursion is 0 - ignores negative levels - tries to convert passed Objects to Integers using #to_int - raises a TypeError when the passed Object can't be converted to an Integer - does not call flatten on elements - raises an ArgumentError on recursive arrays - flattens any element which responds to #to_ary, using the return value of said method - returns subclass instance for Array subclasses - is not destructive Array#flatten! - modifies array to produce a one-dimensional flattening recursively - returns self if made some modifications - returns nil if no modifications took place - takes an optional argument that determines the level of recursion - treats negative levels as no arguments - tries to convert passed Objects to Integers using #to_int - raises a TypeError when the passed Object can't be converted to an Integer - does not call flatten! on elements - raises an ArgumentError on recursive arrays - flattens any elements which responds to #to_ary, using the return value of said method - raises a RuntimeError on frozen arrays when the array is modified - raises a RuntimeError on frozen arrays when the array would not be modified (FAILED - 2) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/frozen_spec.rb Array#frozen? - returns true if array is frozen - returns false for an array being sorted by #sort! - returns false for an array being sorted by #sort /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/hash_spec.rb Array#hash - returns the same fixnum for arrays with the same content - properly handles recursive arrays - calls to_int on result of calling hash on each element - ignores array class differences - returns same hash code for arrays with the same content - returns the same value if arrays are #eql? /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/include_spec.rb Array#include? - returns true if object is present, false otherwise - determines presence by using element == obj - calls == on elements from left to right until success /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/index_spec.rb Array#index - returns the index of the first element == to object - returns 0 if first element == to object - returns size-1 if only last element == to object - returns nil if no element == to object - accepts a block instead of an argument - ignore the block if there is an argument /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/indexes_spec.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/indices_spec.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/initialize_copy_spec.rb Array#initialize_copy - is private - replaces the elements with elements from other array - properly handles recursive arrays - returns self - does not make self dependent to the original array - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/initialize_spec.rb Array#initialize - is private - is called on subclasses - preserves the object's identity even when changing its value - raise an ArgumentError if passed 3 or more arguments - raises a RuntimeError on frozen arrays Array#initialize with no arguments - makes the array empty - does not use the given block Array#initialize with (array) - replaces self with the other array - does not use the given block - calls #to_ary to convert the value to an array - does not call #to_ary on instances of Array or subclasses of Array - raises a TypeError if an Array type argument and a default object Array#initialize with (size, object=nil) - sets the array to size and fills with the object - sets the array to size and fills with nil when object is omitted - raises an ArgumentError if size is negative - raises an ArgumentError if size is too large - calls #to_int to convert the size argument to an Integer when object is given - calls #to_int to convert the size argument to an Integer when object is not given - raises a TypeError if the size argument is not an Integer type - yields the index of the element and sets the element to the value of the block - uses the block value instead of using the default value - returns the value passed to break - sets the array to the values returned by the block before break is executed /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/insert_spec.rb Array#insert - returns self - inserts objects before the element at index for non-negative index - appends objects to the end of the array for index == -1 - inserts objects after the element at index with negative index - pads with nils if the index to be inserted to is past the end - can insert before the first element with a negative index - raises an IndexError if the negative index is out of bounds - does nothing of no object is passed - tries to convert the passed position argument to an Integer using #to_int - raises an ArgumentError if no argument passed - raises a RuntimeError on frozen arrays when the array is modified - raises a RuntimeError on frozen arrays when the array would not be modified (FAILED - 3) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/inspect_spec.rb Array#inspect - returns a string - calls inspect on its elements - handles recursive arrays /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/intersection_spec.rb Array#& - creates an array with elements common to both arrays (intersection) - creates an array with no duplicates - creates an array with elements in order they are first encountered - does not modify the original Array - tries to convert the passed argument to an Array using #to_ary - determines equivalence between elements in the sense of eql? - does return subclass instances for Array subclasses - does not call to_ary on array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/join_spec.rb Array#join - returns an empty string if the Array is empty - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 4) - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 5) - raises a NoMethodError if an element does not respond to #to_s - uses the same separator with nested arrays - tries to convert the passed separator to a String using #to_str - raises an ArgumentError when the Array is recursive (FAILED - 6) - does not consider taint of either the array or the separator when the array is empty - returns a string which would be infected with taint of the array, its elements or the separator when the array is not empty - does not consider untrustworthiness of either the array or the separator when the array is empty - returns a string which would be infected with untrustworthiness of the array, its elements or the separator when the array is not empty - does not separates elements when the passed separator is nil - uses $, as the default separator (which defaults to nil) - does not process the separator if the array is empty - calls #to_str to convert the separator to a String - raises a TypeError if the separator cannot be coerced to a String by calling #to_str /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb Array#keep_if - returns the same array if no changes were made (ERROR - 7) - deletes elements for which the block returns a false value (ERROR - 8) - returns an enumerator if no block is given (ERROR - 9) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/last_spec.rb Array#last - returns the last element - returns nil if self is empty - returns the last count elements if given a count - returns an empty array when passed a count on an empty array - returns an empty array when count == 0 - returns an array containing the last element when passed count == 1 - raises an ArgumentError when count is negative - returns the entire array when count > length - returns an array which is independent to the original when passed count - properly handles recursive arrays - tries to convert the passed argument to an Integer usinig #to_int - raises a TypeError if the passed argument is not numeric - does not return subclass instance on Array subclasses - is not destructive /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/length_spec.rb Array#length - returns the number of elements - properly handles recursive arrays /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/map_spec.rb Array#map - returns a copy of array with each element replaced by the value returned by block - does not return subclass instance - does not change self - returns the evaluated value of block if it broke in the block - returns an Enumerator when no block given - does not copy tainted status - does not copy untrusted status Array#map! - replaces each element with the value returned by block - returns self - returns the evaluated value of block but its contents is partially modified, if it broke in the block - returns an Enumerator when no block given, and the enumerator can modify the original array - keeps tainted status - keeps untrusted status - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/minus_spec.rb Array#- - creates an array minus any items from other array - removes multiple items on the lhs equal to one on the rhs - properly handles recursive arrays - tries to convert the passed arguments to Arrays using #to_ary - raises a TypeError if the argument cannot be coerced to an Array by calling #to_ary - does not return subclass instance for Array subclasses - does not call to_ary on array subclasses - acts as if using an intermediate hash to collect values - is not destructive /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/multiply_spec.rb Array#* - tries to convert the passed argument to a String using #to_str - tires to convert the passed argument to an Integer using #to_int - raises a TypeError if the argument can neither be converted to a string nor an integer - converts the passed argument to a String rather than an Integer - raises a TypeError is the passed argument is nil - raises an ArgumentError when passed 2 or more arguments - raises an ArgumentError when passed no arguments Array#* with an integer - concatenates n copies of the array when passed an integer - does not return self even if the passed integer is 1 - properly handles recursive arrays - raises an ArgumentError when passed a negative integer - copies the taint status of the original array even if the passed count is 0 - copies the taint status of the original array even if the array is empty - copies the taint status of the original array if the passed count is not 0 - copies the untrusted status of the original array even if the passed count is 0 - copies the untrusted status of the original array even if the array is empty - copies the untrusted status of the original array if the passed count is not 0 Array#* with an integer with a subclass of Array - returns a subclass instance - does not call #initialize on the subclass instance Array#* with a string - returns an empty string if the Array is empty - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 10) - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 11) - raises a NoMethodError if an element does not respond to #to_s - uses the same separator with nested arrays - tries to convert the passed separator to a String using #to_str - raises an ArgumentError when the Array is recursive (FAILED - 12) - does not consider taint of either the array or the separator when the array is empty - returns a string which would be infected with taint of the array, its elements or the separator when the array is not empty - does not consider untrustworthiness of either the array or the separator when the array is empty - returns a string which would be infected with untrustworthiness of the array, its elements or the separator when the array is not empty /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/new_spec.rb Array.new - returns an instance of Array - returns an instance of a subclass - raise an ArgumentError if passed 3 or more arguments Array.new with no arguments - returns an empty array - does not use the given block Array.new with (array) - returns an array initialized to the other array - does not use the given block - calls #to_ary to convert the value to an array - does not call #to_ary on instances of Array or subclasses of Array - raises a TypeError if an Array type argument and a default object Array.new with (size, object=nil) - returns an array of size filled with object - returns an array of size filled with nil when object is omitted - raises an ArgumentError if size is negative - raises an ArgumentError if size is too large - calls #to_int to convert the size argument to an Integer when object is given - calls #to_int to convert the size argument to an Integer when object is not given - raises a TypeError if the size argument is not an Integer type - yields the index of the element and sets the element to the value of the block - uses the block value instead of using the default value - returns the value passed to break /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/nitems_spec.rb /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/c_spec.rb Array#pack with format 'C' - encodes the least significant eight bits of a positive number - encodes the least significant eight bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - raises ArgumentError when the format modifier is '_' - raises ArgumentError when the format modifier is '!' Array#pack with format 'c' - encodes the least significant eight bits of a positive number - encodes the least significant eight bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - raises ArgumentError when the format modifier is '_' - raises ArgumentError when the format modifier is '!' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/i_spec.rb Array#pack with format 'I' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'i' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'I' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'I' with modifier '_' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Array#pack with format 'I' with modifier '!' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Array#pack with format 'i' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'i' with modifier '_' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Array#pack with format 'i' with modifier '!' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/l_spec.rb Array#pack with format 'L' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'l' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'L' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'l' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'L' with modifier '_' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'L' with modifier '!' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'l' with modifier '_' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'l' with modifier '!' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/n_spec.rb Array#pack with format 'N' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'n' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/q_spec.rb Array#pack with format 'Q' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'q' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'Q' - encodes the least significant 64 bits of a positive number - encodes the least significant 64 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'q' - encodes the least significant 64 bits of a positive number - encodes the least significant 64 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/s_spec.rb Array#pack with format 'S' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 's' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'S' - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'S' with modifier '_' - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'S' with modifier '!' - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 's' - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 's' with modifier '_' - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 's' with modifier '!' - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/v_spec.rb Array#pack with format 'V' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'v' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - encodes the least significant 16 bits of a positive number - encodes the least significant 16 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack_spec.rb Array#pack - returns a String - raises an ArgumentError with ('%') - raises an ArgumentError on empty array - sequentially processes each pack format, which consumes element in the array, and finally concatenates their result - just ignores unknown format - ignores white spaces - treats a white space as a separator of formats - skips everything till the end of line (LF) string with ('#') - returns a tainted string when the format is tainted - returns a tainted string when the format is tainted even if the given format is empty - returns a tainted string when a pack argument is tainted - returns a not tainted string even if the array is tainted - returns a untrusted string when the format is untrusted - returns a untrusted string when the format is untrusted even if the given format is empty - returns a untrusted string when a pack argument is untrusted - returns a trusted string even if the array is untrusted - returns a string in encoding of common to the concatenated results - reuses last array element as often as needed to complete the string Array#pack with the empty format - returns an empty string - returns an empty String in US-ASCII Array#pack with format 'A' - returns a String - cuts string if its size greater than directive count - considers count = 1 if count omited - returns empty string if count = 0 with - returns the whole argument string with star parameter - comsumres only one array item per a format - tries to convert the pack argument to a String using #to_str - raises a TypeError if array item is not String with ('A') - treats a multibyte character just as a byte sequence - returns result in ASCII-8BIT - cuts byte sequence even if it breaks a multibyte character - returns space padded string Array#pack with format 'a' - returns a String - cuts string if its size greater than directive count - considers count = 1 if count omited - returns empty string if count = 0 with - returns the whole argument string with star parameter - comsumres only one array item per a format - tries to convert the pack argument to a String using #to_str - raises a TypeError if array item is not String with ('A') - treats a multibyte character just as a byte sequence - returns result in ASCII-8BIT - cuts byte sequence even if it breaks a multibyte character - returns null padded string with ('a') Array#pack with format 'Z' - returns a String - cuts string if its size greater than directive count - considers count = 1 if count omited - returns empty string if count = 0 with - returns the whole argument string with star parameter - comsumres only one array item per a format - tries to convert the pack argument to a String using #to_str - raises a TypeError if array item is not String with ('A') - treats a multibyte character just as a byte sequence - returns result in ASCII-8BIT - cuts byte sequence even if it breaks a multibyte character - returns null padded string with ('a') Array#pack with format 'B' - returns packed bit-string descending order - accepts characters other than 0 or 1 for compatibility to perl - treats the pack argument as a byte sequence when its characters are other than 0 or 1 - conversion edge case: all zeros - conversion edge case: all ones - conversion edge case: left one - conversion edge case: right one - conversion edge case: edge sequences not in first char - uses zeros if count is not multiple of 8 - returns zero-char for each 2 of count that greater than string length - returns extra zero char if count is odd and greater than string length - starts new char if string is ended before char's 8 bits - considers count = 1 if no explicit count it given - returns empty string if count = 0 - uses argument string length as count if count = * - consumes only one array item per a format - raises a TypeError if corresponding array item is not String - returns an ASCII-8BIT string Array#pack with format 'b' - returns packed bit-string descending order - conversion edge case: all zeros - conversion edge case: all ones - conversion edge case: left one - conversion edge case: right one - conversion edge case: edge sequences not in first char - accepts characters other than 0 or 1 for compatibility to perl - treats the pack argument as a byte sequence when its characters are other than 0 or 1 - uses zeros if count is not multiple of 8 - returns zero-char for each 2 of count that greater than string length - returns extra zero char if count is odd and greater than string length - starts new char if argument string is ended before char's 8 bits - considers count = 1 if no explicit count it given - returns empty string if count = 0 - uses argument string length as count if count = * - consumes only one array item per a format - raises a TypeError if corresponding array item is not String - returns an ASCII-8BIT string Array#pack with format 'H' - encodes hexadecimal digits to byte sequence in the order of high-nibble first - ignores rest of the pack argument when the argument is too long - fills low-nibble of the last byte with 0 when count is odd - fills the rest bytes with 0 if pack argument has insufficient length - fills low-nibble of the last byte with 0 when count is odd even if pack argument has insufficient length - considers count = 1 if count omited - returns empty string if count = 0 with - returns the whole argument string with star parameter - consumes only one array item per a format - tries to convert the pack argument to a String using #to_str - returns an ASCII-8BIT string Array#pack with format 'h' - encodes hexadecimal digits to byte sequence in the order of low-nibble first - ignores rest of the pack argument when the argument is too long - fills low-nibble of the last byte with 0 when count is odd - fills the rest bytes with 0 if pack argument has insufficient length - fills high-nibble of the last byte with 0 when count is odd even if pack argument has insufficient length - considers count = 1 if count omited - returns empty string if count = 0 with - returns the whole argument string with star parameter - consumes only one array item per a format - tries to convert the pack argument to a String using #to_str - returns an ASCII-8BIT string Array#pack with format 'C' - returns a string with byte of appropriate number - regards negative values as 2's complement in order to converts it to positive - reduces value to fit in byte - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string - raises ArgumentError when tails suffix '_' - raises ArgumentError when tails suffix '!' Array#pack with format 'c' - returns a string with byte of appropriate number - regards negative values as 2's complement in order to converts it to positive - reduces value to fit in byte - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string - raises ArgumentError when tails suffix '_' - raises ArgumentError when tails suffix '!' Array#pack with format 'n' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - tries to convert the pack argument to an Integer using #to_int - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string - raises ArgumentError when tails suffix '_' - raises ArgumentError when tails suffix '!' Array#pack with format 'v' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string - raises ArgumentError when tails suffix '_' - raises ArgumentError when tails suffix '!' Array#pack with format 'N' - returns a string containing 4 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string - raises ArgumentError when tails suffix '_' - raises ArgumentError when tails suffix '!' Array#pack with format 'V' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string - raises ArgumentError when tails suffix '_' - raises ArgumentError when tails suffix '!' Array#pack with format 's' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'S' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'l' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'L' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'q' - returns a string containing 8 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**64 - drops higher bytes when a pack argument is < -2**64 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'Q' - returns a string containing 8 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**64 - drops higher bytes when a pack argument is < -2**64 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 's!' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 's_' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'S!' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'S_' - returns a string containing 2 bytes for an integer - regards negative values as 2's complement in order to converts it to positive - drops higher bytes when a pack argument is >= 2**16 - drops higher bytes when a pack argument is < -2**16 - does not raise a RangeError even when a pack argument is >= 2**32 - does not raise a RangeError even when a pack argument is <= -2**32 - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'i' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'i!' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'i_' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'I' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'I!' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'I_' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'l!' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'l_' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'L!' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'L_' - returns a string containing 4 bytes for an integer - drops higher bytes when a pack argument is >= 2**32 - drops higher bytes when a pack argument is < -2**32 - regards negative values as 2's complement in order to converts it to positive - tries to convert the pack argument to an Integer using #to_int - raises a TypeError if a pack argument can't be coerced to Integer - processes count number of array elements if count given - returns empty string if count = 0 - with star parameter processes all remaining array items - raises an ArgumentError if count is greater than array elements left - returns an ASCII-8BIT string Array#pack with format 'f' - consumes as many Floats as specified - tries to convert the pack argument to a Float using #to_f - accepts an integer as the pack argument - does not raise an error even if passed a integer which is too large to cast into float value - raises a TypeError if corresponding array item is not Float - returns a ASCII-8BIT string - returns a string with length 4 - accepts the positive zero - accepts the negative zero - accepts a positive value - accepts a negative value - accepts the positive infinity - accepts the negative infinity - accepts a NaN Array#pack with format 'd' - consumes as many Floats as specified - tries to convert the pack argument to a Float using #to_f - accepts an integer as the pack argument - does not raise an error even if passed a integer which is too large to cast into float value - raises a TypeError if corresponding array item is not Float - returns a ASCII-8BIT string - returns a string with length 8 - accepts the positive zero - accepts the negative zero - accepts a positive value - accepts a negative value - accepts the positive infinity - accepts the negative infinity - accepts a NaN Array#pack with format 'e' - consumes as many Floats as specified - tries to convert the pack argument to a Float using #to_f - accepts an integer as the pack argument - does not raise an error even if passed a integer which is too large to cast into float value - raises a TypeError if corresponding array item is not Float - returns a ASCII-8BIT string - returns a string with length 4 - accepts the positive zero - accepts the negative zero - accepts a positive value - accepts a negative value - accepts the positive infinity - accepts the negative infinity - accepts a NaN Array#pack with format 'E' - consumes as many Floats as specified - tries to convert the pack argument to a Float using #to_f - accepts an integer as the pack argument - does not raise an error even if passed a integer which is too large to cast into float value - raises a TypeError if corresponding array item is not Float - returns a ASCII-8BIT string - returns a string with length 8 - accepts the positive zero - accepts the negative zero - accepts a positive value - accepts a negative value - accepts the positive infinity - accepts the negative infinity - accepts a NaN Array#pack with format 'g' - consumes as many Floats as specified - tries to convert the pack argument to a Float using #to_f - accepts an integer as the pack argument - does not raise an error even if passed a integer which is too large to cast into float value - raises a TypeError if corresponding array item is not Float - returns a ASCII-8BIT string - returns a string with length 4 - accepts the positive zero - accepts the negative zero - accepts a positive value - accepts a negative value - accepts the positive infinity - accepts the negative infinity - accepts a NaN - keeps order of nonnegative real numbers - reverses order of nonpositive real numbers Array#pack with format 'G' - consumes as many Floats as specified - tries to convert the pack argument to a Float using #to_f - accepts an integer as the pack argument - does not raise an error even if passed a integer which is too large to cast into float value - raises a TypeError if corresponding array item is not Float - returns a ASCII-8BIT string - returns a string with length 8 - accepts the positive zero - accepts the negative zero - accepts a positive value - accepts a negative value - accepts the positive infinity - accepts the negative infinity - accepts a NaN - keeps order of nonnegative real numbers - reverses order of nonpositive real numbers Array#pack with format 'M' - encodes string with Quoted Printable encoding - doesn't encode new line chars - always appends soft line break at the end of encoded string - appends soft line break after each 72 chars + 1 encoded char in encoded string by default - appends soft line break after each specified number of chars + 1 encoded char in encoded string for the specified number > 1 - appends soft line break after each 72 chars + 1 encoded char in encoded string for the specified count is 1 - appends soft line break after each 72 chars + 1 encoded char in encoded string for the specified count is 0 - doesn't quote chars 32..60 and 62..126 - quotes chars by adding equal sign and char's hex value - quotes equal sign - doesn't quote \t char - returns empty string if source string is empty - calls #to_s on object to convert to string - does not check whether the pack argument responds to #to_s before call #to_s - comsumres only one array item per a format - ignores star parameter - properly handles recursive arrays - returns an US-ASCII string Array#pack with format 'm' - encodes string with Base64 encoding - converts series of 3-char sequences into four 4-char sequences - fills chars with non-significant bits with '=' sign - appends newline at the end of result string - appends newline whenever after consumes 45 bytes by default - appends newline whenever after consumes [number/3]*3 of bytes for the specified number > 2, where [x] is the floor function - ignores line length parameter if it is 1 or 2 - does not append newline if line length parameter is 0 - comsumres only one array item per a format - ignores star parameter - encodes 6-bit char less than 26 with capital letters - encodes 6-bit char from 26 to 51 with lowercase letters - encodes 6-bit char 62 with '+' - encodes 6-bit char 63 with '/' - returns empty string if source string is empty - tries to convert the pack argument to a String using #to_str - raises a TypeError if corresponding array item is not string - returns an US-ASCII string Array#pack with format 'U' - regards a integer as a Unicode codepoint and encodes into UTF-8 byte sequence - raises an ArgumentError if count is greater than array elements left - raises RangeError when a pack argument is negative - raises RangeError when a pack argument >= 2**32 - may accept a pack argument > max of Unicode codepoint - only takes as many elements as specified after ('U') - returns a UTF-8 string Array#pack with format 'u' - encodes string with UU-encoding - converts series of 3-char sequences into four 4-char sequences - appends zero-chars to source string if string length is not multiple of 3 - appends newline at the end of result string - appends newline whenever after consumes 45 bytes by default - prepends encoded line length to each line with ('u') - appends newline whenever after consumes [number/3]*3 of bytes for the specified number > 2, where [x] is the floor function - ignores line length parameter if it is < 3 - comsumres only one array item per a format - ignores star parameter - encodes 6-bit char with another char starting from char 32 with ('u') - replaces spaces in encoded string with grave accent (`) char with ('u') - returns empty string if source string is empty with ('u') - tries to convert the pack argument to a String using #to_str - raises a TypeError if corresponding array item is not string - returns an US-ASCII string Array#pack with format 'w' - converts to BER-compressed integer - raises ArgumentError when a pack argument is negative - raises an ArgumentError if the count is greater than the number of remaining array elements - calls to_int on non-integer values before packing - raises TypeError on nil and non-numeric arguments - returns an ASCII-8BIT string Array#pack with format 'X' - decreases result string by one byte - with count decreases result string by count bytes - with zero count doesn't change result string - treats start parameter as zero count - raises an ArgumentError if count greater than already generated string length - raises an ArgumentError if it is first directive - doesn't increment the array index count - returns an ASCII 8-bit String - doesn't care if it breaks a character Array#pack with '@' - moves the end of result string into the specified position by offset from head - fills blank with NUL bytes if the position exceeds the end of string - concatenates successing formats at the position '@' moves it into - does not recover lost bytes when shorten the string and then extends it again - is able to work with 'X' - returns a String in ASCII 8-bit - doesn't care even if breaks a character Array#pack with format 'x' - returns NUL-byte string - returns string of count zero chars with count - returns empty string with count == 0 - behaves like with count == 0 with star parameter - doesn't increment the array index count - returns an US-ASCII string String#unpack with 'w' directive - produces a BER-compressed integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/partition_spec.rb Array#partition - returns two arrays - returns in the left array values for which the block evaluates to true - properly handles recursive arrays - does not return subclass instances on Array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/permutation_spec.rb Array#permutation - returns an Enumerator of all permutations when called without a block or arguments - returns an Enumerator of permutations of given length when called with an argument but no block - yields all permutations to the block then returns self when called with block but no arguments - yields all permutations of given length to the block then returns self when called with block and argument - returns the empty permutation ([[]]) when the given length is 0 - returns the empty permutation([]) when called on an empty Array - returns no permutations when the given length has no permutations - handles duplicate elements correctly - handles nested Arrays correctly - truncates Float arguments - returns an Enumerator which works as expected even when the array was modified /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/plus_spec.rb Array#+ - concatenates two arrays - can concatenate an array with itself - tries to convert the passed argument to an Array using #to_ary - properly handles recursive arrays - does return subclass instances with Array subclasses - does not call to_ary on array subclasses - does not get infected even if an original array is tainted - does not infected even if an original array is untrusted /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pop_spec.rb Array#pop - removes and returns the last element of the array - returns nil if there are no more elements - properly handles recursive arrays - keeps taint status - raises a RuntimeError on a frozen array - keeps untrusted status Array#pop passed a number n as an argument - removes and returns an array with the last n elements of the array - returns an array with the last n elements even if shift was invoked - returns a new empty array if there are no more elements - returns whole elements if n exceeds size of the array - does not return self even when it returns whole elements - raises an ArgumentError if n is negative - tries to convert n to an Integer using #to_int - raises a TypeError when the passed n can be coerced to Integer - raises an ArgumentError if more arguments are passed - does not return subclass instances with Array subclass - returns an untainted array even if the array is tainted - keeps taint status - returns a trusted array even if the array is untrusted - raises a RuntimeError on a frozen array - keeps untrusted status /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/product_spec.rb Array#product - returns converted arguments using :to_ary - returns the expected result - has no required argument - returns an empty array when the argument is an empty array Array#product when given a block - yields all combinations in turn (FAILED - 13) Array#product when given an empty block - returns self (FAILED - 14) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/push_spec.rb Array#push - appends the arguments to the array - isn't confused by previous shift - properly handles recursive arrays - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/rassoc_spec.rb Array#rassoc - returns the first contained array whose second element is == object - properly handles recursive arrays - calls elem == obj on the second element of each contained array - does not check the last element in each contained but speficically the second /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/reject_spec.rb Array#reject - returns a new array without elements for which block is true - returns self when called on an Array emptied with #shift - properly handles recursive arrays - returns subclass instance on Array subclasses - returns an Enumerator if no block given Array#reject! - removes elements for which block is true - properly handles recursive arrays - returns nil when called on an Array emptied with #shift - returns nil if no changes are made - raises a RuntimeError on a frozen array - returns an Enumerator if no block given /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/repeated_combination_spec.rb Array#repeated_combination - returns an enumerator when no block is provided (ERROR - 15) - returns self when a block is given (ERROR - 16) - yields nothing for negative length and return self (ERROR - 17) - yields the expected repeated_combinations (ERROR - 18) - yields [] when length is 0 (ERROR - 19) - yields nothing when the array is empty and num is non zero (ERROR - 20) - yields a partition consisting of only singletons (ERROR - 21) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/repeated_permutation_spec.rb Array#repeated_permutation - returns an Enumerator of all repeated permutations of given length when called without a block (ERROR - 22) - yields all repeated_permutations to the block then returns self when called with block but no arguments (ERROR - 23) - yields the empty repeated_permutation ([[]]) when the given length is 0 (ERROR - 24) - does not yield when called on an empty Array with a nonzero argument (ERROR - 25) - handles duplicate elements correctly (ERROR - 26) - truncates Float arguments (ERROR - 27) - returns an Enumerator which works as expected even when the array was modified (ERROR - 28) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/replace_spec.rb Array#replace - replaces the elements with elements from other array - properly handles recursive arrays - returns self - does not make self dependent to the original array - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/reverse_each_spec.rb Array#reverse_each - traverses array in reverse order and pass each element to block - returns self - yields only the top level element of an empty recursive arrays - yields only the top level element of a recursive array - returns an Enumerator if no block given /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/reverse_spec.rb Array#reverse - returns a new array with the elements in reverse order - returns subclass instance on Array subclasses - properly handles recursive arrays Array#reverse! - reverses the elements in place - properly handles recursive arrays - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/rindex_spec.rb Array#rindex - returns the first index backwards from the end where element == to object - returns size-1 if last element == to object - returns 0 if only first element == to object - returns nil if no element == to object - properly handles empty recursive arrays - properly handles recursive arrays - accepts a block instead of an argument - ignore the block if there is an argument /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/rotate_spec.rb Array#rotate - returns a copy of the array whose first n elements is moved to the last (ERROR - 29) - returns a copy of the array when the length is one (ERROR - 30) - returns an empty array when self is empty (ERROR - 31) - does not return self (ERROR - 32) - returns subclass instance for Array subclasses (ERROR - 33) Array#rotate! - moves the first n elements to the last and returns self (ERROR - 34) - does nothing and returns self when the length is zero or one (ERROR - 35) - returns self (ERROR - 36) - raises a RuntimeError on a frozen array (FAILED - 37) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/sample_spec.rb Array#sample - selects a random value from the array - returns nil for empty arrays Array#sample passed a number n as an argument - raises ArgumentError for a negative n - returns different random values from the array - tries to convert n to an Integer using #to_int - returns all values with n big enough - returns [] for empty arrays or if n <= 0 - does not return subclass instances with Array subclass /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/select_spec.rb Array#select - returns an Enumerator if no block given - returns a new array of elements for which block is true - does not return subclass instance on Array subclasses - properly handles recursive arrays Array#select! - returns nil if no changes were made in the array (ERROR - 38) - deletes elements for which the block returns a false value (ERROR - 39) - returns an enumerator if no block is given (ERROR - 40) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shift_spec.rb Array#shift - removes and returns the first element - returns nil when the array is empty - properly handles recursive arrays - raises a RuntimeError on a frozen array Array#shift passed a number n as an argument - removes and returns an array with the first n element of the array - does not corrupt the array when shift without arguments is followed by shift with an argument - returns a new empty array if there are no more elements - returns whole elements if n exceeds size of the array - does not return self even when it returns whole elements - raises an ArgumentError if n is negative - tries to convert n to an Integer using #to_int - raises a TypeError when the passed n can be coerced to Integer - raises an ArgumentError if more arguments are passed - does not return subclass instances with Array subclass - returns an untainted array even if the array is tainted - keeps taint status /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shuffle_spec.rb Array#shuffle - returns the same values, in a usually different order - returns subclass instances with Array subclass - is not destructive Array#shuffle! - returns the same values, in a usually different order - raises a RuntimeError on a frozen array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/size_spec.rb Array#size - returns the number of elements - properly handles recursive arrays /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/slice_spec.rb Array#slice! - removes and return the element at index - removes and returns length elements beginning at start - properly handles recursive arrays - calls to_int on start and length arguments - removes and return elements in range - calls to_int on range arguments - does not expand array with indices out of bounds - does not expand array with negative indices out of bounds - raises a RuntimeError on a frozen array Array#slice - returns the element at index with [index] - returns the element at index from the end of the array with [-index] - return count elements starting from index with [index, count] - returns count elements starting at index from the end of array with [-index, count] - returns the first count elements with [0, count] - returns the subarray which is independent to self with [index,count] - tries to convert the passed argument to an Integer using #to_int - returns the elements specified by Range indexes with [m..n] - returns elements specified by Range indexes except the element at index n with [m...n] - returns elements that exist if range start is in the array but range end is not with [m..n] - accepts Range instances having a negative m and both signs for n with [m..n] and [m...n] - returns the subarray which is independent to self with [m..n] - tries to convert Range elements to Integers using #to_int with [m..n] and [m...n] - returns the same elements as [m..n] and [m...n] with Range subclasses - returns nil for a requested index not in the array with [index] - returns [] if the index is valid but length is zero with [index, length] - returns nil if length is zero but index is invalid with [index, length] - returns [] if index == array.size with [index, length] - returns nil if index > array.size with [index, length] - returns nil if length is negative with [index, length] - returns nil if no requested index is in the array with [m..n] - returns nil if range start is not in the array with [m..n] - returns an empty array when m == n with [m...n] - returns an empty array with [0...0] - returns a subarray where m, n negatives and m < n with [m..n] - returns an array containing the first element with [0..0] - returns the entire array with [0..-1] - returns all but the last element with [0...-1] - returns [3] for [2..-1] out of [1, 2, 3] - returns an empty array when m > n and m, n are positive with [m..n] - returns an empty array when m > n and m, n are negative with [m..n] - does not expand array when the indices are outside of the array bounds - raises a RangeError when the start index is out of range of Fixnum - raises a RangeError when the length is out of range of Fixnum Array#slice with a subclass of Array - returns a subclass instance with [n, m] - returns a subclass instance with [-n, m] - returns a subclass instance with [n..m] - returns a subclass instance with [n...m] - returns a subclass instance with [-n..-m] - returns a subclass instance with [-n...-m] - returns an empty array when m == n with [m...n] - returns an empty array with [0...0] - returns an empty array when m > n and m, n are positive with [m..n] - returns an empty array when m > n and m, n are negative with [m..n] - returns [] if index == array.size with [index, length] - returns [] if the index is valid but length is zero with [index, length] - does not call #initialize on the subclass instance /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/sort_by_spec.rb Array#sort_by! - sorts array in place by passing each element to the given block (ERROR - 41) - returns an Enumerator if not given a block (ERROR - 42) - completes when supplied a block that always returns the same result (ERROR - 43) - raises a RuntimeError on a frozen array (FAILED - 44) - returns the specified value when it would break in the given block (ERROR - 45) - makes some modification even if finished sorting when it would break in the given block (ERROR - 46) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/sort_spec.rb Array#sort - returns a new array sorted based on comparing elements with <=> - does not affect the original Array - sorts already-sorted Arrays - sorts reverse-sorted Arrays - sorts Arrays that consist entirely of equal elements - sorts Arrays that consist mostly of equal elements - does not return self even if the array would be already sorted - properly handles recursive arrays - uses #<=> of elements in order to sort - does not deal with exceptions raised by unimplemented or incorrect #<=> - may take a block which is used to determine the order of objects a and b described as -1, 0 or +1 - does not call #<=> on contained objects when invoked with a block - does not call #<=> on elements when invoked with a block even if Array is large (Rubinius #412) - completes when supplied a block that always returns the same result - returns subclass instance on Array subclasses - does not freezes self during being sorted - returns the specified value when it would break in the given block - compares values returned by block with 0 - raises an error if objects can't be compared - handles a large array that has been pruned Array#sort! - sorts array in place using <=> - sorts array in place using block value if a block given - returns self if the order of elements changed - returns self even if makes no modification - properly handles recursive arrays - uses #<=> of elements in order to sort - does not call #<=> on contained objects when invoked with a block - does not call #<=> on elements when invoked with a block even if Array is large (Rubinius #412) - completes when supplied a block that always returns the same result - raises a RuntimeError on a frozen array - ignores any changes of self which would take place during sort!ing - returns the specified value when it would break in the given block - makes some modification even if finished sorting when it would break in the given block /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/take_spec.rb Array#take - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/take_while_spec.rb Array#take_while - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/to_a_spec.rb Array#to_a - returns self - does not return subclass instance on Array subclasses - properly handles recursive arrays /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/to_ary_spec.rb Array#to_ary - returns self - properly handles recursive arrays /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/to_s_spec.rb Array#to_s - is equivalent to Array#inspect - is equivalent to Array#inspect in a recursive array (FAILED - 47) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/transpose_spec.rb Array#transpose - assumes an array of arrays and returns the result of transposing rows and columns - tries to convert the passed argument to an Array using #to_ary - properly handles recursive arrays - raises a TypeError if the passed Argument does not respond to #to_ary - does not call to_ary on array subclass elements - raises an IndexError if the arrays are not of the same length - does not return subclass instance on Array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/try_convert_spec.rb Array.try_convert - returns self for arrays - converts using :to_ary - returns nil when there is no :to_ary - should not rescue errors - checks the result of the conversion /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/union_spec.rb Array#| - returns an array of elements that appear in either array (union) - creates an array with no duplicates - creates an array with elements in order they are first encountered - properly handles recursive arrays - tries to convert the passed argument to an Array using #to_ary - acts as if using an intermediate hash to collect values - does not return subclass instances for Array subclasses - does not call to_ary on array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/uniq_spec.rb Array#uniq - returns an array with no duplicates - properly handles recursive arrays - uses eql? semantics - compares elements first with hash - does not compare elements with different hash codes via eql? - compares elements with matching hash codes with #eql? - returns subclass instance on Array subclasses Array#uniq! - modifies the array in place - returns self - properly handles recursive arrays - returns nil if no changes are made to the array - raises a RuntimeError on a frozen array when the array is modified - raises a RuntimeError on a frozen array when the array would not be modified (FAILED - 48) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/unshift_spec.rb Array#unshift - prepends object to the original array - quietly ignores unshifting nothing - properly handles recursive arrays - raises a RuntimeError on a frozen array when the array is modified - raises a RuntimeError on a frozen array when the array would not be modified (FAILED - 49) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/values_at_spec.rb Array#values_at - returns an array of elements at the indexes when passed indexes - calls to_int on its indices - returns an array of elements in the ranges when passes ranges - properly handles recursive arrays - calls to_int on arguments of ranges when passes ranges - does not return subclass instance on Array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/zip_spec.rb Array#zip - returns an array of arrays containing corresponding elements of each array - fills in missing values with nil - properly handles recursive arrays - calls #to_ary to convert the argument to an Array - calls block if supplied - does not return subclass instance on Array subclasses /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/__send___spec.rb BasicObject#__send__ - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/basic_object_class_spec.rb BasicObject class - has no ancestors - has no superclass - is a class /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/basic_object_spec.rb BasicObject behaves - privately - protectedly - publically /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/basic_object_subclass_spec.rb BasicObject's subclasses behave - privately - protectedly - publically /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/equal_spec.rb BasicObject#equal? - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/equal_value_spec.rb BasicObject#== - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/instance_eval_spec.rb BasicObject#instance_eval - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/instance_exec_spec.rb BasicObject#instance_exec - raises a LocalJumpError unless given a block - has an arity of -1 - accepts arguments with a block - doesn't pass self to the block as an argument - passes any arguments to the block - only binds the exec to the receiver - binds self to the receiver - executes in the context of the receiver - has access to receiver's instance variables - sets class variables in the receiver - raises a TypeError when defining methods on an immediate - raises a TypeError when defining methods on numerics /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/metaclass_spec.rb BasicObject#metaclass - returns the basic object's metaclass - does the job of a metaclass /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/method_missing_spec.rb BasicObject#method_missing - is a private method - is not called when a defined method is called - is called when an undefined method is called - is called when a private method is called - is called when a protected method is called BasicObject#method_missing is undefined - a NoMethodError is raised when an undefined method is called - a NoMethodError is raised when a private method is called - a NoMethodError is raised when a protected method is called BasicObject.method_missing - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/new_spec.rb BasicObject.new - creates a new BasicObject /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/not_equal_spec.rb BasicObject#!= - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/not_spec.rb BasicObject#! - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/singleton_method_added_spec.rb BasicObject#singleton_method_added - is a private method /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/singleton_method_removed_spec.rb BasicObject#singleton_method_removed - is a private method /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/basicobject/singleton_method_undefined_spec.rb BasicObject#singleton_method_undefined - is a private method /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/abs_spec.rb Bignum#abs - returns the absolute value /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/bit_and_spec.rb Bignum#& - returns self bitwise AND other - returns self bitwise AND other when one operand is negative - returns self bitwise AND other when both operands are negative - raises a TypeError when passed a Float - tries to convert the given argument to an Integer using to_int - raises a TypeError when the given argument can't be converted to Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/bit_or_spec.rb Bignum#| - returns self bitwise OR other - returns self bitwise OR other when one operand is negative - returns self bitwise OR other when both operands are negative - raises a TypeError when passed a Float - tries to convert the given argument to an Integer using to_int - raises a TypeError when the given argument can't be converted to Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/bit_xor_spec.rb Bignum#^ - returns self bitwise EXCLUSIVE OR other - returns self bitwise EXCLUSIVE OR other when one operand is negative - returns self bitwise EXCLUSIVE OR other when both operands are negative - raises a TypeError when passed a Float - tries to convert the given argument to an Integer using to_int - raises a TypeError when the given argument can't be converted to Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/case_compare_spec.rb Bignum#=== - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/coerce_spec.rb Bignum#coerce - coerces other to a Bignum and returns [other, self] when passed a Fixnum - returns [other, self] when passed a Bignum - raises a TypeError when not passed a Fixnum or Bignum - raises a TypeError when passed a Float or String /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/comparison_spec.rb Bignum#<=> - returns -1 when self is less than the given argument - returns 0 when self is equal to the given argument - returns 1 when self is greater than the given argument - returns nil when the given argument is not an Integer - returns 1 when self is Infinity and other is a Bignum - returns 1 when self is negative and other is -Infinity - returns -1 when self is -Infinity and other is negative - returns -1 when self is negative and other is Infinty - returns 1 when self is Infinity and other is a Bignum - returns 1 when self is negative and other is -Infinity - returns -1 when self is -Infinity and other is negative - returns -1 when self is negative and other is Infinty /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/complement_spec.rb Bignum#~ - returns self with each bit flipped /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/div_spec.rb Bignum#div - returns self divided by other - raises a ZeroDivisionError if other is zero and not a Float - raises a TypeError when given a non-Integer - returns a result of integer division of self by a float argument - raises FloatDomainError if the argument is a float zero /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/divide_spec.rb Bignum#/ - returns self divided by other - raises a ZeroDivisionError if other is zero and not a Float - raises a TypeError when given a non-Integer - returns self divided by float - does NOT raise ZeroDivisionError if other is zero and is a Float /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/divmod_spec.rb Bignum#divmod - returns an Array containing quotient and modulus obtained from dividing self by the given argument - raises a ZeroDivisionError when the given argument is 0 - raises a FloatDomainError if other is NaN (FAILED - 50) - raises a ZeroDivisionError when the given argument is 0 and a Float (FAILED - 51) - raises a TypeError when the given argument is not an Integer Bignum#divmod with q = floor(x/y), a = q*b + r, - returns [q,r] when a < 0, b > 0 and |a| < b - returns [q,r] when a > 0, b < 0 and a > |b| - returns [q,r] when a > 0, b < 0 and a < |b| - returns [q,r] when a < 0, b < 0 and |a| < |b| /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/element_reference_spec.rb Bignum#[] - returns the nth bit in the binary representation of self - tries to convert the given argument to an Integer using #to_int - raises a TypeError when the given argument can't be converted to Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/eql_spec.rb Bignum#eql? when given a Bignum - returns true if the given argument has the same value Bignum#eql? when given a non-Bignum - returns false /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/equal_value_spec.rb Bignum#== - returns true if self has the same value as the given argument - calls 'other == self' if the given argument is not an Integer - returns the result of 'other == self' as a boolean /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/even_spec.rb Bignum#even? - returns true if self is even and positive - returns true if self is even and negative - returns false if self is odd and positive - returns false if self is odd and negative /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/exponent_spec.rb Bignum#** - returns self raised to other power - raises a TypeError when given a non-Integer - switch to a Float when the values is too big - returns a complex number when negative and raised to a fractional power (FAILED - 52) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/fdiv_spec.rb Bignum#fdiv - needs to be reviewed for spec completeness /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/gt_spec.rb Bignum#> - returns true if self is greater than the given argument - raises an ArgumentError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/gte_spec.rb Bignum#>= - returns true if self is greater than or equal to other - raises an ArgumentError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/hash_spec.rb Bignum#hash - is provided - is stable /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/left_shift_spec.rb Bignum#<< with n << m - returns n shifted left m bits when n > 0, m > 0 - returns n shifted left m bits when n < 0, m > 0 - returns n shifted right m bits when n > 0, m < 0 - returns n shifted right m bits when n < 0, m < 0 - returns n when n > 0, m == 0 - returns n when n < 0, m == 0 - returns 0 when m < 0 and m == p where 2**p > n >= 2**(p-1) - returns 0 when m < 0 and m is a Bignum - returns a Fixnum == fixnum_max() when (fixnum_max() * 2) << -1 and n > 0 - returns a Fixnum == fixnum_min() when (fixnum_min() * 2) << -1 and n < 0 - calls #to_int to convert the argument to an Integer - raises a TypeError when #to_int does not return an Integer - raises a TypeError when passed nil - raises a TypeError when passed a String /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/lt_spec.rb Bignum#< - returns true if self is less than the given argument - raises an ArgumentError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/lte_spec.rb Bignum#<= - returns true if self is less than or equal to other - raises an ArgumentError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/magnitude_spec.rb Bignum#magnitude - returns the absolute value /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/minus_spec.rb Bignum#- - returns self minus the given Integer - raises a TypeError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/modulo_spec.rb Bignum#% - returns the modulus obtained from dividing self by the given argument - raises a ZeroDivisionError when the given argument is 0 - raises a ZeroDivisionError when the given argument is 0 and a Float (FAILED - 53) - raises a TypeError when given a non-Integer Bignum#modulo - returns the modulus obtained from dividing self by the given argument - raises a ZeroDivisionError when the given argument is 0 - raises a ZeroDivisionError when the given argument is 0 and a Float (FAILED - 54) - raises a TypeError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/multiply_spec.rb Bignum#* - returns self multiplied by the given Integer - raises a TypeError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/odd_spec.rb Bignum#odd? - returns true if self is odd and positive - returns true if self is odd and negative - returns false if self is even and positive - returns false if self is even and negative /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/plus_spec.rb Bignum#+ - returns self plus the given Integer - raises a TypeError when given a non-Integer /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/quo_spec.rb Bignum#quo - returns the result of self divided by the given Integer as a Float - raises a ZeroDivisionError when the given Integer is 0 - does not raise a FloatDomainError when the given argument is 0 and a Float /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/remainder_spec.rb Bignum#remainder - returns the remainder of dividing self by other - raises a ZeroDivisionError if other is zero and not a Float - does raises ZeroDivisionError if other is zero and a Float (FAILED - 55) /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/right_shift_spec.rb Bignum#>> with n >> m - returns n shifted right m bits when n > 0, m > 0 - returns n shifted right m bits when n < 0, m > 0 - returns n shifted left m bits when n > 0, m < 0 - returns n shifted left m bits when n < 0, m < 0 - returns n when n > 0, m == 0 - returns n when n < 0, m == 0 - returns 0 when m > 0 and m == p where 2**p > n >= 2**(p-1) - returns 0 when m is a Bignum - returns a Fixnum == fixnum_max() when (fixnum_max() * 2) >> 1 and n > 0 - returns a Fixnum == fixnum_min() when (fixnum_min() * 2) >> 1 and n < 0 - calls #to_int to convert the argument to an Integer - raises a TypeError when #to_int does not return an Integer - raises a TypeError when passed nil - raises a TypeError when passed a String /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/size_spec.rb Bignum#size - returns the number of bytes in the machine representation in multiples of four /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/to_f_spec.rb Bignum#to_f - returns self converted to a Float - converts number close to Float::MAX without exceeding MAX or producing NaN /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/to_s_spec.rb Bignum#to_s when given a base - returns self converted to a String using the given base - raises an ArgumentError if the base is less than 2 or higher than 36 Bignum#to_s when given no base - returns self converted to a String using base 10 /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/bignum/uminus_spec.rb Bignum#-@ - returns self as a negative value /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/binding/clone_spec.rb Binding#clone - returns a copy of the Bind object - is a shallow copy of the Bind object /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/binding/dup_spec.rb Binding#dup - returns a copy of the Bind object - is a shallow copy of the Bind object /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/binding/eval_spec.rb Binding#eval - behaves like Kernel.eval(..., self) - needs to be completed /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/builtin_constants/builtin_constants_spec.rb RUBY_VERSION - is a String RUBY_PATCHLEVEL - is a Fixnum RUBY_COPYRIGHT - is a String RUBY_DESCRIPTION - is a String RUBY_ENGINE - is a String RUBY_PLATFORM - is a String RUBY_RELEASE_DATE - is a String RUBY_REVISION - is a Fixnum /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/class/allocate_spec.rb Class#allocate - returns an instance of self - returns a fully-formed instance of Module - does not call initialize on the new instance /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/class/inherited_spec.rb Class.inherited - is invoked with the child Class when self is subclassed - is invoked only once per subclass - is called when marked as a private class method - is called when marked as a protected class method - is called when marked as a public class method - is called by super from a method provided by an included module - is called by super even when marked as a private class method - will be invoked by child class regardless of visibility /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/class/initialize_copy_spec.rb Class#initialize_copy - raises a TypeError when called on already initialized classes - raises a TypeError when called on BasicObjecttimeout: output interval exceeds 900.0 seconds. timeout: the process group 3445 is alive. timeout: INT signal sent. timeout: INT signal sent. timeout: TERM signal sent. timeout: TERM signal sent. timeout: KILL signal sent. some descendant process in process group 3445 remain. timeout: INT signal sent. |output interval exceeds 900.0 seconds. (CommandTimeout) | /home/akr/chkbuild/timeoutcom.rb:164:in `timeout_command' | /home/akr/chkbuild/timeoutcom.rb:116:in `popen' | /home/akr/chkbuild/timeoutcom.rb:116:in `timeout_command' | /home/akr/chkbuild/chkbuild/build.rb:766:in `run' | /home/akr/chkbuild/chkbuild/ruby.rb:268:in `def_target' | /home/akr/chkbuild/chkbuild/build.rb:343:in `catch_error' | /home/akr/chkbuild/chkbuild/ruby.rb:255:in `def_target' | /home/akr/chkbuild/chkbuild/build.rb:283:in `call' | /home/akr/chkbuild/chkbuild/build.rb:283:in `do_build' | /home/akr/chkbuild/chkbuild/build.rb:343:in `catch_error' | /home/akr/chkbuild/chkbuild/build.rb:283:in `do_build' | /home/akr/chkbuild/chkbuild/build.rb:331:in `with_procmemsize' | /home/akr/chkbuild/chkbuild/build.rb:282:in `do_build' | /home/akr/chkbuild/chkbuild/build.rb:255:in `child_build_target' | /home/akr/chkbuild/chkbuild/build.rb:241:in `child_build_wrapper' | /home/akr/chkbuild/chkbuild/lock.rb:57:in `lock_puts' | /usr/lib/ruby/1.8/pathname.rb:798:in `open' | /usr/lib/ruby/1.8/pathname.rb:798:in `open' | /home/akr/chkbuild/chkbuild/lock.rb:52:in `lock_puts' | /home/akr/chkbuild/chkbuild/build.rb:239:in `child_build_wrapper' | /home/akr/chkbuild/chkbuild/build.rb:199:in `build_and_exit' | /home/akr/chkbuild/chkbuild/build.rb:189:in `internal_build' | /home/akr/chkbuild/chkbuild/main.rb:100:in `main_internal_build' | /home/akr/chkbuild/chkbuild/target.rb:153:in `each' | /home/akr/chkbuild/chkbuild/target.rb:153:in `each_build_obj' | /home/akr/chkbuild/chkbuild/main.rb:98:in `main_internal_build' | /home/akr/chkbuild/chkbuild/main.rb:97:in `each' | /home/akr/chkbuild/chkbuild/main.rb:97:in `main_internal_build' | /home/akr/chkbuild/chkbuild/main.rb:163:in `main' | /home/akr/chkbuild/sample/build-ruby:53 | start-build:35:in `load' | start-build:35 failed(rubyspec CommandTimeout) == rubyspec/command_line/dash_d_spec.rb # 2010-07-25T10:50:41+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_d_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_d_spec.rb The -d command line option - sets $DEBUG to true Finished in 0.022019 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/command_line/dash_e_spec.rb # 2010-07-25T10:50:41+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_e_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_e_spec.rb The -e command line option - evaluates the given string - joins multiple strings with newlines - uses 'main' as self - uses '-e' as file The -e command line option with -n and a Fixnum range - mimics an awk conditional by comparing an inclusive-end range with $. - mimics a sed conditional by comparing an exclusive-end range with $. Finished in 0.120184 seconds 1 file, 6 examples, 8 expectations, 0 failures, 0 errors == rubyspec/command_line/dash_r_spec.rb # 2010-07-25T10:50:41+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_r_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_r_spec.rb The -r command line option - requires the specified file Finished in 0.016881 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/command_line/dash_upper_i_spec.rb # 2010-07-25T10:50:41+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_upper_i_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_upper_i_spec.rb The -I command line option - adds the path to the load path ($:) Finished in 0.015646 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/command_line/dash_upper_u_spec.rb # 2010-07-25T10:50:42+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_upper_u_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_upper_u_spec.rb ruby -U - sets Encoding.default_internal to UTF-8 - does nothing different if specified multiple times - is overruled by Encoding.default_internal= - does not affect the default external encoding - does not affect the source encoding - raises a RuntimeError if used with -Eext:int - raises a RuntimeError if used with -E:int Finished in 0.114751 seconds 1 file, 7 examples, 8 expectations, 0 failures, 0 errors == rubyspec/command_line/dash_upper_w_spec.rb # 2010-07-25T10:50:42+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_upper_w_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_upper_w_spec.rb The -W command line option - with 0 sets $VERBOSE to nil - with 1 sets $VERBOSE to false The -W command line option with 2 - sets $VERBOSE to true Finished in 0.039244 seconds 1 file, 3 examples, 3 expectations, 0 failures, 0 errors == rubyspec/command_line/dash_v_spec.rb # 2010-07-25T10:50:42+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_v_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_v_spec.rb The -v command line option - sets $VERBOSE to true Finished in 0.036284 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/command_line/dash_w_spec.rb # 2010-07-25T10:50:42+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/dash_w_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/dash_w_spec.rb The -w command line option - sets $VERBOSE to true Finished in 0.015191 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/command_line/error_message_spec.rb # 2010-07-25T10:50:43+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/command_line/error_message_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/command_line/error_message_spec.rb The error message caused by an exception - is not printed to stdout Finished in 0.032017 seconds 1 file, 1 example, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/argf_spec.rb # 2010-07-25T10:50:43+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/argf_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/argf_spec.rb ARGF - is extended by the Enumerable module Finished in 0.000837 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/core/argf/binmode_spec.rb # 2010-07-25T10:50:43+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/binmode_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/binmode_spec.rb ARGF.binmode - returns self - does not raise an error - sets the file's encoding to ASCII-8BIT Finished in 0.001542 seconds 1 file, 3 examples, 5 expectations, 0 failures, 0 errors == rubyspec/core/argf/bytes_spec.rb # 2010-07-25T10:50:43+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/bytes_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/bytes_spec.rb ARGF.bytes - yields each byte of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block Finished in 0.002044 seconds 1 file, 3 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/chars_spec.rb # 2010-07-25T10:50:43+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/chars_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/chars_spec.rb ARGF.chars - yields each char of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block Finished in 0.001935 seconds 1 file, 3 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/close_spec.rb # 2010-07-25T10:50:44+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/close_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/close_spec.rb ARGF.close - closes the current open stream - returns self - raises an IOError if called on a closed stream Finished in 0.001414 seconds 1 file, 3 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/closed_spec.rb # 2010-07-25T10:50:44+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/closed_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/closed_spec.rb ARGF.closed? - returns true if the current stream has been closed Finished in 0.000944 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/core/argf/each_byte_spec.rb # 2010-07-25T10:50:44+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/each_byte_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_byte_spec.rb ARGF.each_byte - yields each byte of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block Finished in 0.002008 seconds 1 file, 3 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/each_char_spec.rb # 2010-07-25T10:50:44+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/each_char_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_char_spec.rb ARGF.each_char - yields each char of all streams to the passed block - returns self when passed a block - returns an Enumerator when passed no block Finished in 0.001906 seconds 1 file, 3 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/each_line_spec.rb # 2010-07-25T10:50:44+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/each_line_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_line_spec.rb ARGF.each_line - reads each line of files - returns self when passed a block Finished in 0.001461 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/each_spec.rb # 2010-07-25T10:50:45+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/each_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/each_spec.rb ARGF.each - reads each line of files - returns self when passed a block Finished in 0.001478 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/eof_spec.rb # 2010-07-25T10:50:45+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/eof_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/eof_spec.rb ARGF.eof - returns true when reaching the end of a file - raises IOError when called on a closed stream ARGF.eof? - returns true when reaching the end of a file - raises IOError when called on a closed stream Finished in 0.001854 seconds 1 file, 4 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/file_spec.rb # 2010-07-25T10:50:45+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/file_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/file_spec.rb ARGF.file - returns the current file object on each file Finished in 0.001001 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/core/argf/filename_spec.rb # 2010-07-25T10:50:45+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/filename_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/filename_spec.rb ARGF.filename - returns the current file name on each file - it sets the $FILENAME global variable with the current file name on each file Finished in 0.001428 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/fileno_spec.rb # 2010-07-25T10:50:45+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/fileno_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/fileno_spec.rb ARGF.fileno - returns the current file number on each file - raises an ArgumentError when called on a closed stream Finished in 0.001426 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/getc_spec.rb # 2010-07-25T10:50:46+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/getc_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/getc_spec.rb ARGF.getc - reads each char of files ARGF.getc - returns nil when end of stream reached Finished in 0.001567 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/gets_spec.rb # 2010-07-25T10:50:46+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/gets_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/gets_spec.rb ARGF.gets - reads one line of a file - reads all lines of a file - reads all lines of stdin - reads all lines of two files - sets $_ global variable with each line read ARGF.gets - modifies the files when in place edit mode is on - modifies and backups two files when in place edit mode is on ARGF.gets - returns nil when reaching end of files Finished in 0.056343 seconds 1 file, 8 examples, 15 expectations, 0 failures, 0 errors == rubyspec/core/argf/lineno_spec.rb # 2010-07-25T10:50:46+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/lineno_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/lineno_spec.rb ARGF.lineno - returns the current line number on each file - resets to 0 after the stream is rewound - aliases to $. Finished in 0.001668 seconds 1 file, 3 examples, 10 expectations, 0 failures, 0 errors == rubyspec/core/argf/path_spec.rb # 2010-07-25T10:50:46+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/path_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/path_spec.rb ARGF.path - returns the current file name on each file - it sets the $FILENAME global variable with the current file name on each file Finished in 0.001452 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/pos_spec.rb # 2010-07-25T10:50:46+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/pos_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/pos_spec.rb ARGF.pos - gives the correct position for each read operation - raises an ArgumentError when called on a closed stream ARGF.pos= - sets the correct position in files Finished in 0.002059 seconds 1 file, 3 examples, 11 expectations, 0 failures, 0 errors == rubyspec/core/argf/read_spec.rb # 2010-07-25T10:50:47+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/read_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/read_spec.rb ARGF.read - reads the contents of a file - treats first nil argument as no length limit - treats second nil argument as no output buffer - treats second argument as an output buffer - reads a number of bytes from the first file - reads from a single file consecutively - reads the contents of two files - reads the contents of one file and some characters from the second - reads across two files consecutively - reads the contents of stdin - reads a number of bytes from stdin - reads the contents of one file and stdin - reads the contents of the same file twice - reads the contents of a special device file Finished in 0.053693 seconds 1 file, 14 examples, 17 expectations, 0 failures, 0 errors == rubyspec/core/argf/readchar_spec.rb # 2010-07-25T10:50:47+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/readchar_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/readchar_spec.rb ARGF.getc - reads each char of files ARGF.readchar - raises EOFError when end of stream reached Finished in 0.001704 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/readline_spec.rb # 2010-07-25T10:50:47+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/readline_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/readline_spec.rb ARGF.readline - reads one line of a file - reads all lines of a file - reads all lines of stdin - reads all lines of two files - sets $_ global variable with each line read ARGF.readline - modifies the files when in place edit mode is on - modifies and backups two files when in place edit mode is on ARGF.readline - raises an EOFError when reaching end of files Finished in 0.050610 seconds 1 file, 8 examples, 15 expectations, 0 failures, 0 errors == rubyspec/core/argf/readlines_spec.rb # 2010-07-25T10:50:47+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/readlines_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/readlines_spec.rb ARGF.readlines - reads all lines of all files - returns an empty Array when end of stream reached Finished in 0.001629 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/rewind_spec.rb # 2010-07-25T10:50:48+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/rewind_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/rewind_spec.rb ARGF.rewind - goes back to beginning of current file - resets ARGF.lineno to 0 - raises an ArgumentError when end of stream reached Finished in 0.001617 seconds 1 file, 3 examples, 5 expectations, 0 failures, 0 errors == rubyspec/core/argf/seek_spec.rb # 2010-07-25T10:50:48+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/seek_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/seek_spec.rb ARGF.seek - sets the absolute position relative to beginning of file - sets the position relative to current position in file - sets the absolute position relative to end of file - takes at least one argument (offset) Finished in 0.001974 seconds 1 file, 4 examples, 14 expectations, 0 failures, 0 errors == rubyspec/core/argf/skip_spec.rb # 2010-07-25T10:50:48+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/skip_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/skip_spec.rb ARGF.skip - skips the current file - has no effect when called twice in a row - has no effect at end of stream - has no effect when the current file is the last Finished in 0.001692 seconds 1 file, 4 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/argf/tell_spec.rb # 2010-07-25T10:50:48+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/tell_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/tell_spec.rb ARGF.tell - gives the correct position for each read operation - raises an ArgumentError when called on a closed stream Finished in 0.001904 seconds 1 file, 2 examples, 6 expectations, 0 failures, 0 errors == rubyspec/core/argf/to_a_spec.rb # 2010-07-25T10:50:48+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/to_a_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_a_spec.rb ARGF.to_a - reads all lines of all files - returns an empty Array when end of stream reached Finished in 0.001637 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/to_i_spec.rb # 2010-07-25T10:50:49+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/to_i_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_i_spec.rb ARGF.to_i - returns the current file number on each file - raises an ArgumentError when called on a closed stream Finished in 0.001444 seconds 1 file, 2 examples, 2 expectations, 0 failures, 0 errors == rubyspec/core/argf/to_io_spec.rb # 2010-07-25T10:50:49+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/to_io_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_io_spec.rb ARGF.to_io - returns the IO of the current file Finished in 0.001048 seconds 1 file, 1 example, 6 expectations, 0 failures, 0 errors == rubyspec/core/argf/to_s_spec.rb # 2010-07-25T10:50:49+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/argf/to_s_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/argf/to_s_spec.rb ARGF.to_s - returns 'ARGF' Finished in 0.000921 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/core/array/allocate_spec.rb # 2010-07-25T10:50:49+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/allocate_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/allocate_spec.rb Array.allocate - returns an instance of Array - returns a fully-formed instance of Array - does not accept any arguments Finished in 0.001075 seconds 1 file, 3 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/array/append_spec.rb # 2010-07-25T10:50:49+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/append_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/append_spec.rb Array#<< - pushes the object onto the end of the array - returns self to allow chaining - correctly resizes the Array - raises a RuntimeError on a frozen array Finished in 0.003596 seconds 1 file, 4 examples, 8 expectations, 0 failures, 0 errors == rubyspec/core/array/array_spec.rb # 2010-07-25T10:50:50+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/array_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/array_spec.rb Array - includes Enumerable Finished in 0.000814 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/core/array/assoc_spec.rb # 2010-07-25T10:50:50+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/assoc_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/assoc_spec.rb Array#assoc - returns the first array whose 1st item is == obj or nil - calls == on first element of each array - ignores any non-Array elements Finished in 0.003385 seconds 1 file, 3 examples, 13 expectations, 0 failures, 0 errors == rubyspec/core/array/at_spec.rb # 2010-07-25T10:50:50+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/at_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/at_spec.rb Array#at - returns the (n+1)'th element for the passed index n - returns nil if the given index is greater than or equal to the array's length - returns the (-n)'th elemet from the last, for the given negative index n - returns nil if the given index is less than -len, where len is length of the array - does not extend the array unless the given index is out of range - tries to convert the passed argument to an Integer using #to_int - raises a TypeError when the passed argument can't be coerced to Integer - raises an ArgumentError when 2 or more arguments is passed Finished in 0.003898 seconds 1 file, 8 examples, 18 expectations, 0 failures, 0 errors == rubyspec/core/array/choice_spec.rb # 2010-07-25T10:50:50+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/choice_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/choice_spec.rb Array#choice - raises NoMethodError Finished in 0.003241 seconds 1 file, 1 example, 1 expectation, 0 failures, 0 errors == rubyspec/core/array/clear_spec.rb # 2010-07-25T10:50:50+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/clear_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/clear_spec.rb Array#clear - removes all elements - returns self - leaves the Array empty - keeps tainted status - does not accept any arguments - keeps untrusted status - raises a RuntimeError on a frozen array Finished in 0.003861 seconds 1 file, 7 examples, 11 expectations, 0 failures, 0 errors == rubyspec/core/array/clone_spec.rb # 2010-07-25T10:50:51+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/clone_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/clone_spec.rb Array#clone - returns an Array or a subclass instance - produces a shallow copy where the references are directly copied - creates a new array containing all elements or the original - copies taint status from the original - copies untrusted status from the original - copies frozen status from the original - copies singleton methods Finished in 0.004166 seconds 1 file, 7 examples, 16 expectations, 0 failures, 0 errors == rubyspec/core/array/collect_spec.rb # 2010-07-25T10:50:51+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/collect_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/collect_spec.rb Array#collect - returns a copy of array with each element replaced by the value returned by block - does not return subclass instance - does not change self - returns the evaluated value of block if it broke in the block - returns an Enumerator when no block given - does not copy tainted status - does not copy untrusted status Array#collect! - replaces each element with the value returned by block - returns self - returns the evaluated value of block but its contents is partially modified, if it broke in the block - returns an Enumerator when no block given, and the enumerator can modify the original array - keeps tainted status - keeps untrusted status - raises a RuntimeError on a frozen array Finished in 0.007104 seconds 1 file, 14 examples, 19 expectations, 0 failures, 0 errors == rubyspec/core/array/combination_spec.rb # 2010-07-25T10:50:51+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/combination_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/combination_spec.rb Array#combination - returns an enumerator when no block is provided - returns self when a block is given - yields nothing for out of bounds length and return self - yields the expected combinations - yields nothing if the argument is out of bounds - yields a copy of self if the argument is the size of the receiver - yields [] when length is 0 - yields a partition consisting of only singletons Finished in 0.001697 seconds 1 file, 8 examples, 12 expectations, 0 failures, 0 errors == rubyspec/core/array/compact_spec.rb # 2010-07-25T10:50:51+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/compact_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/compact_spec.rb Array#compact - returns a copy of array with all nil elements removed - does not return self - returns subclass instance for Array subclasses - keeps tainted status even if all elements are removed - keeps untrusted status even if all elements are removed Array#compact! - removes all nil elements - returns self if some nil elements are removed - returns nil if there are no nil elements to remove - keeps tainted status even if all elements are removed - keeps untrusted status even if all elements are removed - raises a RuntimeError on a frozen array Finished in 0.004441 seconds 1 file, 11 examples, 19 expectations, 0 failures, 0 errors == rubyspec/core/array/comparison_spec.rb # 2010-07-25T10:50:51+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/comparison_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/comparison_spec.rb Array#<=> - calls <=> left to right and return first non-0 result - returns 0 if the arrays are equal - returns -1 if the array is shorter than the other array - returns +1 if the array is longer than the other array - returns -1 if the arrays have same length and a pair of corresponding elements returns -1 for <=> - returns +1 if the arrays have same length and a pair of corresponding elements returns +1 for <=> - properly handles recursive arrays - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses Finished in 0.008486 seconds 1 file, 9 examples, 40 expectations, 0 failures, 0 errors == rubyspec/core/array/concat_spec.rb # 2010-07-25T10:50:52+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/concat_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/concat_spec.rb Array#concat - returns the array itself - appends the elements in the other array - does not loop endlessly when argument is self - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses - raises a RuntimeError when Array is frozen and modification occurs - raises a RuntimeError when Array is frozen and no modification occurs (FAILED - 1) - keeps tainted status - is not infected by the other - keeps the tainted status of elements - keeps untrusted status - is not infected untrustedness by the other - keeps the untrusted status of elements 1) Array#concat raises a RuntimeError when Array is frozen and no modification occurs FAILED Expected RuntimeError but no exception was raised /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/concat_spec.rb:52:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/concat_spec.rb:4:in `' Finished in 0.005173 seconds 1 file, 13 examples, 27 expectations, 1 failure, 0 errors exit 1 failed(rubyspec/core/array/concat_spec.rb) == rubyspec/core/array/constructor_spec.rb # 2010-07-25T10:50:53+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/constructor_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/constructor_spec.rb Array.[] - returns a new array populated with the given elements Array[] - is a synonym for .[] Finished in 0.004535 seconds 1 file, 2 examples, 6 expectations, 0 failures, 0 errors == rubyspec/core/array/count_spec.rb # 2010-07-25T10:50:54+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/count_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/count_spec.rb Array#count - needs to be reviewed for spec completeness Finished in 0.000875 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/cycle_spec.rb # 2010-07-25T10:50:54+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/cycle_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/cycle_spec.rb Array#cycle - returns nil and does nothing for non positive n or empty arrays - cycle as many times as requested - loop indefinitely if no n - yields successive elements of the array repeatedly Finished in 0.000803 seconds 1 file, 4 examples, 6 expectations, 0 failures, 0 errors == rubyspec/core/array/delete_at_spec.rb # 2010-07-25T10:50:54+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/delete_at_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/delete_at_spec.rb Array#delete_at - removes the element at the specified index - returns the removed element at the specified index - returns nil and makes no modification if the index is out of range - tries to convert the passed argument to an Integer using #to_int - accepts negative indices - raises a RuntimeError on a frozen array - keeps tainted status - keeps untrusted status Finished in 0.006436 seconds 1 file, 8 examples, 18 expectations, 0 failures, 0 errors == rubyspec/core/array/delete_if_spec.rb # 2010-07-25T10:50:54+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/delete_if_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/delete_if_spec.rb Array#delete_if - removes each element for which block returns true - returns self - returns an Enumerator if no block given - returns self when called on an Array emptied with #shift - returns an Enumerator if no block given, and the enumerator can modify the original array - raises a RuntimeError on a frozen array - keeps tainted status - keeps untrusted status Finished in 0.004529 seconds 1 file, 8 examples, 12 expectations, 0 failures, 0 errors == rubyspec/core/array/delete_spec.rb # 2010-07-25T10:50:55+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/delete_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/delete_spec.rb Array#delete - removes elements that are #== to object - calculates equality correctly for reference values - returns object or nil if no elements match object - may be given a block that is executed if no element matches object - raises a RuntimeError on a frozen array - keeps tainted status - keeps untrusted status Finished in 0.004047 seconds 1 file, 7 examples, 14 expectations, 0 failures, 0 errors == rubyspec/core/array/drop_spec.rb # 2010-07-25T10:50:55+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/drop_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/drop_spec.rb Array#drop - needs to be reviewed for spec completeness Finished in 0.000849 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/drop_while_spec.rb # 2010-07-25T10:50:55+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/drop_while_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/drop_while_spec.rb Array#drop_while - needs to be reviewed for spec completeness Finished in 0.000829 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/dup_spec.rb # 2010-07-25T10:50:55+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/dup_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/dup_spec.rb Array#dup - returns an Array or a subclass instance - produces a shallow copy where the references are directly copied - creates a new array containing all elements or the original - copies taint status from the original - copies untrusted status from the original - does not copy frozen status from the original - does not copy singleton methods Finished in 0.004151 seconds 1 file, 7 examples, 16 expectations, 0 failures, 0 errors == rubyspec/core/array/each_index_spec.rb # 2010-07-25T10:50:55+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/each_index_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/each_index_spec.rb Array#each_index - passes the index of each element to the block - returns self - returns an Enumerator if no block given Finished in 0.003610 seconds 1 file, 3 examples, 3 expectations, 0 failures, 0 errors == rubyspec/core/array/each_spec.rb # 2010-07-25T10:50:56+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/each_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/each_spec.rb Array#each - yields each element to the block - yields each element to a block that takes multiple arguments - returns an Enumerator if no block given Finished in 0.003444 seconds 1 file, 3 examples, 5 expectations, 0 failures, 0 errors == rubyspec/core/array/element_reference_spec.rb # 2010-07-25T10:50:56+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/element_reference_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/element_reference_spec.rb Array#[] - returns the element at index with [index] - returns the element at index from the end of the array with [-index] - return count elements starting from index with [index, count] - returns count elements starting at index from the end of array with [-index, count] - returns the first count elements with [0, count] - returns the subarray which is independent to self with [index,count] - tries to convert the passed argument to an Integer using #to_int - returns the elements specified by Range indexes with [m..n] - returns elements specified by Range indexes except the element at index n with [m...n] - returns elements that exist if range start is in the array but range end is not with [m..n] - accepts Range instances having a negative m and both signs for n with [m..n] and [m...n] - returns the subarray which is independent to self with [m..n] - tries to convert Range elements to Integers using #to_int with [m..n] and [m...n] - returns the same elements as [m..n] and [m...n] with Range subclasses - returns nil for a requested index not in the array with [index] - returns [] if the index is valid but length is zero with [index, length] - returns nil if length is zero but index is invalid with [index, length] - returns [] if index == array.size with [index, length] - returns nil if index > array.size with [index, length] - returns nil if length is negative with [index, length] - returns nil if no requested index is in the array with [m..n] - returns nil if range start is not in the array with [m..n] - returns an empty array when m == n with [m...n] - returns an empty array with [0...0] - returns a subarray where m, n negatives and m < n with [m..n] - returns an array containing the first element with [0..0] - returns the entire array with [0..-1] - returns all but the last element with [0...-1] - returns [3] for [2..-1] out of [1, 2, 3] - returns an empty array when m > n and m, n are positive with [m..n] - returns an empty array when m > n and m, n are negative with [m..n] - does not expand array when the indices are outside of the array bounds - raises a RangeError when the start index is out of range of Fixnum - raises a RangeError when the length is out of range of Fixnum Array#[] with a subclass of Array - returns a subclass instance with [n, m] - returns a subclass instance with [-n, m] - returns a subclass instance with [n..m] - returns a subclass instance with [n...m] - returns a subclass instance with [-n..-m] - returns a subclass instance with [-n...-m] - returns an empty array when m == n with [m...n] - returns an empty array with [0...0] - returns an empty array when m > n and m, n are positive with [m..n] - returns an empty array when m > n and m, n are negative with [m..n] - returns [] if index == array.size with [index, length] - returns [] if the index is valid but length is zero with [index, length] - does not call #initialize on the subclass instance Array.[] - [] should return a new array populated with the given elements - when applied to a literal nested array, unpacks its elements into the containing array - when applied to a nested referenced array, unpacks its elements into the containing array - can unpack 2 or more nested referenced array - constructs a nested Hash for tailing key-value pairs Array.[] with a subclass of Array - returns an instance of the subclass - does not call #initialize on the subclass instance Finished in 0.015049 seconds 1 file, 54 examples, 237 expectations, 0 failures, 0 errors == rubyspec/core/array/element_set_spec.rb # 2010-07-25T10:50:56+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/element_set_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/element_set_spec.rb Array#[]= - sets the value of the element at index - sets the section defined by [start,length] to other - replaces the section defined by [start,length] with the given values - just sets the section defined by [start,length] to other even if other is nil - returns nil if the rhs is nil - sets the section defined by range to other - replaces the section defined by range with the given values - just sets the section defined by range to other even if other is nil - calls to_int on its start and length arguments - sets elements in the range arguments when passed ranges - inserts the given elements with [range] which the range is zero-width - inserts the given elements with [start, length] which length is zero - inserts the given elements with [range] which the range has negative width - just inserts nil if the section defined by range is zero-width and the rhs is nil - just inserts nil if the section defined by range has negative width and the rhs is nil - does nothing if the section defined by range is zero-width and the rhs is an empty array - does nothing if the section defined by range has negative width and the rhs is an empty array - tries to convert Range elements to Integers using #to_int with [m..n] and [m...n] - raises an IndexError when passed indexes out of bounds - calls to_ary on its rhs argument for multi-element sets - does not call to_ary on rhs array subclasses for multi-element sets - raises a RuntimeError on a frozen array Array#[]= with [index] - returns value assigned if idx is inside array - returns value assigned if idx is right beyond right array boundary - returns value assigned if idx far beyond right array boundary - sets the value of the element at index - sets the value of the element if it is right beyond the array boundary Array#[]= with [index, count] - returns non-array value if non-array value assigned - returns array if array assigned - just sets the section defined by [start,length] to nil even if the rhs is nil - just sets the section defined by [start,length] to nil if negative index within bounds, cnt > 0 and the rhs is nil - replaces the section defined by [start,length] to other - replaces the section to other if idx < 0 and cnt > 0 - replaces the section to other even if cnt spanning beyond the array boundary - pads the Array with nils if the span is past the end - inserts other section in place defined by idx - raises an IndexError when passed start and negative length Array#[]= with [m..n] - returns non-array value if non-array value assigned - returns array if array assigned - just sets the section defined by range to nil even if the rhs is nil - just sets the section defined by range to nil if m and n < 0 and the rhs is nil - replaces the section defined by range - replaces the section if m and n < 0 - replaces the section if m < 0 and n > 0 - inserts the other section at m if m > n - accepts Range subclasses Array#[] after a shift - works for insertion Finished in 0.018174 seconds 1 file, 47 examples, 305 expectations, 0 failures, 0 errors == rubyspec/core/array/empty_spec.rb # 2010-07-25T10:50:56+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/empty_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/empty_spec.rb Array#empty? - returns true if the array has no elements Finished in 0.002732 seconds 1 file, 1 example, 3 expectations, 0 failures, 0 errors == rubyspec/core/array/eql_spec.rb # 2010-07-25T10:50:56+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/eql_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/eql_spec.rb Array#eql? - returns true if other is the same array - returns true if corresponding elements are #eql? - returns false if other is shorter than self - returns false if other is longer than self - returns false immediately when sizes of the arrays differ - does not call #to_ary on its argument - does not call #to_ary on Array subclasses - ignores array class differences - returns false if any corresponding elements are not #eql? Finished in 0.004827 seconds 1 file, 9 examples, 16 expectations, 0 failures, 0 errors == rubyspec/core/array/equal_value_spec.rb # 2010-07-25T10:50:57+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/equal_value_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/equal_value_spec.rb Array#== - returns true if other is the same array - returns true if corresponding elements are #eql? - returns false if other is shorter than self - returns false if other is longer than self - returns false immediately when sizes of the arrays differ - does not call #to_ary on its argument - does not call #to_ary on Array subclasses - ignores array class differences - compares with an equivalent Array-like object using #to_ary - returns false if any corresponding elements are not #== - returns true if corresponding elements are #== - returns false for [NaN] == [NaN] Finished in 0.007120 seconds 1 file, 12 examples, 29 expectations, 0 failures, 0 errors == rubyspec/core/array/fetch_spec.rb # 2010-07-25T10:50:57+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/fetch_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/fetch_spec.rb Array#fetch - returns the element at the passed index - counts negative indices backwards from end - raises an IndexError if there is no element at index - returns default if there is no element at index if passed a default value - returns the value of block if there is no element at index if passed a block - passes the original index argument object to the block, not the converted Integer - gives precedence to the default block over the default argument - tries to convert the passed argument to an Integer using #to_int - raises a TypeError when the passed argument can't be coerced to Integer Finished in 0.004217 seconds 1 file, 9 examples, 17 expectations, 0 failures, 0 errors == rubyspec/core/array/fill_spec.rb # 2010-07-25T10:50:57+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/fill_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/fill_spec.rb Array#fill - returns self - is destructive - does not replicate the filler - replaces all elements in the array with the filler if not given a index nor a length - replaces all elements with the value of block (index given to block) - raises a RuntimeError on a frozen array - raises an ArgumentError if 4 or more arguments are passed when no block given - raises an ArgumentError if no argument passed and no block given - raises an ArgumentError if 3 or more arguments are passed when a block given Array#fill with (filler, index, length) - replaces length elements beginning with the index with the filler if given an index and a length - replaces length elements beginning with the index with the value of block - replaces all elements after the index if given an index and no length - replaces all elements after the index if given an index and nil as a length - replaces the last (-n) elements if given an index n which is negative and no length - replaces the last (-n) elements if given an index n which is negative and nil as a length - makes no modifications if given an index greater than end and no length - makes no modifications if given an index greater than end and nil as a length - replaces length elements beginning with start index if given an index >= 0 and a length >= 0 - increases the Array size when necessary - pads between the last element and the index with nil if given an index which is greater than size of the array - replaces length elements beginning with the (-n)th if given an index n < 0 and a length > 0 - starts at 0 if the negative index is before the start of the array - makes no modifications if the given length <= 0 - does not raise an exception if the given length is negative and its absolute value does not exceed the index - does not raise an exception even if the given length is negative and its absolute value exceeds the index - tries to convert the second and third arguments to Integers using #to_int - raises a TypeError if the index is not numeric - raises an ArgumentError or RangeError for too-large sizes Array#fill with (filler, range) - replaces elements in range with object - replaces all elements in range with the value of block - increases the Array size when necessary - raises a TypeError with range and length argument - replaces elements between the (-m)th to the last and the (n+1)th from the first if given an range m..n where m < 0 and n >= 0 - replaces elements between the (-m)th and (-n)th to the last if given an range m..n where m < 0 and n < 0 - replaces elements between the (m+1)th from the first and (-n)th to the last if given an range m..n where m >= 0 and n < 0 - makes no modifications if given an range which implies a section of zero width - makes no modifications if given an range which implies a section of negative width - raise an exception if some of the given range lies before the first of the array - tries to convert the start and end of the passed range to Integers using #to_int - raises a TypeError if the start or end of the passed range is not numeric Finished in 0.012328 seconds 1 file, 40 examples, 131 expectations, 0 failures, 0 errors == rubyspec/core/array/find_index_spec.rb # 2010-07-25T10:50:57+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/find_index_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/find_index_spec.rb Array#find_index - needs to be reviewed for spec completeness Finished in 0.000846 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/first_spec.rb # 2010-07-25T10:50:57+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/first_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/first_spec.rb Array#first - returns the first element - returns nil if self is empty - returns the first count elements if given a count - returns an empty array when passed count on an empty array - returns an empty array when passed count == 0 - returns an array containing the first element when passed count == 1 - raises an ArgumentError when count is negative - returns the entire array when count > length - returns an array which is independent to the original when passed count - properly handles recursive arrays - tries to convert the passed argument to an Integer using #to_int - raises a TypeError if the passed argument is not numeric - does not return subclass instance when passed count on Array subclasses - is not destructive Finished in 0.004657 seconds 1 file, 14 examples, 29 expectations, 0 failures, 0 errors == rubyspec/core/array/flatten_spec.rb # 2010-07-25T10:50:58+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/flatten_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/flatten_spec.rb Array#flatten - returns a one-dimensional flattening recursively - takes an optional argument that determines the level of recursion - returns dup when the level of recursion is 0 - ignores negative levels - tries to convert passed Objects to Integers using #to_int - raises a TypeError when the passed Object can't be converted to an Integer - does not call flatten on elements - raises an ArgumentError on recursive arrays - flattens any element which responds to #to_ary, using the return value of said method - returns subclass instance for Array subclasses - is not destructive Array#flatten! - modifies array to produce a one-dimensional flattening recursively - returns self if made some modifications - returns nil if no modifications took place - takes an optional argument that determines the level of recursion - treats negative levels as no arguments - tries to convert passed Objects to Integers using #to_int - raises a TypeError when the passed Object can't be converted to an Integer - does not call flatten! on elements - raises an ArgumentError on recursive arrays - flattens any elements which responds to #to_ary, using the return value of said method - raises a RuntimeError on frozen arrays when the array is modified - raises a RuntimeError on frozen arrays when the array would not be modified (FAILED - 1) 1) Array#flatten! raises a RuntimeError on frozen arrays when the array would not be modified FAILED Expected RuntimeError but no exception was raised /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/flatten_spec.rb:208:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/flatten_spec.rb:97:in `' Finished in 0.009862 seconds 1 file, 23 examples, 52 expectations, 1 failure, 0 errors exit 1 failed(rubyspec/core/array/flatten_spec.rb) == rubyspec/core/array/frozen_spec.rb # 2010-07-25T10:50:59+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/frozen_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/frozen_spec.rb Array#frozen? - returns true if array is frozen - returns false for an array being sorted by #sort! - returns false for an array being sorted by #sort Finished in 0.003352 seconds 1 file, 3 examples, 6 expectations, 0 failures, 0 errors == rubyspec/core/array/hash_spec.rb # 2010-07-25T10:51:00+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/hash_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/hash_spec.rb Array#hash - returns the same fixnum for arrays with the same content - properly handles recursive arrays - calls to_int on result of calling hash on each element - ignores array class differences - returns same hash code for arrays with the same content - returns the same value if arrays are #eql? Finished in 0.004107 seconds 1 file, 6 examples, 19 expectations, 0 failures, 0 errors == rubyspec/core/array/include_spec.rb # 2010-07-25T10:51:00+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/include_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/include_spec.rb Array#include? - returns true if object is present, false otherwise - determines presence by using element == obj - calls == on elements from left to right until success Finished in 0.003470 seconds 1 file, 3 examples, 9 expectations, 0 failures, 0 errors == rubyspec/core/array/index_spec.rb # 2010-07-25T10:51:00+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/index_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/index_spec.rb Array#index - returns the index of the first element == to object - returns 0 if first element == to object - returns size-1 if only last element == to object - returns nil if no element == to object - accepts a block instead of an argument - ignore the block if there is an argument Finished in 0.001374 seconds 1 file, 6 examples, 7 expectations, 0 failures, 0 errors == rubyspec/core/array/indexes_spec.rb # 2010-07-25T10:51:00+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/indexes_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/indexes_spec.rb Finished in 0.003258 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/indices_spec.rb # 2010-07-25T10:51:00+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/indices_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/indices_spec.rb Finished in 0.003203 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/initialize_copy_spec.rb # 2010-07-25T10:51:01+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/initialize_copy_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/initialize_copy_spec.rb Array#initialize_copy - is private - replaces the elements with elements from other array - properly handles recursive arrays - returns self - does not make self dependent to the original array - tries to convert the passed argument to an Array using #to_ary - does not call #to_ary on Array subclasses - raises a RuntimeError on a frozen array Finished in 0.004669 seconds 1 file, 8 examples, 16 expectations, 0 failures, 0 errors == rubyspec/core/array/initialize_spec.rb # 2010-07-25T10:51:01+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/initialize_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/initialize_spec.rb Array#initialize - is private - is called on subclasses - preserves the object's identity even when changing its value - raise an ArgumentError if passed 3 or more arguments - raises a RuntimeError on frozen arrays Array#initialize with no arguments - makes the array empty - does not use the given block Array#initialize with (array) - replaces self with the other array - does not use the given block - calls #to_ary to convert the value to an array - does not call #to_ary on instances of Array or subclasses of Array - raises a TypeError if an Array type argument and a default object Array#initialize with (size, object=nil) - sets the array to size and fills with the object - sets the array to size and fills with nil when object is omitted - raises an ArgumentError if size is negative - raises an ArgumentError if size is too large - calls #to_int to convert the size argument to an Integer when object is given - calls #to_int to convert the size argument to an Integer when object is not given - raises a TypeError if the size argument is not an Integer type - yields the index of the element and sets the element to the value of the block - uses the block value instead of using the default value - returns the value passed to break - sets the array to the values returned by the block before break is executed Finished in 0.008414 seconds 1 file, 23 examples, 35 expectations, 0 failures, 0 errors == rubyspec/core/array/insert_spec.rb # 2010-07-25T10:51:01+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/insert_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/insert_spec.rb Array#insert - returns self - inserts objects before the element at index for non-negative index - appends objects to the end of the array for index == -1 - inserts objects after the element at index with negative index - pads with nils if the index to be inserted to is past the end - can insert before the first element with a negative index - raises an IndexError if the negative index is out of bounds - does nothing of no object is passed - tries to convert the passed position argument to an Integer using #to_int - raises an ArgumentError if no argument passed - raises a RuntimeError on frozen arrays when the array is modified - raises a RuntimeError on frozen arrays when the array would not be modified (FAILED - 1) 1) Array#insert raises a RuntimeError on frozen arrays when the array would not be modified FAILED Expected RuntimeError but no exception was raised /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/insert_spec.rb:87:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/insert_spec.rb:4:in `' Finished in 0.005805 seconds 1 file, 12 examples, 30 expectations, 1 failure, 0 errors exit 1 failed(rubyspec/core/array/insert_spec.rb) == rubyspec/core/array/inspect_spec.rb # 2010-07-25T10:51:03+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/inspect_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/inspect_spec.rb Array#inspect - returns a string - calls inspect on its elements - handles recursive arrays Finished in 0.003660 seconds 1 file, 3 examples, 10 expectations, 0 failures, 0 errors == rubyspec/core/array/intersection_spec.rb # 2010-07-25T10:51:03+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/intersection_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/intersection_spec.rb Array#& - creates an array with elements common to both arrays (intersection) - creates an array with no duplicates - creates an array with elements in order they are first encountered - does not modify the original Array - tries to convert the passed argument to an Array using #to_ary - determines equivalence between elements in the sense of eql? - does return subclass instances for Array subclasses - does not call to_ary on array subclasses Finished in 0.004090 seconds 1 file, 8 examples, 17 expectations, 0 failures, 0 errors == rubyspec/core/array/join_spec.rb # 2010-07-25T10:51:03+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/join_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/join_spec.rb Array#join - returns an empty string if the Array is empty - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 1) - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 2) - raises a NoMethodError if an element does not respond to #to_s - uses the same separator with nested arrays - tries to convert the passed separator to a String using #to_str - raises an ArgumentError when the Array is recursive (FAILED - 3) - does not consider taint of either the array or the separator when the array is empty - returns a string which would be infected with taint of the array, its elements or the separator when the array is not empty - does not consider untrustworthiness of either the array or the separator when the array is empty - returns a string which would be infected with untrustworthiness of the array, its elements or the separator when the array is not empty - does not separates elements when the passed separator is nil - uses $, as the default separator (which defaults to nil) - does not process the separator if the array is empty - calls #to_str to convert the separator to a String - raises a TypeError if the separator cannot be coerced to a String by calling #to_str 1) Array#join returns a string formed by concatenating each element.to_str separated by separator without trailing separator FAILED Expected "1:#" to equal "1:o" /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shared/join.rb:28:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/join_spec.rb:5:in `' 2) An exception occurred during: Mock.verify_count Array#join returns a string formed by concatenating each element.to_str separated by separator without trailing separator FAILED Mock 'o' expected to receive 'method_missing' exactly 1 times but received it 0 times /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/join_spec.rb:5:in `' 3) Array#join raises an ArgumentError when the Array is recursive FAILED Expected ArgumentError but no exception was raised /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shared/join.rb:91:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/join_spec.rb:5:in `' Finished in 0.008762 seconds 1 file, 15 examples, 57 expectations, 3 failures, 0 errors exit 1 failed(rubyspec/core/array/join_spec.rb) == rubyspec/core/array/keep_if_spec.rb # 2010-07-25T10:51:05+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/keep_if_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb Array#keep_if - returns the same array if no changes were made (ERROR - 1) - deletes elements for which the block returns a false value (ERROR - 2) - returns an enumerator if no block is given (ERROR - 3) 1) Array#keep_if returns the same array if no changes were made ERROR NoMethodError: undefined method `keep_if' for [1, 2, 3]:Array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:7:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:4:in `block in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:3:in `' 2) Array#keep_if deletes elements for which the block returns a false value ERROR NoMethodError: undefined method `keep_if' for [1, 2, 3, 4, 5]:Array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shared/keep_if.rb:4:in `block (2 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:4:in `block in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:3:in `' 3) Array#keep_if returns an enumerator if no block is given ERROR NoMethodError: undefined method `keep_if' for [1, 2, 3]:Array /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shared/keep_if.rb:9:in `block (2 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:4:in `block in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/keep_if_spec.rb:3:in `' Finished in 0.001026 seconds 1 file, 3 examples, 0 expectations, 0 failures, 3 errors exit 1 failed(rubyspec/core/array/keep_if_spec.rb) == rubyspec/core/array/last_spec.rb # 2010-07-25T10:51:07+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/last_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/last_spec.rb Array#last - returns the last element - returns nil if self is empty - returns the last count elements if given a count - returns an empty array when passed a count on an empty array - returns an empty array when count == 0 - returns an array containing the last element when passed count == 1 - raises an ArgumentError when count is negative - returns the entire array when count > length - returns an array which is independent to the original when passed count - properly handles recursive arrays - tries to convert the passed argument to an Integer usinig #to_int - raises a TypeError if the passed argument is not numeric - does not return subclass instance on Array subclasses - is not destructive Finished in 0.004598 seconds 1 file, 14 examples, 27 expectations, 0 failures, 0 errors == rubyspec/core/array/length_spec.rb # 2010-07-25T10:51:07+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/length_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/length_spec.rb Array#length - returns the number of elements - properly handles recursive arrays Finished in 0.004137 seconds 1 file, 2 examples, 4 expectations, 0 failures, 0 errors == rubyspec/core/array/map_spec.rb # 2010-07-25T10:51:07+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/map_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/map_spec.rb Array#map - returns a copy of array with each element replaced by the value returned by block - does not return subclass instance - does not change self - returns the evaluated value of block if it broke in the block - returns an Enumerator when no block given - does not copy tainted status - does not copy untrusted status Array#map! - replaces each element with the value returned by block - returns self - returns the evaluated value of block but its contents is partially modified, if it broke in the block - returns an Enumerator when no block given, and the enumerator can modify the original array - keeps tainted status - keeps untrusted status - raises a RuntimeError on a frozen array Finished in 0.007119 seconds 1 file, 14 examples, 19 expectations, 0 failures, 0 errors == rubyspec/core/array/minus_spec.rb # 2010-07-25T10:51:08+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/minus_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/minus_spec.rb Array#- - creates an array minus any items from other array - removes multiple items on the lhs equal to one on the rhs - properly handles recursive arrays - tries to convert the passed arguments to Arrays using #to_ary - raises a TypeError if the argument cannot be coerced to an Array by calling #to_ary - does not return subclass instance for Array subclasses - does not call to_ary on array subclasses - acts as if using an intermediate hash to collect values - is not destructive Finished in 0.004156 seconds 1 file, 9 examples, 22 expectations, 0 failures, 0 errors == rubyspec/core/array/multiply_spec.rb # 2010-07-25T10:51:08+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/multiply_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/multiply_spec.rb Array#* - tries to convert the passed argument to a String using #to_str - tires to convert the passed argument to an Integer using #to_int - raises a TypeError if the argument can neither be converted to a string nor an integer - converts the passed argument to a String rather than an Integer - raises a TypeError is the passed argument is nil - raises an ArgumentError when passed 2 or more arguments - raises an ArgumentError when passed no arguments Array#* with an integer - concatenates n copies of the array when passed an integer - does not return self even if the passed integer is 1 - properly handles recursive arrays - raises an ArgumentError when passed a negative integer - copies the taint status of the original array even if the passed count is 0 - copies the taint status of the original array even if the array is empty - copies the taint status of the original array if the passed count is not 0 - copies the untrusted status of the original array even if the passed count is 0 - copies the untrusted status of the original array even if the array is empty - copies the untrusted status of the original array if the passed count is not 0 Array#* with an integer with a subclass of Array - returns a subclass instance - does not call #initialize on the subclass instance Array#* with a string - returns an empty string if the Array is empty - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 1) - returns a string formed by concatenating each element.to_str separated by separator without trailing separator (FAILED - 2) - raises a NoMethodError if an element does not respond to #to_s - uses the same separator with nested arrays - tries to convert the passed separator to a String using #to_str - raises an ArgumentError when the Array is recursive (FAILED - 3) - does not consider taint of either the array or the separator when the array is empty - returns a string which would be infected with taint of the array, its elements or the separator when the array is not empty - does not consider untrustworthiness of either the array or the separator when the array is empty - returns a string which would be infected with untrustworthiness of the array, its elements or the separator when the array is not empty 1) Array#* with a string returns a string formed by concatenating each element.to_str separated by separator without trailing separator FAILED Expected "1:#" to equal "1:o" /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shared/join.rb:28:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/multiply_spec.rb:141:in `' 2) An exception occurred during: Mock.verify_count Array#* with a string returns a string formed by concatenating each element.to_str separated by separator without trailing separator FAILED Mock 'o' expected to receive 'method_missing' exactly 1 times but received it 0 times /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/multiply_spec.rb:141:in `' 3) Array#* with a string raises an ArgumentError when the Array is recursive FAILED Expected ArgumentError but no exception was raised /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/shared/join.rb:91:in `block (3 levels) in ' /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/multiply_spec.rb:141:in `' Finished in 0.010999 seconds 1 file, 29 examples, 84 expectations, 3 failures, 0 errors exit 1 failed(rubyspec/core/array/multiply_spec.rb) == rubyspec/core/array/new_spec.rb # 2010-07-25T10:51:10+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/new_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/new_spec.rb Array.new - returns an instance of Array - returns an instance of a subclass - raise an ArgumentError if passed 3 or more arguments Array.new with no arguments - returns an empty array - does not use the given block Array.new with (array) - returns an array initialized to the other array - does not use the given block - calls #to_ary to convert the value to an array - does not call #to_ary on instances of Array or subclasses of Array - raises a TypeError if an Array type argument and a default object Array.new with (size, object=nil) - returns an array of size filled with object - returns an array of size filled with nil when object is omitted - raises an ArgumentError if size is negative - raises an ArgumentError if size is too large - calls #to_int to convert the size argument to an Integer when object is given - calls #to_int to convert the size argument to an Integer when object is not given - raises a TypeError if the size argument is not an Integer type - yields the index of the element and sets the element to the value of the block - uses the block value instead of using the default value - returns the value passed to break Finished in 0.007790 seconds 1 file, 20 examples, 28 expectations, 0 failures, 0 errors == rubyspec/core/array/nitems_spec.rb # 2010-07-25T10:51:10+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/nitems_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/nitems_spec.rb Finished in 0.002945 seconds 1 file, 0 examples, 0 expectations, 0 failures, 0 errors == rubyspec/core/array/pack/c_spec.rb # 2010-07-25T10:51:10+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/pack/c_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/c_spec.rb Array#pack with format 'C' - encodes the least significant eight bits of a positive number - encodes the least significant eight bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - raises ArgumentError when the format modifier is '_' - raises ArgumentError when the format modifier is '!' Array#pack with format 'c' - encodes the least significant eight bits of a positive number - encodes the least significant eight bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string - raises ArgumentError when the format modifier is '_' - raises ArgumentError when the format modifier is '!' Finished in 0.008594 seconds 1 file, 30 examples, 34 expectations, 0 failures, 0 errors == rubyspec/core/array/pack/i_spec.rb # 2010-07-25T10:51:10+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/pack/i_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/i_spec.rb Array#pack with format 'I' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'i' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'I' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'I' with modifier '_' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Array#pack with format 'I' with modifier '!' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Array#pack with format 'i' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'i' with modifier '_' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Array#pack with format 'i' with modifier '!' - encodes the least significant 32 bits of a number - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier Finished in 0.012275 seconds 1 file, 38 examples, 42 expectations, 0 failures, 0 errors == rubyspec/core/array/pack/l_spec.rb # 2010-07-25T10:51:10+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/ruby.1.9.mspec -t /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/bin/ruby rubyspec/core/array/pack/l_spec.rb ruby 1.9.1p429 (2010-07-14 revision 28641) [i686-linux] /home/akr/chkbuild/tmp/build/ruby-1.9.1/20100725T094529/rubyspec/core/array/pack/l_spec.rb Array#pack with format 'L' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'l' - raises an ArgumentError if there are fewer elements than the format requires - returns an empty String if count is zero - raises a TypeError when passed a String - raises a TypeError when the object does not respond to #to_int - returns an ASCII-8BIT string Array#pack with format 'L' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'l' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'L' with modifier '_' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'L' with modifier '!' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'l' with modifier '_' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Array#pack with format 'l' with modifier '!' - encodes the least significant 32 bits of a positive number - encodes the least significant 32 bits of a negative number - encodes a Float truncated as an Integer - calls #to_int to convert the pack argument to an Integer - encodes the number of array elements specified by the count modifier - encodes all remaining elements when passed the '*' modifier - ignores NULL bytes between directives - ignores spaces between directives Finished in 0.014133 seconds 1 file, 58 examples, 66 expectations, 0 failures, 0 errors == rubyspec/core/array/pack/n_spec.rb # 2010-07-25T10:51:11+09:00 + bin/ruby mspec/bin/mspec -V -f s -B /home/akr/chkbuild/tmp/b