[llvm-bugs] [Bug 36006] New: lld: TEST 'lld :: COFF/manifestinput-error.test' is not recognized as unsupported in stand-alone

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 18 10:06:31 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=36006

            Bug ID: 36006
           Summary: lld: TEST 'lld :: COFF/manifestinput-error.test' is
                    not recognized as unsupported in stand-alone
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: COFF
          Assignee: unassignedbugs at nondot.org
          Reporter: mgorny at gentoo.org
                CC: llvm-bugs at lists.llvm.org
            Blocks: 35804

The lld test suite started failing at the following test:

  FAIL: lld :: COFF/manifestinput-error.test (108 of 1465)

After some investigation, I was able to determine that the root cause of the
failure is that... the test should not be run on my system at all, because of:

  # UNSUPPORTED: libxml2

This feature is supposed to be set based on the value of 
LLVM_LIBXML2_ENABLED. However, this variable is internal to LLVM itself and is
not included in any CMake files installed. Therefore, it is not present when
building stand-alone against installed LLVM.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=35804
[Bug 35804] [meta] 6.0.0 Release Blockers
-- 
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/20180118/911f08f3/attachment.html>


More information about the llvm-bugs mailing list