Re: [Lldb-commits] [lldb] r253623 - Make skipIf support the not_in function.

2015-11-20 Thread Adrian McCarthy via lldb-commits
OK, I think this works now. I tested it a few different ways. I'll commit momentarily. Thanks. On Thu, Nov 19, 2015 at 6:16 PM, Zachary Turner wrote: > Adrian: > > I think the check_list_or_lambda function needs to be renamed to > `check_decorator_attribute`, and it needs to handle values tha

Re: [Lldb-commits] [lldb] r253623 - Make skipIf support the not_in function.

2015-11-19 Thread Zachary Turner via lldb-commits
Adrian: I think the check_list_or_lambda function needs to be renamed to `check_decorator_attribute`, and it needs to handle values that are neither lists nor functions. i.e. it needs to handle single values. So I believe right now check_list_or_lambda does something like this: def check_list_o

Re: [Lldb-commits] [lldb] r253623 - Make skipIf support the not_in function.

2015-11-19 Thread Siva Chandra via lldb-commits
This make the test TestVectorTypesFormatting, which is annotated with @skipIf(compiler='gcc'), run when using GCC: http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/8661/steps/test5/logs/stdio On Thu, Nov 19, 2015 at 4:11 PM, Adrian McCarthy via lldb-commits wrote: > Author: