Assorted test suite fixes as a result of GCC 4.8 validation efforts
- disable some TestConcurrentEvents cases (which are affected by llvm.org/pr16714 -- watchpoints in multithreaded programs) - relax number-of-bp-locations check in TestUniqueTypes/TestUnsignedTypes - skip TestDataFormatterStdVector cases with GCC 4.8 (known failure due to llvm.org/pr15301) - workaround for race condition in TestHelloWorld.py - update TestSettings.py to work on distros (like Fedora) that have /bin/cat hardlinked to /usr/bin/cat After these changes, the test suite should run cleanly against GCC 4.8 (with DWARF v4)! llvm-svn: 187451
Showing
- lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py 2 additions, 0 deletions...matter-stl/libstdcpp/vector/TestDataFormatterStdVector.py
- lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py 21 additions, 0 deletions...nalities/thread/concurrent_events/TestConcurrentEvents.py
- lldb/test/lang/cpp/unique-types/TestUniqueTypes.py 1 addition, 4 deletionslldb/test/lang/cpp/unique-types/TestUniqueTypes.py
- lldb/test/lang/cpp/unsigned_types/TestUnsignedTypes.py 1 addition, 1 deletionlldb/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
- lldb/test/python_api/hello_world/TestHelloWorld.py 7 additions, 0 deletionslldb/test/python_api/hello_world/TestHelloWorld.py
- lldb/test/settings/TestSettings.py 1 addition, 1 deletionlldb/test/settings/TestSettings.py
Loading
Please register or sign in to comment