@@ -823,10 +823,10 @@ if run_vendor == 'apple':
823
823
next_stable_version , run_environment )
824
824
FUTURE_VERSION = {
825
825
'macosx' : '99.99' ,
826
- 'ios' : '99.0 ' ,
826
+ 'ios' : '99.99 ' ,
827
827
'maccatalyst' : '99.99' ,
828
- 'tvos' : '99.0 ' ,
829
- 'watchos' : '9. 99.0 '
828
+ 'tvos' : '99.99 ' ,
829
+ 'watchos' : '99.99 '
830
830
}
831
831
future_version = FUTURE_VERSION .get (run_os , '' )
832
832
config .future_triple = '%s-%s-%s%s%s' % (run_cpu , run_vendor , run_os ,
@@ -1120,15 +1120,15 @@ if run_vendor == 'apple':
1120
1120
if run_os == 'ios' :
1121
1121
lit_config .note ('Testing iOS ' + config .variant_triple )
1122
1122
xcrun_sdk_name = "iphoneos"
1123
- target_future_version = "99.0"
1123
+ target_future_version = "99.99. 0"
1124
1124
elif run_os == 'tvos' :
1125
1125
lit_config .note ('Testing AppleTV ' + config .variant_triple )
1126
1126
xcrun_sdk_name = "appletvos"
1127
- target_future_version = "99.0"
1127
+ target_future_version = "99.99. 0"
1128
1128
elif run_os == 'watchos' :
1129
1129
lit_config .note ('Testing watchOS ' + config .variant_triple )
1130
1130
xcrun_sdk_name = "watchos"
1131
- target_future_version = "9 .99.0"
1131
+ target_future_version = "99 .99.0"
1132
1132
1133
1133
config .target_env_prefix = 'IOS_CHILD_'
1134
1134
@@ -1160,17 +1160,17 @@ if run_vendor == 'apple':
1160
1160
config .available_features .add ('DARWIN_SIMULATOR=ios' )
1161
1161
lit_config .note ("Testing iOS simulator " + config .variant_triple )
1162
1162
xcrun_sdk_name = "iphonesimulator"
1163
- target_future_version = "99.0"
1163
+ target_future_version = "99.99. 0"
1164
1164
elif run_os == 'watchos' :
1165
1165
config .available_features .add ('DARWIN_SIMULATOR=watchos' )
1166
1166
lit_config .note ("Testing watchOS simulator " + config .variant_triple )
1167
1167
xcrun_sdk_name = "watchsimulator"
1168
- target_future_version = "9 .99.0"
1168
+ target_future_version = "99 .99.0"
1169
1169
else :
1170
1170
config .available_features .add ('DARWIN_SIMULATOR=tvos' )
1171
1171
lit_config .note ("Testing AppleTV simulator " + config .variant_triple )
1172
1172
xcrun_sdk_name = "appletvsimulator"
1173
- target_future_version = "99.0"
1173
+ target_future_version = "99.99. 0"
1174
1174
1175
1175
target_specific_module_triple += "-simulator"
1176
1176
0 commit comments