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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to