[Lldb-commits] [lldb] [lldb][bytecode] Remove @skipUnlessDarwin on tests (PR #197808)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri May 15 02:25:06 PDT 2026


slydiman wrote:

The buildbot [lldb-x86_64-win](https://lab.llvm.org/buildbot/#/builders/211/builds/8160) is broken.
Please take a look.
```
 TEST 'lldb-api :: functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py' FAILED 
   File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\functionalities\data-formatter\bytecode-synthetic\TestBytecodeSynthetic.py", line 19, in test_synthetic
    self.assertEqual(account.num_children, 1)
AssertionError: 2 != 1
  File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\functionalities\data-formatter\bytecode-synthetic\TestBytecodeSynthetic.py", line 36, in test_update_reuse
    self.assertEqual(account.num_children, 1)
AssertionError: 2 != 1
FAILED (failures=2, skipped=4)

TEST 'lldb-api :: functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py' FAILED
  File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\functionalities\data-formatter\bytecode-summary\TestBytecodeSummary.py", line 15, in test
    self.expect("v x", substrs=["(MyOptional<int>) x = None"])
  File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2820, in expect
    self.fail(log_msg)
AssertionError: Ran command:
"v x"
Got output:
(MyOptional<int>) x = {
  Storage = (value = 0, hasVal = false)
}
Expecting sub string: "(MyOptional<int>) x = None" (was not found)
Config=x86_64-C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe
----------------------------------------------------------------------
Ran 3 tests in 0.764s
FAILED (failures=1, skipped=2)
```

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


More information about the lldb-commits mailing list