Skip to content

Commit

Permalink
Add comment reminding us to test skipped windows tests properly in fu…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
danpetry committed Jan 16, 2024
1 parent ef1cad4 commit 90b3689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if %ERRORLEVEL% neq 0 exit 1
REM These tests fail because msdia140.dll isn't registered.
REM The build stalls if registering is attempted in this file, probably because it needs elevated privileges.
REM See https://llvm.org/docs/GettingStartedVS.html#getting-started
REM TODO: check that these tests run successfully when msdia140.dll is registered manually on a test machine.
set "LIT_FILTER_OUT=DebugInfo/PDB/DIA/pdbdump-flags.test"
set "LIT_FILTER_OUT=%LIT_FILTER_OUT%|DebugInfo/PDB/DIA/pdbdump-linenumbers.test"
set "LIT_FILTER_OUT=%LIT_FILTER_OUT%|DebugInfo/PDB/DIA/pdbdump-symbol-format.test"
Expand Down

0 comments on commit 90b3689

Please sign in to comment.