@@ -294,23 +294,6 @@ def test(self):
294294 'build_watchos_simulator' ,
295295 'test_watchos_simulator' )
296296
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-
314297 def test_should_skip_testing_32bit_watchos (self ):
315298 host_target = 'watchsimulator-i386'
316299 args = self .default_args ()
@@ -449,10 +432,6 @@ def test(self):
449432 generate_should_build_benchmarks (
450433 'macosx-x86_64' ,
451434 'build_osx' )
452- test_should_build_and_run_benchmarks_ios_armv7 = \
453- generate_should_build_benchmarks (
454- 'iphoneos-armv7' ,
455- 'build_ios_device' )
456435 test_should_build_and_run_benchmarks_ios_arm64 = \
457436 generate_should_build_benchmarks (
458437 'iphoneos-arm64' ,
@@ -702,7 +681,6 @@ def default_args(self):
702681 test_freebsd = False ,
703682 test_ios_host = False ,
704683 test_ios_simulator = False ,
705- test_ios_32bit_simulator = False ,
706684 test_watchos_32bit_simulator = True ,
707685 test_linux = False ,
708686 test_optimize_for_size = False ,
0 commit comments