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
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
lldbtest.py: Unconditionally set the clang module cache path.
Adrian Prantl
2018-08-21
1
-1
/
+2
*
Fix a little thinko in generating ___lldb_unnamed_symbol symbols
Jim Ingham
2018-08-15
3
-0
/
+112
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
4
-9
/
+9
*
Fix silly error introduced after testing in r333813.
James Y Knight
2018-06-02
1
-7
/
+0
*
Fix support for distinguishing archive members by timestamp on Darwin.
James Y Knight
2018-06-02
5
-0
/
+129
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
1
-1
/
+1
*
[testsuite] Throw away test/debug_info/apple_types.
Davide Italiano
2018-02-23
3
-104
/
+0
*
Fix TestAppleTypesIsProduced after r324226
Frederic Riss
2018-02-21
1
-1
/
+1
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
1
-6
/
+5
*
Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().
Adrian Prantl
2018-01-30
1
-1
/
+1
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
17
-126
/
+66
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
8
-12
/
+13
*
Fix the Makefile - this version should work on the bot
Jim Ingham
2018-01-12
1
-4
/
+3
*
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
*
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
*
[MacOSX/Queues] Relax an overly aggressive assertion in a test.
Davide Italiano
2017-12-15
1
-1
/
+2
*
[test-suite] Un'XFAIL a test that's not failing anymore.
Davide Italiano
2017-12-11
1
-1
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
5
-4
/
+34
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
5
-34
/
+4
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
5
-4
/
+34
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
5
-34
/
+4
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
5
-4
/
+34
*
Change how LocateDSYMInVincinityOfExecutable strips off path
Jason Molenda
2017-06-15
10
-0
/
+298
*
Back to xfailing this. For some reason on our buildbots
Jason Molenda
2017-03-08
1
-0
/
+1
*
TestQueues should be passing again, remove the expected fail.
Jason Molenda
2017-03-08
1
-1
/
+0
*
Clean up the new TestInterruptThreadNames test a bit.
Jason Molenda
2016-12-08
1
-23
/
+39
*
When we interrupt a process, it was possible or the thread names
Jason Molenda
2016-12-08
3
-0
/
+180
*
xfail TestQueues on macOS
Todd Fiala
2016-10-06
1
-0
/
+1
*
TestQueues could error out because the one second sleep main.c was
Jason Molenda
2016-09-13
2
-3
/
+6
*
xfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
Todd Fiala
2016-09-12
1
-0
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
8
-226
/
+391
*
This test now succeeds.
Jim Ingham
2016-08-27
1
-1
/
+0
*
Fix TestDarwinNSLogOutput for windows
Pavel Labath
2016-07-15
1
-1
/
+1
*
adjust one of the NSLog output tests to only run on macOS 10.12+
Todd Fiala
2016-07-15
1
-0
/
+7
*
removed darwin_log.py file from previous check-in
Todd Fiala
2016-07-14
1
-139
/
+0
*
fix command-line LLDB so NSLog messages show up
Todd Fiala
2016-07-14
4
-0
/
+304
*
Make sure code that is in the middle of figuring out the correct architecture
Jim Ingham
2016-02-18
2
-1
/
+63
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
7
-4
/
+14
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
7
-7
/
+7
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
7
-13
/
+13
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
26
-0
/
+1097