[Lldb-commits] [lldb] [lldb][test][win][x86_64] XFAIL already failing API tests (PR #100477)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 24 15:11:07 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 70c6e79e6d3e897418f3556a25e22e66ff018dc4...f8e40b90d65434838d2baa79795a1b160ab4614c lldb/test/API/commands/apropos/with-process/TestAproposWithProcess.py lldb/test/API/commands/command/nested_alias/TestNestedAlias.py lldb/test/API/commands/expression/entry-bp/TestExprEntryBP.py lldb/test/API/commands/memory/write/TestMemoryWrite.py lldb/test/API/commands/settings/use_source_cache/TestUseSourceCache.py lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py lldb/test/API/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py lldb/test/API/functionalities/conditional_break/TestConditionalBreak.py lldb/test/API/functionalities/memory/find/TestMemoryFind.py lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py lldb/test/API/functionalities/var_path/TestVarPath.py lldb/test/API/lang/c/anonymous/TestAnonymous.py lldb/test/API/lang/c/array_types/TestArrayTypes.py lldb/test/API/lang/c/enum_types/TestEnumTypes.py lldb/test/API/lang/c/forward/TestForwardDeclaration.py lldb/test/API/lang/c/function_types/TestFunctionTypes.py lldb/test/API/lang/c/non-mangled/TestCNonMangled.py lldb/test/API/lang/c/register_variables/TestRegisterVariables.py lldb/test/API/lang/c/set_values/TestSetValues.py lldb/test/API/lang/c/shared_lib/TestSharedLib.py lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py lldb/test/API/lang/cpp/class_types/TestClassTypes.py lldb/test/API/lang/cpp/inlines/TestInlines.py lldb/test/API/lang/cpp/unique-types4/TestUniqueTypes4.py lldb/test/API/python_api/compile_unit/TestCompileUnitAPI.py lldb/test/API/python_api/thread/TestThreadAPI.py lldb/test/API/source-manager/TestSourceManager.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- lang/cpp/unique-types4/TestUniqueTypes4.py	2024-07-24 22:06:28.000000 +0000
+++ lang/cpp/unique-types4/TestUniqueTypes4.py	2024-07-24 22:10:42.336508 +0000
@@ -39,22 +39,22 @@
         self.expect_expr("ns::FooDouble::value", result_type="double", result_value="0")
         self.expect_expr("ns::FooInt::value", result_type="int", result_value="0")
 
     @expectedFailureAll(
         oslist=["windows"],
-        # When this issue is fixed, please add `archs=["x86_64"]` as we do not run 
+        # When this issue is fixed, please add `archs=["x86_64"]` as we do not run
         # tests on x86_64 Windows in CI and it may remain broken.
         bugnumber="https://github.com/llvm/llvm-project/issues/75936",
     )
     @skipIf(compiler=no_match("clang"))
     @skipIf(compiler_version=["<", "15.0"])
     def test_simple_template_names(self):
         self.do_test(dict(CFLAGS_EXTRAS="-gsimple-template-names"))
 
     @expectedFailureAll(
         oslist=["windows"],
-        # When this issue is fixed, please add `archs=["x86_64"]` as we do not run 
+        # When this issue is fixed, please add `archs=["x86_64"]` as we do not run
         # tests on x86_64 Windows in CI and it may remain broken.
         bugnumber="https://github.com/llvm/llvm-project/issues/75936",
     )
     @skipIf(compiler=no_match("clang"))
     @skipIf(compiler_version=["<", "15.0"])

``````````

</details>


https://github.com/llvm/llvm-project/pull/100477


More information about the lldb-commits mailing list