@@ -39,36 +39,6 @@ protected ByteBuf newBuffer(int capacity, int maxCapacity) {
3939 return alloc .buffer (capacity , capacity );
4040 }
4141
42- @ Ignore ("New buffers not thread-safe like this." )
43- @ Override
44- public void testSliceReadGatheringByteChannelMultipleThreads () throws Exception {
45- }
46-
47- @ Ignore ("New buffers not thread-safe like this." )
48- @ Override
49- public void testDuplicateReadGatheringByteChannelMultipleThreads () throws Exception {
50- }
51-
52- @ Ignore ("New buffers not thread-safe like this." )
53- @ Override
54- public void testSliceReadOutputStreamMultipleThreads () throws Exception {
55- }
56-
57- @ Ignore ("New buffers not thread-safe like this." )
58- @ Override
59- public void testDuplicateReadOutputStreamMultipleThreads () throws Exception {
60- }
61-
62- @ Ignore ("New buffers not thread-safe like this." )
63- @ Override
64- public void testSliceBytesInArrayMultipleThreads () throws Exception {
65- }
66-
67- @ Ignore ("New buffers not thread-safe like this." )
68- @ Override
69- public void testDuplicateBytesInArrayMultipleThreads () throws Exception {
70- }
71-
7242 @ Ignore ("This test codifies that asking to reading 0 bytes from an empty but unclosed stream should return -1, " +
7343 "which is just weird." )
7444 @ Override
@@ -112,152 +82,8 @@ public void testNioBufferExposeOnlyRegion() {
11282 public void testToByteBuffer2 () {
11383 }
11484
115- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
116- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
117- @ Override
118- public void testRetainedDuplicateUnreleasable3 () {
119- }
120-
121- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
122- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
123- @ Override
124- public void testRetainedDuplicateUnreleasable4 () {
125- }
126-
127- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
128- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
129- @ Override
130- public void testRetainedDuplicateAndRetainedSliceContentIsExpected () {
131- }
132-
133- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
134- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
135- @ Override
136- public void testMultipleRetainedSliceReleaseOriginal2 () {
137- }
138-
139- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
140- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
141- @ Override
142- public void testMultipleRetainedSliceReleaseOriginal3 () {
143- }
144-
145- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
146- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
147- @ Override
148- public void testMultipleRetainedSliceReleaseOriginal4 () {
149- }
150-
151- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
152- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
153- @ Override
154- public void testReadRetainedSliceUnreleasable3 () {
155- }
156-
157- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
158- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
159- @ Override
160- public void testReadRetainedSliceUnreleasable4 () {
161- }
162-
163- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
164- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
165- @ Override
166- public void testRetainedSliceUnreleasable3 () {
167- }
168-
169- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
170- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
171- @ Override
172- public void testRetainedSliceUnreleasable4 () {
173- }
174-
175- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
176- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
177- @ Override
178- public void testRetainedSliceReleaseOriginal2 () {
179- }
180-
181- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
182- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
183- @ Override
184- public void testRetainedSliceReleaseOriginal3 () {
185- }
186-
187- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
188- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
189- @ Override
190- public void testRetainedSliceReleaseOriginal4 () {
191- }
192-
193- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
194- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
195- @ Override
196- public void testMultipleRetainedDuplicateReleaseOriginal2 () {
197- }
198-
199- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
200- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
201- @ Override
202- public void testMultipleRetainedDuplicateReleaseOriginal3 () {
203- }
204-
205- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
206- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
207- @ Override
208- public void testMultipleRetainedDuplicateReleaseOriginal4 () {
209- }
210-
211- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
212- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
213- @ Override
214- public void testRetainedDuplicateReleaseOriginal2 () {
215- }
216-
217- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
218- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
219- @ Override
220- public void testRetainedDuplicateReleaseOriginal3 () {
221- }
222-
223- @ Ignore ("This assumes a single reference count for the memory, but all buffers (views of memory) have " +
224- "independent reference counts now. Also, this plays tricks with reference that we cannot support." )
225- @ Override
226- public void testRetainedDuplicateReleaseOriginal4 () {
227- }
228-
22985 @ Ignore ("No longer allowed to allocate 0 sized buffers, except for composite buffers with no components." )
23086 @ Override
23187 public void testLittleEndianWithExpand () {
23288 }
233-
234- @ Ignore ("Test seems to inherently have double-free bug?" )
235- @ Override
236- public void testRetainedSliceAfterReleaseRetainedSliceDuplicate () {
237- }
238-
239- @ Ignore ("Test seems to inherently have double-free bug?" )
240- @ Override
241- public void testRetainedSliceAfterReleaseRetainedDuplicateSlice () {
242- }
243-
244- @ Ignore ("Test seems to inherently have double-free bug?" )
245- @ Override
246- public void testSliceAfterReleaseRetainedSliceDuplicate () {
247- }
248-
249- @ Ignore ("Test seems to inherently have double-free bug?" )
250- @ Override
251- public void testDuplicateAfterReleaseRetainedSliceDuplicate () {
252- }
253-
254- @ Ignore ("Test seems to inherently have double-free bug?" )
255- @ Override
256- public void testDuplicateAfterReleaseRetainedDuplicateSlice () {
257- }
258-
259- @ Ignore ("Test seems to inherently have double-free bug?" )
260- @ Override
261- public void testSliceAfterReleaseRetainedDuplicateSlice () {
262- }
26389}
0 commit comments