@@ -812,7 +812,7 @@ public void SkipExtraMetadataParameterSpaceV5()
812
812
Assert . Equal ( 1 , eventCount ) ;
813
813
}
814
814
815
- [ Fact ]
815
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
816
816
public void ParseMinimalTraceV6 ( )
817
817
{
818
818
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -852,7 +852,7 @@ public void ThrowsExceptionOnUnsupportedMajorVersion()
852
852
}
853
853
}
854
854
855
- [ Fact ]
855
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
856
856
public void MinorVersionIncrementsAreSupported ( )
857
857
{
858
858
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -864,7 +864,7 @@ public void MinorVersionIncrementsAreSupported()
864
864
Assert . Equal ( 6 , source . FileFormatVersionNumber ) ;
865
865
}
866
866
867
- [ Fact ]
867
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
868
868
public void ParseV6TraceBlockStandardFields ( )
869
869
{
870
870
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -881,7 +881,7 @@ public void ParseV6TraceBlockStandardFields()
881
881
Assert . Equal ( 0 , source . NumberOfProcessors ) ;
882
882
}
883
883
884
- [ Fact ]
884
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
885
885
public void ParseV6TraceBlockKeyValuePairs ( )
886
886
{
887
887
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -929,7 +929,7 @@ public void ParseV6TraceBlockKeyValuePairs()
929
929
}
930
930
931
931
// In the V6 format readers are expected to skip over any block types they don't recognize. This allows future extensibility.
932
- [ Fact ]
932
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
933
933
public void V6UnrecognizedBlockTypesAreSkipped ( )
934
934
{
935
935
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -948,7 +948,7 @@ public void V6UnrecognizedBlockTypesAreSkipped()
948
948
Assert . Equal ( 6 , source . FileFormatVersionNumber ) ;
949
949
}
950
950
951
- [ Fact ]
951
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
952
952
public void ParseV6Metadata ( )
953
953
{
954
954
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -991,7 +991,7 @@ public void ParseV6Metadata()
991
991
}
992
992
993
993
994
- [ Fact ]
994
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
995
995
public void ParseV6MetadataArrayParam ( )
996
996
{
997
997
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1029,7 +1029,7 @@ public void ParseV6MetadataArrayParam()
1029
1029
Assert . Equal ( 1 , eventCount ) ;
1030
1030
}
1031
1031
1032
- [ Fact ]
1032
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1033
1033
public void ParseV6MetadataObjectParam ( )
1034
1034
{
1035
1035
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1069,7 +1069,7 @@ public void ParseV6MetadataObjectParam()
1069
1069
Assert . Equal ( 1 , eventCount ) ;
1070
1070
}
1071
1071
1072
- [ Fact ]
1072
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1073
1073
public void ParseV6OptionalMetadata ( )
1074
1074
{
1075
1075
Guid testGuid = Guid . Parse ( "CA0A7B93-622D-42C9-AFF8-7A09FDA2E30C" ) ;
@@ -1109,7 +1109,7 @@ public void ParseV6OptionalMetadata()
1109
1109
}
1110
1110
1111
1111
// Ensure that we can add extra bytes into the metadata encoding everywhere the format says we should be allowed to
1112
- [ Fact ]
1112
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1113
1113
public void SkipExtraMetadataSpaceV6 ( )
1114
1114
{
1115
1115
Guid testGuid = Guid . Parse ( "CA0A7B93-622D-42C9-AFF8-7A09FDA2E30C" ) ;
@@ -1161,7 +1161,7 @@ public void SkipExtraMetadataSpaceV6()
1161
1161
Assert . Equal ( "TestEvent2" , metadata2 . EventName ) ;
1162
1162
}
1163
1163
1164
- [ Fact ]
1164
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1165
1165
public void ParseV6LengthPrefixedStrings ( )
1166
1166
{
1167
1167
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1220,7 +1220,7 @@ public void ParseV6LengthPrefixedStrings()
1220
1220
}
1221
1221
1222
1222
1223
- [ Fact ]
1223
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1224
1224
public void ParseV6VarInts ( )
1225
1225
{
1226
1226
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1292,7 +1292,7 @@ public void ParseV6VarInts()
1292
1292
}
1293
1293
1294
1294
// Ensure that the new string and varint types still work properly nested inside a struct
1295
- [ Fact ]
1295
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1296
1296
public void ParseV6NestedVarIntsAndStrings ( )
1297
1297
{
1298
1298
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1336,7 +1336,7 @@ public void ParseV6NestedVarIntsAndStrings()
1336
1336
Assert . Equal ( 1 , eventCount ) ;
1337
1337
}
1338
1338
1339
- [ Fact ]
1339
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1340
1340
public void V6MissingThreadBlockThrowsException ( )
1341
1341
{
1342
1342
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1352,7 +1352,7 @@ public void V6MissingThreadBlockThrowsException()
1352
1352
Assert . Throws < FormatException > ( ( ) => source . Process ( ) ) ;
1353
1353
}
1354
1354
1355
- [ Fact ]
1355
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1356
1356
public void V6MismatchedRemoveThreadBlockThrowsException ( )
1357
1357
{
1358
1358
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1376,7 +1376,7 @@ public void V6MismatchedRemoveThreadBlockThrowsException()
1376
1376
Assert . Throws < FormatException > ( ( ) => source . Process ( ) ) ;
1377
1377
}
1378
1378
1379
- [ Fact ]
1379
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1380
1380
public void V6RefAfterRemoveThreadBlockThrowsException ( )
1381
1381
{
1382
1382
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1400,7 +1400,7 @@ public void V6RefAfterRemoveThreadBlockThrowsException()
1400
1400
Assert . Throws < FormatException > ( ( ) => source . Process ( ) ) ;
1401
1401
}
1402
1402
1403
- [ Fact ]
1403
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1404
1404
public void V6DoubleRemoveThreadBlockThrowsException ( )
1405
1405
{
1406
1406
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1428,7 +1428,7 @@ public void V6DoubleRemoveThreadBlockThrowsException()
1428
1428
Assert . Throws < FormatException > ( ( ) => source . Process ( ) ) ;
1429
1429
}
1430
1430
1431
- [ Fact ]
1431
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1432
1432
public void V6ParseSimpleThreadBlock ( )
1433
1433
{
1434
1434
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1472,7 +1472,7 @@ public void V6ParseSimpleThreadBlock()
1472
1472
Assert . Equal ( 3 , eventCount ) ;
1473
1473
}
1474
1474
1475
- [ Fact ]
1475
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1476
1476
public void V6ParseMultipleThreadBlocks ( )
1477
1477
{
1478
1478
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1561,7 +1561,7 @@ public void V6ParseMultipleThreadBlocks()
1561
1561
Assert . Equal ( 8 , eventCount ) ;
1562
1562
}
1563
1563
1564
- [ Fact ]
1564
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1565
1565
public void V6ParseOptionalThreadData ( )
1566
1566
{
1567
1567
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1601,7 +1601,7 @@ public void V6ParseOptionalThreadData()
1601
1601
Assert . Equal ( 1 , eventCount ) ;
1602
1602
}
1603
1603
1604
- [ Theory ]
1604
+ [ Theory ( Skip = "NetTrace V6 Support Disabled" ) ]
1605
1605
[ InlineData ( true ) ]
1606
1606
[ InlineData ( false ) ]
1607
1607
public void V6ParseEventLabelLists ( bool useCompressedEventHeaders )
@@ -1719,7 +1719,7 @@ public void V6ParseEventLabelLists(bool useCompressedEventHeaders)
1719
1719
}
1720
1720
1721
1721
1722
- [ Fact ]
1722
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1723
1723
public void ParseV6CompressedEventHeaders ( )
1724
1724
{
1725
1725
// these are arbitrary random constants
@@ -1815,7 +1815,7 @@ public void ParseV6CompressedEventHeaders()
1815
1815
Assert . Equal ( 7 , eventCount ) ;
1816
1816
}
1817
1817
1818
- [ Fact ]
1818
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1819
1819
public void V6SequencePointDoesNotFlushThreadsByDefault ( )
1820
1820
{
1821
1821
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1845,7 +1845,7 @@ public void V6SequencePointDoesNotFlushThreadsByDefault()
1845
1845
Assert . Equal ( 1 , eventCount ) ;
1846
1846
}
1847
1847
1848
- [ Fact ]
1848
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1849
1849
public void V6RedefinedThreadIndexThrowsFormatException ( )
1850
1850
{
1851
1851
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1867,7 +1867,7 @@ public void V6RedefinedThreadIndexThrowsFormatException()
1867
1867
Assert . Throws < FormatException > ( ( ) => source . Process ( ) ) ;
1868
1868
}
1869
1869
1870
- [ Fact ]
1870
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1871
1871
public void V6SequencePointCanFlushThreadsOnDemand ( )
1872
1872
{
1873
1873
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
@@ -1901,7 +1901,7 @@ public void V6SequencePointCanFlushThreadsOnDemand()
1901
1901
Assert . Equal ( 1 , eventCount ) ;
1902
1902
}
1903
1903
1904
- [ Fact ]
1904
+ [ Fact ( Skip = "NetTrace V6 Support Disabled" ) ]
1905
1905
public void V6SequencePointDetectsDroppedEvents ( )
1906
1906
{
1907
1907
EventPipeWriterV6 writer = new EventPipeWriterV6 ( ) ;
0 commit comments