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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.
Davide Italiano
2018-03-20
1
-1
/
+1
*
[LLDB] Fix TestTargetXMLArch's expected arch
Pavel Labath
2018-03-20
1
-1
/
+1
*
Fix some tests for PPC64le architecture
Pavel Labath
2018-03-20
4
-15
/
+39
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
2
-2
/
+63
*
Modernize a test.
Jim Ingham
2018-03-19
1
-29
/
+2
*
[test] Skip flaky tests in TestMiSyntax on Darwin
Vedant Kumar
2018-03-19
1
-0
/
+3
*
[test] Skip flaky TestThreadStates tests on Darwin
Vedant Kumar
2018-03-19
1
-3
/
+3
*
[DWARFASTParserClang] Complete external record types before using them as a d...
Frederic Riss
2018-03-16
3
-0
/
+31
*
Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts
Vedant Kumar
2018-03-16
1
-0
/
+1
*
Remove -gmodules restriction from test
Adrian Prantl
2018-03-16
1
-1
/
+0
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
16
-71
/
+31
*
Skip more lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-16
1
-0
/
+3
*
Split skipIf decorator, the condition is supposed to be OR
Adrian Prantl
2018-03-15
1
-1
/
+2
*
[dotest] remove confirm_directory_exclusivity remnants
Pavel Labath
2018-03-15
1
-13
/
+0
*
Fix TestProcessLaunch breakage on MacOS
Pavel Labath
2018-03-15
1
-1
/
+1
*
Next batch of test-tree-cleaning changes
Pavel Labath
2018-03-15
9
-171
/
+87
*
@skipUnlessDarwin TestTargetSourceMap
Pavel Labath
2018-03-15
1
-0
/
+1
*
Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...
Greg Clayton
2018-03-15
2
-0
/
+437
*
[Dictionary] Rewrite the test added in r327587 as an inline test.
Davide Italiano
2018-03-15
2
-0
/
+13
*
[test] Skip more lldb-mi tests which occasionally time out on Darwin
Vedant Kumar
2018-03-14
1
-1
/
+6
*
[test] Skip some lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-14
2
-0
/
+11
*
[test] Delete some xfailed lldb-mi tests
Vedant Kumar
2018-03-14
7
-638
/
+0
*
[test] Disable TestMachCore everywhere except on Darwin
Jonas Devlieghere
2018-03-14
1
-0
/
+1
*
Update selected thread after loading mach core
Jonas Devlieghere
2018-03-14
3
-0
/
+966
*
Skip TestWatchedVarHitWhenInScope.py everywhere
Pavel Labath
2018-03-14
1
-3
/
+1
*
[test] Replace some references to Apple-internal bugs
Vedant Kumar
2018-03-13
10
-32
/
+14
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
1
-0
/
+8
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
1
-1
/
+6
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
2
-2
/
+2
*
Make TestCompletion work on windows
Pavel Labath
2018-03-09
1
-58
/
+0
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
1
-26
/
+21
*
[test] Skip a test which sporadically fails in its dsym variant
Vedant Kumar
2018-03-09
1
-0
/
+2
*
[test] Skip a test when using an out-of-tree debugserver
Vedant Kumar
2018-03-08
5
-0
/
+18
*
[LLDB][PPC64] Fix single step and LldbGdbServer tests
Pavel Labath
2018-03-08
3
-6
/
+11
*
Add test for lldb-mi interpreter
Adrian Prantl
2018-03-06
2
-0
/
+39
*
Rewrite TestTargetSymbolsBuildidCase to be more focused
Pavel Labath
2018-03-06
3
-45
/
+0
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
1
-0
/
+2
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
4
-19
/
+241
*
[test] Skip pexpect-based lldb-mi tests on Darwin
Vedant Kumar
2018-03-05
4
-1
/
+20
*
Including <functional> for std::bind
Raphael Isemann
2018-03-05
1
-0
/
+1
*
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
6
-2
/
+55
*
[testsuite] Remove workaround for categories and inline tests.
Jonas Devlieghere
2018-03-02
1
-9
/
+6
*
Speed up TestWatchpointMultipleThreads
Pavel Labath
2018-03-02
2
-120
/
+41
*
Make TestDynamicValueSameBase gcc-compatible
Pavel Labath
2018-03-01
1
-3
/
+7
*
[test] Restore cleanup behavior in TestQuoting.py
Vedant Kumar
2018-03-01
1
-1
/
+1
*
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
4
-4
/
+7
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-61
/
+0
[prev]
[next]