summaryrefslogtreecommitdiffstats
path: root/lldb/test/settings
Commit message (Expand)AuthorAgeFilesLines
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-22/+22
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-3/+0
* Add a test case to make sure that all the settings that currently ought toCaroline Tice2011-03-101-0/+27
* Add test_apropos_should_also_search_settings_description() to make sure that:Johnny Chen2011-02-041-0/+8
* Add a few more settings tests.Caroline Tice2011-01-311-0/+31
* Remove the expectedFailure decorator for the fixed bug:Johnny Chen2011-01-252-9/+25
* Change the test case test_set_prompt() to no longer require quotes around lld...Johnny Chen2010-12-201-1/+1
* Rearrange some statements so that the adding of teardown hook follows immedia...Johnny Chen2010-12-141-2/+2
* Make the TestSettings.py test cases use different output filenames:Johnny Chen2010-12-142-7/+23
* Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(T...Johnny Chen2010-12-042-0/+42
* Add text about test class cleanup.Johnny Chen2010-10-221-0/+1
* Restoring the original setting should be done more robustly by adding a hook ...Johnny Chen2010-10-191-3/+10
* test_set_output_path() should restore the original setting of target.process....Johnny Chen2010-10-191-0/+3
* Add more descriptive messages to expect() instead of using the default assert...Johnny Chen2010-10-191-6/+6
* Add a little helper function SETTING_MSG(setting) to be used from TestSetting...Johnny Chen2010-10-191-0/+1
* Remove out-dated comments.Johnny Chen2010-10-181-2/+0
* Add a case to test that after 'set auto-confirm true', manual confirmation sh...Johnny Chen2010-10-181-0/+29
* Wrap the rest of file reading operations inside a with block and convert a as...Johnny Chen2010-10-081-1/+2
* Convert two instances of assertTrue() and string matching usages to self.expe...Johnny Chen2010-10-081-7/+9
* The expected term-width output string should be put within a list, not as a l...Johnny Chen2010-10-081-3/+3
* Change the expected term-width output string to be a substring instead of a s...Johnny Chen2010-10-061-1/+1
* Updated test case to "settings set prompt 'lldb2'" since the '-o' option is g...Johnny Chen2010-09-271-2/+5
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-7/+7
* Fixed lldb 'settings set term-widt 70' command not working.Johnny Chen2010-09-201-3/+0
* Added @expectedFailure decorator for test_set_term_width().Johnny Chen2010-09-191-0/+3
* Added a test case for the settings command which sets process.output-path andJohnny Chen2010-09-161-0/+24
* Provided a mechanism for the test class to cleanup after itself once it's done.Johnny Chen2010-09-161-1/+5
* Simplied main() and emits a message to the standard out.Johnny Chen2010-09-151-9/+8
* Added two test cases to TestSettings.py which exercise the lldb's:Johnny Chen2010-09-153-0/+79
* The output for term-width setting has single quotes around the (int) value.Johnny Chen2010-09-071-1/+1
* Added a test case for setting term-width, too.Johnny Chen2010-09-071-0/+14
* Added comments.Johnny Chen2010-09-071-0/+6
* Added a simple test case for the "settings set" command for instance variable...Johnny Chen2010-09-071-0/+27
OpenPOWER on IntegriCloud