[Lldb-commits] [PATCH] D62948: lit/Register: Avoid stdio in register write tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 6 06:27:35 PDT 2019
labath marked an inline comment as done.
labath added inline comments.
================
Comment at: lit/Register/x86-64-gp-write.test:6
# RUN: %lldb -b -s %s %t | FileCheck %s
-process launch
+# RUN: FileCheck %s --check-prefix=INF <x86-64-gp-write.out
+process launch --stdout x86-64-gp-write.out
----------------
mgorny wrote:
> Any reason not to use `%T` directly in paths rather than changing working directory? I suppose either way is fine but I have a bad feeling that this could be confusing in the long run.
%T doesn't work inside "process launch"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62948/new/
https://reviews.llvm.org/D62948
More information about the lldb-commits
mailing list