llvm-project
abb6919a - [lldb] Add additional assertions to TestVTableValue.test_overwrite_vtable (#118719)

Commit
1 year ago
[lldb] Add additional assertions to TestVTableValue.test_overwrite_vtable (#118719) If this test fails, you're likely going to see something like "Assertion Error: A != B" which doesn't really give much explanation for why this failed. Instead of ignoring the error, we should assert that it succeeded. This will lead to a better error message, for example: `AssertionError: 'memory write failed for 0x102d7c018' is not success`
Author
Parents
Loading