[Lldb-commits] [PATCH] D76407: [lldb/testsuite] Remove "healthy process" test from TestProcessCrashInfo.py
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 19 03:11:34 PDT 2020
mib added inline comments.
================
Comment at: lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py:72
- def test_on_sane_process(self):
- """Test that lldb doesn't fetch the extended crash information
----------------
What about adding a `@skipIfDarwinEmbedded` decorator for this test ? IIUC, it would skip the test of Darwin armv7/arm64 targets (iOS) but still run on other platforms.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76407/new/
https://reviews.llvm.org/D76407
More information about the lldb-commits
mailing list