From 737a344b6fd44154cc18c76e4c0899687cd4abda Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 13 Mar 2018 21:18:00 +0000 Subject: [PATCH] Disable PDB injected sources test temporarily. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327451 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-pdbdump/injected-sources.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tools/llvm-pdbdump/injected-sources.test b/test/tools/llvm-pdbdump/injected-sources.test index d9d71ef306b..fca717b9779 100644 --- a/test/tools/llvm-pdbdump/injected-sources.test +++ b/test/tools/llvm-pdbdump/injected-sources.test @@ -1,3 +1,7 @@ +; The PDB committed to the repo does not seem to be recognized by older +; versions of DIA SDK, so we xfail the test temporarily until we can +; figure out how to get a PDB that makes all versions of MSVC happy. +; XFAIL: * ; RUN: llvm-pdbutil pretty -injected-sources -injected-source-content \ ; RUN: %p/Inputs/InjectedSource.pdb | FileCheck %s ; RUN: llvm-pdbutil pretty -injected-sources -injected-source-content \ -- 2.11.0