2 Verify that LLDB doesn't crash during expression evaluation.
6 from lldbsuite
.test
.decorators
import *
7 from lldbsuite
.test
.lldbtest
import *
8 from lldbsuite
.test
import lldbutil
11 class ExprCrashTestCase(TestBase
):
12 def test_pr52257(self
):
14 self
.createTestTarget()
16 "b", result_type
="B", result_children
=[ValueCheck(name
="tag_set_")]