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 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
*
[test-suite] UNXfail several tests that now pass locally.
Davide Italiano
2018-01-29
1
-3
/
+0
*
[lldb] Generic base for testing gdb-remote behavior
Pavel Labath
2018-01-29
3
-0
/
+489
*
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
1
-0
/
+1
*
[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
4
-0
/
+9
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
215
-304
/
+293
*
Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.
Jim Ingham
2018-01-12
1
-3
/
+1
*
Advanced guessing of rendezvous breakpoint (resubmit)
Eugene Zemtsov
2018-01-11
2
-15
/
+14
*
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
*
Cut and paste error - I wasn't actually running both tests...
Jim Ingham
2018-01-09
1
-1
/
+1
*
Change SBProcess::ReadCStringFromMemory() back to returning
Jason Molenda
2017-12-22
1
-1
/
+1
*
Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.
Adrian Prantl
2017-12-19
1
-0
/
+2
*
These tests don't depend on debug info format.
Jim Ingham
2017-12-07
1
-0
/
+2
*
Add target.process.stop-on-exec setting, and obey it.
Jim Ingham
2017-12-05
1
-12
/
+32
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
15
-92
/
+0
*
Fix this test so that the breakpoints you set are
Jim Ingham
2017-11-30
2
-2
/
+6
*
Add a test case for open bug 35480
Pavel Labath
2017-11-30
5
-0
/
+82
*
Fix floating point register write on new x86 linux kernels
Pavel Labath
2017-11-28
1
-7
/
+11
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
3
-0
/
+8
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
3
-0
/
+72
*
Xfail TestConcurrentTwoWatchpointsOneSignal on arm
Pavel Labath
2017-11-08
1
-0
/
+1
*
"Fix" concurrent events test for arm
Pavel Labath
2017-11-07
21
-22
/
+2
[next]