[all-commits] [llvm/llvm-project] ecbe78: [lldb] Fix Python test formatting (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 4 14:36:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecbe78c124a78a4ea6e06b1d52ce281dcc394332
https://github.com/llvm/llvm-project/commit/ecbe78c124a78a4ea6e06b1d52ce281dcc394332
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M lldb/test/API/commands/platform/process/launch/TestPlatformProcessLaunch.py
M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/TestSVEThreadedDynamic.py
M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
M lldb/test/API/commands/register/register/aarch64_sve_simd_registers/TestSVESIMDRegisters.py
M lldb/test/API/commands/register/register/register_command/TestRegisters.py
M lldb/test/API/commands/settings/TestSettings.py
M lldb/test/API/functionalities/archives/TestBSDArchives.py
M lldb/test/API/functionalities/completion/TestCompletion.py
M lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
M lldb/test/API/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py
M lldb/test/API/functionalities/unwind/aarch64_unwind_pac/TestAArch64UnwindPAC.py
M lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py
M lldb/test/API/lang/objc/objc-po-hint/TestObjcPoHint.py
M lldb/test/API/linux/aarch64/tls_registers/TestAArch64LinuxTLSRegisters.py
M lldb/test/API/python_api/value/TestValueAPI.py
M lldb/test/API/source-manager/TestSourceManager.py
M lldb/test/API/tools/lldb-vscode/disassemble/TestVSCode_disassemble.py
M lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
Log Message:
-----------
[lldb] Fix Python test formatting (NFC)
All Python files in the LLVM repository were reformatted with Black [1].
Files inside the LLDB subproject were reformatted in 2238dcc39358. This
patch updates a handful of tests that were added or modified since then
and weren't formatted with Black.
[1] https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style/68257
More information about the All-commits
mailing list