[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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 25 13:51:48 PDT 2016


zturner added a comment.

Couldn't we have a way to say in the Makefile "never use these flags", then the test suite could check the environment and remove them if they are present.  This woudl allow the test to run.

architecture, compiler, etc are things we don't really have control over.  If a flag or an environment variable is causing a test to fail, it seems like the right thing to do is not to use that flag or environment variable.


http://reviews.llvm.org/D18481





More information about the lldb-commits mailing list