index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldbsuite] Skip two more flaky tests on Windows
Stella Stamenova
2019-01-14
1
-0
/
+1
*
Simplify testcase by using lldbutil.run_to_source_breakpoint()
Adrian Prantl
2019-01-07
1
-15
/
+2
*
[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...
Kuba Mracek
2019-01-04
1
-0
/
+11
*
[lldbsuite] Skip flakey Windows tests
Stella Stamenova
2018-12-21
1
-0
/
+2
*
[lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows
Stella Stamenova
2018-12-20
1
-0
/
+1
*
[lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows
Stella Stamenova
2018-12-20
1
-6
/
+4
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)
Stella Stamenova
2018-12-20
6
-18
/
+5
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
3
-17
/
+128
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
Stella Stamenova
2018-12-20
2
-3
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)
Stella Stamenova
2018-12-20
2
-8
/
+4
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
Stella Stamenova
2018-12-19
4
-5
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing
Stella Stamenova
2018-12-19
5
-21
/
+0
*
Un-XFAIL TestNamespaceLookup for linux
Pavel Labath
2018-12-18
1
-12
/
+3
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
1
-0
/
+10
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
1
-2
/
+12
*
[lldb] Extract more fields from NSException values
Kuba Mracek
2018-11-12
3
-0
/
+135
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-2
/
+2
*
[TestVLA] Fix a python decorator.
Davide Italiano
2018-11-06
1
-1
/
+2
*
Skip this test on older versions of clang.
Adrian Prantl
2018-11-05
1
-0
/
+1
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
3
-0
/
+45
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
10
-732
/
+0
*
[testsuite] Skip an already failing test on MacOS.
Davide Italiano
2018-10-30
1
-0
/
+1
*
Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...
Shafik Yaghmour
2018-10-12
1
-1
/
+1
*
Adding support to step into the callable wrapped by libc++ std::function
Shafik Yaghmour
2018-10-12
3
-0
/
+116
*
Fix tests affected by printing change.
Jonas Devlieghere
2018-10-01
1
-1
/
+1
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
3
-0
/
+81
*
Avoid using short identifiers in some tests
Pavel Labath
2018-08-31
2
-20
/
+20
*
Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...
Frederic Riss
2018-08-28
2
-0
/
+47
*
Change xfail to skipIf. The exact condition is really difficult to get
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of clang
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of dsymutil
Adrian Prantl
2018-08-23
1
-0
/
+1
*
[lldbsuite, windows] Mark tests as XFAIL on Windows or skip them
Stella Stamenova
2018-08-02
1
-0
/
+1
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
6
-9
/
+9
*
[lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
Stella Stamenova
2018-07-12
1
-1
/
+1
*
[lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...
Stella Stamenova
2018-07-02
1
-10
/
+9
*
[SymbolFile] Implement GetCompleteObjCClass for .debug_names
Jonas Devlieghere
2018-06-27
1
-3
/
+16
*
Android.rules: Use libc++ by default
Pavel Labath
2018-06-22
1
-0
/
+5
*
Make test sources compatible with android+libcxx+modules
Pavel Labath
2018-06-20
6
-54
/
+53
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method
Pavel Labath
2018-06-12
1
-2
/
+15
*
Exempt some compilers from new static variable test.
Jonas Devlieghere
2018-06-12
1
-8
/
+34
*
[Test] Update static variable test.
Jonas Devlieghere
2018-06-11
1
-4
/
+23
*
[lit, windows] Disable a number of tests that are failing on Windows
Stella Stamenova
2018-06-07
6
-0
/
+11
*
Fix Module::FindTypes to return the correct number of matches.
Frederic Riss
2018-06-01
4
-0
/
+41
*
@skipUnlessDarwin TestOrderedSet
Pavel Labath
2018-05-30
1
-0
/
+1
*
[ObjC] Add a Makefile for the test added in r333465.
Davide Italiano
2018-05-29
1
-0
/
+6
*
[ObjC] Fix the formatter for NSOrderedSet.
Davide Italiano
2018-05-29
2
-0
/
+25
*
Typo fixes.
Bruce Mitchener
2018-05-29
2
-2
/
+2
*
[test] Re-enable TestUnicodeSymbols
Jonas Devlieghere
2018-05-08
1
-1
/
+0
*
Really test type lookup in TestCppTypeLookup.py
Frederic Riss
2018-05-08
1
-0
/
+5
[next]