- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- e6961d0 [test] Relax stderr expectations on targets with chatty output by Pavel Labath · 9 years ago
- 779df76 Remove the skipUnlessArch decorator. by Zachary Turner · 10 years ago
- 9a1a294 Move the rest of the tests over to using the new decorator module. by Zachary Turner · 10 years ago
- 9bd1c59 Un xfail TestSettings.test_run_args_and_env_vars_with_dwarf by Zachary Turner · 10 years ago
- 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/settings/TestSettings.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
- 62a1514 Fix regression caused by r249769 by Tamas Berghammer · 10 years ago
- c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
- 68615ce Add JUnit/XUnit-formatted output to the lldb test run system by Todd Fiala · 10 years ago
- 893b09e XFAIL environment variable setting test on Windows. by Zachary Turner · 10 years ago
- 398f9ed Enable settings test for i686 as well as i386. by Zachary Turner · 10 years ago
- c356d8b [LLDB][MIPS] Added expected failure for "test disassembler settings" by Mohit K. Bhakkad · 10 years ago
- 23b1dec Add support for specifying a language to use when parsing breakpoints. by Dawn Perchik · 10 years ago
- 05834cd Reversed r238363, because the message is inconsistent by Sean Callanan · 10 years ago
- dc97567 Add support for displaying the language in the frame-format string. by Dawn Perchik · 10 years ago
- f7d163a Clear the "thread-format" setting after mucking with it. by Greg Clayton · 10 years ago
- b2e0c11 Fixed "format-string" based settings so they can have quotes on them without leaving the quotes in the format string: by Greg Clayton · 10 years ago
- 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
- 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 10 years ago
- a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 10 years ago
- d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 10 years ago
- 3215d04 Make several test case arm32 compatible 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
- ed7cbb2 Fixed remaining remote target failures in TestSettings.py by Vince Harron · 11 years ago
- 1f4706c Fix SettingsCommandTestCase.test_set_error_output_path by Vince Harron · 11 years ago
- df50f94 Handle trailing spaces on "settings set" command more correctly by Pavel Labath · 11 years ago
- 554f68d Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class. by Greg Clayton · 11 years ago
- 83887fb Fix some platform specific paths in TestSettings.py. by Zachary Turner · 11 years ago
- 045fde5 Fixes a number of issue related to test portability on Windows. by Zachary Turner · 11 years ago
- 6817df6 Modify TestSettings test for stderr.txt/stdout.txt to ignore an by Todd Fiala · 11 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
- 0508125 test: FreeBSD calls the 64-bit x86 platform amd64 by Ed Maste · 12 years ago
- 5c98c9a Fixed TestSettings.py to correctly restore the frame format string. by Richard Mitton · 12 years ago
- bb82b84 Cache and restore the frame-format, so that test_set_frame_format doesn't modify the default, as required for TestInferiorAssert.py. by Ashok Thirumurthi · 12 years ago
- e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
- d79ae05 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 12 years ago
- 7dadf49 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 12 years ago
- 0010840 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 13 years ago
- 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
- 0eec15a Continue the cleanup started on r158737 by Filipe Cabecinhas · 13 years ago
- 5158f3d Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 13 years ago
- 24086bc Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 13 years ago
- 8cc80b2 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 14 years ago
- 5928f64 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 14 years ago
- a28b89c rdar://problem/10712130 by Johnny Chen · 14 years ago
- 41b780d Add a test case where 'settings set frame-format' supplies a format string containing, among other things, a single backtick character. by Johnny Chen · 14 years ago
- 1d88596 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 14 years ago
- 4c20717 General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
- 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 15 years ago
- b904ca5 by Caroline Tice · 15 years ago
- 7fa6c95 Add test_apropos_should_also_search_settings_description() to make sure that: by Johnny Chen · 15 years ago
- c9c235e Add a few more settings tests. by Caroline Tice · 15 years ago
- 93b0c8b Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 15 years ago
- 622220b Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 15 years ago
- f48b645 Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 15 years ago
- a245f93 Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 15 years ago
- 80554b8 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 15 years ago
- a91b947 Add text about test class cleanup. by Johnny Chen · 15 years ago
- 707d822 Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 15 years ago
- 030709d test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 15 years ago
- a913ea4 Add more descriptive messages to expect() instead of using the default assert messages. by Johnny Chen · 15 years ago
- 3343f04 Add a little helper function SETTING_MSG(setting) to be used from TestSettings.test_set_output_path(). by Johnny Chen · 15 years ago
- 5a7b94d Remove out-dated comments. by Johnny Chen · 15 years ago
- 3e9c50c Add a case to test that after 'set auto-confirm true', manual confirmation should not kick in. by Johnny Chen · 15 years ago
- 277c8f0 Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 15 years ago
- be7da21 Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 15 years ago
- 138532a The expected term-width output string should be put within a list, not as a list of characters. by Johnny Chen · 15 years ago
- bcbb698 Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 15 years ago
- 23cb371 Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 15 years ago
- daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
- ea9fc18 Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 15 years ago
- 8409284 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 15 years ago
- 2fcc0e5 Added a test case for the settings command which sets process.output-path and by Johnny Chen · 15 years ago
- 1a9f4dd Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 15 years ago
- d5e111c Added two test cases to TestSettings.py which exercise the lldb's: by Johnny Chen · 15 years ago
- ea772bb The output for term-width setting has single quotes around the (int) value. by Johnny Chen · 15 years ago
- a37764b Added a test case for setting term-width, too. by Johnny Chen · 15 years ago
- 881c371 Added comments. by Johnny Chen · 15 years ago
- 7737777 Added a simple test case for the "settings set" command for instance variable 'prompt'. by Johnny Chen · 15 years ago