Title: [266273] trunk/LayoutTests
- Revision
- 266273
- Author
- [email protected]
- Date
- 2020-08-27 20:56:28 -0700 (Thu, 27 Aug 2020)
Log Message
Unreviewed test gardening, add Windows baselines after r266228.
* platform/win/streams/reference-implementation/transform-stream-errors-expected.txt: Added.
* platform/win/streams/reference-implementation/transform-stream-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (266272 => 266273)
--- trunk/LayoutTests/ChangeLog 2020-08-28 03:24:23 UTC (rev 266272)
+++ trunk/LayoutTests/ChangeLog 2020-08-28 03:56:28 UTC (rev 266273)
@@ -1,3 +1,10 @@
+2020-08-27 Ryan Haddad <[email protected]>
+
+ Unreviewed test gardening, add Windows baselines after r266228.
+
+ * platform/win/streams/reference-implementation/transform-stream-errors-expected.txt: Added.
+ * platform/win/streams/reference-implementation/transform-stream-expected.txt: Added.
+
2020-08-27 Chris Dumez <[email protected]>
AudioParam's minValue / maxValue are ignored
Added: trunk/LayoutTests/platform/win/streams/reference-implementation/transform-stream-errors-expected.txt (0 => 266273)
--- trunk/LayoutTests/platform/win/streams/reference-implementation/transform-stream-errors-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/streams/reference-implementation/transform-stream-errors-expected.txt 2020-08-28 03:56:28 UTC (rev 266273)
@@ -0,0 +1,4 @@
+
+FAIL TransformStream errors thrown in transform put the writable and readable in an errored state Can't find variable: TransformStream
+FAIL TransformStream errors thrown in flush put the writable and readable in an errored state Can't find variable: TransformStream
+
Added: trunk/LayoutTests/platform/win/streams/reference-implementation/transform-stream-expected.txt (0 => 266273)
--- trunk/LayoutTests/platform/win/streams/reference-implementation/transform-stream-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/streams/reference-implementation/transform-stream-expected.txt 2020-08-28 03:56:28 UTC (rev 266273)
@@ -0,0 +1,20 @@
+
+FAIL TransformStream can be constructed with a transform function Can't find variable: TransformStream
+FAIL TransformStream cannot be constructed with no transform function assert_throws: TransformStream cannot be constructed with no arguments function "function () { new TransformStream(); }" threw object "ReferenceError: Can't find variable: TransformStream" ("ReferenceError") expected object "TypeError" ("TypeError")
+FAIL TransformStream instances must have writable and readable properties of the correct types Can't find variable: TransformStream
+FAIL TransformStream writable starts in the writable state Can't find variable: TransformStream
+FAIL Pass-through sync TransformStream: can read from readable what is put into writable Can't find variable: TransformStream
+FAIL Uppercaser sync TransformStream: can read from readable transformed version of what is put into writable Can't find variable: TransformStream
+FAIL Uppercaser-doubler sync TransformStream: can read both chunks put into the readable Can't find variable: TransformStream
+FAIL Uppercaser async TransformStream: can read from readable transformed version of what is put into writable Can't find variable: TransformStream
+FAIL Uppercaser-doubler async TransformStream: can read both chunks put into the readable Can't find variable: TransformStream
+FAIL TransformStream: by default, closing the writable closes the readable (when there are no queued writes) Can't find variable: TransformStream
+FAIL TransformStream: by default, closing the writable waits for transforms to finish before closing both Can't find variable: TransformStream
+FAIL TransformStream: by default, closing the writable closes the readable after sync enqueues and async done Can't find variable: TransformStream
+FAIL TransformStream: by default, closing the writable closes the readable after async enqueues and async done Can't find variable: TransformStream
+FAIL TransformStream flush is called immediately when the writable is closed, if no writes are queued Can't find variable: TransformStream
+FAIL TransformStream flush is called after all queued writes finish, once the writable is closed Can't find variable: TransformStream
+FAIL TransformStream flush gets a chance to enqueue more into the readable Can't find variable: TransformStream
+FAIL TransformStream flush gets a chance to enqueue more into the readable, and can then async close Can't find variable: TransformStream
+FAIL Transform stream should call transformer methods as methods Can't find variable: TransformStream
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes