[LLVMbugs] [Bug 17995] New: FileCheck with multiple prefixes doesn't report failure when prefix appears earlier with prefix

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 19 08:51:37 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=17995

            Bug ID: 17995
           Summary: FileCheck with multiple prefixes doesn't report
                    failure when prefix appears earlier with prefix
           Product: Test Suite
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: lit
          Assignee: unassignedbugs at nondot.org
          Reporter: russell_gallop at sn.scee.net
                CC: daniel at zuster.org, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Similar to the case fixed in r194565 but the check-prefix that is missed
appears with character(s) before it.

"FileCheck --check-prefix=FOO --check-prefix=BAR" with check file:

  _FOO not a vaild check-line
  FOO: foo
  BAR: bar

incorrectly accepts file:

  fog
  bar

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131119/ddbae085/attachment.html>


More information about the llvm-bugs mailing list