[PATCH] D21061: [ARM] Remove exit-on-error flag from test (PR27765)

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 02:20:54 PDT 2016


rengolin added a comment.

In http://reviews.llvm.org/D21061#454522, @rovka wrote:

> However, I think your concern is more general - on any test where we check for one error, we might want to make sure we don't trigger other bogus errors down the line. Should all our tests that check for one error also make sure there aren't any unexpected errors issued? I can put that in my backlog if it sounds like something we want.


I think it's impossible to predict everything. I'm happy with some other arch's test for now.


http://reviews.llvm.org/D21061





More information about the llvm-commits mailing list