]> granicus.if.org Git - clang/commit
Use a simpler set of mock headers for the vfs+modules crash recovery tests.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 17 Mar 2016 16:19:51 +0000 (16:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 17 Mar 2016 16:19:51 +0000 (16:19 +0000)
commitc79911c0d2409744f50b11567a938b43473a486d
tree36fbc81656a2bfbb90fcc59c8299db5304d5831f
parentebcc9dbe43462a909fb6cb1bfae6e8ba6eaf55a4
Use a simpler set of mock headers for the vfs+modules crash recovery tests.

The System/ mock is large and too complex for this test. It can cause
the tests to fail in mysterious ways as it depends on the resource dir
being present, which is not really supported for driver tests (using
%clang instead of %clang_cc1). Copy the tree and trim out all the
%unnecessary fat.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263718 91177308-0d34-0410-b5e6-96231b3b80d8
test/Modules/Inputs/crash-recovery/usr/include/module.map [new file with mode: 0644]
test/Modules/Inputs/crash-recovery/usr/include/stdio.h [new file with mode: 0644]
test/Modules/Inputs/crash-recovery/usr/include/tcl-private/header.h [new file with mode: 0644]
test/Modules/crash-vfs-path-symlink-component.m
test/Modules/crash-vfs-path-traversal.m