@@ -39,7 +39,7 @@ public static void PerformanceCounter_CreateCounter_Count0()
39
39
}
40
40
41
41
[ Fact ]
42
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60933" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWindows ) , nameof ( PlatformDetection . Is64BitProcess ) ) ]
42
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60933" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWindows ) ) ]
43
43
public static void PerformanceCounter_CreateCounter_ProcessorCounter ( )
44
44
{
45
45
using ( PerformanceCounter counterSample = new PerformanceCounter ( "Processor" , "Interrupts/sec" , "0" , "." ) )
@@ -188,7 +188,7 @@ public static void PerformanceCounter_BeginInit_ProcessorCounter()
188
188
}
189
189
190
190
[ Fact ]
191
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60933" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWindows ) , nameof ( PlatformDetection . Is64BitProcess ) ) ]
191
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60933" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWindows ) ) ]
192
192
public static void PerformanceCounter_BeginInitEndInit_ProcessorCounter ( )
193
193
{
194
194
using ( PerformanceCounter counterSample = new PerformanceCounter ( "Processor" , "Interrupts/sec" , "0" , "." ) )
@@ -270,7 +270,7 @@ public static void PerformanceCounter_Increment_IncrementReadOnly()
270
270
}
271
271
272
272
[ ConditionalFact ( typeof ( Helpers ) , nameof ( Helpers . IsElevatedAndCanWriteAndReadNetPerfCounters ) ) ]
273
- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60933" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWindows ) , nameof ( PlatformDetection . Is64BitProcess ) ) ]
273
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60933" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsWindows ) ) ]
274
274
public static void PerformanceCounter_Decrement_DecrementReadOnly ( )
275
275
{
276
276
string categoryName = nameof ( PerformanceCounter_Decrement_DecrementReadOnly ) + "_Category" ;
0 commit comments