@@ -828,10 +828,10 @@ if run_vendor == 'apple':
828
828
next_stable_version , run_environment )
829
829
FUTURE_VERSION = {
830
830
'macosx' : '99.99' ,
831
- 'ios' : '99.0 ' ,
831
+ 'ios' : '99.99 ' ,
832
832
'maccatalyst' : '99.99' ,
833
- 'tvos' : '99.0 ' ,
834
- 'watchos' : '9. 99.0 '
833
+ 'tvos' : '99.99 ' ,
834
+ 'watchos' : '99.99 '
835
835
}
836
836
future_version = FUTURE_VERSION .get (run_os , '' )
837
837
config .future_triple = '%s-%s-%s%s%s' % (run_cpu , run_vendor , run_os ,
@@ -1131,15 +1131,15 @@ if run_vendor == 'apple':
1131
1131
if run_os == 'ios' :
1132
1132
lit_config .note ('Testing iOS ' + config .variant_triple )
1133
1133
xcrun_sdk_name = "iphoneos"
1134
- target_future_version = "99.0"
1134
+ target_future_version = "99.99. 0"
1135
1135
elif run_os == 'tvos' :
1136
1136
lit_config .note ('Testing AppleTV ' + config .variant_triple )
1137
1137
xcrun_sdk_name = "appletvos"
1138
- target_future_version = "99.0"
1138
+ target_future_version = "99.99. 0"
1139
1139
elif run_os == 'watchos' :
1140
1140
lit_config .note ('Testing watchOS ' + config .variant_triple )
1141
1141
xcrun_sdk_name = "watchos"
1142
- target_future_version = "9 .99.0"
1142
+ target_future_version = "99 .99.0"
1143
1143
1144
1144
config .target_env_prefix = 'IOS_CHILD_'
1145
1145
@@ -1171,17 +1171,17 @@ if run_vendor == 'apple':
1171
1171
config .available_features .add ('DARWIN_SIMULATOR=ios' )
1172
1172
lit_config .note ("Testing iOS simulator " + config .variant_triple )
1173
1173
xcrun_sdk_name = "iphonesimulator"
1174
- target_future_version = "99.0"
1174
+ target_future_version = "99.99. 0"
1175
1175
elif run_os == 'watchos' :
1176
1176
config .available_features .add ('DARWIN_SIMULATOR=watchos' )
1177
1177
lit_config .note ("Testing watchOS simulator " + config .variant_triple )
1178
1178
xcrun_sdk_name = "watchsimulator"
1179
- target_future_version = "9 .99.0"
1179
+ target_future_version = "99 .99.0"
1180
1180
else :
1181
1181
config .available_features .add ('DARWIN_SIMULATOR=tvos' )
1182
1182
lit_config .note ("Testing AppleTV simulator " + config .variant_triple )
1183
1183
xcrun_sdk_name = "appletvsimulator"
1184
- target_future_version = "99.0"
1184
+ target_future_version = "99.99. 0"
1185
1185
1186
1186
target_specific_module_triple += "-simulator"
1187
1187
0 commit comments