Skip to content

Commit

Permalink
Finally remove Rubicon test suite. Fare thee well!
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 11, 2014
1 parent 026e87b commit b7379c8
Show file tree
Hide file tree
Showing 67 changed files with 1 addition and 15,835 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,6 @@ env:
matrix:
- TARGET='-Ptest'
- TARGET='-Pjruby_complete_jar_jruby'
- TARGET='-Prake -Dtask=test:rubicon'
- TARGET='-Prake -Dtask=test:jruby'
- TARGET='-Prake -Dtask=test:mri'
- TARGET='-Prake -Dtask=test:slow_suites'
Expand Down
17 changes: 1 addition & 16 deletions rakelib/test.rake
Expand Up @@ -20,7 +20,7 @@ namespace :test do
sh "javac -cp lib/jruby.jar:test/target/junit.jar -d test/target/test-classes #{Dir['spec/java_integration/fixtures/**/*.java'].to_a.join(' ')}"
end

short_tests = ['jruby', 'mri', 'rubicon']
short_tests = ['jruby', 'mri']
slow_tests = ['test:slow', 'test:objectspace']
specs = ['spec:ji', 'spec:compiler', 'spec:ffi', 'spec:regression'];
long_tests = ["test:tracing"] + short_tests + slow_tests + specs
Expand Down Expand Up @@ -93,21 +93,6 @@ namespace :test do
t.ruby_opts << '-J-cp test:test/target/test-classes:core/target/test-classes'
end

permute_tests(:rubicon, compile_flags) do |t|
files = []
File.open('test/rubicon.index') do |f|
f.each_line.each do |line|
filename = "test/#{line.chomp}.rb"
next unless File.exist? filename
files << filename
end
end
t.test_files = files
t.verbose = true
t.ruby_opts << '-J-ea'
t.ruby_opts << '-X+O'
end

permute_tests(:slow, compile_flags) do |t|
files = []
File.open('test/slow.index') do |f|
Expand Down
47 changes: 0 additions & 47 deletions test/rubicon.index

This file was deleted.

41 changes: 0 additions & 41 deletions test/rubicon/file_info_testcase.rb

This file was deleted.

121 changes: 0 additions & 121 deletions test/rubicon/test_access_control.rb

This file was deleted.

0 comments on commit b7379c8

Please sign in to comment.