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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits