[libcxx-commits] [PATCH] D145807: [libcxx] [test] Print the failing commands in Configuration{Compilation, Runtime}Error
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 10 14:44:05 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/utils/libcxx/test/dsl.py:233
if exitCode != 0:
raise ConfigurationRuntimeError()
return out
----------------
ldionne wrote:
> We can do better here. Let's do something like:
>
> ```
> raise ConfigurationRuntimeError("Failed to run command: {}\nstderr is:\n{}", ...)
> ```
@mstorsjo It looks like this comment and the one below were not addressed before landing, do you think you could have a look?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145807/new/
https://reviews.llvm.org/D145807
More information about the libcxx-commits
mailing list