aboutsummaryrefslogtreecommitdiff
path: root/test/lldbtest.py
AgeCommit message (Expand)Author
2011-10-07If we spawn an lldb process for test (via pexpect), do not load the init file...Johnny Chen
2011-09-30o lldbtest.py:Johnny Chen
2011-09-15Add a simple watchpoint test to exercise watchpoint creation followed by watc...Johnny Chen
2011-08-26Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' ex...Johnny Chen
2011-08-24Pretty print the run options for dumpSessionInfo(self) client.Johnny Chen
2011-08-19Minor change for the @expectedFailureClang logic. For the non-clang test fai...Johnny Chen
2011-08-19Add a decorator for marking clang only expectedFailure. Use it for the test_...Johnny Chen
2011-08-16Add comment about recent change.Johnny Chen
2011-08-16Fix the test suite error of:Johnny Chen
2011-08-16Forgot to initialize the self.__skipped__ attribute lldbtest.Base.Johnny Chen
2011-08-15Test driver should also report skipped tests because there were cases when te...Johnny Chen
2011-08-12Add TestInferiorChanged.py to test that lldb reloads the inferior after it wa...Johnny Chen
2011-08-11When a benchmarks test fails, the re-run command should include the '+b' opti...Johnny Chen
2011-08-05o modify-python-lldb.py:Johnny Chen
2011-08-02Add the real benchmarks comparing lldb against gdb for repeated expression ev...Johnny Chen
2011-08-01Add an abstract base class called BenchBase to be inherited by benchmark tests.Johnny Chen
2011-08-01More refactorings to migrate logic from TestBase to its parent class.Johnny Chen
2011-08-01Start refactoring lldbtest.TestBase so that it inherits from a newly created ...Johnny Chen
2011-07-30Add a @benchmarks_test decorator for test method we want to categorize as ben...Johnny Chen
2011-07-15Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:Johnny Chen
2011-07-11Update the test scenario for find_global_variables() to now start the inferio...Johnny Chen
2011-06-27Add TestPrintObj.py to go with lang/objc/print-objc, which:Johnny Chen
2011-06-23o lldbtest.py:Johnny Chen
2011-06-21For now, insert some delays between succesive test cases in the test/types di...Johnny Chen
2011-06-20Add a builder module for Linux (plus some refactoring)Peter Collingbourne
2011-06-15Simplify the base test class. Remove keyword argument setCookie from TestBas...Johnny Chen
2011-06-15Add an API to SBDebugger class:Johnny Chen
2011-06-13Removed unneeded method breakAfterLaunch() from the TestBase class to simplif...Johnny Chen
2011-06-06Remove extra whitespace.Johnny Chen
2011-05-31Fix out-dated module docstring for lldbtest.py. Also wrap some lldb attribut...Johnny Chen
2011-05-31Move some comments to the docstrings.Johnny Chen
2011-05-27Fix some comments.Johnny Chen
2011-05-27Add comment headers describing some method groups of our TestBase class.Johnny Chen
2011-05-25Convert these two modules to use the compact truth value testing as well.Johnny Chen
2011-05-06Add an API test script file for SBCommandInterpreter.Johnny Chen
2011-05-06For a test with unexpected success status, we also dump its session info into...Johnny Chen
2011-05-05Comment.Johnny Chen
2011-05-05Add comment for self.child_in_script_interpreter.Johnny Chen
2011-05-05Use standard lldb enum -- lldb.eStopReasonBreakpoint.Johnny Chen
2011-05-05Add a test script for verifying that the convenience variables:Johnny Chen
2011-05-03Use a more gentle way of shutting down the child process spawned during the t...Johnny Chen
2011-05-03A more robust pexpect-based test case for testing against the firing of stop ...Johnny Chen
2011-04-27Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen
2011-04-21Add a HideStdout() method to our TestBase class and call it from TestAbbrevia...Johnny Chen
2011-04-19Modify docstring.Johnny Chen
2011-04-19Add a TraceOn(self) method to the base test class, which returns True if we areJohnny Chen
2011-04-18Add a test script for exercising the "taregt create", "target list", and "tar...Johnny Chen
2011-04-15Forgot to check in this change with http://llvm.org/viewvc/llvm-project?view=...Johnny Chen
2011-03-23Turns out that the test failure wrt:Johnny Chen
2011-03-12Add a test directory stop-hook to test the newly added "target stop-hook" com...Johnny Chen