[llvm-bugs] [Bug 32851] New: fix "REQUIRES: system-darwin" tests to not depend on the OS
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 28 18:43:38 PDT 2017
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: unassignedclangbugs at nondot.org
Reporter: richard-llvm at metafoo.co.uk
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170429/91337023/attachment.html>
More information about the llvm-bugs
mailing list