diff options
author | Zachary Turner <zturner@google.com> | 2018-03-13 21:18:00 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-03-13 21:18:00 +0000 |
commit | 1ccae9d943fef06b90116edfd81f94855cb879c1 (patch) | |
tree | 2e079c9a6301dd25336bf6969a5356dcefcf4078 | |
parent | e6a3dc7699f2e2346b53510901bb64f634711f8f (diff) | |
download | bcm5719-llvm-1ccae9d943fef06b90116edfd81f94855cb879c1.tar.gz bcm5719-llvm-1ccae9d943fef06b90116edfd81f94855cb879c1.zip |
Disable PDB injected sources test temporarily.
llvm-svn: 327451
-rw-r--r-- | llvm/test/tools/llvm-pdbdump/injected-sources.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-pdbdump/injected-sources.test b/llvm/test/tools/llvm-pdbdump/injected-sources.test index d9d71ef306b..fca717b9779 100644 --- a/llvm/test/tools/llvm-pdbdump/injected-sources.test +++ b/llvm/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 \ |