search for: 7c6d5ea2

Displaying 2 results from an estimated 2 matches for "7c6d5ea2".

2016 Aug 16
3
RFC: A cross platform way of using shell commands in lit tests
...' versions for Windows when we encounter these sorts of issues would be fantastic, so I'm definitely in favour of removing the dependency. -Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160816/7c6d5ea2/attachment.html>
2016 Aug 16
8
RFC: A cross platform way of using shell commands in lit tests
I see many tests that are prefixed with "requires: shell". A quick search over the codebase shows 101 tests that contain this directive. This basically means there are 101 tests that say "I don't support running on Windows". I would like to get this number to 0. Ironically, many of these tests can be made to run on Windows simply by removing the requires: shell line.