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
/
functionalities
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-68
/
+25
*
@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
*
[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
2
-3
/
+3
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
1
-0
/
+8
*
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 when using an out-of-tree debugserver
Vedant Kumar
2018-03-08
1
-0
/
+1
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
3
-19
/
+223
*
Including <functional> for std::bind
Raphael Isemann
2018-03-05
1
-0
/
+1
*
Speed up TestWatchpointMultipleThreads
Pavel Labath
2018-03-02
2
-120
/
+41
*
Adapt some tests to work with PPC64le architecture
Pavel Labath
2018-02-28
1
-1
/
+1
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-61
/
+0
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-0
/
+61
*
Move "concurrent events" tests back into one folder
Pavel Labath
2018-02-27
70
-344
/
+1
*
Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...
Pavel Labath
2018-02-26
3
-143
/
+0
*
Fix breakpoint thread name conditionals after breakpoint options refactor.
Jim Ingham
2018-02-23
2
-35
/
+29
*
Fix TestUbsanBasic
Frederic Riss
2018-02-23
1
-1
/
+1
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
2
-2
/
+14
*
Fix TestMoveNearest on Windows
Adrian McCarthy
2018-02-22
1
-3
/
+2
*
Fix TestBreakpointInGlobalConstructor for Windows
Adrian McCarthy
2018-02-21
1
-1
/
+2
*
Fix a couple of more tests to not create files in the source tree
Pavel Labath
2018-02-21
2
-2
/
+4
*
Avoid dirtying the source tree in breakpoint command tests
Pavel Labath
2018-02-20
4
-92
/
+34
*
Add SBDebugger::GetBuildConfiguration and use it to skip an XML test
Pavel Labath
2018-02-19
1
-1
/
+1
*
Make gdb-client tests generate binaries in the build tree
Pavel Labath
2018-02-19
1
-7
/
+1
*
@skipIfRemote TestTargetXMLArch
Pavel Labath
2018-02-15
1
-0
/
+1
*
[testsuite] Reintroduce test to check leaking.
Davide Italiano
2018-02-12
3
-0
/
+141
*
Skip TestTargetXMLArch on non-darwin OSs
Pavel Labath
2018-02-12
1
-0
/
+1
*
Looks like this fails when built i386 on linux bots, possible target
Jason Molenda
2018-02-10
1
-0
/
+1
*
Add test case for x86_64 architecture recognition in the
Jason Molenda
2018-02-10
2
-1
/
+122
*
[Testsuite] Remove leak tests, it's not useful anymore.
Davide Italiano
2018-02-09
3
-141
/
+0
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
9
-16
/
+1
*
Rewrite the flaky test_restart_bug test in a more deterministic way
Pavel Labath
2018-02-08
3
-88
/
+93
*
Build each testcase variant in its own subdirectory and remove the srcdir loc...
Adrian Prantl
2018-02-06
3
-28
/
+17
*
Disable test_restart_bug failing on Android
Eugene Zemtsov
2018-02-05
1
-0
/
+1
*
TestLinuxCore -- add a check for thread name
Pavel Labath
2018-02-05
1
-10
/
+19
*
[test] Un-XFAIL TestRaise.RaiseTestCase.test_restart_bug
Jonas Devlieghere
2018-02-05
1
-4
/
+0
*
[dotest] make debug info variant accessible in setUp()
Pavel Labath
2018-02-05
1
-1
/
+1
*
Added lldbutil.run_to_name_breakpoint and use it in one test.
Jim Ingham
2018-02-01
1
-24
/
+4
*
Extend windows->android XFAIL on TestLoadUnload
Pavel Labath
2018-02-01
1
-2
/
+0
*
mock_gdb_server: rectify ack handling code
Pavel Labath
2018-02-01
1
-11
/
+3
*
replace os.mkdirs with lldbutil.mkdir_p (NFC)
Adrian Prantl
2018-01-31
2
-4
/
+2
*
Add more diagnostics to help diagnose flaky test
Adrian Prantl
2018-01-30
1
-4
/
+6
*
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
76
-201
/
+257
*
Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASE
Adrian Prantl
2018-01-30
1
-1
/
+3
[next]