Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccd6cffba3545bec41864b0c3fa4ca7cc3e854c5
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
logging
/
TestLogging.py
19474e1
Remove `use_lldb_suite` from the package, and don't import it anymore.
by Zachary Turner
· 10 years ago
95c453a
Tighten up sys.path, and use absolute imports everywhere.
by Zachary Turner
· 10 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago
[Renamed from lldb/test/logging/TestLogging.py]
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
77db4a8
Update every test to import `lldb_shared`.
by Zachary Turner
· 10 years ago
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
13c7ad9
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
by Robert Flack
· 11 years ago
8ac0699
Support for truncate/append on log files
by Pavel Labath
· 11 years ago
c49d0d4
I changed the logging test to just test that logging doesn't crash and does produce output. That's
by Jim Ingham
· 12 years ago
a7d63fc
These logging tests depend on the exact output of lldb logging, which is brittle
by Jim Ingham
· 12 years ago
96d7f44
Adjust logging test case after r201372
by Ed Maste
· 12 years ago
c7d8885
Fixed the TestLogging test.
by Greg Clayton
· 12 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
c205243
Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).
by Michael Sartain
· 12 years ago
3573f4c
Remove no-op code (since r175842)
by Dmitri Gribenko
· 13 years ago
2fb7c44
Ignore the check for com.apple.main-thread - it is not critical for the test case's logic
by Enrico Granata
· 13 years ago
c1b2ccf
<rdar://problem/12953853>
by Greg Clayton
· 13 years ago
b90c368
Linux test case fixes
by Daniel Malea
· 13 years ago
24086bc
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
by Johnny Chen
· 14 years ago
6890537
Modify the loggings output oracle to fix test suite failure, after the recent change to CommandInterpreter.cpp.
by Johnny Chen
· 14 years ago
72c4082
Hopefully fix the last fallout of 'commands' to 'command' change.
by Johnny Chen
· 15 years ago
e0ec9ea
Add the ability for the test suite to specify a list of compilers and a list of architectures
by Johnny Chen
· 15 years ago
ec1ccca
Use different log files for the two test cases in order not to confuse the logging subsystem.
by Johnny Chen
· 15 years ago
8607f03
Add a test case to check logging of command processing.
by Caroline Tice
· 15 years ago