We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 427364c + a5647e6 commit ddb635dCopy full SHA for ddb635d
utils/build_swift/build_swift/driver_arguments.py
@@ -980,6 +980,7 @@ def create_argument_parser():
980
help='skip testing iOS simulator targets')
981
option('--skip-test-ios-32bit-simulator',
982
toggle_false('test_ios_32bit_simulator'),
983
+ default=False,
984
help='skip testing iOS 32 bit simulator targets')
985
option('--skip-test-ios-host',
986
toggle_false('test_ios_host'),
utils/build_swift/tests/expected_options.py
@@ -215,7 +215,7 @@
215
'test_cygwin': False,
216
'test_freebsd': False,
217
'test_ios': False,
218
- 'test_ios_32bit_simulator': True,
+ 'test_ios_32bit_simulator': False,
219
'test_ios_host': False,
220
'test_ios_simulator': False,
221
'test_linux': False,
0 commit comments