[PATCH] atl80/tests: Request an older version of atl80 for compatibility.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- Some TestBot VMs only have version 8.0.50727.762 which is still sufficient for the current tests. Version .42 is the earliest atl80 version supported by the current crop. --- dlls/atl80/tests/atl80.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/atl80/tests/atl80.manifest b/dlls/atl80/tests/atl80.manifest index 712793fcb1b..fa833e28927 100644 --- a/dlls/atl80/tests/atl80.manifest +++ b/dlls/atl80/tests/atl80.manifest @@ -12,7 +12,7 @@ <assemblyIdentity type="win32" name="microsoft.vc80.atl" - version="8.0.50727.4053" + version="8.0.50727.42" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b" language="*" -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=87781 Your paranoid android. === w2008s64 (32 bit report) === Report validation errors: The report seems to have been truncated === w2008s64 (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w7u_2qxl (32 bit report) === Report validation errors: The report seems to have been truncated === w7u_2qxl (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w7u_adm (32 bit report) === Report validation errors: The report seems to have been truncated === w7u_adm (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w7u_el (32 bit report) === Report validation errors: The report seems to have been truncated === w7u_el (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w1064v1507 (32 bit report) === Report validation errors: The report seems to have been truncated === w1064v1507 (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w1064v1809 (32 bit report) === Report validation errors: The report seems to have been truncated === w1064v1809 (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w1064 (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w10pro64 (32 bit report) === Report validation errors: The report seems to have been truncated === w10pro64 (task log) === TestLauncher32.exe:error: CreateProcess failed (error 14001) === w2008s64 (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w1064v1507 (64 bit report) === Report validation errors: The report seems to have been truncated === w1064v1507 (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w1064v1809 (64 bit report) === Report validation errors: The report seems to have been truncated === w1064v1809 (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w1064 (64 bit report) === Report validation errors: The report seems to have been truncated === w1064 (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w1064_2qxl (64 bit report) === Report validation errors: The report seems to have been truncated === w1064_2qxl (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w10pro64 (64 bit report) === Report validation errors: The report seems to have been truncated === w10pro64 (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w10pro64_ar (64 bit report) === Report validation errors: The report seems to have been truncated === w10pro64_ar (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w10pro64_he (64 bit report) === Report validation errors: The report seems to have been truncated === w10pro64_he (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w10pro64_ja (64 bit report) === Report validation errors: The report seems to have been truncated === w10pro64_ja (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001) === w10pro64_zh_CN (64 bit report) === Report validation errors: The report seems to have been truncated === w10pro64_zh_CN (task log) === TestLauncher64.exe:error: CreateProcess failed (error 14001)
participants (2)
-
Francois Gouget -
Marvin