llvm-project/lldb/test/plugins
Ed Maste 4d90f0f2c3 Fix test execution on FreeBSD versions other than 9.x
The tests use a plugin based on the name from sys.platform.
Unfortunately that string includes the major version number in
Python 2.7, so the tests would look for builder_freebsd9.py,
builder_freebsd10.py, etc.

The issue doesn't affect Linux as Python returns 'linux2' also
on Linux 3.x -- see http://bugs.python.org/issue12326 for details.

It seems later versions of Python will drop the major version
number, so adopt this convention now for FreeBSD.

llvm-svn: 187121
2013-07-25 13:24:34 +00:00
..
builder_base.py Tests require GNU make, called gmake on FreeBSD 2013-06-24 15:40:27 +00:00
builder_darwin.py lldb should warn when dSYM does not match the binary. 2012-02-01 01:49:50 +00:00
builder_freebsd.py Fix test execution on FreeBSD versions other than 9.x 2013-07-25 13:24:34 +00:00
builder_linux2.py lldb should warn when dSYM does not match the binary. 2012-02-01 01:49:50 +00:00