[Lldb-commits] [PATCH] D18481: Add argument to expectedFailureAll decorator to xfail for environment variables, and xfail tests for hard float abi and -mthumb on android arm
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 29 03:53:55 PDT 2016
tberghammer added a comment.
You can pass extra compiler flags to the test suit with the -E option (haven't tested it). I would suggest to use that option and then xfail based on it (xfail if extra flags contain -foo).
In long term I would prefer to not add a new option to expectedFailureAll but to implement a generic functional style solution where we can just pass in arbitrary number of lambda functions to it so the number of arguments aren't increasing constantly but it is something what is completely unrelated to this patch.
http://reviews.llvm.org/D18481
More information about the lldb-commits
mailing list