summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.Jonas Devlieghere2019-12-201-0/+3
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* [test] Fix apple_simulator_test decorator when simulators are unavailableAlex Langford2019-11-061-1/+1
* testsuite: skipIfNoSBHeaders should skip when running remotelyFred Riss2019-11-051-0/+3
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-111-1/+11
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-021-5/+10
* [dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere2019-08-191-5/+3
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-5/+4
* [dotest] Remove dead codeJonas Devlieghere2019-07-261-4/+1
* Fix @skipIfSanitized decoratorPavel Labath2019-07-241-2/+4
* [lldb][test_suite] Fix skipIfTargetAndroid decoratorAlex Langford2019-07-231-7/+3
* [lldb_test_suite] Fix lldb test suite targeting remote AndroidAlex Langford2019-07-091-0/+8
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-041-0/+6
* [testsuite] Fix TestAppleSimulator so that it works with Python 3.Davide Italiano2019-01-311-1/+1
* [Python] String(s) and bytes are two different entities in 3.7.Davide Italiano2019-01-311-1/+1
* Only check the dwarf version when using the dwarf categoryAdrian Prantl2019-01-241-2/+4
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-241-6/+10
* Fix tests for python 3.7Pavel Labath2018-12-271-1/+2
* Fix typoAdrian Prantl2018-12-201-2/+2
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-201-0/+7
* Remove the expectedFlakeyDsym decorator. It's not useful anymore.Adrian Prantl2018-11-141-6/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-051-22/+0
* [lldbsuite] Fix the mac version decorator to work on non-mac platformsStella Stamenova2018-10-161-2/+2
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+24
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-091-12/+0
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-061-0/+12
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-281-0/+11
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-071-2/+2
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-061-0/+22
* Make @skipUnlessSupportedTypeAttribute windows-compatiblePavel Labath2018-03-261-5/+4
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-231-0/+13
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+6
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-061-0/+18
* [testsuite] Remove workaround for categories and inline tests.Jonas Devlieghere2018-03-021-9/+6
* [testsuite/decorators] Get rid of some `expectFlakey` variants.Davide Italiano2018-02-211-27/+0
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-0/+8
* [test] Don't drop existing categories for methods.Jonas Devlieghere2018-02-071-7/+10
* [test] Enable setting category for inline tests.Jonas Devlieghere2018-02-071-2/+7
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-051-3/+3
* "Fix" concurrent events test for armPavel Labath2017-11-071-7/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-0/+17
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-17/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-0/+17
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-17/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-0/+17
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-161-0/+47
* skip android in @skipIfHostIncompatibleWithRemotePavel Labath2016-11-281-1/+3
* Disable sanitizer tests on Windows.Zachary Turner2016-11-121-0/+4
* [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilitiesChris Bieneman2016-11-101-25/+16
OpenPOWER on IntegriCloud