@@ -197,16 +197,6 @@ def ruby_testdownstream_aot(args):
197
197
# Run "jt test fast --native :truffle" to catch slow specs in Truffle which only apply to native
198
198
ruby_run_specs (aot_bin , fast + [':truffle' ])
199
199
200
- def ruby_testdownstream_sulong (args ):
201
- """Run C extension tests"""
202
- build_truffleruby ([])
203
- # Ensure Sulong is available
204
- mx .suite ('sulong' )
205
-
206
- # Only what is not already tested in the GraalVM gates
207
- jt ('test' , 'mri' , '--all-sulong' )
208
- jt ('test' , 'cexts' )
209
-
210
200
def ruby_spotbugs (args ):
211
201
"""Run SpotBugs with custom options to detect more issues"""
212
202
mx .command_function ('build' )(['--no-native' ]) # SpotBugs needs all Java projects to be built
@@ -312,7 +302,6 @@ def verify_ci(args):
312
302
'ruby_check_heap_dump' : [ruby_check_heap_dump , '' ],
313
303
'ruby_testdownstream_aot' : [ruby_testdownstream_aot , 'aot_bin' ],
314
304
'ruby_testdownstream_hello' : [ruby_testdownstream_hello , '' ],
315
- 'ruby_testdownstream_sulong' : [ruby_testdownstream_sulong , '' ],
316
305
'ruby_spotbugs' : [ruby_spotbugs , '' ],
317
306
'verify-ci' : [verify_ci , '[options]' ],
318
307
'ruby_jacoco_args' : [ruby_jacoco_args , '' ],
0 commit comments