From 94950983aa9fccd7a85e2d9f1a95c9cd0ddeb6f0 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Sanchez Date: Thu, 12 Dec 2019 16:40:00 -0800 Subject: [PATCH] Added OS and Bit Specific tags to accordingly .csproj files. (#637) --- .../Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj | 3 +++ .../tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj | 3 +++ src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj | 3 +++ src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj | 3 +++ src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj | 3 +++ .../Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj | 3 +++ .../Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj | 3 +++ .../src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj | 3 +++ .../src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj | 3 +++ src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj | 3 +++ .../tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj | 3 +++ src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj | 3 +++ src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj | 3 +++ .../src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj | 3 +++ 14 files changed, 42 insertions(+) diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj index ee1cd53..ba1b552 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj @@ -10,4 +10,7 @@ + + + diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj index 882f7fe..71c54fb 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj @@ -16,5 +16,8 @@ + + + diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj index c91e4ed..2ac1c83 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj @@ -16,5 +16,8 @@ + + + diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj index 8753c25..300d599 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj @@ -16,5 +16,8 @@ + + + diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj index a968d95..44b33db 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj @@ -16,5 +16,8 @@ + + + diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj b/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj index 991a4c7..b81fa65 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj @@ -20,4 +20,7 @@ + + + diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj index a881b9b..3f5d395 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj @@ -8,4 +8,7 @@ + + + diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj b/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj index b2cde73..4d561ff 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj @@ -10,4 +10,7 @@ + + + diff --git a/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj b/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj index 3d0602d..e7e11ee0 100644 --- a/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj +++ b/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj @@ -11,4 +11,7 @@ + + + diff --git a/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj b/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj index b72c45f..7cbbd08 100644 --- a/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj +++ b/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj @@ -17,4 +17,7 @@ + + + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj index 38181f5..d6c8348 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj @@ -23,4 +23,7 @@ export COMPlus_GcStressOnDirectCalls=1 + + + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj index 8d464e5..902e992 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj @@ -13,4 +13,7 @@ + + + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj index ca4b861..9fa4314 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj @@ -13,4 +13,7 @@ + + + diff --git a/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj b/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj index 8fa27cd..c6a5f9d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj @@ -11,4 +11,7 @@ + + + -- 2.7.4