summaryrefslogtreecommitdiff
path: root/lldb/test/types
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-21Clean up more .dwo files after the tests runPavel Labath
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-08-24Fix teardown cleanup in TestRecursiveTypesTamas Berghammer
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-06-26Added expectedFlakey test decoratorVince Harron
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-06-06Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-17XFAIL'd some flakey tests on DarwinVince Harron
2015-05-11os.path.join does not always work for paths on remote platforms.Chaoren Lin
2015-04-08Fix resolution of certain recursive types.Stephane Sezer
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-26Tear down tests in reverse order from setting them up.Zachary Turner
2015-02-04Get test/types tests passing on remote targetsVince Harron
2014-11-06Fixes so tests compile and run remotely.Greg Clayton
2014-03-19Check if "golden_output.txt" exists before trying to delete it rather than ju...Jim Ingham
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-20Clear auto-confirm setting on teardown for tests that use itDaniel Malea
2012-11-20Use auto-confirm setting to avoid prompts causing some tests to appear to hangDaniel Malea
2012-11-19Temporarily skip tests known to hang on LinuxDaniel Malea
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-04-13First step to make the test suite runnable for remote platforms.Johnny Chen
2012-04-06The final batch of adding @dsym_test/@dwarf_test decorators.Johnny Chen
2012-01-10Add comment for build_and_run_with_source_atoms_expr() and remove redundant #...Johnny Chen
2012-01-10Add documentation for the generic functions build_and_run() and build_and_run...Johnny Chen
2012-01-10Refactor the test/types directory to reduce some stupid reduant code.Johnny Chen
2012-01-09Fix comment.Johnny Chen
2011-06-23o lldbtest.py:Johnny Chen
2011-06-23Refactorings of the test/types directory to more elegantly express the unique...Johnny Chen
2011-06-22Modify the test cases (there are a bunch of them) under test/types so that theyJohnny Chen
2011-06-22This newly introduced test file (for debugging purpose) needs to handle the caseJohnny Chen
2011-06-21I messed up the test case id to turn logging on and then off. It is "test_lo...Johnny Chen
2011-06-21Add logging of 'commands' category, too.Johnny Chen
2011-06-21rdar://problem/9649573 has captured the log files when running test_long_long...Johnny Chen
2011-06-21Add a test file "TestFailures.py" to try to capture test failures which occur...Johnny Chen
2011-06-21For now, insert some delays between succesive test cases in the test/types di...Johnny Chen
2011-06-21Simplify the the generic AbstractBase.py test base for testing variable types.Johnny Chen
2011-06-20Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham
2011-03-23Turns out that the test failure wrt:Johnny Chen
2010-12-02On second thought, inserting a delay of 1.0 second slows down the test suiteJohnny Chen
2010-12-01GenericTester.generic_type_expr_tester():Johnny Chen
2010-11-30Remove @skip decorators for fixed crashes.Johnny Chen
2010-11-30Skip two test classes due to:Johnny Chen