[whatwg/streams] Port some TransformStream tests to wpt (#531)

This includes constructor, flush and general tests. I'm new to the web platform test suite, and was wondering if we have some kind of `deepEqual` assertion? I didn't find one and as fallback compared each object property with its own assertion.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Port some TransformStream tests to wpt

-- File Changes --

    M reference-implementation/run-web-platform-tests.js (2)
    M reference-implementation/test/transform-stream.js (136)
    A reference-implementation/to-upstream-wpts/transform-stream/constructor.https.html (12)
    A reference-implementation/to-upstream-wpts/transform-stream/constructor.js (15)
    A reference-implementation/to-upstream-wpts/transform-stream/flush.https.html (12)
    A reference-implementation/to-upstream-wpts/transform-stream/flush.js (110)
    A reference-implementation/to-upstream-wpts/transform-stream/general.https.html (12)
    A reference-implementation/to-upstream-wpts/transform-stream/general.js (22)

-- Patch Links --

https://github.com/whatwg/streams/pull/531.patch
https://github.com/whatwg/streams/pull/531.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/531

Received on Tuesday, 11 October 2016 19:13:50 UTC