Win32 baseline update caused by the new mingw tests

This commit is contained in:
Andreea Isac 2020-03-20 12:17:27 -07:00
Родитель 89618999e7
Коммит 6cc3e047ce
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -463,6 +463,9 @@ export function parseForCppToolsCustomConfigProvider(dryRunOutputStr: string): v
let forcedIncludes: string[] = parseMultipleSwitchFromToolArguments(compilerTool.arguments, 'FI');
forcedIncludes = util.makeFullPaths(forcedIncludes, currentPath);
logger.message(" Forced includes: " + forcedIncludes.join(";"), "Verbose");
// TODO-BUG: fix regexp for parseMultipleSwitchFromToolArguments
// Include dirs not detected properly in 8cc (because of '" "')
let defines: string[] = parseMultipleSwitchFromToolArguments(compilerTool.arguments, 'D');
logger.message(" Defines: " + defines.join(";"), "Verbose");

Просмотреть файл

@ -13,7 +13,7 @@ Sending Workspace Browse Configuration: -----------------------------------
Compiler Path: undefined
----------------------------------------------------------------------------
Reading configurations from file /.vscode/make_configurations.json
Found the following configurations defined in make_configurations.json: InterestingSmallMakefile_windows_configDebug;InterestingSmallMakefile_windows_configRelSize;InterestingSmallMakefile_windows_configRelSpeed;8cc_linux;Fido_linux;tinyvm_linux_pedantic
Found the following configurations defined in make_configurations.json: InterestingSmallMakefile_windows_configDebug;InterestingSmallMakefile_windows_configRelSize;InterestingSmallMakefile_windows_configRelSpeed;8cc_linux;8cc_mingw;Fido_linux;Fido_mingw;tinyvm_linux_pedantic;tinyvm_mingw_pedantic
Setting configuration - InterestingSmallMakefile_windows_configDebug
Found build log path setting "./InterestingSmallMakefile_windows_dryrunDebug.log" defined for configuration "InterestingSmallMakefile_windows_configDebug
Resolving build log path to "{REPO:VSCODE-MAKEFILE-TOOLS}\src\test\fakeSuite\Repros\InterestingSmallMakefile_windows_dryrunDebug.log"