summaryrefslogtreecommitdiff
path: root/lldb/test/types/TestFloatTypesExpr.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-30Remove @skip decorators for fixed crashes.Johnny Chen
2010-11-30Skip two test classes due to:Johnny Chen
2010-11-09We should make the class name of test cases which emphasize expression commandJohnny Chen
2010-10-21Mark these test methods to be eligible for running only under the 'darwin' pl...Johnny Chen
2010-10-19Remove the two @skip decorators now that we are not seeing the hang while run...Johnny Chen
2010-10-18Uncomment the @skip decorator to reproduce the hang while running the test su...Johnny Chen
2010-10-02Remove the @skip() and @expectedFaiure decorators, the previously affected testsJohnny Chen
2010-10-01Added bug number to the @skip decorator.Johnny Chen
2010-10-01These currently crash (from running 'expr' command). Disable the entire clas...Johnny Chen
2010-09-30Updated to remove most of the @expectedFailure decorators for:Johnny Chen
2010-09-29Added @expectedFailure decorators for test suite failures:Johnny Chen
2010-09-29Removed the two @skip class decorators. The assert failures have been fixed.Johnny Chen
2010-09-28Added TestIntegerTypesExpr.py and TestFloatTypesExpr.py which exercise 'expr'Johnny Chen