From: Zachary Turner Date: Sun, 30 Sep 2018 03:57:49 +0000 (+0000) Subject: [PDB] Fix this test for real. X-Git-Tag: llvmorg-8.0.0-rc1~7597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be3b6a18b2926692d3a734d74174bda9419bd7a;p=platform%2Fupstream%2Fllvm.git [PDB] Fix this test for real. I was able to test this fix on an actual Windows machine so this should get the bot green again. llvm-svn: 343400 --- diff --git a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test index 988a94f..cd285b8 100644 --- a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test +++ b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test @@ -1,6 +1,6 @@ ; RUN: llvm-pdbutil pretty -module-syms %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=SYM_FORMAT_FPO %s ; RUN: llvm-pdbutil pretty -module-syms %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=SYM_FORMAT %s -; RUN: llvm-pdbutil pretty -types %p/../Inputs/symbolformat.pdb > %t.types +; RUN: llvm-pdbutil pretty -classes -enums -typedefs %p/../Inputs/symbolformat.pdb > %t.types ; RUN: FileCheck --check-prefix=TYPES_FORMAT %s < %t.types ; RUN: FileCheck --check-prefix=TYPES_1 %s < %t.types ; RUN: FileCheck --check-prefix=TYPES_2 %s < %t.types