[LLVMbugs] [Bug 22437] New: CodeGenObjC/encode-test-5.m is unreliable with git mirror

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 2 11:18:17 PST 2015


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

            Bug ID: 22437
           Summary: CodeGenObjC/encode-test-5.m is unreliable with git
                    mirror
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

CodeGenObjC/encode-test-5.m has

// RUN: grep "t.00" %t | count 1
char *e = @encode(__int128_t);

When you use git mirror, output may have

!4 = !{!"clang version 3.7.0 (XXX) (llvm/llvm.git 000XXX)"}
                                              ^^^^^^^^^^
It will match "t.00":

Exit Code: 1

Command Output (stderr):
--
Expected 1 lines, got 2.

-- 
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/20150202/d90ef4c7/attachment.html>


More information about the llvm-bugs mailing list