Skip to content

Instantly share code, notes, and snippets.

@iffyuva
Created November 5, 2015 01:36
Show Gist options
  • Save iffyuva/ce46abb84fea0258fa76 to your computer and use it in GitHub Desktop.
Save iffyuva/ce46abb84fea0258fa76 to your computer and use it in GitHub Desktop.
rbkit specs
opensource/rbkit git:(master)> be rake ruby-2.2.3
checking for rb_postponed_job_register_one()... yes
checking for rb_profile_frames()... yes
checking for rb_tracepoint_new()... yes
checking for RUBY_INTERNAL_EVENT_NEWOBJ... yes
checking for main() in -lzmq... yes
checking for zmq.h... no
checking for main() in -lstdc++... yes
checking for main() in -lzmq... yes
checking for zmq.h... yes
checking for main() in -lmsgpack... yes
checking for msgpack.h... no
checking for main() in -lmsgpack... yes
checking for msgpack.h... yes
creating Makefile
linking shared-object rbkit_server.bundle
Running spec/gc_stat_spec.rb..
Running spec/cpu_sampling_spec.rb..
Running spec/obj_created_spec.rb..
Running spec/obj_destroyed_spec.rb..
Running spec/rbkit_helpful_messages_spec.rb..
Running spec/status_spec.rb..
Running spec/callback_spec.rb..
Running spec/start_server_spec.rb..
Running spec/object_space_dump_spec.rb..
Running spec/hash_event_spec.rb..
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Run options: include {:focus=>true}Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
.
Finished in 0.06624 seconds (files took 0.53917 seconds to load)
1 example, 0 failures
Randomized with seed 28297
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
....
Finished in 0.15968 seconds (files took 0.54878 seconds to load)
4 examples, 0 failures
Randomized with seed 36123
...
Finished in 0.19936 seconds (files took 0.52731 seconds to load)
3 examples, 0 failures
Randomized with seed 30201
..............
Finished in 0.22695 seconds (files took 0.54986 seconds to load)
12 examples, 0 failures
Randomized with seed 25767
.
Finished in 0.17017 seconds (files took 0.50604 seconds to load)
2 examples, 0 failures
Randomized with seed 40102
....
Finished in 0.14699 seconds (files took 0.5131 seconds to load)
3 examples, 0 failures
Randomized with seed 53147
.....
Finished in 0.32918 seconds (files took 0.54402 seconds to load)
6 examples, 0 failures
Randomized with seed 63254
.
Finished in 0.23979 seconds (files took 0.51616 seconds to load)
2 examples, 0 failures
Randomized with seed 51489
.........
Finished in 0.95706 seconds (files took 0.52564 seconds to load)
9 examples, 0 failures
Randomized with seed 36270
..
Finished in 2.51 seconds (files took 0.54854 seconds to load)
2 examples, 0 failures
Randomized with seed 55274
bundle exec rake 15.38s user 3.78s system 141% cpu 13.548 total
opensource/rbkit git:(master)> ruby-2.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment