[Lldb-commits] [lldb] Skip one inline stepping test for arm-ubuntu. (PR #114295)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 30 13:02:29 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 5545f76dc94e76ef6800823bdd1e107ad2264717...effa929cd73cde63e31dbedf8c5fadcb767aae37 lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestInlineStepping.py 2024-10-30 19:58:22.000000 +0000
+++ TestInlineStepping.py 2024-10-30 20:02:02.390605 +0000
@@ -12,12 +12,11 @@
@skipIf(oslist=["windows"], archs=["aarch64"]) # Flaky on buildbot
@expectedFailureAll(
compiler="icc",
bugnumber="# Not really a bug. ICC combines two inlined functions.",
)
-
- @skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
+ @skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
def test_with_python_api(self):
"""Test stepping over and into inlined functions."""
self.build()
self.inline_stepping()
``````````
</details>
https://github.com/llvm/llvm-project/pull/114295
More information about the lldb-commits
mailing list