@@ -500,9 +500,6 @@ def help
500
500
jt test ecosystem [TESTS] tests using the wider ecosystem such as bundler, Rails, etc
501
501
jt test cexts [--no-openssl] [--no-gems] [test_names...]
502
502
run C extension tests (set GEM_HOME)
503
- jt test report :language build a report on language specs
504
- :core (results go into test/target/mspec-html-report)
505
- :library
506
503
jt test unit run Java unittests
507
504
jt test tck run tck tests
508
505
jt gem-test-pack check that the gem test pack is downloaded, or download it for you, and print the path
@@ -1119,12 +1116,6 @@ def test_cexts(*args)
1119
1116
end
1120
1117
private :test_cexts
1121
1118
1122
- def test_report ( component )
1123
- test 'specs' , '--truffle-formatter' , component
1124
- sh 'ant' , '-f' , 'spec/buildTestReports.xml'
1125
- end
1126
- private :test_report
1127
-
1128
1119
def test_integration ( *args )
1129
1120
tests_path = "#{ TRUFFLERUBY_DIR } /test/truffle/integration"
1130
1121
single_test = !args . empty?
@@ -1298,10 +1289,6 @@ def test_specs(command, *args)
1298
1289
options << "-T--experimental-options" << "-T--exceptions-print-uncaught-java"
1299
1290
end
1300
1291
1301
- if args . delete ( '--truffle-formatter' )
1302
- options += %w[ --format spec/truffle_formatter.rb ]
1303
- end
1304
-
1305
1292
if ci?
1306
1293
options += %w[ --format specdoc ]
1307
1294
end
0 commit comments