[whatwg/streams] Add done() to the end of w-p-t Javascript files (#583)

When running a web-platform-test in a Worker, the Javascript file must
end with a done() statement so that testharness.js knows that parsing is
complete. The extra done() statement is a no-op when running directly in
the page or via the wpt-runner.

Add done() statements to all relevant Javascript files.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/583

-- Commit Summary --

  * Add done() to the end of w-p-t Javascript files

-- File Changes --

    M reference-implementation/to-upstream-wpts/piping/close-propagation-backward.js (2)
    M reference-implementation/to-upstream-wpts/piping/close-propagation-forward.js (2)
    M reference-implementation/to-upstream-wpts/piping/error-propagation-backward.js (2)
    M reference-implementation/to-upstream-wpts/piping/error-propagation-forward.js (2)
    M reference-implementation/to-upstream-wpts/piping/flow-control.js (2)
    M reference-implementation/to-upstream-wpts/piping/general.js (2)
    M reference-implementation/to-upstream-wpts/piping/multiple-propagation.js (2)
    M reference-implementation/to-upstream-wpts/transform-stream/flush.js (2)
    M reference-implementation/to-upstream-wpts/transform-stream/general.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/aborting.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/bad-underlying-sinks.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/close.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/constructor.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/general.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/start.js (2)
    M reference-implementation/to-upstream-wpts/writable-streams/write.js (4)

-- Patch Links --

https://github.com/whatwg/streams/pull/583.patch
https://github.com/whatwg/streams/pull/583.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/583

Received on Monday, 31 October 2016 12:14:59 UTC