Re: r301732 - Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.

2017-05-01 Thread Vitaly Buka via cfe-commits
We should file a bug and disable the test. Red bots are inconvenient for build cop. I have not notice this on non-asan builds, but I didn't look. On Mon, May 1, 2017 at 12:14 PM Richard Smith wrote: > Looks like this test has found a bug in the compiler. I've not repro'd it > yet but my guess is

Re: r301732 - Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.

2017-05-01 Thread Richard Smith via cfe-commits
Looks like this test has found a bug in the compiler. I've not repro'd it yet but my guess is that we're hitting an asan error while attempting to build the preprocessed source. We can temporarily disable this test to get the bot green again if you like. Have you noticed it failing for non-asan'd b

Re: r301732 - Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.

2017-05-01 Thread Vitaly Buka via cfe-commits
crash-vfs-ivfsoverlay.m does not work http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/1322/steps/check-clang%20asan/logs/stdio On Fri, Apr 28, 2017 at 6:51 PM Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rsmith > Date: Fri Apr 28 20:38:29

r301732 - Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.

2017-04-28 Thread Richard Smith via cfe-commits
Author: rsmith Date: Fri Apr 28 20:38:29 2017 New Revision: 301732 URL: http://llvm.org/viewvc/llvm-project?rev=301732&view=rev Log: Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests. Let's see if any buildbots actually have trouble with these. (They at least pass on Linux.