diff options
| author | Michael Buch <michaelbuch12@gmail.com> | 2023-11-06 19:15:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 19:15:39 +0000 |
| commit | 876bd794fc33c74fc8689015699b9fec06dd0580 (patch) | |
| tree | 6d6b5ce428f2e1d1564f93216c797124689aa607 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | fa71f9e87aee87c899a6ed600c1748aeb1c1a05d (diff) | |
[lldb][test] TestVTableValue.py: skip test for older versions of clang (#71372)
This fails on the matrix build bot for Clang versions < 9.0
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/7309/execution/node/102/log/?consoleFull
```
FAIL: LLDB :: test_vtable (TestVTableValue.TestVTableValue)
<bound method SBProcess.Kill of SBProcess: pid = 35338, state = stopped, threads = 1, executable = a.out>: success
======================================================================
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
======================================================================
FAIL: test_vtable (TestVTableValue.TestVTableValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lldb/test/API/functionalities/vtable/TestVTableValue.py", line 67, in test_vtable
self.assertEquals(vtable.GetNumChildren(), 5)
AssertionError: 6 != 5
----------------------------------------------------------------------
Ran 4 tests in 2.799s
RESULT: FAILED (2 passes, 2 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes)
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
