Reland "Update TransformStream to fix transform algo error behaviour"
This is a reland of 65774ae7 The first failure to land was caused by https://crbug.com/866392 (incremental builds containing changes to V8 extras streams code fail). The only workaround at the moment is to retry until none of the bots reject it. Original change's description: > Update TransformStream to fix transform algo error behaviour > > Update TransformStream to standard version > 78cfd1e22b717ce7e6d3aae4e36de0ef9101356e. This includes change > https://github.com/whatwg/streams/pull/948 which corrects the behaviour when the > transformAlgorithm rejects. > > Also enable test TransformStreamTest.ThrowFromTransform which was disabled > pending this fix. > > BUG=845427 > > Change-Id: If0eff40c5855bf662098eecc87e32256b97dc71e > Reviewed-on: https://chromium-review.googlesource.com/1167011 > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Commit-Queue: Adam Rice <ricea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#586601} TBR=yhirano@chromium.org Bug: 845427 Change-Id: Icfc128e3ae34d11d6543e529c3da5b1b075bcc0b Reviewed-on: https://chromium-review.googlesource.com/1194543Reviewed-by:Adam Rice <ricea@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#587021}
Showing
Please register or sign in to comment