summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-python3-pyasn1/ptest-raw.log
blob: 2dbd1e7d3ea8c1713863b72dc2a83cb3b0b45f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
START: ptest-runner
2023-07-17T01:26
BEGIN: /usr/lib/python3-pyasn1/ptest
PASS: tests/test_debug.py:DebugCaseBase.testKnownFlags
PASS: tests/test_debug.py:DebugCaseBase.testUnknownFlags
PASS: tests/codec/test_streaming.py:CachingStreamWrapperTestCase.testMarkedPositionResets
PASS: tests/codec/test_streaming.py:CachingStreamWrapperTestCase.testPeek
PASS: tests/codec/test_streaming.py:CachingStreamWrapperTestCase.testReadFromCacheAndStream
PASS: tests/codec/test_streaming.py:CachingStreamWrapperTestCase.testReadJustFromCache
PASS: tests/codec/test_streaming.py:CachingStreamWrapperTestCase.testReadJustFromStream
PASS: tests/codec/ber/test_decoder.py:LargeTagDecoderTestCase.testLargeTag
PASS: tests/codec/ber/test_decoder.py:LargeTagDecoderTestCase.testLongTag
PASS: tests/codec/ber/test_decoder.py:LargeTagDecoderTestCase.testTagsEquivalence
PASS: tests/codec/ber/test_decoder.py:DecoderCacheTestCase.testCache
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testMinusOne
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testNegInt
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testNegLong
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testPosInt
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testPosLong
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testSpec
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testZero
PASS: tests/codec/ber/test_decoder.py:IntegerDecoderTestCase.testZeroLong
PASS: tests/codec/ber/test_decoder.py:BooleanDecoderTestCase.testExtraTrue
PASS: tests/codec/ber/test_decoder.py:BooleanDecoderTestCase.testFalse
PASS: tests/codec/ber/test_decoder.py:BooleanDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:BooleanDecoderTestCase.testTrue
PASS: tests/codec/ber/test_decoder.py:BooleanDecoderTestCase.testTrueNeg
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testDefModeChunkedSubst
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testIndefModeChunkedSubst
PASS: tests/codec/ber/test_decoder.py:BitStringDecoderTestCase.testTypeChecking
PASS: tests/codec/ber/test_decoder.py:OctetStringDecoderTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:OctetStringDecoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:OctetStringDecoderTestCase.testDefModeChunkedSubst
PASS: tests/codec/ber/test_decoder.py:OctetStringDecoderTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:OctetStringDecoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:OctetStringDecoderTestCase.testIndefModeChunkedSubst
PASS: tests/codec/ber/test_decoder.py:ExpTaggedOctetStringDecoderTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:ExpTaggedOctetStringDecoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:ExpTaggedOctetStringDecoderTestCase.testDefModeSubst
PASS: tests/codec/ber/test_decoder.py:ExpTaggedOctetStringDecoderTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:ExpTaggedOctetStringDecoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:ExpTaggedOctetStringDecoderTestCase.testIndefModeSubst
PASS: tests/codec/ber/test_decoder.py:NullDecoderTestCase.testNull
PASS: tests/codec/ber/test_decoder.py:NullDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge1
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge2
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge3
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge4
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge5
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge6
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge7
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge8
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testEdge9
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testIndefiniteLength
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testLarge1
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testLarge2
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testLeading0x80Case1
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testLeading0x80Case2
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testLeading0x80Case3
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testLeading0x80Case4
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testNonLeading0x80
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testOne
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testReservedLength
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:ObjectIdentifierDecoderTestCase.testZeroLength
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testBin1
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testBin2
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testBin3
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testBin4
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testBin5
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testChar
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testEmpty
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testMinusInf
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testPlusInf
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testShortEncoding
PASS: tests/codec/ber/test_decoder.py:RealDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:UniversalStringDecoderTestCase.testDecoder
PASS: tests/codec/ber/test_decoder.py:BMPStringDecoderTestCase.testDecoder
PASS: tests/codec/ber/test_decoder.py:UTF8StringDecoderTestCase.testDecoder
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderTestCase.testSchemalessDecoder
PASS: tests/codec/ber/test_decoder.py:ExpTaggedSequenceOfDecoderTestCase.testWithSchema
PASS: tests/codec/ber/test_decoder.py:ExpTaggedSequenceOfDecoderTestCase.testWithoutSchema
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceOfDecoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderTestCase.testSchemalessDecoder
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:SetOfDecoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testWithOptionalAndDefaultedDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testWithOptionalAndDefaultedDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testWithOptionalAndDefaultedDefModeSubst
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testWithOptionalAndDefaultedIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderTestCase.testWithOptionalAndDefaultedIndefModeSubst
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithDefaultedDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithDefaultedDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithDefaultedIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithDefaultedIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionaIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalAndDefaultedDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalAndDefaultedDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalDefMode
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithSchemaTestCase.testWithOptionalIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesChoiceTwo
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesUnknownType
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDontDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDontDecodeOpenTypesChoiceTwo
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithImplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithImplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithExplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithExplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceTwo
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownType
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDontDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDontDecodeOpenTypesChoiceTwo
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/ber/test_decoder.py:SequenceDecoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testTagFormat
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testWithOptionalAndDefaultedDefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testWithOptionalAndDefaultedDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testWithOptionalAndDefaultedDefModeSubst
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testWithOptionalAndDefaultedIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderTestCase.testWithOptionalAndDefaultedIndefModeSubst
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithDefaultedDefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithDefaultedDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithDefaultedIndefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithDefaultedIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalAndDefaultedDefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalAndDefaultedDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalAndDefaultedDefModeReordered
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefModeReordered
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalDefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalDefModeChunked
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalIndefMode
PASS: tests/codec/ber/test_decoder.py:SetDecoderWithSchemaTestCase.testWithOptionalIndefModeChunked
PASS: tests/codec/ber/test_decoder.py:SequenceOfWithExpTaggedOctetStringDecoder.testDefModeNoComponent
PASS: tests/codec/ber/test_decoder.py:SequenceOfWithExpTaggedOctetStringDecoder.testDefModeSchema
PASS: tests/codec/ber/test_decoder.py:SequenceOfWithExpTaggedOctetStringDecoder.testDefModeSchemaless
PASS: tests/codec/ber/test_decoder.py:SequenceOfWithExpTaggedOctetStringDecoder.testIndefModeNoComponent
PASS: tests/codec/ber/test_decoder.py:SequenceOfWithExpTaggedOctetStringDecoder.testIndefModeSchema
PASS: tests/codec/ber/test_decoder.py:SequenceOfWithExpTaggedOctetStringDecoder.testIndefModeSchemaless
PASS: tests/codec/ber/test_decoder.py:SequenceWithExpTaggedOctetStringDecoder.testDefModeNoComponent
PASS: tests/codec/ber/test_decoder.py:SequenceWithExpTaggedOctetStringDecoder.testDefModeSchema
PASS: tests/codec/ber/test_decoder.py:SequenceWithExpTaggedOctetStringDecoder.testDefModeSchemaless
PASS: tests/codec/ber/test_decoder.py:SequenceWithExpTaggedOctetStringDecoder.testIndefModeNoComponent
PASS: tests/codec/ber/test_decoder.py:SequenceWithExpTaggedOctetStringDecoder.testIndefModeSchema
PASS: tests/codec/ber/test_decoder.py:SequenceWithExpTaggedOctetStringDecoder.testIndefModeSchemaless
PASS: tests/codec/ber/test_decoder.py:ChoiceDecoderTestCase.testBySpec
PASS: tests/codec/ber/test_decoder.py:ChoiceDecoderTestCase.testExplicitTag
PASS: tests/codec/ber/test_decoder.py:ChoiceDecoderTestCase.testExplicitTagUndefLength
PASS: tests/codec/ber/test_decoder.py:ChoiceDecoderTestCase.testUndefLength
PASS: tests/codec/ber/test_decoder.py:ChoiceDecoderTestCase.testWithoutSpec
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testByUntagged
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testByUntaggedIndefMode
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testByUntaggedSubst
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testTaggedEx
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testTaggedExIndefMode
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testTaggedExSubst
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testTaggedIm
PASS: tests/codec/ber/test_decoder.py:AnyDecoderTestCase.testTaggedImIndefMode
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testDefiniteNoEoo
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testExpectedEoo
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testIndefiniteEoo
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testNoConstructedEoo
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testNoEooData
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testNoLongFormEoo
PASS: tests/codec/ber/test_decoder.py:EndOfOctetsTestCase.testUnexpectedEoo
PASS: tests/codec/ber/test_decoder.py:NonStringDecoderTestCase.testAny
PASS: tests/codec/ber/test_decoder.py:NonStringDecoderTestCase.testOctetString
PASS: tests/codec/ber/test_decoder.py:ErrorOnDecodingTestCase.testErrorCondition
PASS: tests/codec/ber/test_decoder.py:ErrorOnDecodingTestCase.testRawDump
PASS: tests/codec/ber/test_decoder.py:BinaryFileTestCase.testInvalidFileContent
PASS: tests/codec/ber/test_decoder.py:BinaryFileTestCase.testMoreObjects
PASS: tests/codec/ber/test_decoder.py:BinaryFileTestCase.testOneObject
PASS: tests/codec/ber/test_decoder.py:BytesIOTestCase.testRead
PASS: tests/codec/ber/test_decoder.py:UnicodeTestCase.testFail
PASS: tests/codec/ber/test_decoder.py:RestartableDecoderTestCase.testPartialReadingFromNonBlockingStream
PASS: tests/codec/ber/test_decoder.py:CompressedFilesTestCase.testGzip
PASS: tests/codec/ber/test_decoder.py:CompressedFilesTestCase.testZipfile
PASS: tests/codec/ber/test_decoder.py:CompressedFilesTestCase.testZipfileMany
PASS: tests/codec/ber/test_encoder.py:LargeTagEncoderTestCase.testEncoder
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testCompactZero
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testMinusOne
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testNegInt
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testNegLong
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testPosInt
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testPosLong
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderTestCase.testZero
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderWithSchemaTestCase.testNegInt
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderWithSchemaTestCase.testPosInt
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderWithSchemaTestCase.testPosLong
PASS: tests/codec/ber/test_encoder.py:IntegerEncoderWithSchemaTestCase.testZero
PASS: tests/codec/ber/test_encoder.py:BooleanEncoderTestCase.testFalse
PASS: tests/codec/ber/test_encoder.py:BooleanEncoderTestCase.testTrue
PASS: tests/codec/ber/test_encoder.py:BooleanEncoderWithSchemaTestCase.testFalse
PASS: tests/codec/ber/test_encoder.py:BooleanEncoderWithSchemaTestCase.testTrue
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderTestCase.testEmptyValue
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderWithSchemaTestCase.testEmptyValue
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:BitStringEncoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:OctetStringEncoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:ExpTaggedOctetStringEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:ExpTaggedOctetStringEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:ExpTaggedOctetStringEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:ExpTaggedOctetStringEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:NullEncoderTestCase.testNull
PASS: tests/codec/ber/test_encoder.py:NullEncoderWithSchemaTestCase.testNull
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge1
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge2
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge3
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge4
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge5
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge6
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge7
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge8
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdge9
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testEdgeA
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testImpossible1
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testImpossible2
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testImpossible3
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testImpossible4
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testLarge1
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testLarge2
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierEncoderTestCase.testOne
PASS: tests/codec/ber/test_encoder.py:ObjectIdentifierWithSchemaEncoderTestCase.testOne
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin1
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin2
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin3
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin4
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin5
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin6
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testBin7
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testChar
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testMinusInf
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testPlusInf
PASS: tests/codec/ber/test_encoder.py:RealEncoderTestCase.testZero
PASS: tests/codec/ber/test_encoder.py:RealEncoderWithSchemaTestCase.testChar
PASS: tests/codec/ber/test_encoder.py:UniversalStringEncoderTestCase.testEncoding
PASS: tests/codec/ber/test_encoder.py:UniversalStringEncoderWithSchemaTestCase.testEncoding
PASS: tests/codec/ber/test_encoder.py:BMPStringEncoderTestCase.testEncoding
PASS: tests/codec/ber/test_encoder.py:BMPStringEncoderWithSchemaTestCase.testEncoding
PASS: tests/codec/ber/test_encoder.py:UTF8StringEncoderTestCase.testEncoding
PASS: tests/codec/ber/test_encoder.py:UTF8StringEncoderWithSchemaTestCase.testEncoding
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithComponentsSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithComponentsSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithComponentsSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceOfEncoderWithComponentsSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithSchemaTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithComponentsSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithComponentsSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithComponentsSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetOfEncoderWithComponentsSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithSchemaTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeChoiceTwo
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeIncompatibleType
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeUnknownId
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithImplicitlyTaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithExplicitlyTaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceTwo
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeIncompatibleType
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeUnknownId
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithDefaultedDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithDefaultedDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithDefaultedIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithDefaultedIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalDefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalIndefMode
PASS: tests/codec/ber/test_encoder.py:SequenceEncoderWithComponentsSchemaTestCase.testWithOptionalIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:ExpTaggedSequenceEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:ExpTaggedSequenceEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:ExpTaggedSequenceComponentEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:ExpTaggedSequenceComponentEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithSchemaTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testDefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithDefaultedDefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithDefaultedDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithDefaultedIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithDefaultedIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedDefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalAndDefaultedIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalDefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalDefModeChunked
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalIndefMode
PASS: tests/codec/ber/test_encoder.py:SetEncoderWithComponentsSchemaTestCase.testWithOptionalIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderTestCase.testDefModeChunked
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderTestCase.testDefModeOptionOne
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderTestCase.testDefModeOptionTwo
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderTestCase.testIndefMode
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderTestCase.testIndefModeChunked
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderWithSchemaTestCase.testFilled
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderWithComponentsSchemaTestCase.testEmpty
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderWithComponentsSchemaTestCase.testFilled
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderWithComponentsSchemaTestCase.testTagged
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderWithComponentsSchemaTestCase.testTaggedUndefLength
PASS: tests/codec/ber/test_encoder.py:ChoiceEncoderWithComponentsSchemaTestCase.testUndefLength
PASS: tests/codec/ber/test_encoder.py:AnyEncoderTestCase.testTaggedEx
PASS: tests/codec/ber/test_encoder.py:AnyEncoderTestCase.testTaggedIm
PASS: tests/codec/ber/test_encoder.py:AnyEncoderTestCase.testUntagged
PASS: tests/codec/ber/test_encoder.py:AnyEncoderWithSchemaTestCase.testTaggedEx
PASS: tests/codec/ber/test_encoder.py:AnyEncoderWithSchemaTestCase.testTaggedIm
PASS: tests/codec/ber/test_encoder.py:AnyEncoderWithSchemaTestCase.testUntagged
PASS: tests/codec/cer/test_decoder.py:BooleanDecoderTestCase.testEmpty
PASS: tests/codec/cer/test_decoder.py:BooleanDecoderTestCase.testFalse
PASS: tests/codec/cer/test_decoder.py:BooleanDecoderTestCase.testOverflow
PASS: tests/codec/cer/test_decoder.py:BooleanDecoderTestCase.testTrue
PASS: tests/codec/cer/test_decoder.py:BitStringDecoderTestCase.testLongMode
PASS: tests/codec/cer/test_decoder.py:BitStringDecoderTestCase.testShortMode
PASS: tests/codec/cer/test_decoder.py:OctetStringDecoderTestCase.testLongMode
PASS: tests/codec/cer/test_decoder.py:OctetStringDecoderTestCase.testShortMode
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesChoiceTwo
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesUnknownType
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDontDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDontDecodeOpenTypesChoiceTwo
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithImplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithImplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithExplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithExplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceTwo
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownType
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedSetOfOpenTypesTestCase.testDontDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithUntaggedSetOfOpenTypesTestCase.testDontDecodeOpenTypesChoiceTwo
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/cer/test_decoder.py:SequenceDecoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/cer/test_encoder.py:BooleanEncoderTestCase.testFalse
PASS: tests/codec/cer/test_encoder.py:BooleanEncoderTestCase.testTrue
PASS: tests/codec/cer/test_encoder.py:BitStringEncoderTestCase.testLongMode
PASS: tests/codec/cer/test_encoder.py:BitStringEncoderTestCase.testShortMode
PASS: tests/codec/cer/test_encoder.py:OctetStringEncoderTestCase.testLongMode
PASS: tests/codec/cer/test_encoder.py:OctetStringEncoderTestCase.testShortMode
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testDecimalCommaPoint
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testLocalTimezone
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testMissingTimezone
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithMinutes
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithSeconds
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithSubseconds
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithSubsecondsDanglingDot
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithSubsecondsMax
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithSubsecondsMin
PASS: tests/codec/cer/test_encoder.py:GeneralizedTimeEncoderTestCase.testWithSubsecondsWithZeros
PASS: tests/codec/cer/test_encoder.py:UTCTimeEncoderTestCase.testFractionOfSecond
PASS: tests/codec/cer/test_encoder.py:UTCTimeEncoderTestCase.testLocalTimezone
PASS: tests/codec/cer/test_encoder.py:UTCTimeEncoderTestCase.testMissingTimezone
PASS: tests/codec/cer/test_encoder.py:UTCTimeEncoderTestCase.testWithMinutes
PASS: tests/codec/cer/test_encoder.py:UTCTimeEncoderTestCase.testWithSeconds
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderTestCase.testDefMode1
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderTestCase.testDefMode2
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderTestCase.testDefMode3
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderTestCase.testDefMode4
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderTestCase.testEmpty
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testEmpty
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testIndefMode1
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testIndefMode2
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testIndefMode3
PASS: tests/codec/cer/test_encoder.py:SequenceOfEncoderWithSchemaTestCase.testIndefMode4
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderTestCase.testDefMode1
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderTestCase.testDefMode2
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderTestCase.testDefMode3
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderTestCase.testDefMode4
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderTestCase.testEmpty
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderWithSchemaTestCase.testEmpty
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderWithSchemaTestCase.testIndefMode1
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderWithSchemaTestCase.testIndefMode2
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderWithSchemaTestCase.testIndefMode3
PASS: tests/codec/cer/test_encoder.py:SetOfEncoderWithSchemaTestCase.testIndefMode4
PASS: tests/codec/cer/test_encoder.py:SetEncoderTestCase.testIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderTestCase.testWithDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderTestCase.testWithOptionalIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithSchemaTestCase.testWithDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithSchemaTestCase.testWithOptionalIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithChoiceWithSchemaEncoderTestCase.testIndefMode
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithTaggedChoiceEncoderTestCase.testWithTaggedChoice
PASS: tests/codec/cer/test_encoder.py:SetEncoderWithTaggedChoiceEncoderTestCase.testWithUntaggedChoice
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderTestCase.testIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderTestCase.testWithDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderTestCase.testWithOptionalIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithSchemaTestCase.testIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithSchemaTestCase.testWithDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithSchemaTestCase.testWithOptionalAndDefaultedIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithSchemaTestCase.testWithOptionalIndefMode
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeChoiceTwo
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeIncompatibleType
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeUnknownId
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithImplicitlyTaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithExplicitlyTaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceTwo
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeIncompatibleType
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeUnknownId
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/cer/test_encoder.py:SequenceEncoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefaultWithDefault
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefaultWithDefaultAndOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefaultWithOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testOptionalWithDefault
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testOptionalWithDefaultAndOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testOptionalWithOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testOptionalWithDefault
PASS: tests/codec/cer/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testOptionalWithDefaultAndOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testOptionalWithOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceOfEncoderTestCase.testOptional
PASS: tests/codec/cer/test_encoder.py:NestedOptionalSequenceOfEncoderTestCase.testOptionalWithValue
PASS: tests/codec/der/test_decoder.py:BitStringDecoderTestCase.testDefModeChunked
PASS: tests/codec/der/test_decoder.py:BitStringDecoderTestCase.testIndefMode
PASS: tests/codec/der/test_decoder.py:BitStringDecoderTestCase.testShortMode
PASS: tests/codec/der/test_decoder.py:OctetStringDecoderTestCase.testChunkedMode
PASS: tests/codec/der/test_decoder.py:OctetStringDecoderTestCase.testIndefMode
PASS: tests/codec/der/test_decoder.py:OctetStringDecoderTestCase.testShortMode
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesChoiceTwo
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDecodeOpenTypesUnknownType
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDontDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUntaggedOpenTypesTestCase.testDontDecodeOpenTypesChoiceTwo
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithImplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithImplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithExplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithExplicitlyTaggedOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceTwo
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownType
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDontDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithUnaggedSetOfOpenTypesTestCase.testDontDecodeOpenTypesChoiceTwo
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesChoiceOne
PASS: tests/codec/der/test_decoder.py:SequenceDecoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testDecodeOpenTypesUnknownId
PASS: tests/codec/der/test_encoder.py:OctetStringEncoderTestCase.testDefModeLong
PASS: tests/codec/der/test_encoder.py:OctetStringEncoderTestCase.testDefModeShort
PASS: tests/codec/der/test_encoder.py:BitStringEncoderTestCase.testDefModeLong
PASS: tests/codec/der/test_encoder.py:BitStringEncoderTestCase.testDefModeShort
PASS: tests/codec/der/test_encoder.py:SetOfEncoderTestCase.testDefMode1
PASS: tests/codec/der/test_encoder.py:SetOfEncoderTestCase.testDefMode2
PASS: tests/codec/der/test_encoder.py:SetOfEncoderTestCase.testDefMode3
PASS: tests/codec/der/test_encoder.py:SetOfEncoderTestCase.testDefMode4
PASS: tests/codec/der/test_encoder.py:SetWithAlternatingChoiceEncoderTestCase.testComponentsOrdering1
PASS: tests/codec/der/test_encoder.py:SetWithAlternatingChoiceEncoderTestCase.testComponentsOrdering2
PASS: tests/codec/der/test_encoder.py:SetWithTaggedChoiceEncoderTestCase.testWithTaggedChoice
PASS: tests/codec/der/test_encoder.py:SetWithTaggedChoiceEncoderTestCase.testWithUntaggedChoice
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeChoiceTwo
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeIncompatibleType
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedOpenTypesTestCase.testEncodeOpenTypeUnknownId
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithImplicitlyTaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithExplicitlyTaggedOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceTwo
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeIncompatibleType
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithUntaggedSetOfOpenTypesTestCase.testEncodeOpenTypeUnknownId
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithImplicitlyTaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/der/test_encoder.py:SequenceEncoderWithExplicitlyTaggedSetOfOpenTypesTestCase.testEncodeOpenTypeChoiceOne
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeDefaultWithDefault
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeDefaultWithDefaultAndOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeDefaultWithOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeOptionalWithDefault
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeOptionalWithDefaultAndOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceEncoderTestCase.testDefModeOptionalWithOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testDefModeOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testDefModeOptionalWithDefault
PASS: tests/codec/der/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testDefModeOptionalWithDefaultAndOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalChoiceEncoderTestCase.testDefModeOptionalWithOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceOfEncoderTestCase.testDefModeOptional
PASS: tests/codec/der/test_encoder.py:NestedOptionalSequenceOfEncoderTestCase.testDefModeOptionalWithValue
PASS: tests/codec/der/test_encoder.py:EmptyInnerFieldOfSequenceEncoderTestCase.testInitializedDefaultNullIsNotEncoded
PASS: tests/codec/der/test_encoder.py:EmptyInnerFieldOfSequenceEncoderTestCase.testInitializedDefaultOctetStringIsNotEncoded
PASS: tests/codec/der/test_encoder.py:EmptyInnerFieldOfSequenceEncoderTestCase.testInitializedOptionalNullIsEncoded
PASS: tests/codec/der/test_encoder.py:EmptyInnerFieldOfSequenceEncoderTestCase.testInitializedOptionalOctetStringIsEncoded
PASS: tests/codec/der/test_encoder.py:EmptyInnerFieldOfSequenceEncoderTestCase.testUninitializedOptionalNullIsNotEncoded
PASS: tests/codec/der/test_encoder.py:EmptyInnerFieldOfSequenceEncoderTestCase.testUninitializedOptionalOctetStringIsNotEncoded
PASS: tests/codec/der/test_encoder.py:ClassConstructorTestCase.testKeywords
PASS: tests/codec/native/test_decoder.py:BadAsn1SpecTestCase.testBadSpec
PASS: tests/codec/native/test_decoder.py:IntegerDecoderTestCase.testNegInt
PASS: tests/codec/native/test_decoder.py:IntegerDecoderTestCase.testPosInt
PASS: tests/codec/native/test_decoder.py:BooleanDecoderTestCase.testTrue
PASS: tests/codec/native/test_decoder.py:BooleanDecoderTestCase.testTrueNeg
PASS: tests/codec/native/test_decoder.py:BitStringDecoderTestCase.testSimple
PASS: tests/codec/native/test_decoder.py:OctetStringDecoderTestCase.testSimple
PASS: tests/codec/native/test_decoder.py:NullDecoderTestCase.testNull
PASS: tests/codec/native/test_decoder.py:ObjectIdentifierDecoderTestCase.testOne
PASS: tests/codec/native/test_decoder.py:RealDecoderTestCase.testSimple
PASS: tests/codec/native/test_decoder.py:SequenceDecoderTestCase.testSimple
PASS: tests/codec/native/test_decoder.py:ChoiceDecoderTestCase.testSimple
PASS: tests/codec/native/test_decoder.py:AnyDecoderTestCase.testSimple
PASS: tests/codec/native/test_encoder.py:BadAsn1SpecTestCase.testBadValueType
PASS: tests/codec/native/test_encoder.py:IntegerEncoderTestCase.testNegInt
PASS: tests/codec/native/test_encoder.py:IntegerEncoderTestCase.testPosInt
PASS: tests/codec/native/test_encoder.py:BooleanEncoderTestCase.testFalse
PASS: tests/codec/native/test_encoder.py:BooleanEncoderTestCase.testTrue
PASS: tests/codec/native/test_encoder.py:BitStringEncoderTestCase.testValue
PASS: tests/codec/native/test_encoder.py:OctetStringEncoderTestCase.testValue
PASS: tests/codec/native/test_encoder.py:NullEncoderTestCase.testNull
PASS: tests/codec/native/test_encoder.py:ObjectIdentifierEncoderTestCase.testOne
PASS: tests/codec/native/test_encoder.py:RealEncoderTestCase.testChar
PASS: tests/codec/native/test_encoder.py:RealEncoderTestCase.testMinusInf
PASS: tests/codec/native/test_encoder.py:RealEncoderTestCase.testPlusInf
PASS: tests/codec/native/test_encoder.py:SequenceEncoderTestCase.testSimple
PASS: tests/codec/native/test_encoder.py:ChoiceEncoderTestCase.testEmpty
PASS: tests/codec/native/test_encoder.py:ChoiceEncoderTestCase.testFilled
PASS: tests/codec/native/test_encoder.py:AnyEncoderTestCase.testSimple
PASS: tests/compat/test_integer.py:IntegerTestCase.test_from_bytes_empty
PASS: tests/compat/test_integer.py:IntegerTestCase.test_from_bytes_signed
PASS: tests/compat/test_integer.py:IntegerTestCase.test_from_bytes_unsigned
PASS: tests/compat/test_integer.py:IntegerTestCase.test_from_bytes_zero
PASS: tests/compat/test_octets.py:OctetsTestCase.test_ensureString
PASS: tests/compat/test_octets.py:OctetsTestCase.test_int2oct
PASS: tests/compat/test_octets.py:OctetsTestCase.test_ints2octs
PASS: tests/compat/test_octets.py:OctetsTestCase.test_ints2octs_empty
PASS: tests/compat/test_octets.py:OctetsTestCase.test_isOctetsType
PASS: tests/compat/test_octets.py:OctetsTestCase.test_isStringType
PASS: tests/compat/test_octets.py:OctetsTestCase.test_oct2int
PASS: tests/compat/test_octets.py:OctetsTestCase.test_octs2ints
PASS: tests/compat/test_octets.py:OctetsTestCase.test_octs2ints_empty
PASS: tests/compat/test_octets.py:OctetsTestCase.test_octs2str
PASS: tests/compat/test_octets.py:OctetsTestCase.test_octs2str_empty
PASS: tests/compat/test_octets.py:OctetsTestCase.test_str2octs
PASS: tests/compat/test_octets.py:OctetsTestCase.test_str2octs_empty
PASS: tests/type/test_char.py:VisibleStringTestCase.testAdd
PASS: tests/type/test_char.py:VisibleStringTestCase.testAsNumbers
PASS: tests/type/test_char.py:VisibleStringTestCase.testAsOctets
PASS: tests/type/test_char.py:VisibleStringTestCase.testContains
PASS: tests/type/test_char.py:VisibleStringTestCase.testEmpty
PASS: tests/type/test_char.py:VisibleStringTestCase.testInit
PASS: tests/type/test_char.py:VisibleStringTestCase.testInitFromAsn1
PASS: tests/type/test_char.py:VisibleStringTestCase.testLength
PASS: tests/type/test_char.py:VisibleStringTestCase.testMul
PASS: tests/type/test_char.py:VisibleStringTestCase.testPrintable
PASS: tests/type/test_char.py:VisibleStringTestCase.testRadd
PASS: tests/type/test_char.py:VisibleStringTestCase.testReverse
PASS: tests/type/test_char.py:VisibleStringTestCase.testRmul
PASS: tests/type/test_char.py:VisibleStringTestCase.testSchemaPickling
PASS: tests/type/test_char.py:VisibleStringTestCase.testSeq
PASS: tests/type/test_char.py:VisibleStringTestCase.testSerialised
PASS: tests/type/test_char.py:VisibleStringTestCase.testSizeConstraint
PASS: tests/type/test_char.py:VisibleStringTestCase.testUnicode
PASS: tests/type/test_char.py:VisibleStringTestCase.testValuePickling
PASS: tests/type/test_char.py:GeneralStringTestCase.testAdd
PASS: tests/type/test_char.py:GeneralStringTestCase.testAsNumbers
PASS: tests/type/test_char.py:GeneralStringTestCase.testAsOctets
PASS: tests/type/test_char.py:GeneralStringTestCase.testContains
PASS: tests/type/test_char.py:GeneralStringTestCase.testEmpty
PASS: tests/type/test_char.py:GeneralStringTestCase.testInit
PASS: tests/type/test_char.py:GeneralStringTestCase.testInitFromAsn1
PASS: tests/type/test_char.py:GeneralStringTestCase.testLength
PASS: tests/type/test_char.py:GeneralStringTestCase.testMul
PASS: tests/type/test_char.py:GeneralStringTestCase.testPrintable
PASS: tests/type/test_char.py:GeneralStringTestCase.testRadd
PASS: tests/type/test_char.py:GeneralStringTestCase.testReverse
PASS: tests/type/test_char.py:GeneralStringTestCase.testRmul
PASS: tests/type/test_char.py:GeneralStringTestCase.testSchemaPickling
PASS: tests/type/test_char.py:GeneralStringTestCase.testSeq
PASS: tests/type/test_char.py:GeneralStringTestCase.testSerialised
PASS: tests/type/test_char.py:GeneralStringTestCase.testSizeConstraint
PASS: tests/type/test_char.py:GeneralStringTestCase.testUnicode
PASS: tests/type/test_char.py:GeneralStringTestCase.testValuePickling
PASS: tests/type/test_char.py:UTF8StringTestCase.testAdd
PASS: tests/type/test_char.py:UTF8StringTestCase.testAsNumbers
PASS: tests/type/test_char.py:UTF8StringTestCase.testAsOctets
PASS: tests/type/test_char.py:UTF8StringTestCase.testContains
PASS: tests/type/test_char.py:UTF8StringTestCase.testEmpty
PASS: tests/type/test_char.py:UTF8StringTestCase.testInit
PASS: tests/type/test_char.py:UTF8StringTestCase.testInitFromAsn1
PASS: tests/type/test_char.py:UTF8StringTestCase.testLength
PASS: tests/type/test_char.py:UTF8StringTestCase.testMul
PASS: tests/type/test_char.py:UTF8StringTestCase.testPrintable
PASS: tests/type/test_char.py:UTF8StringTestCase.testRadd
PASS: tests/type/test_char.py:UTF8StringTestCase.testReverse
PASS: tests/type/test_char.py:UTF8StringTestCase.testRmul
PASS: tests/type/test_char.py:UTF8StringTestCase.testSchemaPickling
PASS: tests/type/test_char.py:UTF8StringTestCase.testSeq
PASS: tests/type/test_char.py:UTF8StringTestCase.testSerialised
PASS: tests/type/test_char.py:UTF8StringTestCase.testSizeConstraint
PASS: tests/type/test_char.py:UTF8StringTestCase.testUnicode
PASS: tests/type/test_char.py:UTF8StringTestCase.testValuePickling
PASS: tests/type/test_char.py:BMPStringTestCase.testAdd
PASS: tests/type/test_char.py:BMPStringTestCase.testAsNumbers
PASS: tests/type/test_char.py:BMPStringTestCase.testAsOctets
PASS: tests/type/test_char.py:BMPStringTestCase.testContains
PASS: tests/type/test_char.py:BMPStringTestCase.testEmpty
PASS: tests/type/test_char.py:BMPStringTestCase.testInit
PASS: tests/type/test_char.py:BMPStringTestCase.testInitFromAsn1
PASS: tests/type/test_char.py:BMPStringTestCase.testLength
PASS: tests/type/test_char.py:BMPStringTestCase.testMul
PASS: tests/type/test_char.py:BMPStringTestCase.testPrintable
PASS: tests/type/test_char.py:BMPStringTestCase.testRadd
PASS: tests/type/test_char.py:BMPStringTestCase.testReverse
PASS: tests/type/test_char.py:BMPStringTestCase.testRmul
PASS: tests/type/test_char.py:BMPStringTestCase.testSchemaPickling
PASS: tests/type/test_char.py:BMPStringTestCase.testSeq
PASS: tests/type/test_char.py:BMPStringTestCase.testSerialised
PASS: tests/type/test_char.py:BMPStringTestCase.testSizeConstraint
PASS: tests/type/test_char.py:BMPStringTestCase.testUnicode
PASS: tests/type/test_char.py:BMPStringTestCase.testValuePickling
PASS: tests/type/test_char.py:UniversalStringTestCase.testAdd
PASS: tests/type/test_char.py:UniversalStringTestCase.testAsNumbers
PASS: tests/type/test_char.py:UniversalStringTestCase.testAsOctets
PASS: tests/type/test_char.py:UniversalStringTestCase.testContains
PASS: tests/type/test_char.py:UniversalStringTestCase.testEmpty
PASS: tests/type/test_char.py:UniversalStringTestCase.testInit
PASS: tests/type/test_char.py:UniversalStringTestCase.testInitFromAsn1
PASS: tests/type/test_char.py:UniversalStringTestCase.testLength
PASS: tests/type/test_char.py:UniversalStringTestCase.testMul
PASS: tests/type/test_char.py:UniversalStringTestCase.testPrintable
PASS: tests/type/test_char.py:UniversalStringTestCase.testRadd
PASS: tests/type/test_char.py:UniversalStringTestCase.testReverse
PASS: tests/type/test_char.py:UniversalStringTestCase.testRmul
PASS: tests/type/test_char.py:UniversalStringTestCase.testSchemaPickling
PASS: tests/type/test_char.py:UniversalStringTestCase.testSeq
PASS: tests/type/test_char.py:UniversalStringTestCase.testSerialised
PASS: tests/type/test_char.py:UniversalStringTestCase.testSizeConstraint
PASS: tests/type/test_char.py:UniversalStringTestCase.testUnicode
PASS: tests/type/test_char.py:UniversalStringTestCase.testValuePickling
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testAdd
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testBadVal
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testCmp
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testContains
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testGoodVal
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testHash
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testIter
PASS: tests/type/test_constraint.py:SingleValueConstraintTestCase.testSub
PASS: tests/type/test_constraint.py:ContainedSubtypeConstraintTestCase.testBadVal
PASS: tests/type/test_constraint.py:ContainedSubtypeConstraintTestCase.testGoodVal
PASS: tests/type/test_constraint.py:ValueRangeConstraintTestCase.testBadVal
PASS: tests/type/test_constraint.py:ValueRangeConstraintTestCase.testGoodVal
PASS: tests/type/test_constraint.py:ValueSizeConstraintTestCase.testBadVal
PASS: tests/type/test_constraint.py:ValueSizeConstraintTestCase.testGoodVal
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testAdd
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testBadVal
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testCmp
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testContains
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testGoodVal
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testHash
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testIter
PASS: tests/type/test_constraint.py:PermittedAlphabetConstraintTestCase.testSub
PASS: tests/type/test_constraint.py:WithComponentsConstraintTestCase.testBadVal
PASS: tests/type/test_constraint.py:WithComponentsConstraintTestCase.testBadValExtraFields
PASS: tests/type/test_constraint.py:WithComponentsConstraintTestCase.testEmptyConstraint
PASS: tests/type/test_constraint.py:WithComponentsConstraintTestCase.testGoodVal
PASS: tests/type/test_constraint.py:WithComponentsConstraintTestCase.testGoodValWithExtraFields
PASS: tests/type/test_constraint.py:ConstraintsIntersectionTestCase.testBadVal
PASS: tests/type/test_constraint.py:ConstraintsIntersectionTestCase.testCmp1
PASS: tests/type/test_constraint.py:ConstraintsIntersectionTestCase.testCmp2
PASS: tests/type/test_constraint.py:ConstraintsIntersectionTestCase.testCmp3
PASS: tests/type/test_constraint.py:ConstraintsIntersectionTestCase.testCmp4
PASS: tests/type/test_constraint.py:ConstraintsIntersectionTestCase.testGoodVal
PASS: tests/type/test_constraint.py:InnerTypeConstraintTestCase.testConst1
PASS: tests/type/test_constraint.py:InnerTypeConstraintTestCase.testConst2
PASS: tests/type/test_constraint.py:ConstraintsIntersectionRangeTestCase.testBadVal
PASS: tests/type/test_constraint.py:ConstraintsIntersectionRangeTestCase.testGoodVal
PASS: tests/type/test_constraint.py:ConstraintsUnionTestCase.testBadVal
PASS: tests/type/test_constraint.py:ConstraintsUnionTestCase.testGoodVal
PASS: tests/type/test_constraint.py:ConstraintsExclusionTestCase.testBadVal
PASS: tests/type/test_constraint.py:ConstraintsExclusionTestCase.testGoodVal
PASS: tests/type/test_constraint.py:DirectDerivationTestCase.testBadVal
PASS: tests/type/test_constraint.py:DirectDerivationTestCase.testGoodVal
PASS: tests/type/test_constraint.py:IndirectDerivationTestCase.testBadVal
PASS: tests/type/test_constraint.py:IndirectDerivationTestCase.testGoodVal
PASS: tests/type/test_namedtype.py:NamedTypeCaseBase.testIter
PASS: tests/type/test_namedtype.py:NamedTypeCaseBase.testRepr
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testContains
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetItem
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetNameByPosition
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetPositionByName
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetPositionNearType
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetTagMap
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetTagMapWithDups
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetTypeByPosition
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testGetTypesNearPosition
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testIter
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testRepr
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testReprTagMap
PASS: tests/type/test_namedtype.py:NamedTypesCaseBase.testStrTagMap
PASS: tests/type/test_namedtype.py:OrderedNamedTypesCaseBase.testGetTypeByPosition
PASS: tests/type/test_namedtype.py:DuplicateNamedTypesCaseBase.testDuplicateDefaultTags
PASS: tests/type/test_namedval.py:NamedValuesCaseBase.testAdd
PASS: tests/type/test_namedval.py:NamedValuesCaseBase.testClone
PASS: tests/type/test_namedval.py:NamedValuesCaseBase.testDict
PASS: tests/type/test_namedval.py:NamedValuesCaseBase.testInit
PASS: tests/type/test_namedval.py:NamedValuesCaseBase.testLen
PASS: tests/type/test_namedval.py:NamedValuesCaseBase.testStrRepr
PASS: tests/type/test_opentype.py:UntaggedAnyTestCase.testTypeCheckOnAssignment
PASS: tests/type/test_opentype.py:TaggedAnyTestCase.testTypeCheckOnAssignment
PASS: tests/type/test_opentype.py:TaggedAnyOpenTypeTestCase.testTypeCheckOnAssignment
PASS: tests/type/test_tag.py:TagReprTestCase.testRepr
PASS: tests/type/test_tag.py:TagCmpTestCase.testCmp
PASS: tests/type/test_tag.py:TagCmpTestCase.testHash
PASS: tests/type/test_tag.py:TagCmpTestCase.testSequence
PASS: tests/type/test_tag.py:TagSetReprTestCase.testRepr
PASS: tests/type/test_tag.py:TagSetCmpTestCase.testCmp
PASS: tests/type/test_tag.py:TagSetCmpTestCase.testHash
PASS: tests/type/test_tag.py:TagSetCmpTestCase.testLen
PASS: tests/type/test_tag.py:TaggingTestSuite.testExplicitTag
PASS: tests/type/test_tag.py:TaggingTestSuite.testImplicitTag
PASS: tests/type/test_tag.py:TagSetAddTestSuite.testAdd
PASS: tests/type/test_tag.py:TagSetAddTestSuite.testRadd
PASS: tests/type/test_tag.py:SuperTagSetTestCase.testSuperTagCheck1
PASS: tests/type/test_tag.py:SuperTagSetTestCase.testSuperTagCheck2
PASS: tests/type/test_tag.py:SuperTagSetTestCase.testSuperTagCheck3
PASS: tests/type/test_univ.py:NoValueTestCase.testAdd
PASS: tests/type/test_univ.py:NoValueTestCase.testBitShift
PASS: tests/type/test_univ.py:NoValueTestCase.testBooleanEvaluation
PASS: tests/type/test_univ.py:NoValueTestCase.testCmp
PASS: tests/type/test_univ.py:NoValueTestCase.testInt
PASS: tests/type/test_univ.py:NoValueTestCase.testIsInstance
PASS: tests/type/test_univ.py:NoValueTestCase.testKey
PASS: tests/type/test_univ.py:NoValueTestCase.testKeyAssignment
PASS: tests/type/test_univ.py:NoValueTestCase.testLen
PASS: tests/type/test_univ.py:NoValueTestCase.testRepr
PASS: tests/type/test_univ.py:NoValueTestCase.testSingleton
PASS: tests/type/test_univ.py:NoValueTestCase.testSizeOf
PASS: tests/type/test_univ.py:NoValueTestCase.testStr
PASS: tests/type/test_univ.py:NoValueTestCase.testSubs
PASS: tests/type/test_univ.py:IntegerTestCase.testAdd
PASS: tests/type/test_univ.py:IntegerTestCase.testAnd
PASS: tests/type/test_univ.py:IntegerTestCase.testCeil
PASS: tests/type/test_univ.py:IntegerTestCase.testDivFloat
PASS: tests/type/test_univ.py:IntegerTestCase.testDivInt
PASS: tests/type/test_univ.py:IntegerTestCase.testFloat
PASS: tests/type/test_univ.py:IntegerTestCase.testFloor
PASS: tests/type/test_univ.py:IntegerTestCase.testFloorDiv
PASS: tests/type/test_univ.py:IntegerTestCase.testInt
PASS: tests/type/test_univ.py:IntegerTestCase.testInvert
PASS: tests/type/test_univ.py:IntegerTestCase.testLong
PASS: tests/type/test_univ.py:IntegerTestCase.testLshift
PASS: tests/type/test_univ.py:IntegerTestCase.testMod
PASS: tests/type/test_univ.py:IntegerTestCase.testMul
PASS: tests/type/test_univ.py:IntegerTestCase.testNamedVals
PASS: tests/type/test_univ.py:IntegerTestCase.testNeg
PASS: tests/type/test_univ.py:IntegerTestCase.testOr
PASS: tests/type/test_univ.py:IntegerTestCase.testPos
PASS: tests/type/test_univ.py:IntegerTestCase.testPow
PASS: tests/type/test_univ.py:IntegerTestCase.testPrettyIn
PASS: tests/type/test_univ.py:IntegerTestCase.testRadd
PASS: tests/type/test_univ.py:IntegerTestCase.testRand
PASS: tests/type/test_univ.py:IntegerTestCase.testRdivFloat
PASS: tests/type/test_univ.py:IntegerTestCase.testRdivInt
PASS: tests/type/test_univ.py:IntegerTestCase.testRepr
PASS: tests/type/test_univ.py:IntegerTestCase.testRmod
PASS: tests/type/test_univ.py:IntegerTestCase.testRmul
PASS: tests/type/test_univ.py:IntegerTestCase.testRor
PASS: tests/type/test_univ.py:IntegerTestCase.testRound
PASS: tests/type/test_univ.py:IntegerTestCase.testRpow
PASS: tests/type/test_univ.py:IntegerTestCase.testRshift
PASS: tests/type/test_univ.py:IntegerTestCase.testRsub
PASS: tests/type/test_univ.py:IntegerTestCase.testRxor
PASS: tests/type/test_univ.py:IntegerTestCase.testStr
PASS: tests/type/test_univ.py:IntegerTestCase.testSub
PASS: tests/type/test_univ.py:IntegerTestCase.testSubtype
PASS: tests/type/test_univ.py:IntegerTestCase.testTag
PASS: tests/type/test_univ.py:IntegerTestCase.testTrueDiv
PASS: tests/type/test_univ.py:IntegerTestCase.testTrunc
PASS: tests/type/test_univ.py:IntegerTestCase.testXor
PASS: tests/type/test_univ.py:IntegerPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:IntegerPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:BooleanTestCase.testConstraints
PASS: tests/type/test_univ.py:BooleanTestCase.testFalse
PASS: tests/type/test_univ.py:BooleanTestCase.testInt
PASS: tests/type/test_univ.py:BooleanTestCase.testRepr
PASS: tests/type/test_univ.py:BooleanTestCase.testStr
PASS: tests/type/test_univ.py:BooleanTestCase.testTag
PASS: tests/type/test_univ.py:BooleanTestCase.testTruth
PASS: tests/type/test_univ.py:BooleanPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:BooleanPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:BitStringTestCase.testAsInteger
PASS: tests/type/test_univ.py:BitStringTestCase.testAsInts
PASS: tests/type/test_univ.py:BitStringTestCase.testAsOctets
PASS: tests/type/test_univ.py:BitStringTestCase.testBinDefault
PASS: tests/type/test_univ.py:BitStringTestCase.testGetItem
PASS: tests/type/test_univ.py:BitStringTestCase.testHexDefault
PASS: tests/type/test_univ.py:BitStringTestCase.testLen
PASS: tests/type/test_univ.py:BitStringTestCase.testMultipleOfEightPadding
PASS: tests/type/test_univ.py:BitStringTestCase.testRepr
PASS: tests/type/test_univ.py:BitStringTestCase.testReverse
PASS: tests/type/test_univ.py:BitStringTestCase.testSet
PASS: tests/type/test_univ.py:BitStringTestCase.testStaticDef
PASS: tests/type/test_univ.py:BitStringTestCase.testStr
PASS: tests/type/test_univ.py:BitStringTestCase.testTag
PASS: tests/type/test_univ.py:BitStringPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:BitStringPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testAdd
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testAsInts
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testAsOctets
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testContains
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testInit
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testInitFromAsn1
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testMul
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testPrintable
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testRadd
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testRepr
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testReverse
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testRmul
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testSeq
PASS: tests/type/test_univ.py:OctetStringWithAsciiTestCase.testSerialised
PASS: tests/type/test_univ.py:OctetStringUnicodeErrorTestCase.testDecodeError
PASS: tests/type/test_univ.py:OctetStringUnicodeErrorTestCase.testEncodeError
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testAdd
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testAsInts
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testAsOctets
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testContains
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testInit
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testInitFromAsn1
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testMul
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testPrintable
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testRadd
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testRepr
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testReverse
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testRmul
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testSeq
PASS: tests/type/test_univ.py:OctetStringWithUtf8TestCase.testSerialised
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testAdd
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testAsInts
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testAsOctets
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testContains
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testInit
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testInitFromAsn1
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testMul
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testPrintable
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testRadd
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testRepr
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testReverse
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testRmul
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testSeq
PASS: tests/type/test_univ.py:OctetStringWithUtf16TestCase.testSerialised
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testAdd
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testAsInts
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testAsOctets
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testContains
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testInit
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testInitFromAsn1
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testMul
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testPrintable
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testRadd
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testRepr
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testReverse
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testRmul
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testSeq
PASS: tests/type/test_univ.py:OctetStringWithUtf32TestCase.testSerialised
PASS: tests/type/test_univ.py:OctetStringTestCase.testBinDefault
PASS: tests/type/test_univ.py:OctetStringTestCase.testBinStr
PASS: tests/type/test_univ.py:OctetStringTestCase.testEmpty
PASS: tests/type/test_univ.py:OctetStringTestCase.testHexDefault
PASS: tests/type/test_univ.py:OctetStringTestCase.testHexStr
PASS: tests/type/test_univ.py:OctetStringTestCase.testRepr
PASS: tests/type/test_univ.py:OctetStringTestCase.testStaticDef
PASS: tests/type/test_univ.py:OctetStringTestCase.testTag
PASS: tests/type/test_univ.py:OctetStringTestCase.testTuple
PASS: tests/type/test_univ.py:OctetStringPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:OctetStringPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:Null.testConstraints
PASS: tests/type/test_univ.py:Null.testInit
PASS: tests/type/test_univ.py:Null.testRepr
PASS: tests/type/test_univ.py:Null.testStaticDef
PASS: tests/type/test_univ.py:Null.testStr
PASS: tests/type/test_univ.py:Null.testTag
PASS: tests/type/test_univ.py:NullPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:NullPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:RealTestCase.testAdd
PASS: tests/type/test_univ.py:RealTestCase.testAddInf
PASS: tests/type/test_univ.py:RealTestCase.testCeil
PASS: tests/type/test_univ.py:RealTestCase.testDiv
PASS: tests/type/test_univ.py:RealTestCase.testFloat
PASS: tests/type/test_univ.py:RealTestCase.testFloat4BinEnc
PASS: tests/type/test_univ.py:RealTestCase.testFloatInf
PASS: tests/type/test_univ.py:RealTestCase.testFloor
PASS: tests/type/test_univ.py:RealTestCase.testInt
PASS: tests/type/test_univ.py:RealTestCase.testIntInf
PASS: tests/type/test_univ.py:RealTestCase.testLong
PASS: tests/type/test_univ.py:RealTestCase.testLongInf
PASS: tests/type/test_univ.py:RealTestCase.testMinusInf
PASS: tests/type/test_univ.py:RealTestCase.testMod
PASS: tests/type/test_univ.py:RealTestCase.testMul
PASS: tests/type/test_univ.py:RealTestCase.testNeg
PASS: tests/type/test_univ.py:RealTestCase.testPlusInf
PASS: tests/type/test_univ.py:RealTestCase.testPos
PASS: tests/type/test_univ.py:RealTestCase.testPow
PASS: tests/type/test_univ.py:RealTestCase.testPrettyIn
PASS: tests/type/test_univ.py:RealTestCase.testPrettyInInf
PASS: tests/type/test_univ.py:RealTestCase.testRadd
PASS: tests/type/test_univ.py:RealTestCase.testRaddInf
PASS: tests/type/test_univ.py:RealTestCase.testRdiv
PASS: tests/type/test_univ.py:RealTestCase.testRepr
PASS: tests/type/test_univ.py:RealTestCase.testRmod
PASS: tests/type/test_univ.py:RealTestCase.testRmul
PASS: tests/type/test_univ.py:RealTestCase.testRound
PASS: tests/type/test_univ.py:RealTestCase.testRpow
PASS: tests/type/test_univ.py:RealTestCase.testRsub
PASS: tests/type/test_univ.py:RealTestCase.testStaticDef
PASS: tests/type/test_univ.py:RealTestCase.testStr
PASS: tests/type/test_univ.py:RealTestCase.testStrInf
PASS: tests/type/test_univ.py:RealTestCase.testSub
PASS: tests/type/test_univ.py:RealTestCase.testTag
PASS: tests/type/test_univ.py:RealTestCase.testTrunc
PASS: tests/type/test_univ.py:RealPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:RealPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:ObjectIdentifier.testAdd
PASS: tests/type/test_univ.py:ObjectIdentifier.testContains
PASS: tests/type/test_univ.py:ObjectIdentifier.testEq
PASS: tests/type/test_univ.py:ObjectIdentifier.testInput1
PASS: tests/type/test_univ.py:ObjectIdentifier.testInput2
PASS: tests/type/test_univ.py:ObjectIdentifier.testInput3
PASS: tests/type/test_univ.py:ObjectIdentifier.testLen
PASS: tests/type/test_univ.py:ObjectIdentifier.testPrefix
PASS: tests/type/test_univ.py:ObjectIdentifier.testRadd
PASS: tests/type/test_univ.py:ObjectIdentifier.testRepr
PASS: tests/type/test_univ.py:ObjectIdentifier.testStaticDef
PASS: tests/type/test_univ.py:ObjectIdentifier.testStr
PASS: tests/type/test_univ.py:ObjectIdentifier.testTag
PASS: tests/type/test_univ.py:ObjectIdentifier.testUnicode
PASS: tests/type/test_univ.py:ObjectIdentifierPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:ObjectIdentifierPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:SequenceOf.testAppend
PASS: tests/type/test_univ.py:SequenceOf.testClear
PASS: tests/type/test_univ.py:SequenceOf.testClone
PASS: tests/type/test_univ.py:SequenceOf.testCmp
PASS: tests/type/test_univ.py:SequenceOf.testComponentConstraintsMatching
PASS: tests/type/test_univ.py:SequenceOf.testComponentTagsMatching
PASS: tests/type/test_univ.py:SequenceOf.testConsistency
PASS: tests/type/test_univ.py:SequenceOf.testCount
PASS: tests/type/test_univ.py:SequenceOf.testExtend
PASS: tests/type/test_univ.py:SequenceOf.testGetComponentNoInstantiation
PASS: tests/type/test_univ.py:SequenceOf.testGetComponentTagMap
PASS: tests/type/test_univ.py:SequenceOf.testGetComponentWithDefault
PASS: tests/type/test_univ.py:SequenceOf.testGetItem
PASS: tests/type/test_univ.py:SequenceOf.testGetItemSlice
PASS: tests/type/test_univ.py:SequenceOf.testIndex
PASS: tests/type/test_univ.py:SequenceOf.testIsInconsistentSizeConstraint
PASS: tests/type/test_univ.py:SequenceOf.testLegacyInitializer
PASS: tests/type/test_univ.py:SequenceOf.testRepr
PASS: tests/type/test_univ.py:SequenceOf.testReset
PASS: tests/type/test_univ.py:SequenceOf.testSeq
PASS: tests/type/test_univ.py:SequenceOf.testSetComponents
PASS: tests/type/test_univ.py:SequenceOf.testSetItem
PASS: tests/type/test_univ.py:SequenceOf.testSetItemSlice
PASS: tests/type/test_univ.py:SequenceOf.testSort
PASS: tests/type/test_univ.py:SequenceOf.testStaticDef
PASS: tests/type/test_univ.py:SequenceOf.testSubtype
PASS: tests/type/test_univ.py:SequenceOf.testSubtypeSpec
PASS: tests/type/test_univ.py:SequenceOf.testTag
PASS: tests/type/test_univ.py:SequenceOf.testUntyped
PASS: tests/type/test_univ.py:SequenceOfPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:SequenceOfPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:Sequence.testById
PASS: tests/type/test_univ.py:Sequence.testByKey
PASS: tests/type/test_univ.py:Sequence.testClone
PASS: tests/type/test_univ.py:Sequence.testComponentConstraintsMatching
PASS: tests/type/test_univ.py:Sequence.testComponentTagsMatching
PASS: tests/type/test_univ.py:Sequence.testContains
PASS: tests/type/test_univ.py:Sequence.testGetComponentNoInstantiation
PASS: tests/type/test_univ.py:Sequence.testGetComponentWithConstructedDefault
PASS: tests/type/test_univ.py:Sequence.testGetComponentWithDefault
PASS: tests/type/test_univ.py:Sequence.testGetItem
PASS: tests/type/test_univ.py:Sequence.testGetNearPosition
PASS: tests/type/test_univ.py:Sequence.testIsInconsistentSizeConstraint
PASS: tests/type/test_univ.py:Sequence.testIsInconsistentWithComponentsConstraint
PASS: tests/type/test_univ.py:Sequence.testItems
PASS: tests/type/test_univ.py:Sequence.testIter
PASS: tests/type/test_univ.py:Sequence.testKeys
PASS: tests/type/test_univ.py:Sequence.testRepr
PASS: tests/type/test_univ.py:Sequence.testSchemaWithComponents
PASS: tests/type/test_univ.py:Sequence.testSchemaWithOptionalComponents
PASS: tests/type/test_univ.py:Sequence.testSetComponents
PASS: tests/type/test_univ.py:Sequence.testSetDefaultComponents
PASS: tests/type/test_univ.py:Sequence.testSetItem
PASS: tests/type/test_univ.py:Sequence.testSetToDefault
PASS: tests/type/test_univ.py:Sequence.testStaticDef
PASS: tests/type/test_univ.py:Sequence.testTag
PASS: tests/type/test_univ.py:Sequence.testUpdate
PASS: tests/type/test_univ.py:Sequence.testValues
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testGetItem
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testItems
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testIter
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testKeys
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testSchema
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testSetItem
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testUpdate
PASS: tests/type/test_univ.py:SequenceWithoutSchema.testValues
PASS: tests/type/test_univ.py:SequencePicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:SequencePicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:SetOf.testSeq
PASS: tests/type/test_univ.py:SetOf.testStaticDef
PASS: tests/type/test_univ.py:SetOf.testTag
PASS: tests/type/test_univ.py:SetOfPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:SetOfPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:Set.testByTypeWithInstance
PASS: tests/type/test_univ.py:Set.testByTypeWithPythonValue
PASS: tests/type/test_univ.py:Set.testGetComponentNoInstantiation
PASS: tests/type/test_univ.py:Set.testGetComponentTagMap
PASS: tests/type/test_univ.py:Set.testGetComponentWithDefault
PASS: tests/type/test_univ.py:Set.testGetPositionByType
PASS: tests/type/test_univ.py:Set.testGetTagMap
PASS: tests/type/test_univ.py:Set.testIter
PASS: tests/type/test_univ.py:Set.testSetToDefault
PASS: tests/type/test_univ.py:Set.testStaticDef
PASS: tests/type/test_univ.py:Set.testTag
PASS: tests/type/test_univ.py:SetPicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:SetPicklingTestCase.testValuePickling
PASS: tests/type/test_univ.py:Choice.testClone
PASS: tests/type/test_univ.py:Choice.testCmp
PASS: tests/type/test_univ.py:Choice.testContains
PASS: tests/type/test_univ.py:Choice.testGetComponent
PASS: tests/type/test_univ.py:Choice.testGetComponentNoInstantiation
PASS: tests/type/test_univ.py:Choice.testGetComponentWithDefault
PASS: tests/type/test_univ.py:Choice.testGetName
PASS: tests/type/test_univ.py:Choice.testInnerByTypeWithInstanceValue
PASS: tests/type/test_univ.py:Choice.testInnerByTypeWithPythonValue
PASS: tests/type/test_univ.py:Choice.testIter
PASS: tests/type/test_univ.py:Choice.testOuterByTypeWithInstanceValue
PASS: tests/type/test_univ.py:Choice.testOuterByTypeWithPythonValue
PASS: tests/type/test_univ.py:Choice.testRepr
PASS: tests/type/test_univ.py:Choice.testSetComponentByPosition
PASS: tests/type/test_univ.py:Choice.testSetToDefault
PASS: tests/type/test_univ.py:Choice.testStaticDef
PASS: tests/type/test_univ.py:Choice.testTag
PASS: tests/type/test_univ.py:ChoicePicklingTestCase.testSchemaPickling
PASS: tests/type/test_univ.py:ChoicePicklingTestCase.testValuePickling
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testCopy
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testFromDateTime
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime0
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime1
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime2
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime3
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime4
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime5
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime6
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime7
PASS: tests/type/test_useful.py:GeneralizedTimeTestCase.testToDateTime8
PASS: tests/type/test_useful.py:GeneralizedTimePicklingTestCase.testSchemaPickling
PASS: tests/type/test_useful.py:GeneralizedTimePicklingTestCase.testValuePickling
PASS: tests/type/test_useful.py:UTCTimeTestCase.testFromDateTime
PASS: tests/type/test_useful.py:UTCTimeTestCase.testToDateTime0
PASS: tests/type/test_useful.py:UTCTimeTestCase.testToDateTime1
PASS: tests/type/test_useful.py:UTCTimeTestCase.testToDateTime2
PASS: tests/type/test_useful.py:UTCTimeTestCase.testToDateTime3
PASS: tests/type/test_useful.py:UTCTimeTestCase.testToDateTime4
PASS: tests/type/test_useful.py:UTCTimePicklingTestCase.testSchemaPickling
PASS: tests/type/test_useful.py:UTCTimePicklingTestCase.testValuePickling
============================================================================
Testsuite summary
# TOTAL: 1150
# PASS: 1150
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
[    0.000000] Linux version 6.1.38-yocto-standard (oe-user@oe-host) (x86_64-poky-linux-gcc (GCC) 13.1.1 20230520, GNU ld (GNU Binutils) 2.40.0.20230419) #1 SMP PREEMPT_DYNAMIC Thu Jul  6 18:52:54 UTC 2023
[    0.000000] Command line: root=/dev/vda rw  ip=192.168.7.34::192.168.7.33:255.255.255.0::eth0:off:8.8.8.8 console=ttyS0 console=ttyS1 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1  printk.time=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd7fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ffd8000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000002] kvm-clock: using sched offset of 1365217089 cycles
[    0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000012] tsc: Detected 2599.996 MHz processor
[    0.001249] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001253] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001258] last_pfn = 0x3ffd8 max_arch_pfn = 0x400000000
[    0.001293] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.010359] found SMP MP-table at [mem 0x000f5b60-0x000f5b6f]
[    0.010861] ACPI: Early table checksum verification disabled
[    0.010922] ACPI: RSDP 0x00000000000F5990 000014 (v00 BOCHS )
[    0.010939] ACPI: RSDT 0x000000003FFE2472 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.010957] ACPI: FACP 0x000000003FFE2252 0000F4 (v03 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.010977] ACPI: DSDT 0x000000003FFE0040 002212 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.010983] ACPI: FACS 0x000000003FFE0000 000040
[    0.010988] ACPI: APIC 0x000000003FFE2346 000090 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.010994] ACPI: HPET 0x000000003FFE23D6 000038 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.010999] ACPI: MCFG 0x000000003FFE240E 00003C (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011005] ACPI: WAET 0x000000003FFE244A 000028 (v01 BOCHS  BXPC     00000001 BXPC 00000001)
[    0.011010] ACPI: Reserving FACP table memory at [mem 0x3ffe2252-0x3ffe2345]
[    0.011012] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe2251]
[    0.011014] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]
[    0.011015] ACPI: Reserving APIC table memory at [mem 0x3ffe2346-0x3ffe23d5]
[    0.011017] ACPI: Reserving HPET table memory at [mem 0x3ffe23d6-0x3ffe240d]
[    0.011018] ACPI: Reserving MCFG table memory at [mem 0x3ffe240e-0x3ffe2449]
[    0.011020] ACPI: Reserving WAET table memory at [mem 0x3ffe244a-0x3ffe2471]
[    0.011199] Zone ranges:
[    0.011202]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011205]   DMA32    [mem 0x0000000001000000-0x000000003ffd7fff]
[    0.011207]   Normal   empty
[    0.011209] Movable zone start for each node
[    0.011210] Early memory node ranges
[    0.011211]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.011216]   node   0: [mem 0x0000000000100000-0x000000003ffd7fff]
[    0.011223] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd7fff]
[    0.011250] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.011508] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.042239] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.042880] ACPI: PM-Timer IO Port: 0x608
[    0.042904] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.042951] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.042955] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.042957] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.042959] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.042961] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.042962] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.042969] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.042971] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.042979] TSC deadline timer available
[    0.042983] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.043041] [mem 0x40000000-0xafffffff] available for PCI devices
[    0.043046] Booting paravirtualized kernel on KVM
[    0.043058] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.043069] setup_percpu: NR_CPUS:64 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.047079] percpu: Embedded 54 pages/cpu s180712 r8192 d32280 u524288
[    0.047094] pcpu-alloc: s180712 r8192 d32280 u524288 alloc=1*2097152
[    0.047096] pcpu-alloc: [0] 0 1 2 3 
[    0.047137] Built 1 zonelists, mobility grouping on.  Total pages: 257752
[    0.047139] Kernel command line: root=/dev/vda rw  ip=192.168.7.34::192.168.7.33:255.255.255.0::eth0:off:8.8.8.8 console=ttyS0 console=ttyS1 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1  printk.time=1
[    0.047234] random: crng init done
[    0.047395] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.047475] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.058889] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.102599] Memory: 997512K/1048024K available (16395K kernel code, 2284K rwdata, 3808K rodata, 1956K init, 1732K bss, 50252K reserved, 0K cma-reserved)
[    0.102667] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.102684] Kernel/User page tables isolation: enabled
[    0.102711] ftrace: allocating 48118 entries in 188 pages
[    0.116976] ftrace: allocated 188 pages with 5 groups
[    0.117097] Dynamic Preempt: full
[    0.118722] rcu: Preemptible hierarchical RCU implementation.
[    0.118724] rcu: 	RCU event tracing is enabled.
[    0.118725] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.118727] 	All grace periods are expedited (rcu_expedited).
[    0.118728] 	Trampoline variant of Tasks RCU enabled.
[    0.118729] 	Rude variant of Tasks RCU enabled.
[    0.118730] 	Tracing variant of Tasks RCU enabled.
[    0.118731] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.118732] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.125705] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16
[    0.125903] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.126108] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.133333] Console: colour VGA+ 80x25
[    0.262837] printk: console [ttyS0] enabled
[    0.263775] ACPI: Core revision 20220331
[    0.264907] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    0.266999] APIC: Switch to symmetric I/O mode setup
[    0.268046] x2apic enabled
[    0.268680] Switched APIC routing to physical x2apic.
[    0.270759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.272039] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a386c905, max_idle_ns: 440795250529 ns
[    0.274193] Calibrating delay loop (skipped) preset value.. 5199.99 BogoMIPS (lpj=2599996)
[    0.275196] pid_max: default: 32768 minimum: 301
[    0.276244] LSM: Security Framework initializing
[    0.277209] landlock: Up and running.
[    0.279198] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.280200] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.282468] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.283208] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.284206] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.285201] Spectre V2 : Mitigation: Retpolines
[    0.286206] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.287196] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.288196] Speculative Store Bypass: Vulnerable
[    0.289208] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.290195] MMIO Stale Data: Unknown: No mitigations
[    0.291195] SRBDS: Unknown: Dependent on hypervisor status
[    0.321557] Freeing SMP alternatives memory: 52K
[    0.322447] smpboot: CPU0: Intel Xeon E3-12xx v2 (Ivy Bridge) (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.323502] cblist_init_generic: Setting adjustable number of callback queues.
[    0.324198] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.325263] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.326237] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.327254] Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
[    0.328350] rcu: Hierarchical SRCU implementation.
[    0.329198] rcu: 	Max phase no-delay instances is 400.
[    0.330671] smp: Bringing up secondary CPUs ...
[    0.331353] x86: Booting SMP configuration:
[    0.332201] .... node  #0, CPUs:      #1 #2 #3
[    0.333485] smp: Brought up 1 node, 4 CPUs
[    0.335206] smpboot: Max logical packages: 1
[    0.336198] smpboot: Total of 4 processors activated (20799.96 BogoMIPS)
[    0.345203] devtmpfs: initialized
[    0.346263] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.347205] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.348276] pinctrl core: initialized pinctrl subsystem
[    0.350771] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.351516] thermal_sys: Registered thermal governor 'step_wise'
[    0.351519] thermal_sys: Registered thermal governor 'user_space'
[    0.352257] cpuidle: using governor menu
[    0.353966] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    0.354192] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    0.356217] PCI: Using configuration type 1 for base access
[    0.358542] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.392197] raid6: sse2x4   gen()  7574 MB/s
[    0.409196] raid6: sse2x2   gen() 11053 MB/s
[    0.426196] raid6: sse2x1   gen()  9936 MB/s
[    0.426897] raid6: using algorithm sse2x2 gen() 11053 MB/s
[    0.444197] raid6: .... xor() 9125 MB/s, rmw enabled
[    0.445200] raid6: using ssse3x2 recovery algorithm
[    0.446063] ACPI: Added _OSI(Module Device)
[    0.446197] ACPI: Added _OSI(Processor Device)
[    0.447205] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.448203] ACPI: Added _OSI(Processor Aggregator Device)
[    0.450389] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.452355] ACPI: Interpreter enabled
[    0.453220] ACPI: PM: (supports S0 S3 S5)
[    0.453825] ACPI: Using IOAPIC for interrupt routing
[    0.454233] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.455196] PCI: Using E820 reservations for host bridge windows
[    0.456167] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.458133] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.458208] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.459243] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.460295] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    0.461294] PCI host bridge to bus 0000:00
[    0.461883] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.462199] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.463197] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.464196] pci_bus 0000:00: root bus resource [mem 0x40000000-0xafffffff window]
[    0.465198] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.466198] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[    0.467198] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.468036] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.468786] pci 0000:00:01.0: [1af4:1000] type 00 class 0x020000
[    0.470197] pci 0000:00:01.0: reg 0x10: [io  0xc0c0-0xc0df]
[    0.472198] pci 0000:00:01.0: reg 0x14: [mem 0xfebd0000-0xfebd0fff]
[    0.477199] pci 0000:00:01.0: reg 0x20: [mem 0xfe800000-0xfe803fff 64bit pref]
[    0.480199] pci 0000:00:01.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    0.481903] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[    0.483199] pci 0000:00:02.0: reg 0x10: [io  0xc0e0-0xc0ff]
[    0.485061] pci 0000:00:02.0: reg 0x14: [mem 0xfebd1000-0xfebd1fff]
[    0.489202] pci 0000:00:02.0: reg 0x20: [mem 0xfe804000-0xfe807fff 64bit pref]
[    0.492172] pci 0000:00:03.0: [1af4:1050] type 00 class 0x030000
[    0.494878] pci 0000:00:03.0: reg 0x10: [mem 0xfe000000-0xfe7fffff pref]
[    0.498030] pci 0000:00:03.0: reg 0x18: [mem 0xfe808000-0xfe80bfff 64bit pref]
[    0.499229] pci 0000:00:03.0: reg 0x20: [mem 0xfebd2000-0xfebd2fff]
[    0.502227] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebcffff pref]
[    0.503310] pci 0000:00:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.505039] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[    0.506198] pci 0000:00:04.0: reg 0x10: [io  0xc000-0xc07f]
[    0.507858] pci 0000:00:04.0: reg 0x14: [mem 0xfebd3000-0xfebd3fff]
[    0.512055] pci 0000:00:04.0: reg 0x20: [mem 0xfe80c000-0xfe80ffff 64bit pref]
[    0.515250] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.517867] pci 0000:00:1d.0: reg 0x20: [io  0xc100-0xc11f]
[    0.519229] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.522203] pci 0000:00:1d.1: reg 0x20: [io  0xc120-0xc13f]
[    0.524919] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.527188] pci 0000:00:1d.2: reg 0x20: [io  0xc140-0xc15f]
[    0.529393] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.530672] pci 0000:00:1d.7: reg 0x10: [mem 0xfebd4000-0xfebd4fff]
[    0.534159] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    0.534786] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    0.535704] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    0.539197] pci 0000:00:1f.2: reg 0x20: [io  0xc160-0xc17f]
[    0.540870] pci 0000:00:1f.2: reg 0x24: [mem 0xfebd5000-0xfebd5fff]
[    0.542205] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.544947] pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
[    0.546101] pci_bus 0000:00: on NUMA node 0
[    0.546390] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.547274] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.548282] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.549270] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.550227] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[    0.551210] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[    0.552184] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.552278] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.553233] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[    0.554209] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[    0.555080] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[    0.555214] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[    0.556219] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[    0.557209] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[    0.558038] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[    0.558212] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[    0.559515] iommu: Default domain type: Translated 
[    0.560196] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.561168] SCSI subsystem initialized
[    0.561357] libata version 3.00 loaded.
[    0.561357] ACPI: bus type USB registered
[    0.561865] usbcore: registered new interface driver usbfs
[    0.562217] usbcore: registered new interface driver hub
[    0.562978] usbcore: registered new device driver usb
[    0.563220] pps_core: LinuxPPS API ver. 1 registered
[    0.563908] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.564200] PTP clock support registered
[    0.565452] Bluetooth: Core ver 2.22
[    0.566004] NET: Registered PF_BLUETOOTH protocol family
[    0.566196] Bluetooth: HCI device and connection manager initialized
[    0.567074] Bluetooth: HCI socket layer initialized
[    0.567197] Bluetooth: L2CAP socket layer initialized
[    0.567951] Bluetooth: SCO socket layer initialized
[    0.568255] PCI: Using ACPI for IRQ routing
[    0.648967] PCI: pci_cache_line_size set to 64 bytes
[    0.649271] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.649306] e820: reserve RAM buffer [mem 0x3ffd8000-0x3fffffff]
[    0.649394] pci 0000:00:03.0: vgaarb: setting as boot VGA device
[    0.650192] pci 0000:00:03.0: vgaarb: bridge control possible
[    0.650192] pci 0000:00:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.650203] vgaarb: loaded
[    0.650929] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.651197] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.658329] clocksource: Switched to clocksource kvm-clock
[    0.694968] pnp: PnP ACPI init
[    0.696130] system 00:05: [mem 0xb0000000-0xbfffffff window] has been reserved
[    0.698432] pnp: PnP ACPI: found 6 devices
[    0.707984] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.710146] NET: Registered PF_INET protocol family
[    0.711425] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.713738] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.715731] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.717505] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.719287] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.724343] TCP: Hash tables configured (established 8192 bind 8192)
[    0.725939] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.727492] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.729198] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.730932] RPC: Registered named UNIX socket transport module.
[    0.732303] RPC: Registered udp transport module.
[    0.733375] RPC: Registered tcp transport module.
[    0.734457] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.735930] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.737331] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.738722] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.740241] pci_bus 0000:00: resource 7 [mem 0x40000000-0xafffffff window]
[    0.741824] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[    0.743549] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[    0.745735] ACPI: \_SB_.GSIA: Enabled at IRQ 16
[    0.748178] ACPI: \_SB_.GSIB: Enabled at IRQ 17
[    0.750557] ACPI: \_SB_.GSIC: Enabled at IRQ 18
[    0.753213] ACPI: \_SB_.GSID: Enabled at IRQ 19
[    0.754633] PCI: CLS 0 bytes, default 64
[    0.755362] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    0.756619] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a386c905, max_idle_ns: 440795250529 ns
[    0.759390] Initialise system trusted keyrings
[    0.760444] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.764746] NFS: Registering the id_resolver key type
[    0.766037] Key type id_resolver registered
[    0.767008] Key type id_legacy registered
[    0.768504] Key type cifs.idmap registered
[    0.780063] xor: automatically using best checksumming function   avx       
[    0.781473] Key type asymmetric registered
[    0.783241] Asymmetric key parser 'x509' registered
[    0.784311] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.785449] io scheduler mq-deadline registered
[    0.786092] io scheduler kyber registered
[    0.787214] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.789391] ACPI: button: Power Button [PWRF]
[    0.791700] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[    0.794991] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[    0.798103] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[    0.801082] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[    0.805163] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.806288] 00:01: ttyS2 at I/O 0x3e8 (irq = 4, base_baud = 115200) is a 16550A
[    0.807874] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.810238] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.814766] Linux agpgart interface v0.103
[    0.815565] ACPI: bus type drm_connector registered
[    0.816727] [drm] pci: virtio-vga detected at 0000:00:03.0
[    0.818018] virtio-pci 0000:00:03.0: vgaarb: deactivate vga console
[    0.831911] Console: switching to colour dummy device 80x25
[    0.833040] [drm] features: -virgl +edid -resource_blob -host_visible
[    0.833043] [drm] features: -context_init
[    0.836360] [drm] number of scanouts: 1
[    0.836937] [drm] number of cap sets: 0
[    0.838411] [drm] Initialized virtio_gpu 0.1.0 0 for 0000:00:03.0 on minor 0
[    0.846566] fbcon: virtio_gpudrmfb (fb0) is primary device
[    0.846684] virtio-pci 0000:00:03.0: [drm] drm_plane_enable_fb_damage_clips() not called
[    0.868372] Console: switching to colour frame buffer device 160x50
[    0.892959] virtio-pci 0000:00:03.0: [drm] fb0: virtio_gpudrmfb frame buffer device
[    0.911122] brd: module loaded
[    0.922180] loop: module loaded
[    0.922980] virtio_blk virtio3: 4/0/0 default/read/poll queues
[    0.925849] virtio_blk virtio3: [vda] 822328 512-byte logical blocks (421 MB/402 MiB)
[    0.929717] ahci 0000:00:1f.2: version 3.0
[    0.930761] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    0.931976] ahci 0000:00:1f.2: flags: 64bit ncq only 
[    0.938154] scsi host0: ahci
[    0.938953] scsi host1: ahci
[    0.939673] scsi host2: ahci
[    0.940364] scsi host3: ahci
[    0.941054] scsi host4: ahci
[    0.941736] scsi host5: ahci
[    0.942231] ata1: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5100 irq 34
[    0.943325] ata2: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5180 irq 34
[    0.944395] ata3: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5200 irq 34
[    0.945505] ata4: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5280 irq 34
[    0.946572] ata5: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5300 irq 34
[    0.947626] ata6: SATA max UDMA/133 abar m4096@0xfebd5000 port 0xfebd5380 irq 34
[    0.950874] e100: Intel(R) PRO/100 Network Driver
[    0.951608] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.952604] e1000: Intel(R) PRO/1000 Network Driver
[    0.953416] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.954635] e1000e: Intel(R) PRO/1000 Network Driver
[    0.955506] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.956389] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.957171] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.958650] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    0.959438] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.960744] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfebd4000
[    0.968357] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.969531] hub 1-0:1.0: USB hub found
[    0.970114] hub 1-0:1.0: 6 ports detected
[    0.971590] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.972366] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.973614] uhci_hcd 0000:00:1d.0: irq 16, io port 0x0000c100
[    0.974668] hub 2-0:1.0: USB hub found
[    0.975242] hub 2-0:1.0: 2 ports detected
[    0.976865] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.977689] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.979102] uhci_hcd 0000:00:1d.1: irq 17, io port 0x0000c120
[    0.980236] hub 3-0:1.0: USB hub found
[    0.980828] hub 3-0:1.0: 2 ports detected
[    0.982073] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.982865] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.984047] uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000c140
[    0.985214] hub 4-0:1.0: USB hub found
[    0.985817] hub 4-0:1.0: 2 ports detected
[    0.986611] usbcore: registered new interface driver usb-storage
[    0.987554] usbcore: registered new interface driver usbserial_generic
[    0.988566] usbserial: USB Serial support registered for generic
[    0.989644] usbcore: registered new interface driver ftdi_sio
[    0.990507] usbserial: USB Serial support registered for FTDI USB Serial Device
[    0.991661] usbcore: registered new interface driver pl2303
[    0.992482] usbserial: USB Serial support registered for pl2303
[    0.993401] i8042: PNP: No PS/2 controller found.
[    0.994241] mousedev: PS/2 mouse device common for all mice
[    0.995303] rtc_cmos 00:04: RTC can wake from S4
[    0.996482] rtc_cmos 00:04: registered as rtc0
[    0.997219] rtc_cmos 00:04: setting system clock to 2023-07-17T01:25:53 UTC (1689557153)
[    0.998479] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    0.999935] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    1.000095] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.001340] intel_pstate: CPU model not supported
[    1.002122] i2c i2c-0: 1/1 memory slots populated (from DMI)
[    1.002734] sdhci: Secure Digital Host Controller Interface driver
[    1.003501] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
[    1.004375] sdhci: Copyright(c) Pierre Ossman
[    1.006096] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.007032] usbcore: registered new interface driver usbhid
[    1.007837] usbhid: USB HID core driver
[    1.008423] u32 classifier
[    1.008812]     input device check on
[    1.009329]     Actions configured
[    1.011240] NET: Registered PF_INET6 protocol family
[    1.012592] Segment Routing with IPv6
[    1.013142] In-situ OAM (IOAM) with IPv6
[    1.013728] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.014713] NET: Registered PF_PACKET protocol family
[    1.015489] Bridge firewalling registered
[    1.016119] Key type dns_resolver registered
[    1.016849] NET: Registered PF_VSOCK protocol family
[    1.017976] IPI shorthand broadcast: enabled
[    1.018667] sched_clock: Marking stable (874346492, 144280789)->(1139897127, -121269846)
[    1.020031] registered taskstats version 1
[    1.020670] Loading compiled-in X.509 certificates
[    1.021583] Key type .fscrypt registered
[    1.022155] Key type fscrypt-provisioning registered
[    1.023185] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    1.024956] Key type encrypted registered
[    1.027009] printk: console [netcon0] enabled
[    1.027673] netconsole: network logging started
[    1.207352] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.259655] ata6: SATA link down (SStatus 0 SControl 300)
[    1.261113] ata1: SATA link down (SStatus 0 SControl 300)
[    1.262645] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.264519] ata4: SATA link down (SStatus 0 SControl 300)
[    1.269238] ata2: SATA link down (SStatus 0 SControl 300)
[    1.270228] ata5: SATA link down (SStatus 0 SControl 300)
[    1.271223] ata3.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    1.272569] ata3.00: applying bridge limits
[    1.273755] ata3.00: configured for UDMA/100
[    1.275254] scsi 2:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    1.310748] sr 2:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    1.312106] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.330982] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.343082] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input1
[    1.345546] IP-Config: Complete:
[    1.345663] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:1d.7-1/input0
[    1.346036]      device=eth0, hwaddr=52:54:00:12:34:22, ipaddr=192.168.7.34, mask=255.255.255.0, gw=192.168.7.33
[    1.349825]      host=192.168.7.34, domain=, nis-domain=(none)
[    1.350653]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
[    1.350655]      nameserver0=8.8.8.8
[    1.352787] md: Waiting for all devices to be available before autodetect
[    1.353550] md: If you don't use raid, use raid=noautodetect
[    1.354171] md: Autodetecting RAID arrays.
[    1.355121] md: autorun ...
[    1.355417] md: ... autorun DONE.
[    1.361782] EXT4-fs (vda): mounted filesystem with ordered data mode. Quota mode: disabled.
[    1.362718] VFS: Mounted root (ext4 filesystem) on device 253:0.
[    1.363504] devtmpfs: mounted
[    1.365490] Freeing unused kernel image (initmem) memory: 1956K
[    1.367309] Write protecting the kernel read-only data: 22528k
[    1.369333] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.370179] Freeing unused kernel image (rodata/data gap) memory: 288K
[    1.371017] Run /sbin/init as init process
[    1.371671]   with arguments:
[    1.371672]     /sbin/init
[    1.371674]   with environment:
[    1.371675]     HOME=/
[    1.371676]     TERM=linux
[    1.449075] udevd[161]: starting version 3.2.12
[    1.451772] udevd[161]: specified group 'sgx' unknown
[    1.456807] udevd[162]: starting eudev-3.2.12
[    1.462316] usb 1-2: new high-speed USB device number 3 using ehci-pci
[    1.601046] input: QEMU QEMU USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/0003:0627:0001.0002/input/input2
[    1.654664] hid-generic 0003:0627:0001.0002: input: USB HID v1.11 Keyboard [QEMU QEMU USB Keyboard] on usb-0000:00:1d.7-2/input0
[    1.719534] EXT4-fs (vda): re-mounted. Quota mode: disabled.
[    1.965371] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
init
  |-getty 38400 tty1
  |-klogd -n
  |-sshd
  |   `-sshd
  |       `-ptest-runner -t 450 -d /usr/lib
  |           |-ptest-runner-co /usr/bin/ptest-runner-collect-system-data
  |           |   `-pstree -a -l
  |           `-(run-ptest)
  |-start_getty /bin/start_getty 115200 ttyS0 vt102
  |   `-getty -L 115200 ttyS0 vt102
  |-start_getty /bin/start_getty 115200 ttyS1 vt102
  |   `-sh
  |-syslogd -n -O /var/log/messages
  `-udevd -d
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root               374816     80067    270095  23% /
devtmpfs                498912         0    498912   0% /dev
tmpfs                   501052       140    500912   0% /run
tmpfs                   501052       136    500916   0% /var/volatile
              total        used        free      shared  buff/cache   available
Mem:        1002104       38564      905612        4312       57928      939560
Swap:             0           0           0
DURATION: 5
END: /usr/lib/python3-pyasn1/ptest
2023-07-17T01:26
STOP: ptest-runner
TOTAL: 1 FAIL: 0