Skip to content

Commit

Permalink
Remove tracing tests that have not been used for some time.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 15, 2018
1 parent 5b186cd commit 057e607
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 277 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,6 @@ env:
- PHASE='-Prake -Dtask=test:mri:fullint'
- PHASE='-Prake -Dtask=test:mri:jit'
- PHASE='-Prake -Dtask=test:slow_suites'
- PHASE='-Prake -Dtask=test:tracing'
- PHASE='-Prake -Dtask=spec:ji'
- PHASE='-Prake -Dtask=spec:compiler'
- PHASE='-Prake -Dtask=spec:compiler' JRUBY_OPTS=-Xcompile.invokedynamic
Expand Down
11 changes: 0 additions & 11 deletions rakelib/test.rake
Expand Up @@ -48,17 +48,6 @@ namespace :test do
task :rake_targets => long_tests
task :extended => long_tests

desc "Run tracing tests"
task :tracing do
Rake::TestTask.new('test:tracing') do |t|
t.pattern = 'test/tracing/test_*.rb'
t.verbose = true
t.ruby_opts << '-J-ea'
t.ruby_opts << '--debug'
t.ruby_opts << '--disable-gems'
end
end

max_meta_size = ENV_JAVA['java.specification.version'] > '1.7' ? '-XX:MaxMetaspaceSize' : '-XX:MaxPermSize'
get_meta_size = proc do |default_size = 452|
(ENV['JAVA_OPTS'] || '').index(max_meta_size) || (ENV['JRUBY_OPTS'] || '').index(max_meta_size) ?
Expand Down
2 changes: 0 additions & 2 deletions test/tracing/dummy.rb

This file was deleted.

2 changes: 0 additions & 2 deletions test/tracing/dummy1.rb

This file was deleted.

2 changes: 0 additions & 2 deletions test/tracing/dummy2.rb

This file was deleted.

4 changes: 0 additions & 4 deletions test/tracing/other.rb

This file was deleted.

255 changes: 0 additions & 255 deletions test/tracing/test_trace_func.rb

This file was deleted.

0 comments on commit 057e607

Please sign in to comment.