r334418 - Enable crash recovery tests on Windows, globs work in the lit internal shell now

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 12 04:56:40 PDT 2018


On Tue, Jun 12, 2018 at 1:43 PM, Hans Wennborg <hans at 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


More information about the cfe-commits mailing list