[LLVMdev] DebugInfo/PDB/pdbdump-symbol-format.test fails with VS 2015

İsmail Dönmez ismail at donmez.ws
Tue Jul 21 05:50:06 PDT 2015


Hi,

This might be interesting since it seems to be the only LLVM test
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/llvm/dist/./bin\FileCheck.EXE --check-prefix=TYPES_FORMAT
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB\pdbdump-symb
ol-format.test
llvm-pdbdump -globals
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb
| C:/cygwin64/home/ismail/
src/llvm/dist/./bin\FileCheck.EXE --check-prefix=GLOBALS
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB\pdbdump-symbol-
format.test
--
Exit Code: 1

Command Output (stdout):
--
Command 0: "llvm-pdbdump" "-symbols"
"C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb"
Command 0 Result: 0
Command 0 Output:


Command 0 Stderr:


Command 1: "C:/cygwin64/home/ismail/src/llvm/dist/./bin\FileCheck.EXE"
"--check-prefix=SYM_FORMAT" "C:\cygwin64\home\ismail\
src\llvm\test\DebugInfo\PDB\pdbdump-symbol-format.test"
Command 1 Result: 0
Command 1 Output:


Command 1 Stderr:


Command 2: "llvm-pdbdump" "-types"
"C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB/Inputs/symbolformat.pdb"
Command 2 Result: 0
Command 2 Output:


Command 2 Stderr:


Command 3: "C:/cygwin64/home/ismail/src/llvm/dist/./bin\FileCheck.EXE"
"--check-prefix=TYPES_FORMAT" "C:\cygwin64\home\ismai
l\src\llvm\test\DebugInfo\PDB\pdbdump-symbol-format.test"
Command 3 Result: 1
Command 3 Output:


Command 3 Stderr:
C:\cygwin64\home\ismail\src\llvm\test\DebugInfo\PDB\pdbdump-symbol-format.test:33:21:
error: expected string not found in in
put
; TYPES_FORMAT-DAG: struct MemberTest {
                    ^
<stdin>:173:3: note: scanning from here
 }
 ^



--

********************



More information about the llvm-dev mailing list