[Lldb-commits] [PATCH] D55626: [Reproducers] Add tests for functionality

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 14:58:13 PST 2019


aprantl added inline comments.


================
Comment at: lit/Reproducer/Functionalities/TestDataFormatter.test:5
+
+# RUN: rm -rf %T/dataformatter
+# RUN: %clang -x c++ %S/Inputs/foo.cpp -g -o %t.out
----------------
same here


================
Comment at: lit/Reproducer/Functionalities/TestStepping.test:10
+# RUN: %lldb -x -b -s %t.in --capture %T/stepping %t.out | FileCheck %s --check-prefix CHECK --check-prefix CAPTURE
+# RUN: %lldb --replay %T/stepping %t.out | FileCheck %s --check-prefix CHECK --check-prefix REPLAY
+
----------------
and here


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55626/new/

https://reviews.llvm.org/D55626





More information about the lldb-commits mailing list