Chromium Code Reviews
DescriptionTweak reflective_tests _invokeSymbolIfExists to not swallow exceptions
I had a bug in my code, that caused a bunch of test failures without meaningful stack trace. It was caused by _invokeSymbolIfExists swallowing all NoSuchMethodErrors from setUp/tearDown calls. Instead, it now guards only the method lookup, not the call.
R=brianwilkerson@google.com, scheglov@google.com
Committed: https://github.com/dart-lang/sdk/commit/0b407a2c6180c3a490005b58d7df9f04cce7da15
Patch Set 1 #
Total comments: 1
Messages
Total messages: 8 (4 generated)
|
|||||||||||||||||||