summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2015-09-03 17:14:24 -0700
committerBruce Forstall <brucefo@microsoft.com>2015-09-03 17:14:24 -0700
commit3913d10b8cfdc5927872e5d63bb994ceaf0e21b3 (patch)
tree2be64b66eed38bdc3158cace54b3b70313776b9b /tests/src/JIT/Directed
parent1165038551b7ca20f230d867dc5fd2357ede14fe (diff)
downloadcoreclr-3913d10b8cfdc5927872e5d63bb994ceaf0e21b3.tar.gz
coreclr-3913d10b8cfdc5927872e5d63bb994ceaf0e21b3.tar.bz2
coreclr-3913d10b8cfdc5927872e5d63bb994ceaf0e21b3.zip
Canonicalize appearance of empty mscorlib assembly references in .il tests
Diffstat (limited to 'tests/src/JIT/Directed')
-rw-r--r--tests/src/JIT/Directed/Convert/implicitConv.il4
-rw-r--r--tests/src/JIT/Directed/Convert/minopts_convu1.il2
-rw-r--r--tests/src/JIT/Directed/RVAInit/oddsize.il4
-rw-r--r--tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il2
-rw-r--r--tests/src/JIT/Directed/leave/catch1.il4
-rw-r--r--tests/src/JIT/Directed/leave/catch2.il4
-rw-r--r--tests/src/JIT/Directed/leave/catch3.il4
-rw-r--r--tests/src/JIT/Directed/leave/filter1.il4
-rw-r--r--tests/src/JIT/Directed/leave/filter2.il4
-rw-r--r--tests/src/JIT/Directed/leave/filter3.il4
-rw-r--r--tests/src/JIT/Directed/leave/try1.il4
-rw-r--r--tests/src/JIT/Directed/leave/try2.il4
-rw-r--r--tests/src/JIT/Directed/leave/try3.il4
-rw-r--r--tests/src/JIT/Directed/pinvoke/jump.il2
-rw-r--r--tests/src/JIT/Directed/pinvoke/sysinfo.il2
-rw-r--r--tests/src/JIT/Directed/throwbox/fault.il2
-rw-r--r--tests/src/JIT/Directed/throwbox/filter.il2
-rw-r--r--tests/src/JIT/Directed/throwbox/finally.il2
-rw-r--r--tests/src/JIT/Directed/throwbox/rethrow.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/Dev10_863995.il4
-rw-r--r--tests/src/JIT/Directed/zeroinit/init_byte.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/init_int32.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/init_int64.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/init_struct.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/init_uint32.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/init_uint64.il2
-rw-r--r--tests/src/JIT/Directed/zeroinit/tail.il2
27 files changed, 28 insertions, 50 deletions
diff --git a/tests/src/JIT/Directed/Convert/implicitConv.il b/tests/src/JIT/Directed/Convert/implicitConv.il
index eaabbc1551..c7bced6dfd 100644
--- a/tests/src/JIT/Directed/Convert/implicitConv.il
+++ b/tests/src/JIT/Directed/Convert/implicitConv.il
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
- .assembly ILGEN_0xc60e022c {}
- .assembly extern mscorlib{auto}
+.assembly ILGEN_0xc60e022c {}
+.assembly extern mscorlib{auto}
.class ILGEN_0xc60e022c {
diff --git a/tests/src/JIT/Directed/Convert/minopts_convu1.il b/tests/src/JIT/Directed/Convert/minopts_convu1.il
index a6398f9ef2..e39c4a96c7 100644
--- a/tests/src/JIT/Directed/Convert/minopts_convu1.il
+++ b/tests/src/JIT/Directed/Convert/minopts_convu1.il
@@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
.assembly ILGEN_0xb0847955 {}
- .assembly extern mscorlib{auto}
+.assembly extern mscorlib{auto}
.class ILGEN_0xb0847955 {
diff --git a/tests/src/JIT/Directed/RVAInit/oddsize.il b/tests/src/JIT/Directed/RVAInit/oddsize.il
index d10955a8e3..22c2194633 100644
--- a/tests/src/JIT/Directed/RVAInit/oddsize.il
+++ b/tests/src/JIT/Directed/RVAInit/oddsize.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly test
{
}
diff --git a/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il b/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il
index 047e8d595d..c5ede5886e 100644
--- a/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il
+++ b/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj.il
@@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// volatilecpobj.il
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly volatilecpobj { }
.namespace JitTest
{
diff --git a/tests/src/JIT/Directed/leave/catch1.il b/tests/src/JIT/Directed/leave/catch1.il
index b00efd95b0..b4e60b4f98 100644
--- a/tests/src/JIT/Directed/leave/catch1.il
+++ b/tests/src/JIT/Directed/leave/catch1.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly catch1
{
}
diff --git a/tests/src/JIT/Directed/leave/catch2.il b/tests/src/JIT/Directed/leave/catch2.il
index 60458626a2..d644365435 100644
--- a/tests/src/JIT/Directed/leave/catch2.il
+++ b/tests/src/JIT/Directed/leave/catch2.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
- .assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly catch2
{
}
diff --git a/tests/src/JIT/Directed/leave/catch3.il b/tests/src/JIT/Directed/leave/catch3.il
index 43984dce50..88ea04988c 100644
--- a/tests/src/JIT/Directed/leave/catch3.il
+++ b/tests/src/JIT/Directed/leave/catch3.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly catch3
{
}
diff --git a/tests/src/JIT/Directed/leave/filter1.il b/tests/src/JIT/Directed/leave/filter1.il
index e0a0074e69..281c35a1e9 100644
--- a/tests/src/JIT/Directed/leave/filter1.il
+++ b/tests/src/JIT/Directed/leave/filter1.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly filter1
{
}
diff --git a/tests/src/JIT/Directed/leave/filter2.il b/tests/src/JIT/Directed/leave/filter2.il
index 864f8d2888..bce0b75c28 100644
--- a/tests/src/JIT/Directed/leave/filter2.il
+++ b/tests/src/JIT/Directed/leave/filter2.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
- .assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly filter2
{
}
diff --git a/tests/src/JIT/Directed/leave/filter3.il b/tests/src/JIT/Directed/leave/filter3.il
index ff8490deb2..e469d7cac3 100644
--- a/tests/src/JIT/Directed/leave/filter3.il
+++ b/tests/src/JIT/Directed/leave/filter3.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly filter3
{
}
diff --git a/tests/src/JIT/Directed/leave/try1.il b/tests/src/JIT/Directed/leave/try1.il
index 16f89eae10..28548597c4 100644
--- a/tests/src/JIT/Directed/leave/try1.il
+++ b/tests/src/JIT/Directed/leave/try1.il
@@ -3,9 +3,7 @@
//different datatype in try block
//
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly try1
{
}
diff --git a/tests/src/JIT/Directed/leave/try2.il b/tests/src/JIT/Directed/leave/try2.il
index 35a5d0ef59..0df7ecde5d 100644
--- a/tests/src/JIT/Directed/leave/try2.il
+++ b/tests/src/JIT/Directed/leave/try2.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
- .assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly try2
{
}
diff --git a/tests/src/JIT/Directed/leave/try3.il b/tests/src/JIT/Directed/leave/try3.il
index 66e2ec3bb0..eec9d547b1 100644
--- a/tests/src/JIT/Directed/leave/try3.il
+++ b/tests/src/JIT/Directed/leave/try3.il
@@ -1,9 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly try3
{
}
diff --git a/tests/src/JIT/Directed/pinvoke/jump.il b/tests/src/JIT/Directed/pinvoke/jump.il
index 72a42d1a2c..5c3dcf28ea 100644
--- a/tests/src/JIT/Directed/pinvoke/jump.il
+++ b/tests/src/JIT/Directed/pinvoke/jump.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly jump { }
.namespace JitTest
{
diff --git a/tests/src/JIT/Directed/pinvoke/sysinfo.il b/tests/src/JIT/Directed/pinvoke/sysinfo.il
index 62b178ca39..57edb66f9f 100644
--- a/tests/src/JIT/Directed/pinvoke/sysinfo.il
+++ b/tests/src/JIT/Directed/pinvoke/sysinfo.il
@@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
.module extern kernel32
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly sysinfo { }
.module sysinfo.exe
.namespace JitTest
diff --git a/tests/src/JIT/Directed/throwbox/fault.il b/tests/src/JIT/Directed/throwbox/fault.il
index 5b44dd6233..c76e17dcdf 100644
--- a/tests/src/JIT/Directed/throwbox/fault.il
+++ b/tests/src/JIT/Directed/throwbox/fault.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly 'fault' { }
.namespace JitTest
{
diff --git a/tests/src/JIT/Directed/throwbox/filter.il b/tests/src/JIT/Directed/throwbox/filter.il
index b8591c534b..8364f7c9c4 100644
--- a/tests/src/JIT/Directed/throwbox/filter.il
+++ b/tests/src/JIT/Directed/throwbox/filter.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly 'filter' { }
.namespace JitTest
{
diff --git a/tests/src/JIT/Directed/throwbox/finally.il b/tests/src/JIT/Directed/throwbox/finally.il
index 2cb094d2ba..e003f9f108 100644
--- a/tests/src/JIT/Directed/throwbox/finally.il
+++ b/tests/src/JIT/Directed/throwbox/finally.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly 'finally' { }
.namespace JitTest
{
diff --git a/tests/src/JIT/Directed/throwbox/rethrow.il b/tests/src/JIT/Directed/throwbox/rethrow.il
index 53df19cfb6..87908f5f77 100644
--- a/tests/src/JIT/Directed/throwbox/rethrow.il
+++ b/tests/src/JIT/Directed/throwbox/rethrow.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly 'rethrow' { }
.namespace JitTest
{
diff --git a/tests/src/JIT/Directed/zeroinit/Dev10_863995.il b/tests/src/JIT/Directed/zeroinit/Dev10_863995.il
index 05a7064eb5..d97b248a8d 100644
--- a/tests/src/JIT/Directed/zeroinit/Dev10_863995.il
+++ b/tests/src/JIT/Directed/zeroinit/Dev10_863995.il
@@ -4,9 +4,7 @@
// Metadata version: v4.0.21104
-.assembly extern mscorlib
-{
-}
+.assembly extern mscorlib {}
.assembly Dev10_863995
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 )
diff --git a/tests/src/JIT/Directed/zeroinit/init_byte.il b/tests/src/JIT/Directed/zeroinit/init_byte.il
index 9c166da0b5..b630689d04 100644
--- a/tests/src/JIT/Directed/zeroinit/init_byte.il
+++ b/tests/src/JIT/Directed/zeroinit/init_byte.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly init_byte { }
.class private auto ansi beforefieldinit Test
extends [mscorlib]System.Object
diff --git a/tests/src/JIT/Directed/zeroinit/init_int32.il b/tests/src/JIT/Directed/zeroinit/init_int32.il
index 160a8219a7..581ac12b6c 100644
--- a/tests/src/JIT/Directed/zeroinit/init_int32.il
+++ b/tests/src/JIT/Directed/zeroinit/init_int32.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly init_int32 { }
.class private auto ansi beforefieldinit Test
extends [mscorlib]System.Object
diff --git a/tests/src/JIT/Directed/zeroinit/init_int64.il b/tests/src/JIT/Directed/zeroinit/init_int64.il
index e9a9377d51..6e856a8571 100644
--- a/tests/src/JIT/Directed/zeroinit/init_int64.il
+++ b/tests/src/JIT/Directed/zeroinit/init_int64.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly init_int64 { }
.class private auto ansi beforefieldinit Test
extends [mscorlib]System.Object
diff --git a/tests/src/JIT/Directed/zeroinit/init_struct.il b/tests/src/JIT/Directed/zeroinit/init_struct.il
index 32aaaf46b9..c192a20b35 100644
--- a/tests/src/JIT/Directed/zeroinit/init_struct.il
+++ b/tests/src/JIT/Directed/zeroinit/init_struct.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly init_struct { }
.class private sequential ansi sealed beforefieldinit Val
diff --git a/tests/src/JIT/Directed/zeroinit/init_uint32.il b/tests/src/JIT/Directed/zeroinit/init_uint32.il
index 6eb051a361..bc97b47fd0 100644
--- a/tests/src/JIT/Directed/zeroinit/init_uint32.il
+++ b/tests/src/JIT/Directed/zeroinit/init_uint32.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly init_uint32 { }
.class private auto ansi beforefieldinit Test
extends [mscorlib]System.Object
diff --git a/tests/src/JIT/Directed/zeroinit/init_uint64.il b/tests/src/JIT/Directed/zeroinit/init_uint64.il
index d8e9ea04b4..e25ff5c710 100644
--- a/tests/src/JIT/Directed/zeroinit/init_uint64.il
+++ b/tests/src/JIT/Directed/zeroinit/init_uint64.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly init_uint64 { }
.class private auto ansi beforefieldinit Test
extends [mscorlib]System.Object
diff --git a/tests/src/JIT/Directed/zeroinit/tail.il b/tests/src/JIT/Directed/zeroinit/tail.il
index 6eb98a1e4f..2e4ae02ac2 100644
--- a/tests/src/JIT/Directed/zeroinit/tail.il
+++ b/tests/src/JIT/Directed/zeroinit/tail.il
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-.assembly extern mscorlib { }
+.assembly extern mscorlib {}
.assembly tail { }
.class private auto ansi beforefieldinit AA
extends [mscorlib]System.Object