Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2011 23:18
Show Gist options
  • Save anonymous/1445238 to your computer and use it in GitHub Desktop.
Save anonymous/1445238 to your computer and use it in GitHub Desktop.
system ~/projects/ruby $ cat test/ruby/excludes/TestArray.rb
exclude :test_ary_new
exclude :test_aset_error
exclude :test_combination_with_callcc
exclude :test_delete_if
exclude :test_flatten_with_callcc
exclude :test_join
exclude :test_join2
exclude :test_modify_check
exclude :test_permutation_with_callcc
exclude :test_product_with_callcc
exclude :test_reject!
exclude :test_repeated_combination_with_callcc
exclude :test_repeated_permutation_with_callcc
exclude :test_rindex2
exclude :test_sample_random
exclude :test_shuffle_random
exclude :test_sort_with_callcc
system ~/projects/ruby $ EXCLUDE_DIR=test/ruby/excludes/ jruby --1.9 -I ../minitest/lib/ -rminitest/excludes test/ruby/test_array.rb
Run options: --seed 18157
# Running tests:
.................S.S..........S.........S....................S.........SS....S..S...S...S.S.S.......S...S......S........S......................
Finished tests in 2.050000s, 69.7561 tests/s, 4799.5122 assertions/s.
143 tests, 9839 assertions, 0 failures, 0 errors, 17 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment