Skip to content
Merged
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
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_byte_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_byte_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_double_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_double_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_float_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_float_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_byte_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_byte_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_double_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_double_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_float_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_float_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_int_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_int_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_long_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_long_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_obj_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_obj_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_short_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_short_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_gc_val_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_gc_val_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_int_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_int_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_long_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_long_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_obj_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_obj_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_short_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_short_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
13 changes: 8 additions & 5 deletions src/tests/JIT/Methodical/explicit/coverage/expl_val_1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,18 @@ public static void reset()
BB.f_init = new AA(100);
BB.f_zero = new AA(0);
}
}

internal struct BB
{
public static AA f_init, f_zero;
}

public static class Test_expl_val_1
{
[Fact]
public static int TestEntrypoint()
{
return TestApp.RunAllTests();
}
}

internal struct BB
{
public static AA f_init, f_zero;
}
Loading