teemperor added a comment.
Herald added a subscriber: JDevlieghere.

Do we know what the exception that is being thrown here? FWIW, `except 
Exception` will catch everything, even completely bogus things such as type 
errors, calling functions with the wrong arguments and things that should 
probably be a hard failures instead of marking the test as unsupported (which 
is completely silent).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109004/new/

https://reviews.llvm.org/D109004

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

Reply via email to