Home
last modified time | relevance | path

Searched refs:decorators (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/
H A DTestAmbiguousTailCallSeq2.py2 from lldbsuite.test import decorators
4 decorators = [decorators.skipUnlessHasCallSiteInfo, variable
5 decorators.skipIf(dwarf_version=['<', '4'])]
7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decorators)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"), decorators=decorators)
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/
H A DTestAmbiguousTailCallSeq1.py2 from lldbsuite.test import decorators
4 decorators = [decorators.skipUnlessHasCallSiteInfo, variable
5 decorators.skipIf(dwarf_version=['<', '4'])]
7 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decorators)
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"), decorators=decorators)
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/
H A DTestUnambiguousTailCalls.py2 from lldbsuite.test import decorators
4 decor = [decorators.skipUnlessHasCallSiteInfo,
5 decorators.skipIf(archs=['arm'],oslist=["linux"]),
6 decorators.skipIf(dwarf_version=['<', '4']),
7 decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
12 decorators=decor+[decorators.skipIf(debug_info="dsym")])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/
H A DTestArtificialFrameStepOutMessage.py2 from lldbsuite.test import decorators
4 decor = [decorators.skipUnlessHasCallSiteInfo,
5 decorators.skipIf(dwarf_version=['<', '4']),
6 decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
13 decorators=decor+[decorators.skipIf(debug_info="dsym")])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/
H A DTestDisambiguateCallSite.py2 from lldbsuite.test import decorators
4 decor = [decorators.skipUnlessHasCallSiteInfo,
5 decorators.skipIf(dwarf_version=['<', '4']),
6 decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
8 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
11 decorators=decor+[decorators.skipIf(debug_info="dsym")])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/
H A DTestDisambiguateTailCallSeq.py2 from lldbsuite.test import decorators
4 decor = [decorators.skipUnlessHasCallSiteInfo,
5 decorators.skipIf(dwarf_version=['<', '4']),
6 decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
8 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
11 decorators=decor+[decorators.skipIf(debug_info="dsym")])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/
H A DTestDisambiguatePathsToCommonSink.py2 from lldbsuite.test import decorators
4 decor = [decorators.skipUnlessHasCallSiteInfo,
5 decorators.skipIf(dwarf_version=['<', '4']),
6 decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
9 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
13 decorators=decor+[decorators.skipIf(debug_info="dsym")])
/llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/
H A DTestInliningAndTailCalls.py2 from lldbsuite.test import decorators
4 decor = [decorators.skipUnlessHasCallSiteInfo,
5 decorators.skipIf(dwarf_version=['<', '4']),
6 decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
8 build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
11 decorators=decor+[decorators.skipIf(debug_info="dsym")])
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A DTestBasicEntryValues.py2 from lldbsuite.test.decorators import *
6 decorators = [skipIf(archs=no_match(supported_archs)), variable
11 lldbinline.MakeInlineTest(__file__, globals(), decorators=decorators,
16 decorators=decorators+[skipIf(debug_info="dsym")],
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py16 from .decorators import *
181 def ApplyDecoratorsToFunction(func, decorators): argument
183 if isinstance(decorators, list):
184 for decorator in decorators:
186 elif hasattr(decorators, '__call__'):
187 tmp = decorators(tmp)
191 def MakeInlineTest(__file, __globals, decorators=None, name=None, argument
204 test_func = ApplyDecoratorsToFunction(InlineTest._test, decorators)
/llvm-project-15.0.7/lldb/test/API/functionalities/ptrauth_diagnostics/brkC47x_x16_invalid/
H A DTestPtrauthBRKc47xX16Invalid.py2 from lldbsuite.test import decorators
5 [decorators.skipIf(archs=decorators.no_match(['arm64e']))])
/llvm-project-15.0.7/lldb/test/API/functionalities/ptrauth_diagnostics/brkC47x_code/
H A DTestPtrauthBRKc47xDiagnostic.py2 from lldbsuite.test import decorators
5 [decorators.skipIf(archs=decorators.no_match(['arm64e']))])
/llvm-project-15.0.7/lldb/test/API/functionalities/ptrauth_diagnostics/LDRAA_error/
H A DTestPtrauthLDRAADiagnostic.py2 from lldbsuite.test import decorators
5 [decorators.skipIf(archs=decorators.no_match(['arm64e']))])
/llvm-project-15.0.7/lldb/test/API/functionalities/ptrauth_diagnostics/BLRAA_error/
H A DTestPtrauthBLRAADiagnostic.py2 from lldbsuite.test import decorators
5 [decorators.skipIf(archs=decorators.no_match(['arm64e']))])
/llvm-project-15.0.7/lldb/test/API/functionalities/ptrauth_diagnostics/BRAA_error/
H A DTestPtrauthBRAADiagnostic.py2 from lldbsuite.test import decorators
5 [decorators.skipIf(archs=decorators.no_match(['arm64e']))])
/llvm-project-15.0.7/lldb/test/API/python_api/sbtype_typeclass/
H A DTestSBTypeTypeClass.py1 from lldbsuite.test import decorators
6 decorators.add_test_categories(["objc"]),
7 decorators.expectedFailureAll(
/llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/
H A DTestStepNoDebug.py9 from lldbsuite.test.decorators import *
25 @decorators.expectedFailureAll(
27 @decorators.expectedFailureAll(
43 @decorators.expectedFailureAll(
45 @decorators.expectedFailureAll(
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/setvaluefromcstring/
H A DTestSetValueFromCString.py2 from lldbsuite.test import decorators
5 __file__, globals(), [decorators.skipUnlessDarwin])
/llvm-project-15.0.7/lldb/test/API/lang/c/offsetof/
H A DTestOffsetof.py2 from lldbsuite.test import decorators
4 lldbinline.MakeInlineTest(__file__, globals(), [decorators.no_debug_info_test])
/llvm-project-15.0.7/lldb/test/API/python_api/exprpath_synthetic/
H A DTestExprPathSynthetic.py1 from lldbsuite.test import decorators
5 __file__, globals(), [decorators.skipUnlessDarwin])
/llvm-project-15.0.7/lldb/test/API/lang/cpp/function-template-parameter-pack/
H A DTestFunctionTemplateParameterPack.py2 from lldbsuite.test import decorators
12 decorators.skipIf])
/llvm-project-15.0.7/lldb/test/API/lang/cpp/offsetof/
H A DTestOffsetofCpp.py2 from lldbsuite.test import decorators
4 lldbinline.MakeInlineTest(__file__, globals(), [decorators.no_debug_info_test])
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-runtime-ivars/
H A DTestRuntimeIvars.py2 from lldbsuite.test import decorators
6 decorators.skipIf(archs=["i386", "i686"])])
/llvm-project-15.0.7/lldb/test/API/commands/expression/rdar44436068/
H A DTest128BitsInteger.py2 from lldbsuite.test import decorators
5 decorators.skipIf(archs=["arm", "armv7k", "i386"]))
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/stringprinter/
H A DTestStringPrinter.py2 from lldbsuite.test import decorators
6 decorators.expectedFailureAll(

12345678910>>...39