[Lldb-commits] [lldb] r262970 - [TestRegisterVariables] Adjust compiler range in expected failure decorator.
Siva Chandra via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 14 11:11:28 PDT 2016
On Mon, Mar 14, 2016 at 8:08 AM, Ed Maste <emaste at freebsd.org> wrote:
> 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?
Feel free to change it.
More information about the lldb-commits
mailing list