summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-05-13 09:42:17 -0700
committerBruce Forstall <brucefo@microsoft.com>2016-05-14 08:50:29 -0700
commitf92a33f79d705be3e4d7a7d92a66e256e8c4a48b (patch)
treea505a70f1ebba84445ef268fa2e8b9b22ad913bb /tests/src
parent2e30f2e2cbea5b9a97e1ecc55009706606d5d13b (diff)
downloadcoreclr-f92a33f79d705be3e4d7a7d92a66e256e8c4a48b.tar.gz
coreclr-f92a33f79d705be3e4d7a7d92a66e256e8c4a48b.tar.bz2
coreclr-f92a33f79d705be3e4d7a7d92a66e256e8c4a48b.zip
Change referenced common.dll assembly to lower-case
Also, change ILPart.dll to lower-case. Fixes a bunch of tests that were failing on Ubuntu. Re-enable those. Fixes #3235.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il4
-rw-r--r--tests/src/JIT/jit64/localloc/common/common.il4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il b/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il
index cd9b1bc6e4..b5bc2ed9f7 100644
--- a/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il
+++ b/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.il
@@ -15,10 +15,10 @@
.assembly extern CSharpPart {}
-.assembly ILPart {}
+.assembly ilpart {}
-.module ILPart.dll
+.module ilpart.dll
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
diff --git a/tests/src/JIT/jit64/localloc/common/common.il b/tests/src/JIT/jit64/localloc/common/common.il
index 9b65bcf099..90f513f467 100644
--- a/tests/src/JIT/jit64/localloc/common/common.il
+++ b/tests/src/JIT/jit64/localloc/common/common.il
@@ -13,12 +13,12 @@
.assembly extern mscorlib
{
}
-.assembly Common
+.assembly common
{
.hash algorithm 0x00008004
.ver 0:0:0:0
}
-.module Common.dll
+.module common.dll
.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 )
.imagebase 0x00400000
.subsystem 0x00000003