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 1954111901d03..cc74ba8472b9f 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 3786e51ffec00..aa07110e3c324 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 8bc65ffc20353..869d518656d1c 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 7c65ce10173ed..0f50497768401 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 e9e4da021b60a..931926c218f72 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 b03b56456027c..cf49af5c36e1c 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 064138ed1ab8e..02967835c4c5f 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 a6cfc66043bbd..857de3161f797 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 f255e3044f54f..60f90bb677945 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": {} } }