probinson added a comment.

In https://reviews.llvm.org/D54187#1290340, @gbedwell wrote:

> (Dexter) will step through every line of the program it can, collecting info 
> about each step until it reaches the program exit.  It won't currently 
> produce a pass/fail, but rather a score.  That is, if it observes that 'x' is 
> visible and has the value 42 it'll get a perfect score.


Seems like it would easy enough to base pass/fail on getting a perfect score, 
for the purpose of debuginfo-tests.


https://reviews.llvm.org/D54187



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to