blob: 97d144b6d44412bf6839337c356856fad153ebf2 [file] [log] [blame]
from lldbsuite.test.lldbtest import Base
from lldbsuite.test.decorators import *
class TestDecorators(Base):
NO_DEBUG_INFO_TESTCASE = True
@expectedFailureAll(debug_info="dwarf")
def test_decorator_skip_no_debug_info(self):
"""Test that specifying a debug info category works for a NO_DEBUG_INFO_TESTCASE"""
pass