[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / test_utils / TestDecorators.py
blob97d144b6d44412bf6839337c356856fad153ebf2
1 from lldbsuite.test.lldbtest import Base
2 from lldbsuite.test.decorators import *
5 class TestDecorators(Base):
6 NO_DEBUG_INFO_TESTCASE = True
8 @expectedFailureAll(debug_info="dwarf")
9 def test_decorator_skip_no_debug_info(self):
10 """Test that specifying a debug info category works for a NO_DEBUG_INFO_TESTCASE"""
11 pass