]> granicus.if.org Git - clang/commit
Fix an egregiously broken test. This pattern doesn't work:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 22:18:04 +0000 (22:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 22:18:04 +0000 (22:18 +0000)
commitca952281611205fbc36d0516a595f9751e071d36
treef8a89ee8500e394d0aba9539a75be5f3ae78c5be
parentd10682f7d2944cafb4bc6555df5ab66cd24f8cd8
Fix an egregiously broken test. This pattern doesn't work:

RUN: a
RUN: b || true

lit expands it to a && b || true, and the || true applies to both commands (thus ignoring failures in 'a')! This is PR10867 again.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169434 91177308-0d34-0410-b5e6-96231b3b80d8
test/Modules/build-fail-notes.m