Skip to content

Commit

Permalink
Fix System.Runtime reference versions and several test project names …
Browse files Browse the repository at this point in the history
…under JIT/Methodical (#64839)

* Fix System.Runtime reference public key token in delegatetail.il

* Three more IL sources needing explicit System.Runtime PKT

* Clean up several project file names

* Typo

* Fix assembly name for sin_cs_il* tests
  • Loading branch information
trylek authored Feb 8, 2022
1 parent 570b8e2 commit 205f70e
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/Boxing/xlang/sin_cs.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.ver 4:0:0:0
}
.assembly extern legacy library mscorlib { auto }
.assembly 'sin_cs' {}
.assembly 'sin_il_cs' {}
.assembly extern xunit.core {}
.assembly extern sinlib_cs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.

.assembly extern System.Console { auto }
.assembly extern System.Runtime { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }

.assembly 'copy_prop_byref_to_native_int' { }
.assembly extern xunit.core {}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/int64/misc/longmul.il
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.

.assembly extern System.Console { auto }
.assembly extern System.Runtime { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly 'longmul' { }
.assembly extern xunit.core {}

Expand Down
12 changes: 2 additions & 10 deletions src/tests/JIT/Methodical/tailcall_v4/delegateTail.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@



.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
.ver 4:0:0:0
}
.assembly extern System.Runtime
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
.ver 4:0:0:0
}
.assembly extern mscorlib { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly 'delegateTail'
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 )
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/xxblk/dynblk_order.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Tests that cpblk/initblk importation sastifies ordering constraints.

.assembly extern System.Runtime { }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly extern System.Console { }
.assembly extern xunit.core {}

Expand Down

0 comments on commit 205f70e

Please sign in to comment.