Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/Arrays/misc/arrres.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ internal virtual void CheckValid()

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static void TestEntryPoint()
{
Test1();
Expand Down
5 changes: 5 additions & 0 deletions src/tests/JIT/Methodical/Arrays/misc/arrres.il
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
.maxstack 4
.locals (int32 V_0,
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/Arrays/misc/gcarr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ internal virtual void CheckValid()

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static void TestEntryPoint()
{
Test[] arr = new Test[97];
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/Arrays/misc/gcarr.il
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}

.assembly extern mscorlib
{
Expand Down Expand Up @@ -46,6 +51,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
.maxstack 3
.locals (class GCTest_gcarr_il.Test[-10...10] V_0,
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/Coverage/copy_prop_byref_to_native_int.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

.assembly extern System.Console { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}

.assembly 'copy_prop_byref_to_native_int' { }
.assembly extern xunit.core {}
Expand All @@ -22,6 +27,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
.locals ( [0] int32 result, [1] int32[] arr )

Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/eh/interactions/gcincatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static Class1()
/// </summary>
[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
int[] ar = new int[] { 1, 2, 3, 4, 5 };
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_c.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private static void Test(ref char n)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
Test(ref s_aa.mm);
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_c.il
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}
.assembly ASSEMBLY_NAME
{

Expand Down Expand Up @@ -154,6 +159,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_f4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private static int Test(ref float n)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
int exitCode = Test(ref s_aa.mm2);
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_f4.il
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}
.assembly ASSEMBLY_NAME
{

Expand Down Expand Up @@ -185,6 +190,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_f8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private static void Test(ref double n)
}

[Fact]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
Test(ref s_aa.mm1);
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_f8.il
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}
.assembly ASSEMBLY_NAME
{

Expand Down Expand Up @@ -185,6 +190,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_i1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private static void Test(ref byte n)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
Test(ref s_aa.mm);
Expand Down
5 changes: 5 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_i1.il
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_i2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private static void Test(ref short n)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
s_aa.self = new AA();
Expand Down
5 changes: 5 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_i2.il
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 47 (0x2f)
.maxstack 2
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_i4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private static void Test(ref int n)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
Test(ref s_aa.mm);
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_i4.il
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}
.assembly ASSEMBLY_NAME
{

Expand Down Expand Up @@ -214,6 +219,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_o.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private static int Test(ref AA aa)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
int exitCode = Test(ref s_aa.m_aa);
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_o.il
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}
.assembly ASSEMBLY_NAME
{

Expand Down Expand Up @@ -157,6 +162,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_s.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private static int Test(ref String n)

[Fact]
[OuterLoop]
[SkipOnCoreClr("WaitForPendingFinalizers() not supported with GCStress", RuntimeTestModes.AnyGCStress)]
public static int TestEntryPoint()
{
int exitCode = Test(ref s_aa.mm);
Expand Down
10 changes: 10 additions & 0 deletions src/tests/JIT/Methodical/explicit/basic/refarg_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly extern Microsoft.DotNet.XUnitExtensions
{
.publickeytoken = (31 BF 38 56 AD 36 4E 35 ) // 1.8V.6N5
.ver 9:0:0:0
}
.assembly ASSEMBLY_NAME
{

Expand Down Expand Up @@ -160,6 +165,11 @@
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = (
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnCoreClrAttribute::.ctor(string,
valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.RuntimeTestModes) = ( 01 00 36 57 61 69 74 46 6F 72 50 65 6E 64 69 6E // ..6WaitForPendin
67 46 69 6E 61 6C 69 7A 65 72 73 28 29 20 6E 6F // gFinalizers() no
74 20 73 75 70 70 6F 72 74 65 64 20 77 69 74 68 // t supported with
20 47 43 53 74 72 65 73 73 C0 00 00 00 00 00 ) // GCStress......
.entrypoint
// Code size 32 (0x20)
.maxstack 1
Expand Down
Loading