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 eaa6053 + fb1f9e4 commit d622bdcCopy full SHA for d622bdc
utils/build_swift/build_swift/driver_arguments.py
@@ -998,6 +998,7 @@ def create_argument_parser():
998
help='skip testing iOS simulator targets')
999
option('--skip-test-ios-32bit-simulator',
1000
toggle_false('test_ios_32bit_simulator'),
1001
+ default=False,
1002
help='skip testing iOS 32 bit simulator targets')
1003
option('--skip-test-ios-host',
1004
toggle_false('test_ios_host'),
utils/build_swift/tests/expected_options.py
@@ -220,7 +220,7 @@
220
'test_cygwin': False,
221
'test_freebsd': False,
222
'test_ios': False,
223
- 'test_ios_32bit_simulator': True,
+ 'test_ios_32bit_simulator': False,
224
'test_ios_host': False,
225
'test_ios_simulator': False,
226
'test_linux': False,
0 commit comments