Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert JIT/Generics to a merged test group #85849

Merged
merged 10 commits into from
May 12, 2023
Merged
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand Up @@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading