[Lldb-commits] [PATCH] D107674: [tests] [trace] Add a more comprehensive test for `thread trace export ctf` command

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 9 19:03:02 PDT 2021


wallace added inline comments.


================
Comment at: lldb/test/API/commands/trace/TestTraceExport.py:68-69
+
+        if os.path.exists(ctf_test_file):
+            remove_file(ctf_test_file)
+        self.expect(f"thread trace export ctf --file {ctf_test_file}")
----------------
you don't need this. Whenever the test runs, all previous data will be wiped out


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107674



More information about the lldb-commits mailing list