From f92a33f79d705be3e4d7a7d92a66e256e8c4a48b Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 13 May 2016 09:42:17 -0700 Subject: 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. --- .../Regression/Dev11/External/dev11_145295/ilpart.il | 4 ++-- tests/src/JIT/jit64/localloc/common/common.il | 4 ++-- tests/testsFailingOutsideWindows.txt | 20 -------------------- 3 files changed, 4 insertions(+), 24 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 diff --git a/tests/testsFailingOutsideWindows.txt b/tests/testsFailingOutsideWindows.txt index 16d3ebbd20..6361fe779e 100644 --- a/tests/testsFailingOutsideWindows.txt +++ b/tests/testsFailingOutsideWindows.txt @@ -86,30 +86,10 @@ JIT/Regression/VS-ia64-JIT/V1.2-M02/b22591/b22591/b22591.sh JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b416776/b416776/b416776.sh JIT/SIMD/Vector3Interop_r/Vector3Interop_r.sh JIT/SIMD/Vector3Interop_ro/Vector3Interop_ro.sh -JIT/jit64/localloc/eh/eh01_dynamic/eh01_dynamic.sh -JIT/jit64/localloc/eh/eh01_large/eh01_large.sh -JIT/jit64/localloc/eh/eh01_small/eh01_small.sh -JIT/jit64/localloc/eh/eh02_dynamic/eh02_dynamic.sh -JIT/jit64/localloc/eh/eh02_large/eh02_large.sh -JIT/jit64/localloc/eh/eh02_small/eh02_small.sh -JIT/jit64/localloc/ehverify/eh09_dynamic/eh09_dynamic.sh -JIT/jit64/localloc/ehverify/eh09_large/eh09_large.sh -JIT/jit64/localloc/ehverify/eh09_small/eh09_small.sh -JIT/jit64/localloc/unwind/unwind01_dynamic/unwind01_dynamic.sh -JIT/jit64/localloc/unwind/unwind01_large/unwind01_large.sh -JIT/jit64/localloc/unwind/unwind01_small/unwind01_small.sh -JIT/jit64/localloc/unwind/unwind02_dynamic/unwind02_dynamic.sh -JIT/jit64/localloc/unwind/unwind02_large/unwind02_large.sh -JIT/jit64/localloc/unwind/unwind02_small/unwind02_small.sh -JIT/jit64/localloc/unwind/unwind03_dynamic/unwind03_dynamic.sh -JIT/jit64/localloc/unwind/unwind03_large/unwind03_large.sh -JIT/jit64/localloc/unwind/unwind03_small/unwind03_small.sh JIT/Methodical/Boxing/xlang/_dbgsin_cs_il/_dbgsin_cs_il.sh JIT/Methodical/Boxing/xlang/_odbgsin_cs_il/_odbgsin_cs_il.sh JIT/Methodical/Boxing/xlang/_orelsin_cs_il/_orelsin_cs_il.sh JIT/Methodical/Boxing/xlang/_relsin_cs_il/_relsin_cs_il.sh -JIT/Methodical/localloc/call/call01_small/call01_small.sh -JIT/Regression/Dev11/External/dev11_145295/CSharpPart/CSharpPart.sh Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp/MarshalStructAsLayoutExp.sh GC/LargeMemory/Allocation/finalizertest/finalizertest.sh GC/LargeMemory/API/gc/reregisterforfinalize/reregisterforfinalize.sh -- cgit v1.2.3