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

            Bug ID: 32851
           Summary: fix "REQUIRES: system-darwin" tests to not depend on
                    the OS
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: richard-l...@metafoo.co.uk
                CC: llvm-bugs@lists.llvm.org

We have a bunch of unit tests that say

REQUIRES: system-darwin

Some of these are just wrong: they work fine on other OSes. Others of them
appear to be depending on Darwin system headers, which is inappropriate for
Clang unit tests. We should fix these and then remove the ability to specify
such a requirement (except perhaps for some extremely targeted driver tests,
and even then it's unclear why we can't use a sysroot).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to