@@ -120,7 +120,7 @@ public void ThrowExceptionsInParallel(string appName, string framework, string a
120
120
}
121
121
122
122
[ Trait ( "Category" , "LinuxOnly" ) ]
123
- [ TestAppFact ( "Samples.ExceptionGenerator" , new [ ] { "net462" , "netcoreapp3.1" , "net6.0" , "net8.0" , } ) ] // FIXME: .NET 9 skipping .NET 9 for now
123
+ [ TestAppFact ( "Samples.ExceptionGenerator" , new [ ] { "net462" , "netcoreapp3.1" , "net6.0" , "net8.0" , } ) ] // FIXME: .NET 9 skipping .NET 9 for now
124
124
public void ThrowExceptionsInParallelWithNewCpuProfiler ( string appName , string framework , string appAssembly )
125
125
{
126
126
StackTrace expectedStack ;
@@ -222,7 +222,7 @@ public void Sampling(string appName, string framework, string appAssembly)
222
222
exceptionCounts . Should ( ) . ContainKey ( "System.InvalidOperationException" ) . WhoseValue . Should ( ) . Be ( 1 ) ;
223
223
}
224
224
225
- [ TestAppFact ( "Samples.ExceptionGenerator" , new [ ] { "net462" , "netcoreapp3.1" , "net6.0" , "net8.0" , } ) ] // FIXME: .NET 9 skipping .NET 9 for now
225
+ [ TestAppFact ( "Samples.ExceptionGenerator" , new [ ] { "net462" , "netcoreapp3.1" , "net6.0" , "net8.0" , } ) ] // FIXME: .NET 9 skipping .NET 9 for now
226
226
public void GetExceptionSamplesWithTimestamp ( string appName , string framework , string appAssembly )
227
227
{
228
228
var runner = new TestApplicationRunner ( appName , framework , appAssembly , _output , commandLine : Scenario1 ) ;
@@ -233,7 +233,7 @@ public void GetExceptionSamplesWithTimestamp(string appName, string framework, s
233
233
CheckExceptionProfiles ( runner , true ) ;
234
234
}
235
235
236
- [ TestAppFact ( "Samples.ExceptionGenerator" , new [ ] { "net462" , "netcoreapp3.1" , "net6.0" , "net8.0" , } ) ] // FIXME: .NET 9 skipping .NET 9 for now
236
+ [ TestAppFact ( "Samples.ExceptionGenerator" , new [ ] { "net462" , "netcoreapp3.1" , "net6.0" , "net8.0" , } ) ] // FIXME: .NET 9 skipping .NET 9 for now
237
237
public void GetExceptionSamplesWithoutTimestamp ( string appName , string framework , string appAssembly )
238
238
{
239
239
var runner = new TestApplicationRunner ( appName , framework , appAssembly , _output , commandLine : Scenario1 ) ;
0 commit comments