@@ -294,23 +294,6 @@ def test(self):
294
294
'build_watchos_simulator' ,
295
295
'test_watchos_simulator' )
296
296
297
- def test_should_skip_testing_32bit_ios (self ):
298
- host_target = 'iphonesimulator-i386'
299
- args = self .default_args ()
300
- args .build_ios_simulator = True
301
- args .test_ios_simulator = True
302
- args .host_target = host_target
303
- args .stdlib_deployment_targets = [host_target ]
304
- args .build_stdlib_deployment_targets = 'all'
305
-
306
- before = HostSpecificConfiguration (host_target , args )
307
- self .assertEqual (len (before .swift_test_run_targets ), 0 )
308
-
309
- args .test_ios_32bit_simulator = True
310
- after = HostSpecificConfiguration (host_target , args )
311
- self .assertIn ('check-swift-iphonesimulator-i386' ,
312
- after .swift_test_run_targets )
313
-
314
297
def test_should_skip_testing_32bit_watchos (self ):
315
298
host_target = 'watchsimulator-i386'
316
299
args = self .default_args ()
@@ -449,10 +432,6 @@ def test(self):
449
432
generate_should_build_benchmarks (
450
433
'macosx-x86_64' ,
451
434
'build_osx' )
452
- test_should_build_and_run_benchmarks_ios_armv7 = \
453
- generate_should_build_benchmarks (
454
- 'iphoneos-armv7' ,
455
- 'build_ios_device' )
456
435
test_should_build_and_run_benchmarks_ios_arm64 = \
457
436
generate_should_build_benchmarks (
458
437
'iphoneos-arm64' ,
@@ -702,7 +681,6 @@ def default_args(self):
702
681
test_freebsd = False ,
703
682
test_ios_host = False ,
704
683
test_ios_simulator = False ,
705
- test_ios_32bit_simulator = False ,
706
684
test_watchos_32bit_simulator = True ,
707
685
test_linux = False ,
708
686
test_optimize_for_size = False ,
0 commit comments