@@ -205,16 +205,16 @@ class TestNSData: XCTestCase {
205
205
( " test_contentsOfZeroFile " , test_contentsOfZeroFile) ,
206
206
( " test_basicReadWrite " , test_basicReadWrite) ,
207
207
( " test_bufferSizeCalculation " , test_bufferSizeCalculation) ,
208
- // ("test_dataHash", test_dataHash), Disabled due to lack of brdiging in swift runtime -- infinite loops
208
+ ( " test_dataHash " , test_dataHash) ,
209
209
( " test_genericBuffers " , test_genericBuffers) ,
210
- // ("test_writeFailure", test_writeFailure), segfaults
210
+ ( " test_writeFailure " , test_writeFailure) ,
211
211
( " testBasicConstruction " , testBasicConstruction) ,
212
212
( " testBridgingDefault " , testBridgingDefault) ,
213
213
( " testBridgingMutable " , testBridgingMutable) ,
214
214
( " testCopyBytes_oversized " , testCopyBytes_oversized) ,
215
215
( " testCopyBytes_ranges " , testCopyBytes_ranges) ,
216
216
( " testCopyBytes_undersized " , testCopyBytes_undersized) ,
217
- ( " testCopyBytes " , testCopyBytes) ,
217
+ ( " testCopyBytes " , testCopyBytes) ,
218
218
( " testCustomDeallocator " , testCustomDeallocator) ,
219
219
( " testDataInSet " , testDataInSet) ,
220
220
( " testEquality " , testEquality) ,
@@ -229,8 +229,7 @@ class TestNSData: XCTestCase {
229
229
( " testReplaceSubrange3 " , testReplaceSubrange3) ,
230
230
( " testReplaceSubrange4 " , testReplaceSubrange4) ,
231
231
( " testReplaceSubrange5 " , testReplaceSubrange5) ,
232
-
233
-
232
+
234
233
( " test_description " , test_description) ,
235
234
( " test_emptyDescription " , test_emptyDescription) ,
236
235
( " test_longDescription " , test_longDescription) ,
@@ -259,7 +258,7 @@ class TestNSData: XCTestCase {
259
258
( " test_initDataWithCount " , test_initDataWithCount) ,
260
259
( " test_emptyStringToData " , test_emptyStringToData) ,
261
260
( " test_repeatingValueInitialization " , test_repeatingValueInitialization) ,
262
-
261
+
263
262
( " test_sliceAppending " , test_sliceAppending) ,
264
263
( " test_replaceSubrange " , test_replaceSubrange) ,
265
264
( " test_sliceWithUnsafeBytes " , test_sliceWithUnsafeBytes) ,
0 commit comments