[Lldb-commits] [lldb] r262970 - [TestRegisterVariables] Adjust compiler range in expected failure decorator.

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 14 08:08:41 PDT 2016


On 8 March 2016 at 19:02, Siva Chandra via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: sivachandra
> Date: Tue Mar  8 18:02:00 2016
> New Revision: 262970
>
> -    @expectedFailureAll(compiler="clang", compiler_version=['<', '3.5'])
> +    @expectedFailureAll(compiler="clang", compiler_version=['>', '3.5'])

This test is now reporting Failure on FreeBSD 10, with system Clang
3.4.1. Should this be > 3.4 now instead?


More information about the lldb-commits mailing list