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
/
test
/
lang
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
106
-4295
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
18
-18
/
+18
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
6
-7
/
+7
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
19
-17
/
+55
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
30
-210
/
+42
*
Clean up more .dwo files after the tests run
Pavel Labath
2015-10-21
1
-1
/
+1
*
[DWARFASTParserClang] Strengthen incomplete type handling.
Siva Chandra
2015-10-07
7
-0
/
+97
*
Updated xfail / skip status on a few tests.
Zachary Turner
2015-10-02
4
-2
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
31
-787
/
+231
*
Fix evaluation of unicode character arrays (char16_t[] and char32_t[])
Dawn Perchik
2015-09-25
2
-3
/
+33
*
[TestCppIncompleteTypes] Handle different archs when building a.o.
Siva Chandra
2015-09-24
1
-1
/
+1
*
[TestCppIncompleteTypes] Remove the dependence on std::string.
Siva Chandra
2015-09-24
7
-26
/
+45
*
[TestCppIncompleteTypes] Fix Makefile to handle different archs.
Siva Chandra
2015-09-23
1
-4
/
+4
*
Remove expectedFailureFreeBSD from passing test
Ed Maste
2015-09-23
1
-1
/
+0
*
DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or child
Siva Chandra
2015-09-23
5
-0
/
+146
*
XFAIL TestCppNsImport for gcc-4.9 inclusive.
Chaoren Lin
2015-09-16
1
-1
/
+1
*
XFAIL TestCppNsImport for gcc-4.9.
Chaoren Lin
2015-09-16
1
-0
/
+1
*
Add using directives to the clang::DeclContext and fix decls for variables in...
Paul Herman
2015-09-16
1
-6
/
+9
*
Remove XFAIL from TestCppNsImport.
Zachary Turner
2015-09-16
1
-2
/
+0
*
Fix MacOSX since "imported" and "Imported::imported" are ambiguous. Test that...
Greg Clayton
2015-09-16
1
-2
/
+9
*
Search variables based on clang::DeclContext and clang::Decl tree
Paul Herman
2015-09-15
2
-3
/
+80
*
Another round of macosx unexpected success corrections.
Todd Fiala
2015-09-14
1
-1
/
+0
*
Cleaned up a few unexpected successes on OS X
Todd Fiala
2015-09-14
1
-2
/
+0
*
XFAIL tests that try to call a function in the inferior.
Zachary Turner
2015-09-11
2
-0
/
+2
*
XFAIL some C++ language specific tests on Windows.
Zachary Turner
2015-09-11
5
-0
/
+5
*
Don't allow duplicate names for tests.
Zachary Turner
2015-09-09
3
-1
/
+1
*
[Windows] XFAIL test that depend on dynamic value types.
Zachary Turner
2015-09-02
1
-0
/
+1
*
XFAIL the last Windows test that calls a function in the target.
Zachary Turner
2015-08-21
1
-0
/
+1
*
XFAIL Tests that require C++ exceptions on Windows.
Zachary Turner
2015-08-21
1
-0
/
+1
*
[Windows] XFAIL tests that require calling a function in target.
Zachary Turner
2015-08-20
1
-0
/
+1
*
Fix tests to work on remote targets.
Paul Herman
2015-08-19
3
-6
/
+6
*
Fix evaluation of global operators in C++
Paul Herman
2015-08-19
3
-0
/
+93
*
Improve tests regarding imported namespaces and chained calls in C++
Paul Herman
2015-08-19
4
-232
/
+87
*
XFAIL TestCppScope for Darwin.
Chaoren Lin
2015-08-19
1
-0
/
+2
*
Fix TestCppNsImport and TestCppScope for remote tests.
Chaoren Lin
2015-08-19
2
-18
/
+18
*
XFAIL TestCppChainedCalls for GCC.
Chaoren Lin
2015-08-19
1
-0
/
+1
*
Fix resolution conflict between global and class static variables in C++
Paul Herman
2015-08-18
3
-0
/
+113
*
Test chaned function calls and imported namespaces in C++
Paul Herman
2015-08-18
6
-0
/
+385
*
[Windows] XFAIL tests that depend on expression name lookup.
Zachary Turner
2015-08-18
6
-0
/
+9
*
Teach the "extend char types" (char16_t, char32_t and wchar_t) formatters tha...
Enrico Granata
2015-07-17
4
-0
/
+12
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
16
-17
/
+17
*
Added expectedFlakey test decorator
Vince Harron
2015-06-26
1
-1
/
+1
*
Fix compile error in TestCxxWCharT on Linux
Tamas Berghammer
2015-06-16
1
-0
/
+2
*
Add a formatter for wchar_t[N] arrays
Enrico Granata
2015-06-15
2
-0
/
+5
*
[TestNamespace] Fix an accidentally committed local change.
Siva Chandra
2015-05-27
1
-1
/
+1
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
16
-18
/
+18
*
XFAIL a test that fails on FreeBSD 11 (local and buildbot)
Ed Maste
2015-05-11
1
-0
/
+1
*
[TestRvalueReferences] Fix an expectation.
Siva Chandra
2015-04-15
1
-3
/
+1
*
Enable a test in TestSTL for GCC.
Siva Chandra
2015-04-06
1
-1
/
+1
*
Many many test failures after some recent changes. The problem is lldbtest.ge...
Greg Clayton
2015-04-02
2
-2
/
+2
[next]