1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. e6961d0 [test] Relax stderr expectations on targets with chatty output by Pavel Labath · 9 years ago
  3. 779df76 Remove the skipUnlessArch decorator. by Zachary Turner · 10 years ago
  4. 9a1a294 Move the rest of the tests over to using the new decorator module. by Zachary Turner · 10 years ago
  5. 9bd1c59 Un xfail TestSettings.test_run_args_and_env_vars_with_dwarf by Zachary Turner · 10 years ago
  6. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  7. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  8. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/settings/TestSettings.py]
  9. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  10. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  11. 77db4a8 Update every test to import `lldb_shared`. by Zachary Turner · 10 years ago
  12. 62a1514 Fix regression caused by r249769 by Tamas Berghammer · 10 years ago
  13. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  14. 68615ce Add JUnit/XUnit-formatted output to the lldb test run system by Todd Fiala · 10 years ago
  15. 893b09e XFAIL environment variable setting test on Windows. by Zachary Turner · 10 years ago
  16. 398f9ed Enable settings test for i686 as well as i386. by Zachary Turner · 10 years ago
  17. c356d8b [LLDB][MIPS] Added expected failure for "test disassembler settings" by Mohit K. Bhakkad · 10 years ago
  18. 23b1dec Add support for specifying a language to use when parsing breakpoints. by Dawn Perchik · 10 years ago
  19. 05834cd Reversed r238363, because the message is inconsistent by Sean Callanan · 10 years ago
  20. dc97567 Add support for displaying the language in the frame-format string. by Dawn Perchik · 10 years ago
  21. f7d163a Clear the "thread-format" setting after mucking with it. by Greg Clayton · 10 years ago
  22. 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
  23. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  24. 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 10 years ago
  25. a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 10 years ago
  26. d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 10 years ago
  27. 3215d04 Make several test case arm32 compatible by Tamas Berghammer · 10 years ago
  28. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 11 years ago
  29. ed7cbb2 Fixed remaining remote target failures in TestSettings.py by Vince Harron · 11 years ago
  30. 1f4706c Fix SettingsCommandTestCase.test_set_error_output_path by Vince Harron · 11 years ago
  31. df50f94 Handle trailing spaces on "settings set" command more correctly by Pavel Labath · 11 years ago
  32. 554f68d Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class. by Greg Clayton · 11 years ago
  33. 83887fb Fix some platform specific paths in TestSettings.py. by Zachary Turner · 11 years ago
  34. 045fde5 Fixes a number of issue related to test portability on Windows. by Zachary Turner · 11 years ago
  35. 6817df6 Modify TestSettings test for stderr.txt/stdout.txt to ignore an by Todd Fiala · 11 years ago
  36. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  37. 0508125 test: FreeBSD calls the 64-bit x86 platform amd64 by Ed Maste · 12 years ago
  38. 5c98c9a Fixed TestSettings.py to correctly restore the frame format string. by Richard Mitton · 12 years ago
  39. 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
  40. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  41. d79ae05 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 12 years ago
  42. 7dadf49 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 12 years ago
  43. 0010840 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 13 years ago
  44. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  45. 0eec15a Continue the cleanup started on r158737 by Filipe Cabecinhas · 13 years ago
  46. 5158f3d Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 13 years ago
  47. 24086bc Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 13 years ago
  48. 8cc80b2 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 14 years ago
  49. 5928f64 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 14 years ago
  50. a28b89c rdar://problem/10712130 by Johnny Chen · 14 years ago
  51. 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
  52. 1d88596 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 14 years ago
  53. 4c20717 General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
  54. 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 15 years ago
  55. b904ca5 by Caroline Tice · 15 years ago
  56. 7fa6c95 Add test_apropos_should_also_search_settings_description() to make sure that: by Johnny Chen · 15 years ago
  57. c9c235e Add a few more settings tests. by Caroline Tice · 15 years ago
  58. 93b0c8b Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 15 years ago
  59. 622220b Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 15 years ago
  60. f48b645 Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 15 years ago
  61. a245f93 Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 15 years ago
  62. 80554b8 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 15 years ago
  63. a91b947 Add text about test class cleanup. by Johnny Chen · 15 years ago
  64. 707d822 Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 15 years ago
  65. 030709d test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 15 years ago
  66. a913ea4 Add more descriptive messages to expect() instead of using the default assert messages. by Johnny Chen · 15 years ago
  67. 3343f04 Add a little helper function SETTING_MSG(setting) to be used from TestSettings.test_set_output_path(). by Johnny Chen · 15 years ago
  68. 5a7b94d Remove out-dated comments. by Johnny Chen · 15 years ago
  69. 3e9c50c Add a case to test that after 'set auto-confirm true', manual confirmation should not kick in. by Johnny Chen · 15 years ago
  70. 277c8f0 Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 15 years ago
  71. be7da21 Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 15 years ago
  72. 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
  73. bcbb698 Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 15 years ago
  74. 23cb371 Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 15 years ago
  75. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  76. ea9fc18 Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 15 years ago
  77. 8409284 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 15 years ago
  78. 2fcc0e5 Added a test case for the settings command which sets process.output-path and by Johnny Chen · 15 years ago
  79. 1a9f4dd Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 15 years ago
  80. d5e111c Added two test cases to TestSettings.py which exercise the lldb's: by Johnny Chen · 15 years ago
  81. ea772bb The output for term-width setting has single quotes around the (int) value. by Johnny Chen · 15 years ago
  82. a37764b Added a test case for setting term-width, too. by Johnny Chen · 15 years ago
  83. 881c371 Added comments. by Johnny Chen · 15 years ago
  84. 7737777 Added a simple test case for the "settings set" command for instance variable 'prompt'. by Johnny Chen · 15 years ago