[Lldb-commits] [PATCH] D62948: lit/Register: Avoid stdio in register write tests
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 6 06:37:23 PDT 2019
mgorny added a comment.
I'm sorry but could you also change other write tests (zmm?) to match.
================
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
----------------
labath wrote:
> 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"
Right, makes sense.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62948/new/
https://reviews.llvm.org/D62948
More information about the lldb-commits
mailing list