| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS writes should be written in the standard order |
| 3 PASS writer.write() promises should resolve in the standard order |
| 4 PASS controller.error() should work when called from within strategy.size() |
| 5 FAIL close() should work when called from within strategy.size() assert_array_eq
uals: sink.write() should not be called lengths differ, expected 1 got 0 |
| 6 PASS abort() should work when called from within strategy.size() |
| 7 PASS releaseLock() should abort the write() when called within strategy.size() |
| 8 FAIL original reader should error when new reader is created within strategy.siz
e() assert_array_equals: close must always be called with the controller lengths
differ, expected 1 got 0 |
| 9 Harness: the test ran to completion. |
| 10 |
| OLD | NEW |