From aa30c50f4c8febc11c1a3f552fe6277f0152cc65 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Wed, 1 Feb 2017 11:16:19 -0800 Subject: [PATCH] Use full set of runtimes for all test project.json files --- tests/src/Common/empty/project.json | 6 +++++- tests/src/Common/targeting_pack_ref/project.json | 6 +++++- tests/src/Common/test_dependencies/project.json | 6 +++++- tests/src/Common/test_runtime/project.json | 7 ++++++- tests/src/JIT/config/extra/project.json | 6 +++++- tests/src/JIT/config/minimal/project.json | 6 +++++- tests/src/JIT/config/threading+thread/project.json | 6 +++++- tests/src/JIT/config/threading/project.json | 6 +++++- tests/src/TestWrappersConfig/project.json | 7 ++++++- 9 files changed, 47 insertions(+), 9 deletions(-) diff --git a/tests/src/Common/empty/project.json b/tests/src/Common/empty/project.json index 1954111..cc74ba8 100644 --- a/tests/src/Common/empty/project.json +++ b/tests/src/Common/empty/project.json @@ -8,9 +8,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json index 3786e51..aa07110 100644 --- a/tests/src/Common/targeting_pack_ref/project.json +++ b/tests/src/Common/targeting_pack_ref/project.json @@ -14,9 +14,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index 8bc65ff..869d518 100644 --- a/tests/src/Common/test_dependencies/project.json +++ b/tests/src/Common/test_dependencies/project.json @@ -82,9 +82,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json index 7c65ce1..0f50497 100644 --- a/tests/src/Common/test_runtime/project.json +++ b/tests/src/Common/test_runtime/project.json @@ -1,5 +1,6 @@ { "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02", "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease", "jit-dasm": "0.0.1.4", "cijobs": "0.0.1.2", @@ -17,9 +18,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json index e9e4da0..931926c 100644 --- a/tests/src/JIT/config/extra/project.json +++ b/tests/src/JIT/config/extra/project.json @@ -24,9 +24,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json index b03b564..cf49af5 100644 --- a/tests/src/JIT/config/minimal/project.json +++ b/tests/src/JIT/config/minimal/project.json @@ -13,9 +13,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json index 064138e..0296783 100644 --- a/tests/src/JIT/config/threading+thread/project.json +++ b/tests/src/JIT/config/threading+thread/project.json @@ -15,9 +15,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json index a6cfc66..857de31 100644 --- a/tests/src/JIT/config/threading/project.json +++ b/tests/src/JIT/config/threading/project.json @@ -13,9 +13,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } diff --git a/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json index f255e30..60f90bb 100644 --- a/tests/src/TestWrappersConfig/project.json +++ b/tests/src/TestWrappersConfig/project.json @@ -1,5 +1,6 @@ { "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0-beta-25001-02", "xunit": "2.2.0-beta2-build3300", "xunit.assert": "2.2.0-beta2-build3300", "xunit.core": "2.2.0-beta2-build3300", @@ -20,9 +21,13 @@ "win7-x86": {}, "win7-x64": {}, "ubuntu.14.04-x64": {}, + "ubuntu.16.04-x64": {}, + "ubuntu.16.10-x64": {}, "osx.10.10-x64": {}, "centos.7-x64": {}, "rhel.7-x64": {}, - "debian.8-x64": {} + "debian.8-x64": {}, + "fedora.23-x64": {}, + "opensuse.13.2-x64": {} } } -- 2.7.4