summaryrefslogtreecommitdiff
path: root/lldb/test/types/TestIntegerTypes.py
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-09-30Merge dwarf and dsym testsTamas Berghammer
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...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-04-06The final batch of adding @dsym_test/@dwarf_test decorators.Johnny Chen
2012-01-10Refactor the test/types directory to reduce some stupid reduant code.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
2010-11-02Remove 8 @expectedFailure decorators, the following bug has been fixed:Johnny Chen
2010-10-21Mark these test methods to be eligible for running only under the 'darwin' pl...Johnny Chen
2010-09-27Use a better name for the abstract base class which contains the generic_type...Johnny Chen
2010-09-27Added "float" and "double" to types/TestBasicTypes.py. Abstracted the genericJohnny Chen