[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
Wed Mar 30 02:05:11 PDT 2016


tberghammer added a comment.

I would prefer a more general solution then the one Pavel proposed because currently we are adding 2 more options (abi and isa) but in the future we might need a lot of other stuff as well and adding a new argument for each one will be problematic (e.g. omit frame pointer, tune for processor core, specify fpu instruction set, etc...). I think if we have the option to specify a list of additional command line flags then tests can change behavior based on that list what will result in a similar behavior then Pavel's suggestion


http://reviews.llvm.org/D18481





More information about the lldb-commits mailing list