summaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/decorators.py
AgeCommit message (Expand)Author
2025-11-21[NFC][LLDB] Make it possible to detect if the compiler used in tests supports...Dan Liew
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani
2025-09-24[lldb][test] Unify test infrastructure for checking CPU features (#153914)Julian Lettner
2025-09-05[lldb] fix Python 3.9+ specific typing annotations (#156868)Charles Zablit
2025-07-31[lldb] Don't use NamedTemporaryFile to test compiler support (#151387)Jonas Devlieghere
2025-06-23[lldb] Add support for NoneType to decorator skipIfBuildType (#145342)Ivan Tadeu Ferreira Antunes Filho
2025-06-10[lldb] Revive TestSimulatorPlatform.py (#142244)Jonas Devlieghere
2025-05-23[lldb] Adding a new decorator for CMAKE_BUILD_TYPE. (#141159)John Harrison
2025-04-29[lldb] Provide an unconditional @skip annotation for API tests (#137712)Jonas Devlieghere
2024-11-08[lldb] Fixed the @skipUnlessAArch64MTELinuxCompiler decorator (#115480)Dmitry Vasilyev
2024-11-08[lldb] Fixed the @skipUnlessAArch64MTELinuxCompiler decorator in case of Wind...Dmitry Vasilyev
2024-09-16[lldb][test] Remove benchmark API tests (#108629)Michael Buch
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen
2024-08-06[lldb][debuginfod] Fix the DebugInfoD PR that caused issues when working with...Kevin Frei
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei
2024-04-30[lldb] Fixed SyntaxWarning invalid escape sequence '\s' in decorators.py (#90...Dmitry Vasilyev
2024-04-29Skip various tests under ASAN on green dragon (#90531)Adrian Prantl
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere
2024-02-16[lldb] Fix and rename skipIfHostIncompatibleWithRemoteJonas Devlieghere
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2024-01-19[lldb][test] Apply @expectedFailureAll/@skipIf early for debug_info tests (#7...Jordan Rupprecht
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-11-15[lldb][test] Remove `self` references from decorators (#72416)Jordan Rupprecht
2023-10-06[lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows (#68408)Michael Buch
2023-09-14[lldb] Add config and decorator for wide character support in Editline (#66447)Jonas Devlieghere
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-11-17[test] Allow skipTestIfFn to apply to entire classes for skipIfNoSBHeadersJordan Rupprecht
2022-11-07[lldb] Fix issue with re.Pattern availabilityDave Lee
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-11[lldb] Fix output for unconditionally decorated testsJonas Devlieghere
2022-07-27[lldb] Read from the Rosetta shared cache with Xcode 14Jonas Devlieghere
2022-06-08[lldb] Use objc_getRealizedClassList_trylock on macOS Ventura and laterJonas Devlieghere
2022-05-23[lldb] Fix should_skip_simulator_test decoratorJonas Devlieghere
2022-04-13[lldb] Fix a bug in the decorator matching logic.Jonas Devlieghere
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny
2021-11-30[lldb] Fix broken skipUnlessUndefinedBehaviorSanitizer decoratorJonas Devlieghere
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-04-14[lldb][AArch64] Simplify MTE memory region testDavid Spickett
2021-02-21Revert "Make sure the interpreter module was loaded before making checks agai...António Afonso