[Lldb-commits] [lldb] Skip various tests under ASAN on green dragon (PR #90531)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 29 15:47:06 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 975eca0e6a3459e59e96b0df33ea0cfbd157c597...46d19cc3211fa6e27f7e49238777e533c0a173bc lldb/packages/Python/lldbsuite/test/decorators.py lldb/test/API/driver/batch_mode/TestBatchMode.py lldb/test/API/driver/job_control/TestJobControl.py lldb/test/API/driver/quit_speed/TestQuitWithProcess.py lldb/test/API/iohandler/sigint/TestProcessIOHandlerInterrupt.py lldb/test/API/macosx/nslog/TestDarwinNSLogOutput.py lldb/test/API/terminal/TestSTTYBeforeAndAfter.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- packages/Python/lldbsuite/test/decorators.py 2024-04-29 22:38:25.000000 +0000
+++ packages/Python/lldbsuite/test/decorators.py 2024-04-29 22:46:41.105318 +0000
@@ -373,11 +373,11 @@
py_version=None,
macos_version=None,
remote=None,
dwarf_version=None,
setting=None,
- asan=None
+ asan=None,
):
return _decorateTest(
DecorateMode.Skip,
bugnumber=bugnumber,
oslist=oslist,
@@ -391,11 +391,11 @@
py_version=py_version,
macos_version=macos_version,
remote=remote,
dwarf_version=dwarf_version,
setting=setting,
- asan=asan
+ asan=asan,
)
def _skip_fn_for_android(reason, api_levels, archs):
def impl():
``````````
</details>
https://github.com/llvm/llvm-project/pull/90531
More information about the lldb-commits
mailing list