On 18 May 2016 at 05:08, Pavel Labath via lldb-dev <lldb-dev@lists.llvm.org> wrote: > > Sounds reasonable. I'd like to add a clarifying point (2.5): If you > have added a new test, and this test fails on some other platform AND > there is no reason to believe that this is due to a problem in the > test (like the python3 bytes thingy, etc.), then you can just xfail > the test for the relevant architecture is fine.
That sounds reasonable to me. I hope to re-enable tests on the FreeBSD buildbot shortly as well. I have a "temporary" build-only buildbot I put into service when the previous ones needed to be decommissioned. Since FreeBSD's currently the only platform still using the old-style POSIX in-process debug support it's quite likely we could run into a failure when a test is added. I'd prefer to have the test marked XFAIL on FreeBSD with a bug report (or at least a post to the mailing list) than for it to be backed out pending investigation. A bit of a tangent but for reference, on FreeBSD 10 I currently see the following set of undesired test results: ERROR: test_with_run_command_dwarf (functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py) ERROR: test_with_run_command_dwarf (functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py) ERROR: test_with_run_command_dwarf (functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py) ERROR: [EXCEPTIONAL EXIT 10 (SIGBUS)] test_python_os_plugin_dwarf (functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py) UNEXPECTED SUCCESS: test_and_run_command_dwarf (lang/c/register_variables/TestRegisterVariables.py) UNEXPECTED SUCCESS: test_and_run_command_dwarf (lang/c/const_variables/TestConstVariables.py) TIMEOUT: test_asm_int_3 (functionalities/breakpoint/debugbreak/TestDebugBreak.py) TIMEOUT: test_with_dsym_and_python_api_dwarf (lang/go/expressions/TestExpressions.py) _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev