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
*
[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
*
Remove redundant command.
Adrian Prantl
2018-05-01
1
-1
/
+0
*
Split TestGlobalVariables into two and xfail one of them for arm64 linux
Pavel Labath
2018-05-01
1
-10
/
+23
*
Fix type_lookup test to make buildbots happy
Eugene Zemtsov
2018-05-01
3
-3
/
+3
*
Remove premature caching of the global variables list in CompileUnit.
Adrian Prantl
2018-04-30
2
-4
/
+20
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
3
-0
/
+159
*
Temporarily skip Go TestExpressions on FreeBSD as it hangs
Ed Maste
2018-04-21
1
-0
/
+1
*
Fix a crash when resolving overloads of C++ virtual methods.
Adrian Prantl
2018-04-20
3
-0
/
+25
*
Support template template parameters
Frederic Riss
2018-04-02
2
-0
/
+35
*
Revert r328715. Wasn't wrong, just not the issue.
Jim Ingham
2018-03-28
1
-1
/
+0
*
Explicitly import subprocess
Jim Ingham
2018-03-28
1
-0
/
+1
*
Add support for __attribute__(trivial_abi).
Jim Ingham
2018-03-23
3
-0
/
+115
*
Fix TestOperatorOverload for 32-bit builds
Pavel Labath
2018-03-21
2
-14
/
+4
*
[Testsuite] Modernize this test to be run out-of-tree.
Davide Italiano
2018-03-20
1
-5
/
+3
*
[ExpressionParser] Re-implement r327356 in a less disruptive way.
Davide Italiano
2018-03-20
4
-0
/
+61
*
Modernize a test.
Jim Ingham
2018-03-19
1
-29
/
+2
*
[DWARFASTParserClang] Complete external record types before using them as a d...
Frederic Riss
2018-03-16
3
-0
/
+31
*
Remove -gmodules restriction from test
Adrian Prantl
2018-03-16
1
-1
/
+0
*
Split skipIf decorator, the condition is supposed to be OR
Adrian Prantl
2018-03-15
1
-1
/
+2
*
[Dictionary] Rewrite the test added in r327587 as an inline test.
Davide Italiano
2018-03-15
2
-0
/
+13
*
[test] Replace some references to Apple-internal bugs
Vedant Kumar
2018-03-13
7
-19
/
+9
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
1
-1
/
+1
*
[test] Skip a test which sporadically fails in its dsym variant
Vedant Kumar
2018-03-09
1
-0
/
+2
*
Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.
Adrian Prantl
2018-03-02
1
-1
/
+2
*
Don't compile testcase with clang modules enabled.
Adrian Prantl
2018-03-02
2
-2
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
5
-0
/
+53
*
Make TestDynamicValueSameBase gcc-compatible
Pavel Labath
2018-03-01
1
-3
/
+7
*
We were getting the wrong dynamic type if there were two classes with the sam...
Jim Ingham
2018-03-01
3
-0
/
+99
*
Adapt some tests to work with PPC64le architecture
Pavel Labath
2018-02-28
1
-1
/
+1
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-27
1
-0
/
+9
*
Add a sanity check for inline testcases.
Adrian Prantl
2018-02-26
1
-0
/
+1
*
Revert r326134 due to broken buildbot
Ed Maste
2018-02-26
1
-8
/
+0
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-26
1
-0
/
+8
*
Partial fix for TestConflictingSymbol.py on Windows
Adrian McCarthy
2018-02-26
3
-4
/
+4
*
Fix tabs/spaces indentation problem in TestUnicodeSymbols.py
Adrian McCarthy
2018-02-26
1
-7
/
+7
*
Replace HashStringUsingDJB with llvm::djbHash
Pavel Labath
2018-02-23
3
-0
/
+30
*
Re-enable lang/objc/modules/TestObjCModules
Jonas Devlieghere
2018-02-16
1
-4
/
+0
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
7
-11
/
+0
*
Rewrite testcase to not depend on Foundation implementation details.
Adrian Prantl
2018-02-08
7
-31
/
+22
*
[testsuite] Skip a flakey test.
Davide Italiano
2018-02-05
1
-0
/
+1
*
[lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.
Davide Italiano
2018-02-05
1
-1
/
+0
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
32
-82
/
+81
*
Skip TestWithModuleDebugging on i386 linux (pr36146)
Pavel Labath
2018-01-30
1
-0
/
+1
*
Fix linux fallout from c++ gmodules enable
Pavel Labath
2018-01-26
1
-2
/
+4
*
Use test-specific module caches to avoid stale header conflicts
Vedant Kumar
2018-01-25
6
-6
/
+6
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
104
-144
/
+144
*
A third attempt to mark TestRdar12408181.py as skipped
Vedant Kumar
2018-01-17
1
-1
/
+3
*
Try again to mark TestRdar12408181.py as skipped
Vedant Kumar
2018-01-17
1
-3
/
+7
*
Skip a flaky test (TestRdar12408181.py)
Vedant Kumar
2018-01-17
1
-1
/
+3
[next]