Skip to content

Instantly share code, notes, and snippets.

@zzak
Created November 27, 2012 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzak/4152220 to your computer and use it in GitHub Desktop.
Save zzak/4152220 to your computer and use it in GitHub Desktop.
fiddle test failures
zzak@ux31a:~/projects/ruby$ make test-all TESTS=fiddle
CC = gcc
LD = ld
LDSHARED = gcc -shared
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=implicit-function-declaration -ansi -std=iso9899:199409
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
DLDFLAGS = -fstack-protector -pie
SOLIBS =
./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" fiddle
/home/zzak/projects/ruby/test/fiddle/test_handle.rb: cannot load such file -- fiddle
/home/zzak/projects/ruby/test/fiddle/test_func.rb: cannot load such file -- fiddle
/home/zzak/projects/ruby/test/fiddle/test_pointer.rb: cannot load such file -- fiddle
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems"
# Running tests:
Finished tests in 0.004504s, 0.0000 tests/s, 0.0000 assertions/s.
0 tests, 0 assertions, 0 failures, 0 errors, 0 skips
ruby -v: ruby 2.0.0dev (2012-11-27 trunk 37888) [x86_64-linux]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment