mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
this file should not have been added.
This commit is contained in:
parent
be8f4b2594
commit
35a15b39d9
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
g++ -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. -I/Users/bill/dev/rubyracer/google-v8//include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -arch x86_64 -fno-common -pipe -fno-common -arch x86_64 -c generic_data.cpp
|
||||
g++ -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. -I/Users/bill/dev/rubyracer/google-v8//include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -arch x86_64 -fno-common -pipe -fno-common -arch x86_64 -c ruby_data.cpp
|
||||
g++ -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. -I/Users/bill/dev/rubyracer/google-v8//include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -arch x86_64 -fno-common -pipe -fno-common -arch x86_64 -c v8.cpp
|
||||
g++ -I. -I. -I/opt/local/lib/ruby/1.8/i686-darwin10 -I. -I/Users/bill/dev/rubyracer/google-v8//include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -fno-common -O2 -arch x86_64 -fno-common -pipe -fno-common -arch x86_64 -c v8_data.cpp
|
||||
/usr/bin/gcc-4.2 -dynamic -bundle -undefined suppress -flat_namespace -o v8.bundle generic_data.o ruby_data.o v8.o v8_data.o -L. -L/opt/local/lib -L/Users/bill/dev/rubyracer/google-v8/ -L. -L/opt/local/lib -arch x86_64 -lruby -lv8 -lpthread -ldl -lobjc
|
||||
running spec...
|
||||
spec spec/therubyracer_spec.rb
|
||||
FF.F
|
||||
|
||||
1)
|
||||
'The Ruby Racer Type Conversion from Ruby to Javascript can pass strings back to ruby' FAILED
|
||||
expected: "Hello World",
|
||||
got: nil (using ==)
|
||||
./spec/therubyracer_spec.rb:12:
|
||||
|
||||
2)
|
||||
'The Ruby Racer Type Conversion from Ruby to Javascript can pass doubles back to ruby' FAILED
|
||||
expected: 2.5,
|
||||
got: nil (using ==)
|
||||
./spec/therubyracer_spec.rb:16:
|
||||
|
||||
3)
|
||||
'The Ruby Racer Type Conversion from Ruby to Javascript can pass boolean values back to ruby' FAILED
|
||||
expected true, got nil
|
||||
./spec/therubyracer_spec.rb:24:
|
||||
|
||||
Finished in 0.023274 seconds
|
||||
|
||||
4 examples, 3 failures
|
Loading…
Add table
Reference in a new issue