|
$ ./configure --prefix=/Users/ayumin/tmp/ruby --enable-pthread --with-readline-dir=/usr/local --with-arch=x86_64 --with-libyaml-dir=/opt/local
|
|
checking build system type... x86_64-apple-darwin10.8.0
|
|
checking host system type... x86_64-apple-darwin10.8.0
|
|
checking target system type... x86_64-apple-darwin10.8.0
|
|
checking for gcc... gcc
|
|
checking for C compiler default output file name... a.out
|
|
checking whether the C compiler works... yes
|
|
checking whether we are cross compiling... no
|
|
checking for suffix of executables...
|
|
checking for suffix of object files... o
|
|
checking whether we are using the GNU C compiler... yes
|
|
checking whether gcc accepts -g... yes
|
|
checking for gcc option to accept ISO C89... none needed
|
|
checking for g++... g++
|
|
checking whether we are using the GNU C++ compiler... yes
|
|
checking whether g++ accepts -g... yes
|
|
checking how to run the C preprocessor... gcc -E
|
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
|
checking for egrep... /usr/bin/grep -E
|
|
checking whether gcc needs -traditional... no
|
|
checking whether the linker is GNU ld... no
|
|
checking whether gcc -E accepts -o... yes
|
|
checking target architectures... x86_64
|
|
checking for ranlib... ranlib
|
|
checking for ar... ar
|
|
checking for as... as
|
|
checking for objdump... no
|
|
checking for gobjdump... no
|
|
checking for objcopy... no
|
|
checking for gobjcopy... no
|
|
checking for nm... nm
|
|
checking whether ln -s works... yes
|
|
checking whether make sets $(MAKE)... yes
|
|
checking for a BSD-compatible install... /usr/bin/install -c
|
|
checking for a thread-safe mkdir -p... -d
|
|
use 'mkdir -p' as MKDIR_P
|
|
checking for dot... no
|
|
checking for doxygen... no
|
|
checking for pkg-config... no
|
|
checking for AIX... no
|
|
checking for ANSI C header files... yes
|
|
checking for sys/types.h... yes
|
|
checking for sys/stat.h... yes
|
|
checking for stdlib.h... yes
|
|
checking for string.h... yes
|
|
checking for memory.h... yes
|
|
checking for strings.h... yes
|
|
checking for inttypes.h... yes
|
|
checking for stdint.h... yes
|
|
checking for unistd.h... yes
|
|
checking minix/config.h usability... no
|
|
checking minix/config.h presence... no
|
|
checking for minix/config.h... no
|
|
checking whether it is safe to define __EXTENSIONS__... yes
|
|
checking for cd using physical directory... cd -P
|
|
checking whether -Wno-unused-parameter is accepted... yes
|
|
checking whether -Wno-parentheses is accepted... yes
|
|
checking whether -Wno-long-long is accepted... yes
|
|
checking whether -Wno-missing-field-initializers is accepted... yes
|
|
checking whether -Werror=pointer-arith is accepted... yes
|
|
checking whether -Werror=write-strings is accepted... yes
|
|
checking whether -Werror=declaration-after-statement is accepted... yes
|
|
checking whether -Werror=shorten-64-to-32 is accepted... yes
|
|
checking whether -Werror=implicit-function-declaration is accepted... yes
|
|
checking whether -Wextra is accepted... yes
|
|
checking whether -fvisibility=hidden is accepted... yes
|
|
checking whether -Wl,-unexported_symbol,_Init_* is accepted... yes
|
|
checking for special C compiler options needed for large files... no
|
|
checking for _FILE_OFFSET_BITS value needed for large files... no
|
|
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 for long long... yes
|
|
checking for off_t... yes
|
|
checking char bit... 8
|
|
checking for int... yes
|
|
checking size of int... 4
|
|
checking for short... yes
|
|
checking size of short... 2
|
|
checking for long... yes
|
|
checking size of long... 8
|
|
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*... 8
|
|
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... 8
|
|
checking for printf prefix for long long... ll
|
|
checking for pid_t... yes
|
|
checking for convertible type of pid_t... INT
|
|
checking for uid_t... yes
|
|
checking for convertible type of uid_t... UINT
|
|
checking for gid_t... yes
|
|
checking for convertible type of gid_t... UINT
|
|
checking for time_t... (cached) yes
|
|
checking for convertible type of time_t... LONG
|
|
checking for dev_t... yes
|
|
checking for convertible type of dev_t... INT
|
|
checking for mode_t... yes
|
|
checking for convertible type of mode_t... UINT
|
|
checking for rlim_t... yes
|
|
checking for convertible type of rlim_t... ULL
|
|
checking for prototypes... yes
|
|
checking token paste string... ansi
|
|
checking stringization... #expr
|
|
checking string literal concatenation... yes
|
|
checking for variable length prototypes and stdarg.h... yes
|
|
checking for variable length macro... yes
|
|
checking for noreturn function attribute... __attribute__ ((noreturn)) x
|
|
checking for deprecated function attribute... __attribute__ ((deprecated)) x
|
|
checking for noinline function attribute... __attribute__ ((noinline)) x
|
|
checking for stdcall function attribute... x
|
|
checking for cdecl function attribute... x
|
|
checking for fastcall function attribute... x
|
|
checking for function alias... no
|
|
checking for atomic builtins... yes
|
|
checking for exported function attribute... __attribute__ ((visibility("default")))
|
|
checking whether sys_nerr is declared... yes
|
|
checking whether Mac OS X 10.5 or later... yes
|
|
checking for broken crypt with 8bit chars... yes
|
|
checking for crypt in -lcrypt... (cached) no
|
|
checking for dlopen in -ldl... yes
|
|
checking for shl_load in -ldld... no
|
|
checking for socketpair in -lsocket... no
|
|
checking for clock_gettime in -lrt... no
|
|
checking for dirent.h that defines DIR... yes
|
|
checking for library containing opendir... none required
|
|
checking for stdbool.h that conforms to C99... yes
|
|
checking for _Bool... yes
|
|
checking for sys/wait.h that is POSIX.1 compatible... yes
|
|
checking limits.h usability... yes
|
|
checking limits.h presence... yes
|
|
checking for limits.h... yes
|
|
checking sys/file.h usability... yes
|
|
checking sys/file.h presence... yes
|
|
checking for sys/file.h... yes
|
|
checking sys/ioctl.h usability... yes
|
|
checking sys/ioctl.h presence... yes
|
|
checking for sys/ioctl.h... yes
|
|
checking sys/syscall.h usability... yes
|
|
checking sys/syscall.h presence... yes
|
|
checking for sys/syscall.h... yes
|
|
checking fcntl.h usability... yes
|
|
checking fcntl.h presence... yes
|
|
checking for fcntl.h... yes
|
|
checking sys/fcntl.h usability... yes
|
|
checking sys/fcntl.h presence... yes
|
|
checking for sys/fcntl.h... yes
|
|
checking sys/select.h usability... yes
|
|
checking sys/select.h presence... yes
|
|
checking for sys/select.h... yes
|
|
checking sys/time.h usability... yes
|
|
checking sys/time.h presence... yes
|
|
checking for sys/time.h... yes
|
|
checking sys/times.h usability... yes
|
|
checking sys/times.h presence... yes
|
|
checking for sys/times.h... yes
|
|
checking sys/param.h usability... yes
|
|
checking sys/param.h presence... yes
|
|
checking for sys/param.h... yes
|
|
checking syscall.h usability... no
|
|
checking syscall.h presence... no
|
|
checking for syscall.h... no
|
|
checking pwd.h usability... yes
|
|
checking pwd.h presence... yes
|
|
checking for pwd.h... yes
|
|
checking grp.h usability... yes
|
|
checking grp.h presence... yes
|
|
checking for grp.h... yes
|
|
checking a.out.h usability... no
|
|
checking a.out.h presence... no
|
|
checking for a.out.h... no
|
|
checking utime.h usability... yes
|
|
checking utime.h presence... yes
|
|
checking for utime.h... yes
|
|
checking direct.h usability... no
|
|
checking direct.h presence... no
|
|
checking for direct.h... no
|
|
checking sys/resource.h usability... yes
|
|
checking sys/resource.h presence... yes
|
|
checking for sys/resource.h... yes
|
|
checking sys/mkdev.h usability... no
|
|
checking sys/mkdev.h presence... no
|
|
checking for sys/mkdev.h... no
|
|
checking sys/utime.h usability... no
|
|
checking sys/utime.h presence... no
|
|
checking for sys/utime.h... no
|
|
checking xti.h usability... no
|
|
checking xti.h presence... no
|
|
checking for xti.h... no
|
|
checking netinet/in_systm.h usability... yes
|
|
checking netinet/in_systm.h presence... yes
|
|
checking for netinet/in_systm.h... yes
|
|
checking float.h usability... yes
|
|
checking float.h presence... yes
|
|
checking for float.h... yes
|
|
checking ieeefp.h usability... no
|
|
checking ieeefp.h presence... no
|
|
checking for ieeefp.h... no
|
|
checking for ucontext.h... (cached) no
|
|
checking intrinsics.h usability... no
|
|
checking intrinsics.h presence... no
|
|
checking for intrinsics.h... no
|
|
checking langinfo.h usability... yes
|
|
checking langinfo.h presence... yes
|
|
checking for langinfo.h... yes
|
|
checking locale.h usability... yes
|
|
checking locale.h presence... yes
|
|
checking for locale.h... yes
|
|
checking sys/sendfile.h usability... no
|
|
checking sys/sendfile.h presence... no
|
|
checking for sys/sendfile.h... no
|
|
checking time.h usability... yes
|
|
checking time.h presence... yes
|
|
checking for time.h... yes
|
|
checking for net/socket.h... (cached) no
|
|
checking for sys/socket.h... (cached) yes
|
|
checking for size_t... yes
|
|
checking for size_t... (cached) yes
|
|
checking size of size_t... 8
|
|
checking for ptrdiff_t... yes
|
|
checking size of ptrdiff_t... 8
|
|
checking for printf prefix for size_t... z
|
|
checking for printf prefix for ptrdiff_t... t
|
|
checking for struct stat.st_blksize... yes
|
|
checking for struct stat.st_blocks... yes
|
|
checking for struct stat.st_rdev... yes
|
|
checking size of struct stat.st_size... SIZEOF_LONG
|
|
checking size of struct stat.st_blocks... SIZEOF_LONG
|
|
checking for struct stat.st_atim... no
|
|
checking for struct stat.st_atimespec... yes
|
|
checking for struct stat.st_atimensec... no
|
|
checking for struct stat.st_mtim... no
|
|
checking for struct stat.st_mtimespec... yes
|
|
checking for struct stat.st_mtimensec... no
|
|
checking for struct stat.st_ctim... no
|
|
checking for struct stat.st_ctimespec... yes
|
|
checking for struct stat.st_ctimensec... no
|
|
checking for struct timespec... yes
|
|
checking for struct timezone... yes
|
|
checking for clockid_t... no
|
|
checking for fd_mask... yes
|
|
checking for int8_t... yes
|
|
checking for int8_t... yes
|
|
checking size of int8_t... 1
|
|
checking for uint8_t... yes
|
|
checking for uint8_t... yes
|
|
checking size of uint8_t... 1
|
|
checking for int16_t... yes
|
|
checking for int16_t... yes
|
|
checking size of int16_t... 2
|
|
checking for uint16_t... yes
|
|
checking for uint16_t... yes
|
|
checking size of uint16_t... 2
|
|
checking for int32_t... yes
|
|
checking for int32_t... yes
|
|
checking size of int32_t... 4
|
|
checking for uint32_t... yes
|
|
checking for uint32_t... yes
|
|
checking size of uint32_t... 4
|
|
checking for int64_t... yes
|
|
checking for int64_t... yes
|
|
checking size of int64_t... 8
|
|
checking for uint64_t... yes
|
|
checking for uint64_t... yes
|
|
checking size of uint64_t... 8
|
|
checking for int128_t... no
|
|
checking for uint128_t... no
|
|
checking for intptr_t... yes
|
|
checking for intptr_t... yes
|
|
checking size of intptr_t... 8
|
|
checking for uintptr_t... yes
|
|
checking for uintptr_t... yes
|
|
checking size of uintptr_t... 8
|
|
checking for ssize_t... yes
|
|
checking for ssize_t... yes
|
|
checking size of ssize_t... 8
|
|
checking for stack end address... no
|
|
checking for gc_mark and gc_children stack frame approximate size(word)... 20
|
|
checking for uid_t in sys/types.h... (cached) yes
|
|
checking type of array argument to getgroups... (cached) gid_t
|
|
checking return type of signal handlers... void
|
|
checking for working alloca.h... yes
|
|
checking for alloca... yes
|
|
checking for dynamic size alloca... ok
|
|
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 isnan... yes
|
|
checking for finite... yes
|
|
checking for isinf... yes
|
|
checking for hypot... yes
|
|
checking for acosh... yes
|
|
checking for erf... yes
|
|
checking for tgamma... yes
|
|
checking for lgamma_r... yes
|
|
checking for cbrt... yes
|
|
checking for strlcpy... yes
|
|
checking for strlcat... yes
|
|
checking for ffs... yes
|
|
checking for setproctitle... no
|
|
checking for signbit... yes
|
|
checking for fmod... yes
|
|
checking for killpg... yes
|
|
checking for wait4... yes
|
|
checking for waitpid... yes
|
|
checking for fork... yes
|
|
checking for spawnv... no
|
|
checking for syscall... yes
|
|
checking for __syscall... no
|
|
checking for chroot... yes
|
|
checking for getcwd... yes
|
|
checking for eaccess... no
|
|
checking for truncate... yes
|
|
checking for ftruncate... yes
|
|
checking for ftello... yes
|
|
checking for chsize... no
|
|
checking for times... yes
|
|
checking for utimes... yes
|
|
checking for utimensat... no
|
|
checking for fcntl... yes
|
|
checking for lockf... yes
|
|
checking for lstat... yes
|
|
checking for truncate64... no
|
|
checking for ftruncate64... no
|
|
checking for ftello64... no
|
|
checking for fseeko... yes
|
|
checking for fseeko64... no
|
|
checking for link... yes
|
|
checking for symlink... yes
|
|
checking for readlink... yes
|
|
checking for readdir_r... yes
|
|
checking for fsync... yes
|
|
checking for fdatasync... (cached) no
|
|
checking for fchown... yes
|
|
checking for posix_fadvise... no
|
|
checking for setitimer... yes
|
|
checking for setruid... yes
|
|
checking for seteuid... yes
|
|
checking for setreuid... yes
|
|
checking for setresuid... no
|
|
checking for setproctitle... (cached) no
|
|
checking for socketpair... yes
|
|
checking for setrgid... yes
|
|
checking for setegid... yes
|
|
checking for setregid... yes
|
|
checking for setresgid... no
|
|
checking for issetugid... yes
|
|
checking for pause... yes
|
|
checking for lchown... yes
|
|
checking for lchmod... yes
|
|
checking for getpgrp... yes
|
|
checking for setpgrp... yes
|
|
checking for getpgid... yes
|
|
checking for setpgid... yes
|
|
checking for initgroups... yes
|
|
checking for getgroups... yes
|
|
checking for setgroups... yes
|
|
checking for getpriority... yes
|
|
checking for getrlimit... yes
|
|
checking for setrlimit... yes
|
|
checking for sysconf... yes
|
|
checking for close... yes
|
|
checking for getgrnam_r... yes
|
|
checking for dlopen... yes
|
|
checking for sigprocmask... yes
|
|
checking for sigaction... yes
|
|
checking for sigsetjmp... yes
|
|
checking for _setjmp... yes
|
|
checking for _longjmp... yes
|
|
checking for 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 setuid... yes
|
|
checking for setgid... yes
|
|
checking for daemon... (cached) no
|
|
checking for select_large_fdset... no
|
|
checking for setenv... yes
|
|
checking for unsetenv... yes
|
|
checking for mktime... yes
|
|
checking for timegm... yes
|
|
checking for gmtime_r... yes
|
|
checking for clock_gettime... no
|
|
checking for gettimeofday... yes
|
|
checking for poll... yes
|
|
checking for ppoll... no
|
|
checking for pread... yes
|
|
checking for sendfile... yes
|
|
checking for shutdown... yes
|
|
checking for sigaltstack... yes
|
|
checking for dl_iterate_phdr... no
|
|
checking for unsetenv returns a value... 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 for localtime(3) overflow correctly... yes
|
|
checking whether right shift preserve sign bit... yes
|
|
checking read count field in FILE structures... _r
|
|
checking read buffer ptr field in FILE structures... _p
|
|
checking size of struct stat.st_ino... SIZEOF_LONG
|
|
checking whether _SC_CLK_TCK is supported... yes
|
|
checking stack growing direction on x86_64... -1
|
|
checking for pthread_kill in -lthr... no
|
|
checking for pthread_kill in -lpthread... yes
|
|
checking pthread_np.h usability... no
|
|
checking pthread_np.h presence... no
|
|
checking for pthread_np.h... no
|
|
checking for sched_yield... yes
|
|
checking for pthread_attr_setinheritsched... yes
|
|
checking for pthread_getattr_np... no
|
|
checking for pthread_attr_get_np... no
|
|
checking for pthread_attr_getstack... yes
|
|
checking for pthread_get_stackaddr_np... yes
|
|
checking for pthread_get_stacksize_np... yes
|
|
checking for thr_stksegment... no
|
|
checking for pthread_stackseg_np... no
|
|
checking for pthread_getthrds_np... no
|
|
checking for pthread_condattr_setclock... no
|
|
checking for pthread_sigmask... yes
|
|
checking if fork works with pthread... yes
|
|
checking for backtrace... yes
|
|
checking valgrind/memcheck.h usability... no
|
|
checking valgrind/memcheck.h presence... no
|
|
checking for valgrind/memcheck.h... no
|
|
checking whether ELF binaries are produced... no
|
|
checking whether OS depend dynamic link works... In file included from /usr/local/include/fuse/fuse.h:26,
|
|
from <command-line>:0:
|
|
/usr/local/include/fuse/fuse_common.h:32:2: error: #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
|
|
In file included from /usr/local/include/fuse/fuse.h:790,
|
|
from <command-line>:0:
|
|
/usr/local/include/fuse/fuse_compat.h:69:24: error: sys/statfs.h: No such file or directory
|
|
yes
|
|
checking for strip... strip
|
|
checking for prefix of external symbols... _
|
|
checking pthread.h usability... yes
|
|
checking pthread.h presence... yes
|
|
checking for pthread.h... yes
|
|
checking for if make is GNU make... yes
|
|
checking for nroff... /usr/bin/nroff
|
|
.ext/include/x86_64-darwin10.8.0/ruby/config.h unchanged
|
|
ruby library version = 1.9.1
|
|
configure: creating ./config.status
|
|
config.status: creating Makefile
|
|
config.status: creating ruby-1.9.pc
|
|
ruby ➔ make
|
|
CC = gcc
|
|
LD = ld
|
|
LDSHARED = gcc -dynamic -bundle
|
|
CFLAGS = -D_FILE_OFFSET_BITS=64 -arch x86_64 -pipe
|
|
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
|
|
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I.
|
|
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -arch x86_64
|
|
SOLIBS =
|
|
linking miniruby
|
|
rbconfig.rb updated
|
|
generating enc.mk
|
|
generating prelude.c
|
|
compiling prelude.c
|
|
linking static-library libruby-static.a
|
|
generating encdb.h
|
|
encdb.h unchanged
|
|
making enc
|
|
make[1]: Nothing to be done for `enc'.
|
|
making srcs under enc
|
|
make[1]: Nothing to be done for `srcs'.
|
|
generating transdb.h
|
|
transdb.h unchanged
|
|
making trans
|
|
make[1]: Nothing to be done for `./enc/trans'.
|
|
making encs
|
|
configuring -test-/add_suffix
|
|
configuring -test-/array/resize
|
|
configuring -test-/bug-3571
|
|
configuring -test-/bug-3662
|
|
configuring -test-/funcall
|
|
configuring -test-/load/dot.dot
|
|
configuring -test-/string
|
|
configuring -test-/wait_for_single_fd
|
|
configuring bigdecimal
|
|
configuring continuation
|
|
configuring coverage
|
|
configuring curses
|
|
configuring date
|
|
configuring dbm
|
|
configuring digest
|
|
configuring digest/bubblebabble
|
|
configuring digest/md5
|
|
configuring digest/rmd160
|
|
configuring digest/sha1
|
|
configuring digest/sha2
|
|
configuring dl
|
|
configuring dl/callback
|
|
configuring dl/win32
|
|
Failed to configure dl/win32. It will not be installed.
|
|
configuring etc
|
|
configuring fcntl
|
|
configuring fiber
|
|
configuring fiddle
|
|
configuring gdbm
|
|
Failed to configure gdbm. It will not be installed.
|
|
configuring iconv
|
|
configuring io/console
|
|
configuring io/nonblock
|
|
configuring io/wait
|
|
configuring json
|
|
configuring json/generator
|
|
configuring json/parser
|
|
configuring mathn/complex
|
|
configuring mathn/rational
|
|
configuring nkf
|
|
configuring objspace
|
|
configuring openssl
|
|
configuring pathname
|
|
configuring psych
|
|
configuring pty
|
|
configuring racc/cparse
|
|
configuring readline
|
|
configuring ripper
|
|
configuring sdbm
|
|
configuring socket
|
|
configuring stringio
|
|
configuring strscan
|
|
configuring syck
|
|
configuring syslog
|
|
configuring tk
|
|
Configure options for Ruby/Tk may be updated.
|
|
So, delete files which depend on old configs.
|
|
check functions.........
|
|
check struct members..
|
|
check libraries....
|
|
Use ActiveTcl libraries (if available).
|
|
Search tclConfig.sh and tkConfig.sh....................................
|
|
Valid [tclConfig.sh, tkConfig.sh] are found in [["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/usr/lib", "/usr/lib"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
|
|
Use [tclConfig.sh, tkConfig.sh] == ["/System/Library/Frameworks/Tcl.framework/tclConfig.sh", "/System/Library/Frameworks/Tk.framework/tkConfig.sh"]
|
|
Use MacOS X Frameworks.
|
|
|
|
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
|
|
configuring tk/tkutil
|
|
configuring win32ole
|
|
Failed to configure win32ole. It will not be installed.
|
|
configuring zlib
|
|
linking shared-object -test-/add_suffix/bug.bundle
|
|
installing default bug libraries
|
|
linking shared-object -test-/array/resize.bundle
|
|
installing default resize libraries
|
|
linking shared-object -test-/bug-3571/bug.bundle
|
|
installing default bug libraries
|
|
linking shared-object -test-/bug-3662/bug.bundle
|
|
installing default bug libraries
|
|
linking shared-object -test-/funcall/funcall.bundle
|
|
installing default funcall libraries
|
|
linking shared-object -test-/load/dot.dot/dot.dot.bundle
|
|
installing default dot.dot libraries
|
|
linking shared-object -test-/string/string.bundle
|
|
installing default string libraries
|
|
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle
|
|
installing default wait_for_single_fd libraries
|
|
linking shared-object bigdecimal.bundle
|
|
installing default bigdecimal libraries
|
|
linking shared-object continuation.bundle
|
|
installing default continuation libraries
|
|
linking shared-object coverage.bundle
|
|
installing default coverage libraries
|
|
linking shared-object curses.bundle
|
|
installing default curses libraries
|
|
linking shared-object date_core.bundle
|
|
installing default date_core libraries
|
|
linking shared-object dbm.bundle
|
|
installing default dbm libraries
|
|
linking shared-object digest.bundle
|
|
installing digest libraries
|
|
installing default digest libraries
|
|
linking shared-object digest/bubblebabble.bundle
|
|
installing default bubblebabble libraries
|
|
linking shared-object digest/md5.bundle
|
|
installing default md5 libraries
|
|
linking shared-object digest/rmd160.bundle
|
|
installing default rmd160 libraries
|
|
linking shared-object digest/sha1.bundle
|
|
installing default sha1 libraries
|
|
linking shared-object digest/sha2.bundle
|
|
installing default sha2 libraries
|
|
linking shared-object dl.bundle
|
|
installing dl libraries
|
|
installing default dl libraries
|
|
linking shared-object dl/callback.bundle
|
|
installing default callback libraries
|
|
make[2]: Nothing to be done for `all'.
|
|
linking shared-object etc.bundle
|
|
installing default etc libraries
|
|
linking shared-object fcntl.bundle
|
|
installing default fcntl libraries
|
|
linking shared-object fiber.bundle
|
|
installing default fiber libraries
|
|
linking shared-object fiddle.bundle
|
|
installing default fiddle libraries
|
|
make[2]: Nothing to be done for `all'.
|
|
linking shared-object iconv.bundle
|
|
installing default iconv libraries
|
|
linking shared-object io/console.bundle
|
|
installing default console libraries
|
|
linking shared-object io/nonblock.bundle
|
|
installing default nonblock libraries
|
|
linking shared-object io/wait.bundle
|
|
installing default wait libraries
|
|
installing default libraries
|
|
linking shared-object json/ext/generator.bundle
|
|
installing default generator libraries
|
|
linking shared-object json/ext/parser.bundle
|
|
installing default parser libraries
|
|
linking shared-object mathn/complex.bundle
|
|
installing default complex libraries
|
|
linking shared-object mathn/rational.bundle
|
|
installing default rational libraries
|
|
linking shared-object nkf.bundle
|
|
installing default nkf libraries
|
|
linking shared-object objspace.bundle
|
|
installing default objspace libraries
|
|
linking shared-object openssl.bundle
|
|
installing default openssl libraries
|
|
linking shared-object pathname.bundle
|
|
installing default pathname libraries
|
|
compiling emitter.c
|
|
compiling parser.c
|
|
compiling psych.c
|
|
compiling to_ruby.c
|
|
compiling yaml_tree.c
|
|
linking shared-object psych.bundle
|
|
installing default psych libraries
|
|
linking shared-object pty.bundle
|
|
installing default pty libraries
|
|
linking shared-object racc/cparse.bundle
|
|
installing default cparse libraries
|
|
linking shared-object readline.bundle
|
|
installing default readline libraries
|
|
linking shared-object ripper.bundle
|
|
installing default ripper libraries
|
|
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
|
|
linking shared-object sdbm.bundle
|
|
installing default sdbm libraries
|
|
linking shared-object socket.bundle
|
|
installing default socket libraries
|
|
linking shared-object stringio.bundle
|
|
installing default stringio libraries
|
|
linking shared-object strscan.bundle
|
|
installing default strscan libraries
|
|
linking shared-object syck.bundle
|
|
installing default syck libraries
|
|
linking shared-object syslog.bundle
|
|
installing default syslog libraries
|
|
compiling stubs.c
|
|
compiling tcltklib.c
|
|
linking shared-object tcltklib.bundle
|
|
installing tcltklib libraries
|
|
installing default tcltklib libraries
|
|
compiling tkutil.c
|
|
linking shared-object tkutil.bundle
|
|
installing default tkutil libraries
|
|
make[2]: Nothing to be done for `all'.
|
|
linking shared-object zlib.bundle
|
|
installing default zlib libraries
|
|
linking ruby
|
|
Generating RDoc documentation
|
|
Parsing sources...
|
|
lib/irb/inspector.rb:36:36: Couldn't find INSPECTORS. Assuming it's a module
|
|
Couldn't find file to include 'README.txt' from lib/minitest/unit.rb
|
|
lib/mkmf.rb:1116:29: Couldn't find STRING_OR_FAILED_FORMAT. Assuming it's a module
|
|
Enclosing class/module 'mDigest' for class MD5 not known
|
|
Enclosing class/module 'mDigest' for class RMD160 not known
|
|
Enclosing class/module 'mDigest' for class SHA1 not known
|
|
Enclosing class/module 'mFiddle' for class Closure not known
|
|
Enclosing class/module "cASN1ObjectId" for alias short_name sn not known
|
|
Enclosing class/module "cASN1ObjectId" for alias long_name ln not known
|
|
100% [761/761] doc/re.rdoc
|
|
|
|
Generating RI format into /Users/ayumin/github/ruby/.ext/rdoc...
|
|
|
|
Files: 761
|
|
|
|
Classes: 1371 ( 724 undocumented)
|
|
Modules: 303 ( 155 undocumented)
|
|
Constants: 2248 ( 878 undocumented)
|
|
Attributes: 1008 ( 437 undocumented)
|
|
Methods: 10447 (3089 undocumented)
|
|
|
|
Total: 15377 (5283 undocumented)
|
|
65.64% documented
|
|
|
|
Elapsed: 293.0s
|
|
ruby ➔ make check
|
|
|
|
sample/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................
|
|
sample/test.rb:condition ..
|
|
sample/test.rb:if/unless ...
|
|
sample/test.rb:case .....
|
|
sample/test.rb:while/until ........
|
|
sample/test.rb:exception ..........
|
|
sample/test.rb:array .......................................
|
|
sample/test.rb:hash ...........................
|
|
sample/test.rb:iterator ...............................................................................................................
|
|
sample/test.rb:float ................................................................................
|
|
sample/test.rb:bignum ...............................
|
|
sample/test.rb:string & char ..............................................................
|
|
sample/test.rb:assignment ..........
|
|
sample/test.rb:call ......
|
|
sample/test.rb:proc .........
|
|
sample/test.rb:signal ..
|
|
sample/test.rb:eval .............................
|
|
sample/test.rb:system ........
|
|
sample/test.rb:const .....
|
|
sample/test.rb:clone .....
|
|
sample/test.rb:marshal ....
|
|
sample/test.rb:pack ....
|
|
sample/test.rb:math ..
|
|
sample/test.rb:struct ......
|
|
sample/test.rb:variable ...........
|
|
sample/test.rb:trace ...
|
|
sample/test.rb:defined? ............
|
|
sample/test.rb:alias ......
|
|
sample/test.rb:path .......................
|
|
sample/test.rb:gc ....
|
|
test succeeded
|
|
|
|
test_attr.rb ..
|
|
test_autoload.rb ..............
|
|
test_block.rb .......................................................
|
|
test_class.rb .............................................
|
|
test_eval.rb ....................................
|
|
test_exception.rb .................................
|
|
test_finalizer.rb .
|
|
test_flip.rb .
|
|
test_flow.rb ................................................
|
|
test_fork.rb .....
|
|
test_gc.rb ..
|
|
test_io.rb ........
|
|
test_jump.rb .............................
|
|
test_literal.rb ......................................................................................................................................................
|
|
test_load.rb ..
|
|
test_marshal.rb .
|
|
test_massign.rb ..................................
|
|
test_method.rb ...............................................................................................................................................................................................................................
|
|
test_objectspace.rb .....
|
|
test_proc.rb ....................................
|
|
test_struct.rb .
|
|
test_syntax.rb ..........................................................................................................................................................
|
|
test_thread.rb ..................................................
|
|
PASS all 935 tests
|
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./bootstraptest/runner.rb" --ruby="ruby" ./KNOWNBUGS.rb
|
|
2011-08-03 03:53:46 +0900
|
|
Driver is ruby 1.9.4dev (2011-08-03 trunk 32821) [x86_64-darwin10.8.0]
|
|
Target is ruby 1.9.4dev (2011-08-03 trunk 32821) [x86_64-darwin10.8.0]
|
|
|
|
|
|
KNOWNBUGS.rb .
|
|
PASS all 1 tests
|
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems"
|
|
/Users/ayumin/github/ruby/lib/drb/ssl.rb:79:in `public_key': OpenSSL::PKey::RSAError
|
|
from /Users/ayumin/github/ruby/lib/drb/ssl.rb:79:in `setup_certificate'
|
|
from /Users/ayumin/github/ruby/lib/drb/ssl.rb:148:in `open_server'
|
|
from /Users/ayumin/github/ruby/lib/drb/drb.rb:759:in `block in open_server'
|
|
from /Users/ayumin/github/ruby/lib/drb/drb.rb:757:in `each'
|
|
from /Users/ayumin/github/ruby/lib/drb/drb.rb:757:in `open_server'
|
|
from /Users/ayumin/github/ruby/lib/drb/drb.rb:1342:in `initialize'
|
|
from /Users/ayumin/github/ruby/test/drb/test_drbssl.rb:33:in `new'
|
|
from /Users/ayumin/github/ruby/test/drb/test_drbssl.rb:33:in `<class:DRbSSLService>'
|
|
from /Users/ayumin/github/ruby/test/drb/test_drbssl.rb:11:in `<top (required)>'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:221:in `require'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:221:in `block in non_options'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:215:in `each'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:215:in `non_options'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:52:in `process_args'
|
|
from /Users/ayumin/github/ruby/lib/minitest/unit.rb:891:in `_run'
|
|
from /Users/ayumin/github/ruby/lib/minitest/unit.rb:884:in `run'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:21:in `run'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:630:in `run'
|
|
from /Users/ayumin/github/ruby/lib/test/unit.rb:634:in `run'
|
|
from ./test/runner.rb:15:in `<main>'
|
|
make: *** [yes-test-all] Error 1
|
|
ruby ➔ make test-rubyspec
|
|
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems ./spec/mspec/bin/mspec run -B ./spec/default.mspec
|
|
ruby 1.9.4dev (2011-08-03 trunk 32821) [x86_64-darwin10.8.0]
|
|
........................F...................................................................................................................................................................................................................................................................................................................................................../Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:23: [BUG] Segmentation fault
|
|
ruby 1.9.4dev (2011-08-03 trunk 32821) [x86_64-darwin10.8.0]
|
|
|
|
-- Control frame information -----------------------------------------------
|
|
c:0044 p:---- s:0141 b:0141 l:000140 d:000140 CFUNC :find
|
|
c:0043 p:0024 s:0137 b:0137 l:000e18 d:000136 LAMBDA /Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:23
|
|
c:0042 p:---- s:0135 b:0135 l:000134 d:000134 FINISH
|
|
c:0041 p:---- s:0133 b:0133 l:000132 d:000132 CFUNC :call
|
|
c:0040 p:0012 s:0130 b:0130 l:000129 d:000129 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/raise_error.rb:9
|
|
c:0039 p:0112 s:0126 b:0126 l:000125 d:000125 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/expectations/should.rb:7
|
|
c:0038 p:0029 s:0122 b:0122 l:000e18 d:000c00 BLOCK /Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:23
|
|
c:0037 p:---- s:0119 b:0119 l:000118 d:000118 FINISH
|
|
c:0036 p:---- s:0117 b:0117 l:000116 d:000116 CFUNC :each
|
|
c:0035 p:0011 s:0114 b:0114 l:000e18 d:002108 BLOCK /Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:22
|
|
c:0034 p:---- s:0112 b:0112 l:000111 d:000111 FINISH
|
|
c:0033 p:---- s:0110 b:0110 l:000109 d:000109 CFUNC :instance_eval
|
|
c:0032 p:0017 s:0107 b:0107 l:000106 d:000106 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:68
|
|
c:0031 p:0021 s:0101 b:0101 l:000088 d:000100 BLOCK /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:179
|
|
c:0030 p:---- s:0098 b:0098 l:000097 d:000097 FINISH
|
|
c:0029 p:---- s:0096 b:0096 l:000091 d:000095 IFUNC
|
|
c:0028 p:---- s:0094 b:0094 l:000093 d:000093 CFUNC :each
|
|
c:0027 p:---- s:0092 b:0092 l:000091 d:000091 CFUNC :all?
|
|
c:0026 p:0053 s:0089 b:0089 l:000088 d:000088 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:179
|
|
c:0025 p:0101 s:0083 b:0083 l:000072 d:000082 BLOCK /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:207
|
|
c:0024 p:---- s:0078 b:0078 l:000077 d:000077 FINISH
|
|
c:0023 p:---- s:0076 b:0076 l:000075 d:000075 CFUNC :each
|
|
c:0022 p:0127 s:0073 b:0073 l:000072 d:000072 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:199
|
|
c:0021 p:0109 s:0070 b:0070 l:000069 d:000069 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:37
|
|
c:0020 p:0029 s:0063 b:0063 l:000062 d:000062 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/object.rb:11
|
|
c:0019 p:0011 s:0056 b:0056 l:000e18 d:000ff8 BLOCK /Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:4
|
|
c:0018 p:0051 s:0054 b:0054 l:000053 d:000053 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/feature.rb:43
|
|
c:0017 p:0038 s:0049 b:0049 l:000e18 d:000e18 TOP /Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:3
|
|
c:0016 p:---- s:0047 b:0047 l:000046 d:000046 FINISH
|
|
c:0015 p:---- s:0045 b:0045 l:000044 d:000044 CFUNC :load
|
|
c:0014 p:0018 s:0041 b:0041 l:001c20 d:000040 BLOCK /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:56
|
|
c:0013 p:---- s:0039 b:0039 l:000038 d:000038 FINISH
|
|
c:0012 p:---- s:0037 b:0037 l:000036 d:000036 CFUNC :instance_eval
|
|
c:0011 p:0017 s:0034 b:0034 l:000033 d:000033 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:68
|
|
c:0010 p:0081 s:0028 b:0028 l:001c20 d:0022f0 BLOCK /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:56
|
|
c:0009 p:---- s:0025 b:0025 l:000024 d:000024 FINISH
|
|
c:0008 p:---- s:0023 b:0023 l:000022 d:000022 CFUNC :each
|
|
c:0007 p:0055 s:0020 b:0020 l:001c20 d:001c20 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:50
|
|
c:0006 p:0023 s:0016 b:0016 l:000015 d:000015 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:42
|
|
c:0005 p:0063 s:0013 b:0013 l:000012 d:000012 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/commands/mspec-run.rb:87
|
|
c:0004 p:0098 s:0010 b:0010 l:000009 d:000009 METHOD /Users/ayumin/github/ruby/spec/mspec/lib/mspec/utils/script.rb:218
|
|
c:0003 p:0067 s:0006 b:0006 l:000088 d:0025a8 EVAL /Users/ayumin/github/ruby/spec/mspec/bin/mspec-run:8
|
|
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
|
c:0001 p:0000 s:0002 b:0002 l:000088 d:000088 TOP
|
|
|
|
-- Ruby level backtrace information ----------------------------------------
|
|
/Users/ayumin/github/ruby/spec/mspec/bin/mspec-run:8:in `<main>'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/utils/script.rb:218:in `main'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/commands/mspec-run.rb:87:in `run'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:42:in `process'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:50:in `files'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:50:in `each'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:56:in `block in files'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:56:in `block (2 levels) in files'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:56:in `load'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:3:in `<top (required)>'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/feature.rb:43:in `with_feature'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:4:in `block in <top (required)>'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/object.rb:11:in `describe'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:199:in `process'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:199:in `each'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:207:in `block in process'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:179:in `protect'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:179:in `all?'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:179:in `each'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb:179:in `block in protect'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:22:in `block (3 levels) in <top (required)>'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:22:in `each'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:23:in `block (4 levels) in <top (required)>'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/expectations/should.rb:7:in `should'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/raise_error.rb:9:in `matches?'
|
|
/Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/raise_error.rb:9:in `call'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:23:in `block (5 levels) in <top (required)>'
|
|
/Users/ayumin/github/ruby/spec/rubyspec/core/encoding/find_spec.rb:23:in `find'
|
|
|
|
-- C level backtrace information -------------------------------------------
|
|
|
|
See Crash Report log file under ~/Library/Logs/CrashReporter or
|
|
/Library/Logs/CrashReporter, for the more detail of.
|
|
|
|
-- Other runtime information -----------------------------------------------
|
|
|
|
* Loaded script: /Users/ayumin/github/ruby/spec/mspec/bin/mspec-run
|
|
|
|
* Loaded features:
|
|
|
|
0 enumerator.so
|
|
1 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/encdb.bundle
|
|
2 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/transdb.bundle
|
|
3 /Users/ayumin/github/ruby/lib/rubygems/defaults.rb
|
|
4 /Users/ayumin/github/ruby/rbconfig.rb
|
|
5 /Users/ayumin/github/ruby/lib/rubygems/deprecate.rb
|
|
6 /Users/ayumin/github/ruby/lib/rubygems/exceptions.rb
|
|
7 /Users/ayumin/github/ruby/lib/rubygems/custom_require.rb
|
|
8 /Users/ayumin/github/ruby/lib/rubygems.rb
|
|
9 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/utils/version.rb
|
|
10 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/version.rb
|
|
11 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/utils/options.rb
|
|
12 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/context.rb
|
|
13 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/exception.rb
|
|
14 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/tag.rb
|
|
15 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/etc.bundle
|
|
16 /Users/ayumin/github/ruby/lib/fileutils.rb
|
|
17 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/mspec.rb
|
|
18 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/tally.rb
|
|
19 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/guard.rb
|
|
20 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/expectations/expectations.rb
|
|
21 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/timer.rb
|
|
22 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/dotted.rb
|
|
23 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/utils/script.rb
|
|
24 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/commands/mspec-run.rb
|
|
25 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/base.rb
|
|
26 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_an_instance_of.rb
|
|
27 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_ancestor_of.rb
|
|
28 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_close.rb
|
|
29 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_computed_by.rb
|
|
30 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_computed_by_function.rb
|
|
31 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_empty.rb
|
|
32 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_false.rb
|
|
33 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_kind_of.rb
|
|
34 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_nil.rb
|
|
35 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_true.rb
|
|
36 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/be_valid_dns_name.rb
|
|
37 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/io.rb
|
|
38 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/complain.rb
|
|
39 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/eql.rb
|
|
40 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/equal.rb
|
|
41 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/equal_element.rb
|
|
42 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/feature.rb
|
|
43 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/encode.rb
|
|
44 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/equal_utf16.rb
|
|
45 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/stringsymboladapter.rb
|
|
46 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/variable.rb
|
|
47 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_constant.rb
|
|
48 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_class_variable.rb
|
|
49 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/fmode.rb
|
|
50 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_data.rb
|
|
51 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/method.rb
|
|
52 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_instance_method.rb
|
|
53 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_instance_variable.rb
|
|
54 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_method.rb
|
|
55 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_private_instance_method.rb
|
|
56 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_private_method.rb
|
|
57 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_protected_instance_method.rb
|
|
58 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_public_instance_method.rb
|
|
59 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/have_singleton_method.rb
|
|
60 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/include.rb
|
|
61 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/match_yaml.rb
|
|
62 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/raise_error.rb
|
|
63 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/output.rb
|
|
64 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/tmp.rb
|
|
65 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/output_to_fd.rb
|
|
66 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers/respond_to.rb
|
|
67 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/matchers.rb
|
|
68 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/expectations/should.rb
|
|
69 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/expectations.rb
|
|
70 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/singleton_class.rb
|
|
71 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/mocks/mock.rb
|
|
72 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/mocks/proxy.rb
|
|
73 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/mocks/object.rb
|
|
74 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/mocks.rb
|
|
75 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/example.rb
|
|
76 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/object.rb
|
|
77 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/describe.rb
|
|
78 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/file.rb
|
|
79 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/specdoc.rb
|
|
80 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/html.rb
|
|
81 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/summary.rb
|
|
82 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/unit.rb
|
|
83 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/spinner.rb
|
|
84 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/method.rb
|
|
85 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/yaml.rb
|
|
86 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters/profile.rb
|
|
87 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/formatters.rb
|
|
88 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/filters/match.rb
|
|
89 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/filter.rb
|
|
90 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/tag.rb
|
|
91 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/taglist.rb
|
|
92 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/tagpurge.rb
|
|
93 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/debug.rb
|
|
94 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions/gdb.rb
|
|
95 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/actions.rb
|
|
96 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/filters/regexp.rb
|
|
97 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/filters/tag.rb
|
|
98 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/filters/profile.rb
|
|
99 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/filters.rb
|
|
100 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner/shared.rb
|
|
101 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/runner.rb
|
|
102 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/utils/ruby_name.rb
|
|
103 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/background.rb
|
|
104 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/version.rb
|
|
105 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/bug.rb
|
|
106 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/compliance.rb
|
|
107 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/conflict.rb
|
|
108 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/endian.rb
|
|
109 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/extensions.rb
|
|
110 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/noncompliance.rb
|
|
111 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/platform.rb
|
|
112 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/quarantine.rb
|
|
113 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/runner.rb
|
|
114 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/specified.rb
|
|
115 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/support.rb
|
|
116 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/superuser.rb
|
|
117 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/tty.rb
|
|
118 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards/user.rb
|
|
119 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/guards.rb
|
|
120 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/argv.rb
|
|
121 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/const_lookup.rb
|
|
122 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/date_core.bundle
|
|
123 /Users/ayumin/github/ruby/.ext/common/date/format.rb
|
|
124 /Users/ayumin/github/ruby/.ext/common/date.rb
|
|
125 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/datetime.rb
|
|
126 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/ducktype.rb
|
|
127 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/enumerator_class.rb
|
|
128 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/environment.rb
|
|
129 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/fixture.rb
|
|
130 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/flunk.rb
|
|
131 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/fs.rb
|
|
132 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/hash.rb
|
|
133 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/language_version.rb
|
|
134 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/mock_to_path.rb
|
|
135 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/numeric.rb
|
|
136 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/ruby_exe.rb
|
|
137 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/scratch.rb
|
|
138 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers/stasy.rb
|
|
139 /Users/ayumin/github/ruby/spec/mspec/lib/mspec/helpers.rb
|
|
140 /Users/ayumin/github/ruby/lib/prettyprint.rb
|
|
141 /Users/ayumin/github/ruby/lib/pp.rb
|
|
142 /Users/ayumin/github/ruby/spec/mspec/lib/mspec.rb
|
|
143 /Users/ayumin/github/ruby/spec/rubyspec/spec_helper.rb
|
|
144 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/array.rb
|
|
145 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/array_1.9.rb
|
|
146 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/block.rb
|
|
147 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/block_1.9.rb
|
|
148 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/break.rb
|
|
149 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/case_1.9.rb
|
|
150 /Users/ayumin/github/ruby/spec/rubyspec/fixtures/class.rb
|
|
151 /Users/ayumin/github/ruby/spec/rubyspec/fixtures/class_variables.rb
|
|
152 /Users/ayumin/github/ruby/spec/rubyspec/fixtures/constants.rb
|
|
153 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/defined.rb
|
|
154 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/ensure.rb
|
|
155 /Users/ayumin/github/ruby/spec/rubyspec/fixtures/code_loading.rb
|
|
156 /Users/ayumin/github/ruby/spec/rubyspec/language/shared/__FILE__.rb
|
|
157 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/hash_1.9.rb
|
|
158 /Users/ayumin/github/ruby/spec/rubyspec/language/shared/__LINE__.rb
|
|
159 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/literal_lambda.rb
|
|
160 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/literal_lambda_1.9.rb
|
|
161 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/next.rb
|
|
162 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/not_1.9.rb
|
|
163 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/stringio.bundle
|
|
164 /Users/ayumin/github/ruby/lib/English.rb
|
|
165 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/private.rb
|
|
166 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/classes.rb
|
|
167 /Users/ayumin/github/ruby/spec/rubyspec/language/regexp/versions/character_classes_1.9.rb
|
|
168 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/euc_jp.bundle
|
|
169 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/shift_jis.bundle
|
|
170 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/regexp_1.9.rb
|
|
171 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/return.rb
|
|
172 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/send.rb
|
|
173 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/send_1.9.rb
|
|
174 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/send_1.9.rb
|
|
175 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/super.rb
|
|
176 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/symbol_1.9.rb
|
|
177 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/variables.rb
|
|
178 /Users/ayumin/github/ruby/spec/rubyspec/language/versions/variables_1.9.rb
|
|
179 /Users/ayumin/github/ruby/spec/rubyspec/language/fixtures/yield.rb
|
|
180 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/each_byte.rb
|
|
181 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/each_char.rb
|
|
182 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/each_line.rb
|
|
183 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/eof.rb
|
|
184 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/filename.rb
|
|
185 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/fileno.rb
|
|
186 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/getc.rb
|
|
187 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/gets.rb
|
|
188 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/pos.rb
|
|
189 /Users/ayumin/github/ruby/spec/rubyspec/core/argf/shared/readlines.rb
|
|
190 /Users/ayumin/github/ruby/spec/rubyspec/core/array/fixtures/classes.rb
|
|
191 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/clone.rb
|
|
192 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/collect.rb
|
|
193 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/enumeratorize.rb
|
|
194 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/slice.rb
|
|
195 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/eql.rb
|
|
196 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/indexes.rb
|
|
197 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/replace.rb
|
|
198 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/join.rb
|
|
199 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/keep_if.rb
|
|
200 /Users/ayumin/github/ruby/spec/rubyspec/core/array/shared/length.rb
|
|
201 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/basic.rb
|
|
202 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/string.rb
|
|
203 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/encodings.rb
|
|
204 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/numeric_basic.rb
|
|
205 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/float.rb
|
|
206 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/integer.rb
|
|
207 /Users/ayumin/github/ruby/spec/rubyspec/core/array/pack/shared/unicode.rb
|
|
208 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_1.bundle
|
|
209 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/utf_32be.bundle
|
|
210 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/utf_16_32.bundle
|
|
211 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/japanese_euc.bundle
|
|
212 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/iso2022.bundle
|
|
213 /Users/ayumin/github/ruby/spec/rubyspec/core/basicobject/fixtures/common.rb
|
|
214 /Users/ayumin/github/ruby/spec/rubyspec/fixtures/kernel/classes.rb
|
|
215 /Users/ayumin/github/ruby/spec/rubyspec/shared/kernel/method_missing.rb
|
|
216 /Users/ayumin/github/ruby/spec/rubyspec/shared/kernel/singleton_method_added.rb
|
|
217 /Users/ayumin/github/ruby/spec/rubyspec/shared/kernel/singleton_method_removed.rb
|
|
218 /Users/ayumin/github/ruby/spec/rubyspec/shared/kernel/singleton_method_undefined.rb
|
|
219 /Users/ayumin/github/ruby/spec/rubyspec/core/bignum/shared/abs.rb
|
|
220 /Users/ayumin/github/ruby/spec/rubyspec/core/bignum/shared/divide.rb
|
|
221 /Users/ayumin/github/ruby/spec/rubyspec/core/bignum/shared/modulo.rb
|
|
222 /Users/ayumin/github/ruby/spec/rubyspec/core/binding/fixtures/classes.rb
|
|
223 /Users/ayumin/github/ruby/spec/rubyspec/core/binding/shared/clone.rb
|
|
224 /Users/ayumin/github/ruby/spec/rubyspec/core/class/fixtures/classes.rb
|
|
225 /Users/ayumin/github/ruby/spec/rubyspec/core/comparable/fixtures/classes.rb
|
|
226 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/Complex.rb
|
|
227 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/abs2.rb
|
|
228 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/abs.rb
|
|
229 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/arg.rb
|
|
230 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/coerce.rb
|
|
231 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/conjugate.rb
|
|
232 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/denominator.rb
|
|
233 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/divide.rb
|
|
234 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/equal_value.rb
|
|
235 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/exponent.rb
|
|
236 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/hash.rb
|
|
237 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/image.rb
|
|
238 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/inspect.rb
|
|
239 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/minus.rb
|
|
240 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/multiply.rb
|
|
241 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/numerator.rb
|
|
242 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/plus.rb
|
|
243 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/polar.rb
|
|
244 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/real.rb
|
|
245 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/rect.rb
|
|
246 /Users/ayumin/github/ruby/spec/rubyspec/shared/complex/to_s.rb
|
|
247 /Users/ayumin/github/ruby/spec/rubyspec/shared/continuation/call.rb
|
|
248 /Users/ayumin/github/ruby/spec/rubyspec/shared/continuation/new.rb
|
|
249 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/fixtures/common.rb
|
|
250 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/chroot.rb
|
|
251 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/closed.rb
|
|
252 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/delete.rb
|
|
253 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/glob.rb
|
|
254 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/exists.rb
|
|
255 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/pwd.rb
|
|
256 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/open.rb
|
|
257 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/path.rb
|
|
258 /Users/ayumin/github/ruby/spec/rubyspec/core/dir/shared/pos.rb
|
|
259 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/utf_16le.bundle
|
|
260 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/emacs_mule.bundle
|
|
261 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/utf_16be.bundle
|
|
262 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/single_byte.bundle
|
|
263 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/big5.bundle
|
|
264 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/big5.bundle
|
|
265 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/cp949.bundle
|
|
266 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/korean.bundle
|
|
267 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/euc_kr.bundle
|
|
268 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/euc_tw.bundle
|
|
269 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/gb18030.bundle
|
|
270 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/gb18030.bundle
|
|
271 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/gbk.bundle
|
|
272 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/gbk.bundle
|
|
273 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_2.bundle
|
|
274 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_3.bundle
|
|
275 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_4.bundle
|
|
276 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_5.bundle
|
|
277 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_6.bundle
|
|
278 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_7.bundle
|
|
279 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_8.bundle
|
|
280 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_9.bundle
|
|
281 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_10.bundle
|
|
282 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_11.bundle
|
|
283 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_13.bundle
|
|
284 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_14.bundle
|
|
285 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_15.bundle
|
|
286 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/iso_8859_16.bundle
|
|
287 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/koi8_r.bundle
|
|
288 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/koi8_u.bundle
|
|
289 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/utf_32le.bundle
|
|
290 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/windows_1251.bundle
|
|
291 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/gb2312.bundle
|
|
292 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/chinese.bundle
|
|
293 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/japanese_sjis.bundle
|
|
294 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/utf8_mac.bundle
|
|
295 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_docomo.bundle
|
|
296 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_kddi.bundle
|
|
297 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/emoji_iso2022_kddi.bundle
|
|
298 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/emoji_sjis_softbank.bundle
|
|
299 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/emoji.bundle
|
|
300 /Users/ayumin/github/ruby/.ext/x86_64-darwin10.8.0/enc/trans/japanese.bundle
|
|
|
|
[NOTE]
|
|
You may have encountered a bug in the Ruby interpreter or extension libraries.
|
|
Bug reports are welcome.
|
|
For details: http://www.ruby-lang.org/bugreport.html
|
|
|
|
make: *** [test-rubyspec] Abort trap
|