summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5Omair Javaid2017-01-131-1/+1
* XFAIL TestRegisterVariables on gcc-4.8-x86_64Pavel Labath2017-01-101-0/+2
* Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton2016-12-092-4/+5
* Handle UTF-16 and UTF-32 constant CFStringsSean Callanan2016-12-012-0/+11
* Enable TestBitfields on linux with clangPavel Labath2016-11-241-7/+0
* Enable TestRegisterVariables for some configurationsPavel Labath2016-11-241-5/+2
* Mark xfail TestNamespaceDefinitions for arm/aarch64 targetsOmair Javaid2016-11-111-0/+3
* Un-XFail test on Windows. Has been in "unexpected success" mode for a while.Adrian McCarthy2016-11-101-2/+0
* Fix expectation in TestStaticVariables.py after rL286302Tamas Berghammer2016-11-091-1/+1
* Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata2016-10-261-1/+1
* remove xfail from TestObjCNewSyntax.py test_expr_gmodules()Todd Fiala2016-10-241-4/+0
* Added a decorator for the macOS version and switched over testcases that used...Sean Callanan2016-10-206-13/+6
* Remove a debug print statement.Jim Ingham2016-10-181-1/+0
* More testsuite xfail markings cleanup.Jim Ingham2016-10-182-3/+2
* This test is no longer failing for gmodules.Jim Ingham2016-10-151-4/+0
* This test passes on i386 now.Jim Ingham2016-10-141-4/+0
* This test is passing on i386 now.Jim Ingham2016-10-141-2/+0
* This test now passes.Jim Ingham2016-10-121-2/+0
* This was skipped due to a clang PR that has been fixed.Jim Ingham2016-10-111-1/+0
* Added a radar on our end for this test's failure.Jim Ingham2016-10-111-1/+1
* Fixing the bug number for darwin on this failure.Jim Ingham2016-10-111-1/+3
* The PR that caused this test ot fail was fixed in July, removing the XFAIL.Jim Ingham2016-10-071-1/+0
* Fixup the xfail situation on Windows.Zachary Turner2016-10-059-4/+7
* 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
* Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars.Sean Callanan2016-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 commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-06118-2305/+4110
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-1/+3
* Make all the Function implementations different so the compiler won't share t...Jim Ingham2016-08-262-56/+54
* Fix expression evaluation with operator newPavel Labath2016-08-152-4/+54
* XFAIL TestNamespaceDefinitions on gcc-4.8 and belowPavel Labath2016-08-121-0/+2
* xfailed TestObjCNewSyntax.py on macOS for gmodulesTodd Fiala2016-08-101-0/+1
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-102-11/+11
* Delete Host/windows/win32.hZachary Turner2016-08-092-11/+11
* Add support for Objective-C class properties.Greg Clayton2016-07-142-0/+27
* mark newly failing tests as XFAILPavel Labath2016-07-141-0/+2
* Added test for setting breakpoints by basename and fullname.Greg Clayton2016-07-131-0/+67
* Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan2016-07-058-0/+156
* Split TestTemplateIntegerArgs test into twoPavel Labath2016-07-041-14/+17
* Join TestTlsGlobal tests again and use the proper decoratorPavel Labath2016-07-041-12/+2
* Fixed thread local storage test case to run normally with no expected fail fo...Greg Clayton2016-07-011-2/+12
* Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton2016-07-011-0/+1
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-013-5/+16
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-292-1/+2
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-242-1/+69
* Added a test case for bitfield ivars. It currently fails.Sean Callanan2016-06-242-0/+56
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-243-0/+82
OpenPOWER on IntegriCloud