Chromium Code Reviews
DescriptionAvoid to mask all the NetworkRpcException
If a malformed message is received and the test fails with a
NetworkRpcException the framework ignores it.
This is still a workaround, if the exception is no thrown from inside the test,
but from a non awaited Future, it will still pass the test.
To fix it definetly, it is required to find all the non awaited rpc requests
and await for them.
R=johnmccutchan@google.com
Committed: https://github.com/dart-lang/sdk/commit/0aa1f383d91d5b24cedf73ed4100dafcef46e817
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added explanation for added condition #Messages
Total messages: 8 (3 generated)
|