summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* xfail TestExec.py on macOS i386Todd Fiala2016-10-061-0/+1
* xfail TestDiagnoseDereferenceFunctionReturn.py on macOS i386Todd Fiala2016-10-061-0/+1
* xfail TestDarwinLogBasic.py for i386 macOSTodd Fiala2016-10-061-0/+1
* Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti2016-10-063-0/+104
* These test cases don't test different debug info formats.Jim Ingham2016-10-062-0/+4
* Improve test for Intel(R) MPX registers.Valentina Giusti2016-10-062-25/+8
* Fixup the xfail situation on Windows.Zachary Turner2016-10-0517-8/+16
* Removing the new Minidump pluginDimitar Vlahovski2016-10-058-178/+0
* xfailing minidump tests again ... :(Dimitar Vlahovski2016-10-051-0/+6
* Fixing new Minidump plugin testsDimitar Vlahovski2016-10-053-18/+14
* The collision of class C and libsystem_c.dylib:C is a failureJim Ingham2016-10-051-2/+17
* This test is failing because there's a global symbol "C" in libsystem_c.dylib,Jim Ingham2016-10-051-1/+1
* xfailing tests for Minidump pluginDimitar Vlahovski2016-10-041-0/+6
* Fix the decorator of TestBreakpointCaseSensitivityTamas Berghammer2016-10-041-4/+2
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-046-0/+170
* Improvements to testing blacklistFrancis Ricci2016-10-044-41/+20
* Fix test when using remote debugging.Pavel Labath2016-10-041-1/+1
* add a simple test case to validate test id()Todd Fiala2016-10-031-0/+17
* Revert "XFAIL TestSBData for gcc-4.9 i386"Pavel Labath2016-10-021-1/+0
* Fix up this test case.Jim Ingham2016-10-011-35/+0
* test infra: clear file-charged issues on rerun of fileTodd Fiala2016-10-012-3/+47
* Fix up the test so it gets closer to passing.Jim Ingham2016-09-301-40/+11
* Add the radar on our end to the bugreport string.Jim Ingham2016-09-301-3/+3
* Add the radar from our end to the bugreport string.Jim Ingham2016-09-301-1/+1
* IsValid is the way to ask a breakpoint location whether it is valid.Jim Ingham2016-09-301-2/+3
* Adding ivars in class extensions isn't supported on i386; skip a test.Sean Callanan2016-09-301-0/+1
* Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars.Sean Callanan2016-09-301-1/+1
* XFAIL TestSBData for gcc-4.9 i386Pavel Labath2016-09-301-0/+1
* Add the tracking radar on our end.Jim Ingham2016-09-301-1/+1
* Prefer skipping over x-failingEnrico Granata2016-09-301-1/+1
* Do not assume we will be able to discover the return type of this selector ca...Enrico Granata2016-09-301-1/+1
* Add some logging when trace is on. We're getting a bot failure on i386 that ...Jim Ingham2016-09-291-8/+15
* Don't expect new-style Objective-C literals to work on i386 with the V1 runtime.Sean Callanan2016-09-291-0/+1
* Fixed TestObjCMethods2/i386 by separating out the portions that require ObjC V2.Sean Callanan2016-09-291-13/+17
* This test will not work in i386 mode because we don't create interesting type...Enrico Granata2016-09-291-0/+1
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-282-10/+10
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-281-1/+0
* use assertEquals in TestSBTypeClassMembersTodd Fiala2016-09-281-26/+33
* convert TestFatArchives.py over to no-debug-info testTodd Fiala2016-09-271-11/+4
* xfail TestExec.py on macOSTodd Fiala2016-09-271-0/+1
* added Linux support for test timeout samplingTodd Fiala2016-09-262-16/+39
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-263-0/+76
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-262-3/+3
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* Remove an ancient XFAIL from TestBuiltinTrapPavel Labath2016-09-261-6/+0
* Allow for tests to be disabled at runtimeFrancis Ricci2016-09-234-1/+93
* add hook for calling platform-dependent pre-kill action on a timed out testTodd Fiala2016-09-232-27/+142
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+57
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+34
* Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K2016-09-221-5/+14
OpenPOWER on IntegriCloud