llvm-project/lldb/test/python_api/formatters
Greg Clayton 4570d3eba0 Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
This has led to many test suite failures because of copy and paste where new test cases were based off of other test cases and the "mydir" variable wasn't updated.

Now you can call your superclasses "compute_mydir()" function with "__file__" as the sole argument and the relative path will be computed for you. 

llvm-svn: 196985
2013-12-10 23:19:29 +00:00
..
Makefile Clean renamed files on 'make clean' 2012-05-30 02:52:29 +00:00
TestFormattersSBAPI.py Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
jas_synth.py Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. 2012-03-27 02:35:13 +00:00
main.cpp Fixing the test case so that it runs correctly on i386 as well as on x86_64 2012-04-24 02:01:17 +00:00