Making all @expectedFailure markers take an explicit bugnumber annotation. This used...
authorEnrico Granata <egranata@apple.com>
Fri, 17 Oct 2014 01:11:29 +0000 (01:11 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 17 Oct 2014 01:11:29 +0000 (01:11 +0000)
commitcf3ab58e47769a8e6039c306f4efa56a30ee5737
treebdb22b508d9f95f770e9f5b3be817c9d02f7c695
parent4b2f7456adbd1276aaa30ab5614a8c9389a7286d
Making all @expectedFailure markers take an explicit bugnumber annotation. This used to be optional, but that makes it harder to track what tests are failing for what reason. So, make it mandatory, in the form of refusing to run the test suite if annotations are missing

llvm-svn: 220012
lldb/test/functionalities/inferior-assert/TestInferiorAssert.py
lldb/test/lldbtest.py