On Tue, Jun 12, 2018 at 1:43 PM, Hans Wennborg <h...@chromium.org> wrote: > I've reverted in r334493 in the meantime. > > When I run the tests locally, they fail with: > > # command stderr: > C:\src\llvm\tools\clang\test\Driver\crash-report.c:17:11: error: > expected string not found in input > // CHECK: Preprocessed source(s) and associated run script(s) are located at: > ^ > <stdin>:1:1: note: scanning from here > Error: Unable to find `env' in PATH: no such file or directory > > Looking at TestRunner.py:823, I suspect the internal shell doesn't > handle 'env' when it's not the first part of a command. > > Actually, maybe switching the order from "not env ... %clang" to "env > ... not %clang" might work...
Trying that in r334494. I'll keep an eye on http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits