Skip to content

Instantly share code, notes, and snippets.

@ymmtmdk
Created October 18, 2014 02:15
Show Gist options
  • Save ymmtmdk/4010b15c4a0eb143ff54 to your computer and use it in GitHub Desktop.
Save ymmtmdk/4010b15c4a0eb143ff54 to your computer and use it in GitHub Desktop.
➜ ruby-head make test-all
CC = gcc
LD = ld
LDSHARED = gcc -dynamiclib
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -Werror=division-by-zero -Werror=deprecated-declarations -Werror=extra-tokens -fno-common -pipe
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin14 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib -install_name /Users/ymmtmdk/.rvm/rubies/ruby-head/lib/libruby.2.2.0.dylib -current_version 2.2.0 -compatibility_version 2.2.0 -fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation -fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation
SOLIBS = -lpthread -lgmp -ldl -lobjc
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
./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"
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems"
# Running tests:
[ 9098/15844] TestObject#test_copied_ivar_memory_leak = 3.13 s
1) Failure:
TestObject#test_copied_ivar_memory_leak [/Users/ymmtmdk/.rvm/src/ruby-head/test/ruby/test_object.rb:831]:
[ruby-core:64700] [Bug #10191].
rss: 4591616 => 10768384.
Expected 2.3452274754683318 to be < 1.8.
Finished tests in 629.383790s, 25.1738 tests/s, 4537.0552 assertions/s.
15844 tests, 2855549 assertions, 1 failures, 0 errors, 32 skips
ruby -v: ruby 2.2.0dev (2014-10-17 trunk 47998) [x86_64-darwin14]
make: *** [yes-test-all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment