Displaying 3 results from an estimated 3 matches for "symbolformat".
2015 Jul 21
4
[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015
...failing with VS 2015:
FAIL: LLVM :: DebugInfo/PDB/pdbdump-symbol-format.test (7377 of 14212)
******************** TEST 'LLVM ::
DebugInfo/PDB/pdbdump-symbol-format.test' FAILED ********************
Script:
--
llvm-pdbdump -symbols
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb
| C:/cygwin64/home/ismail/
src/llvm/dist/./bin\FileCheck.EXE --check-prefix=SYM_FORMAT
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB\pdbdump-symb
ol-format.test
llvm-pdbdump -types
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb
| C:/cygwin64/home/ismail/sr
c/l...
2015 Jul 21
0
[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015
...LLVM :: DebugInfo/PDB/pdbdump-symbol-format.test (7377 of 14212)
> ******************** TEST 'LLVM ::
> DebugInfo/PDB/pdbdump-symbol-format.test' FAILED ********************
> Script:
> --
> llvm-pdbdump -symbols
> C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb
> | C:/cygwin64/home/ismail/
> src/llvm/dist/./bin\FileCheck.EXE --check-prefix=SYM_FORMAT
> C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB\pdbdump-symb
> ol-format.test
> llvm-pdbdump -types
> C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb
&g...
2015 Jul 23
1
[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015
...DLLVM_INSTALL_TOOLCHAIN_ONLY=ON -DLLVM_TARGETS_TO_BUILD="ARM;X86"
-DPYTHON_EXECUTABLE=$python_exe -DLLVM_BUILD_TESTS=ON
-DLLVM_LIT_TOOLS_DIR=C:/cygwin64/bin
fwiw compiler-rt is also enabled.
Also if you can forward me the output of
llvm-pdbdump.exe -types llvm/test/DebugInfo/PDB/Inputs/symbolformat.pdb
then I can compare the outputs.
Thanks!
On Tue, Jul 21, 2015 at 5:27 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> FWIW, this test is passing for me on Windows 7 with Visual Studio 2015
> (debug build).
>
> 59> Running all regression tests
> 59> -- Test...