[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / expression / pr52257 / TestExprCrash.py
blobde8c7f7b58d4c7e1c857dd5648bc7d765ed9e7af
1 """
2 Verify that LLDB doesn't crash during expression evaluation.
3 """
5 import lldb
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):
13 self.build()
14 self.createTestTarget()
15 self.expect_expr(
16 "b", result_type="B", result_children=[ValueCheck(name="tag_set_")]