[all-commits] [llvm/llvm-project] d08d9c: [lldb][test] TestVTableValue.py: skip base_class_p...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon Nov 6 21:18:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d08d9cf55629a300a54ab1660912b044145540f1
      https://github.com/llvm/llvm-project/commit/d08d9cf55629a300a54ab1660912b044145540f1
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
    M lldb/test/API/functionalities/vtable/TestVTableValue.py

  Log Message:
  -----------
  [lldb][test] TestVTableValue.py: skip base_class_ptr test case on older Clang versions

This failed on the public LLDB matrix build bots on Clang versions <
9.0:
```
======================================================================
FAIL: test_base_class_ptr (TestVTableValue.TestVTableValue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lldb/test/API/functionalities/vtable/TestVTableValue.py", line 90, in test_base_class_ptr
    self.assertEquals(shape_ptr_vtable.GetNumChildren(), 5)
AssertionError: 6 != 5
```




More information about the All-commits mailing list