DescriptionPNaCl Coordinator: Run StreamEnd RPC even if StreamChunk fails
If the StreamChunk RPC fails, the coordinator currently reports an error
and aborts immedately, but this leaves no useful information for the
user or developer. Instead, call the StreamEnd RPC which returns a
string describing the error (but only if the RPC error was
reported by the application on the other end, and not an
error with the RPC itself).
Also disable the PnaclErrorHandling test until the translator change in
https://codereview.chromium.org/23753003/ rolls into Chrome
(since it, combined with this change, will improve the error message
reported by the translator).
R=jvoung@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3519
TEST=NaClBrowserTestPnacl.ErrorHandling
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222240
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Messages
Total messages: 8 (0 generated)
|