From 832e6e643380b3dc632231169f3c6d295dcf3e56 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Mon, 13 Feb 2017 12:56:21 -0800 Subject: [PATCH] Remove OpenSuse13.2 from runtime section in all Project.Jsons --- tests/src/Common/build_against_pkg_dependencies/project.json | 1 - tests/src/Common/empty/project.json | 3 +-- tests/src/Common/targeting_pack_ref/project.json | 3 +-- tests/src/Common/test_dependencies/project.json | 3 +-- tests/src/Common/test_runtime/project.json | 3 +-- tests/src/JIT/config/extra/project.json | 3 +-- tests/src/JIT/config/minimal/project.json | 3 +-- tests/src/JIT/config/threading+thread/project.json | 3 +-- tests/src/JIT/config/threading/project.json | 3 +-- tests/src/TestWrappersConfig/project.json | 3 +-- 10 files changed, 9 insertions(+), 19 deletions(-) diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json index 719be59..98362af 100644 --- a/tests/src/Common/build_against_pkg_dependencies/project.json +++ b/tests/src/Common/build_against_pkg_dependencies/project.json @@ -26,7 +26,6 @@ "rhel.7-x64": {}, "debian.8-x64": {}, "fedora.23-x64": {}, - "opensuse.13.2-x64": {}, "opensuse.42.1-x64": {} } } diff --git a/tests/src/Common/empty/project.json b/tests/src/Common/empty/project.json index cc74ba8..82a0b7f 100644 --- a/tests/src/Common/empty/project.json +++ b/tests/src/Common/empty/project.json @@ -14,7 +14,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json index 1743f6f..2ab6035 100644 --- a/tests/src/Common/targeting_pack_ref/project.json +++ b/tests/src/Common/targeting_pack_ref/project.json @@ -20,7 +20,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/Common/test_dependencies/project.json b/tests/src/Common/test_dependencies/project.json index 771391a..4f08ce1 100644 --- a/tests/src/Common/test_dependencies/project.json +++ b/tests/src/Common/test_dependencies/project.json @@ -88,7 +88,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json index ef47999..4429a9c 100644 --- a/tests/src/Common/test_runtime/project.json +++ b/tests/src/Common/test_runtime/project.json @@ -24,7 +24,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json index 1e42ca1..6eb6621 100644 --- a/tests/src/JIT/config/extra/project.json +++ b/tests/src/JIT/config/extra/project.json @@ -30,7 +30,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json index 1cca77c..a3ae795 100644 --- a/tests/src/JIT/config/minimal/project.json +++ b/tests/src/JIT/config/minimal/project.json @@ -19,7 +19,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json index 6a6fe49..c071d59 100644 --- a/tests/src/JIT/config/threading+thread/project.json +++ b/tests/src/JIT/config/threading+thread/project.json @@ -21,7 +21,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json index 68b783a..fee08e0 100644 --- a/tests/src/JIT/config/threading/project.json +++ b/tests/src/JIT/config/threading/project.json @@ -19,7 +19,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } diff --git a/tests/src/TestWrappersConfig/project.json b/tests/src/TestWrappersConfig/project.json index 2f70606..b740fed 100644 --- a/tests/src/TestWrappersConfig/project.json +++ b/tests/src/TestWrappersConfig/project.json @@ -27,7 +27,6 @@ "centos.7-x64": {}, "rhel.7-x64": {}, "debian.8-x64": {}, - "fedora.23-x64": {}, - "opensuse.13.2-x64": {} + "fedora.23-x64": {} } } -- 2.7.4