1[reentrant-strategy.sharedworker.html]
2  [writes should be written in the standard order]
3    expected: FAIL
4
5  [writer.write() promises should resolve in the standard order]
6    expected: FAIL
7
8  [controller.error() should work when called from within strategy.size()]
9    expected: FAIL
10
11  [close() should work when called from within strategy.size()]
12    expected: FAIL
13
14  [abort() should work when called from within strategy.size()]
15    expected: FAIL
16
17  [releaseLock() should abort the write() when called within strategy.size()]
18    expected: FAIL
19
20  [original reader should error when new reader is created within strategy.size()]
21    expected: FAIL
22
23