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
...
*
Fix TestMixedDwarfBinary.py
Pavel Labath
2018-01-31
1
-1
/
+1
*
[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf
Davide Italiano
2018-01-31
4
-0
/
+70
*
Fix TestTargetSymbolsAddCommand makefile
Pavel Labath
2018-01-31
1
-4
/
+5
*
Revert "[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf"
Davide Italiano
2018-01-31
4
-70
/
+0
*
[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf
Alexander Shaposhnikov
2018-01-30
4
-0
/
+70
*
Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().
Adrian Prantl
2018-01-30
4
-6
/
+18
*
PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.
Vedant Kumar
2018-01-30
1
-0
/
+1
*
Add more diagnostics to help diagnose flaky test
Adrian Prantl
2018-01-30
2
-5
/
+7
*
Rewrite this test not to use pexpect.
Jim Ingham
2018-01-30
1
-70
/
+41
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
175
-617
/
+726
*
Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASE
Adrian Prantl
2018-01-30
4
-1
/
+8
*
One more TestGDBRemoteClient/windows fix
Pavel Labath
2018-01-30
1
-2
/
+3
*
Fix TestGDBRemoteClient on windows
Pavel Labath
2018-01-30
1
-2
/
+3
*
Skip TestWithModuleDebugging on i386 linux (pr36146)
Pavel Labath
2018-01-30
1
-0
/
+1
*
dotest: Apply --skip-categories to debug info categories
Vedant Kumar
2018-01-30
1
-1
/
+1
*
[test-suite] UNXfail several tests that now pass locally.
Davide Italiano
2018-01-29
2
-5
/
+0
*
[lldb] Generic base for testing gdb-remote behavior
Pavel Labath
2018-01-29
4
-4
/
+518
*
[lldbtestsuite] Don't crash on `None` input for is_exe().
Davide Italiano
2018-01-26
1
-0
/
+2
*
gmodules XFAIL two more tests that only fail for android (pr36109)
Pavel Labath
2018-01-26
2
-0
/
+2
*
Fix linux fallout from c++ gmodules enable
Pavel Labath
2018-01-26
2
-2
/
+5
*
[test] Fix a test that never compiled under -fmodules
Vedant Kumar
2018-01-25
1
-5
/
+0
*
Use test-specific module caches to avoid stale header conflicts
Vedant Kumar
2018-01-25
11
-11
/
+22
*
Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from it
Adrian Prantl
2018-01-23
2
-5
/
+5
*
[lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation by
Lang Hames
2018-01-22
3
-0
/
+71
*
Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]
Pavel Labath
2018-01-22
1
-1
/
+1
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
413
-621
/
+639
*
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
*
Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.
Jim Ingham
2018-01-12
1
-3
/
+1
*
Fix the Makefile - this version should work on the bot
Jim Ingham
2018-01-12
1
-4
/
+3
*
Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)
Vedant Kumar
2018-01-12
1
-1
/
+7
*
Print the SBDebugger.CreateTarget error message.
Jim Ingham
2018-01-12
1
-1
/
+3
*
Fix the same thinko in another place...
Jim Ingham
2018-01-11
1
-1
/
+1
*
Fix a tiny thinko in this test and re-add.
Jim Ingham
2018-01-11
4
-0
/
+120
*
[testsuite] Remove a broken test which tried to find App in bundles.
Davide Italiano
2018-01-11
5
-119
/
+0
*
Make the bundle folders in the find-app-in-bundle test non-empty
Pavel Labath
2018-01-11
2
-0
/
+0
*
Advanced guessing of rendezvous breakpoint (resubmit)
Eugene Zemtsov
2018-01-11
2
-15
/
+14
*
Running this on other systems won't work because I don't
Jim Ingham
2018-01-10
1
-0
/
+1
*
Runs the part of the test that just finds the binary on all systems.
Jim Ingham
2018-01-10
1
-13
/
+14
*
Add a test for finding a binary in an app package.
Jim Ingham
2018-01-10
5
-0
/
+117
*
Revert "Advanced guessing of rendezvous breakpoint"
Eugene Zemtsov
2018-01-10
2
-14
/
+15
*
Advanced guessing of rendezvous breakpoint
Eugene Zemtsov
2018-01-10
2
-15
/
+14
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-0
/
+31
*
[dotest] Remove crashinfo hook
Pavel Labath
2018-01-10
4
-102
/
+0
*
TestConflictingSymbols: simplify test by using run_break_set_by_source_regexp
Pavel Labath
2018-01-09
1
-14
/
+8
*
Cut and paste error - I wasn't actually running both tests...
Jim Ingham
2018-01-09
1
-1
/
+1
*
Look for external types in all clang modules imported by the current symbol f...
Adrian Prantl
2018-01-04
7
-0
/
+51
*
Enable TestReadMemCString on non-darwin targets
Pavel Labath
2017-12-22
2
-11
/
+4
*
Change SBProcess::ReadCStringFromMemory() back to returning
Jason Molenda
2017-12-22
4
-1
/
+82
[prev]
[next]