Skip to content

Commit ddb635d

Browse files
authored
Merge pull request swiftlang#35869 from apple/5.4-disable-32bit-sim
[5.4] Disable iOS 32-bit Simulator tests
2 parents 427364c + a5647e6 commit ddb635d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@ def create_argument_parser():
980980
help='skip testing iOS simulator targets')
981981
option('--skip-test-ios-32bit-simulator',
982982
toggle_false('test_ios_32bit_simulator'),
983+
default=False,
983984
help='skip testing iOS 32 bit simulator targets')
984985
option('--skip-test-ios-host',
985986
toggle_false('test_ios_host'),

utils/build_swift/tests/expected_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
'test_cygwin': False,
216216
'test_freebsd': False,
217217
'test_ios': False,
218-
'test_ios_32bit_simulator': True,
218+
'test_ios_32bit_simulator': False,
219219
'test_ios_host': False,
220220
'test_ios_simulator': False,
221221
'test_linux': False,

0 commit comments

Comments
 (0)