diff --git a/plans/all_tests.fmf b/plans/all_tests.fmf index a678632..84f8407 100644 --- a/plans/all_tests.fmf +++ b/plans/all_tests.fmf @@ -9,10 +9,6 @@ adjust: how: shell script: ./plans/provide_secondary_arch_rpms.sh when: distro == fedora and arch == x86_64 - - environment+: - COLLECTIONS: devtoolset-11 - WITH_SCL: "scl enable devtoolset-11" - when: collection == devtoolset-11 - environment+: COLLECTIONS: devtoolset-12 WITH_SCL: "scl enable devtoolset-12" @@ -21,10 +17,6 @@ adjust: COLLECTIONS: devtoolset-13 WITH_SCL: "scl enable devtoolset-13" when: collection == devtoolset-13 - - environment+: - COLLECTIONS: gcc-toolset-11 - WITH_SCL: "scl enable gcc-toolset-11" - when: collection == gcc-toolset-11 - environment+: COLLECTIONS: gcc-toolset-12 WITH_SCL: "scl enable gcc-toolset-12" @@ -41,3 +33,19 @@ adjust: COLLECTIONS: gcc-toolset-15 WITH_SCL: "scl enable gcc-toolset-15" when: collection == gcc-toolset-15 + - environment+: + COLLECTIONS: gcc-toolset-16 + WITH_SCL: "scl enable gcc-toolset-16" + when: collection == gcc-toolset-16 + - environment+: + COLLECTIONS: gcc-toolset-17 + WITH_SCL: "scl enable gcc-toolset-17" + when: collection == gcc-toolset-17 + - environment+: + COLLECTIONS: gcc-toolset-18 + WITH_SCL: "scl enable gcc-toolset-18" + when: collection == gcc-toolset-18 + - environment+: + COLLECTIONS: gcc-toolset-19 + WITH_SCL: "scl enable gcc-toolset-19" + when: collection == gcc-toolset-19 diff --git a/tests/Regression/bz1603204-ThreadSanitizer-unsupported-VMA-range/main.fmf b/tests/Regression/bz1603204-ThreadSanitizer-unsupported-VMA-range/main.fmf index 5032117..f69a810 100644 --- a/tests/Regression/bz1603204-ThreadSanitizer-unsupported-VMA-range/main.fmf +++ b/tests/Regression/bz1603204-ThreadSanitizer-unsupported-VMA-range/main.fmf @@ -27,9 +27,6 @@ adjust: - enabled: false when: arch == s390x and collection is not defined and distro <= rhel-9 continue: false - - enabled: false - when: arch == s390x and collection == gcc-toolset-11, devtoolset-11 - continue: false contact: Vaclav Kadlcik component: - gcc diff --git a/tests/Regression/bz1992727-tsan-segfaults/main.fmf b/tests/Regression/bz1992727-tsan-segfaults/main.fmf index 2ba7ff4..c95f14f 100644 --- a/tests/Regression/bz1992727-tsan-segfaults/main.fmf +++ b/tests/Regression/bz1992727-tsan-segfaults/main.fmf @@ -14,9 +14,6 @@ adjust: - enabled: false when: arch == s390x and collection is not defined and distro <= rhel-9 continue: false - - enabled: false - when: arch == s390x and collection == gcc-toolset-11, devtoolset-11 - continue: false contact: Vaclav Kadlcik component: - gcc diff --git a/tests/Regression/bz1995933-modulus-with-input-and-output-set-to-a-hard/main.fmf b/tests/Regression/bz1995933-modulus-with-input-and-output-set-to-a-hard/main.fmf index 7cfec7b..2de2d12 100644 --- a/tests/Regression/bz1995933-modulus-with-input-and-output-set-to-a-hard/main.fmf +++ b/tests/Regression/bz1995933-modulus-with-input-and-output-set-to-a-hard/main.fmf @@ -12,7 +12,7 @@ adjust: when: arch != ppc64le continue: false - enabled: false - when: collection == gcc-toolset-11, gcc-toolset-12, devtoolset-11, devtoolset-12 + when: collection == gcc-toolset-12, devtoolset-12 continue: false - enabled: false when: distro < rhel-10 and collection is not defined diff --git a/tests/Regression/bz2094428-add-static-libquadmath/main.fmf b/tests/Regression/bz2094428-add-static-libquadmath/main.fmf index 8a0d611..256f923 100644 --- a/tests/Regression/bz2094428-add-static-libquadmath/main.fmf +++ b/tests/Regression/bz2094428-add-static-libquadmath/main.fmf @@ -40,10 +40,6 @@ adjust: enabled: false when: collection is defined and distro == rhel-6 continue: false - - because: not backported - enabled: false - when: collection == gcc-toolset-11, devtoolset-11 - continue: false - because: not backported enabled: false when: collection == gcc-toolset-12 and distro ~= rhel-9.1 diff --git a/tests/Regression/bz2141718-builtin-cpu-is-sapphirerapids-failed-on-SPR/main.fmf b/tests/Regression/bz2141718-builtin-cpu-is-sapphirerapids-failed-on-SPR/main.fmf index 630cd55..069acaa 100644 --- a/tests/Regression/bz2141718-builtin-cpu-is-sapphirerapids-failed-on-SPR/main.fmf +++ b/tests/Regression/bz2141718-builtin-cpu-is-sapphirerapids-failed-on-SPR/main.fmf @@ -11,9 +11,6 @@ adjust: - enabled: false when: collection is not defined and distro < rhel-10 continue: false - - enabled: false - when: collection == gcc-toolset-11, devtoolset-11 - continue: false contact: Vaclav Kadlcik component: - gcc diff --git a/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/main.fmf b/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/main.fmf index a7a67d8..eff7487 100644 --- a/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/main.fmf +++ b/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/main.fmf @@ -8,9 +8,6 @@ link: tag: - Fedora-CI-gating adjust: - - enabled: false - when: collection == gcc-toolset-11 - continue: false - enabled: false when: collection == gcc-toolset-12 and distro ~= rhel-8.7 continue: false diff --git a/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/runtest.sh b/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/runtest.sh index 64c8531..043de26 100755 --- a/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/runtest.sh +++ b/tests/Regression/bz2162498-g-doesn-t-call-the-as-inside/runtest.sh @@ -4,8 +4,6 @@ . /usr/share/beakerlib/beakerlib.sh || exit 1 . "${0%/*}"/../../lib/common.sh || exit 1 -# Relevancy: Expected not to work in gcc-toolset-11 (RHBZ#2162498) - GCC="${GCC:-$(type -P gcc)}" GCC_RPM_NAME=$(rpm --qf '%{name}' -qf "$GCC") GXX_RPM_NAME=${GCC_RPM_NAME}-c++ diff --git a/tests/Regression/bz2168919-Backport-fma-chain-fix-GTS-12-1-gcc-RHEL9/main.fmf b/tests/Regression/bz2168919-Backport-fma-chain-fix-GTS-12-1-gcc-RHEL9/main.fmf index 8a9d120..1ed03e1 100644 --- a/tests/Regression/bz2168919-Backport-fma-chain-fix-GTS-12-1-gcc-RHEL9/main.fmf +++ b/tests/Regression/bz2168919-Backport-fma-chain-fix-GTS-12-1-gcc-RHEL9/main.fmf @@ -11,9 +11,6 @@ adjust: - enabled: false when: collection is not defined and distro < rhel-10 continue: false - - enabled: false - when: collection == gcc-toolset-11, devtoolset-11 - continue: false - enabled: false when: collection == gcc-toolset-12 and distro ~= rhel-9.1 continue: false diff --git a/tests/Sanity/allow_multiple_instances_of_fplugin_for_embedded_annobin/main.fmf b/tests/Sanity/allow_multiple_instances_of_fplugin_for_embedded_annobin/main.fmf index 93f9e32..93eaea4 100644 --- a/tests/Sanity/allow_multiple_instances_of_fplugin_for_embedded_annobin/main.fmf +++ b/tests/Sanity/allow_multiple_instances_of_fplugin_for_embedded_annobin/main.fmf @@ -23,8 +23,7 @@ adjust: continue: false because: embedded annobin < 11.11, known to fail - enabled: false - when: collection == gcc-toolset-11, devtoolset-11, gcc-toolset-12, devtoolset-12, - devtoolset-13 + when: collection == gcc-toolset-12, devtoolset-12, devtoolset-13 continue: false because: embedded annobin < 11.11, known to fail - enabled: false diff --git a/tests/Sanity/annocheck-clean/main.fmf b/tests/Sanity/annocheck-clean/main.fmf index 302e15d..6eb4fb2 100644 --- a/tests/Sanity/annocheck-clean/main.fmf +++ b/tests/Sanity/annocheck-clean/main.fmf @@ -36,10 +36,6 @@ adjust: - enabled: false when: distro == rhel-8 and distro ~< rhel-8.2 and collection is not defined continue: false - - enabled: false - when: distro == rhel-8 and distro ~> rhel-8.7 and collection == gcc-toolset-11 - continue: false - because: gcc-toolset-11 incompatible with redhat-rpm-config there - require-: - annobin-annocheck when: distro == rhel-8 and distro ~< rhel-8.4 diff --git a/tests/Sanity/bz2030667-Build-annobin-plugin-when-building-gcc/main.fmf b/tests/Sanity/bz2030667-Build-annobin-plugin-when-building-gcc/main.fmf index 1aa7e5f..d107626 100644 --- a/tests/Sanity/bz2030667-Build-annobin-plugin-when-building-gcc/main.fmf +++ b/tests/Sanity/bz2030667-Build-annobin-plugin-when-building-gcc/main.fmf @@ -16,8 +16,7 @@ adjust: when: distro ~< rhel-8.7 and collection is not defined continue: false - enabled: false - when: collection == gcc-toolset-11, gcc-toolset-12, - devtoolset-11, devtoolset-12, devtoolset-13 + when: collection == gcc-toolset-12, devtoolset-12, devtoolset-13 continue: false contact: Vaclav Kadlcik component: diff --git a/tests/Sanity/bz2101835-RFE-please-include-lto-dump/main.fmf b/tests/Sanity/bz2101835-RFE-please-include-lto-dump/main.fmf index ea0ec8c..6b95e4f 100644 --- a/tests/Sanity/bz2101835-RFE-please-include-lto-dump/main.fmf +++ b/tests/Sanity/bz2101835-RFE-please-include-lto-dump/main.fmf @@ -11,9 +11,6 @@ adjust: - enabled: false when: distro < rhel-9 and collection is not defined continue: false - - enabled: false - when: collection == gcc-toolset-11, devtoolset-11 - continue: false contact: Vaclav Kadlcik component: - gcc diff --git a/tests/Sanity/bz2208908-support-mdaz-ftz/main.fmf b/tests/Sanity/bz2208908-support-mdaz-ftz/main.fmf index 4423fef..4072945 100644 --- a/tests/Sanity/bz2208908-support-mdaz-ftz/main.fmf +++ b/tests/Sanity/bz2208908-support-mdaz-ftz/main.fmf @@ -17,7 +17,7 @@ adjust: when: collection is not defined and distro == rhel-9 and distro ~< rhel-9.3 continue: false - enabled: false - when: collection == gcc-toolset-11, gcc-toolset-12, devtoolset-11, devtoolset-12 + when: collection == gcc-toolset-12, devtoolset-12 continue: false contact: Vaclav Kadlcik component: diff --git a/tests/Sanity/compile-rpm/main.fmf b/tests/Sanity/compile-rpm/main.fmf index f03cd5f..5d2e544 100644 --- a/tests/Sanity/compile-rpm/main.fmf +++ b/tests/Sanity/compile-rpm/main.fmf @@ -68,10 +68,6 @@ adjust: when: collection == devtoolset-13 continue: false because: impractical dependency on devtoolset-12 - - enabled: false - when: distro == rhel-8 and distro ~> rhel-8.7 and collection == gcc-toolset-11 - continue: false - because: gcc-toolset-11 incompatible with redhat-rpm-config there extra-nitrate: TC#0142522 extra-summary: /tools/gcc/Sanity/compile-rpm extra-task: /tools/gcc/Sanity/compile-rpm diff --git a/tests/Sanity/rebuild-binutils/main.fmf b/tests/Sanity/rebuild-binutils/main.fmf index 1230e20..0194bea 100644 --- a/tests/Sanity/rebuild-binutils/main.fmf +++ b/tests/Sanity/rebuild-binutils/main.fmf @@ -78,10 +78,6 @@ adjust: when: distro == fedora and trigger is defined continue: false because: Too heavy for Fedora CI (for now) - - enabled: false - when: distro == rhel-8 and distro ~> rhel-8.7 and collection == gcc-toolset-11 - continue: false - because: gcc-toolset-11 incompatible with redhat-rpm-config there extra-nitrate: TC#0147459 extra-summary: /tools/gcc/Sanity/rebuild-binutils extra-task: /tools/gcc/Sanity/rebuild-binutils diff --git a/tests/Sanity/rebuild-systemtap/main.fmf b/tests/Sanity/rebuild-systemtap/main.fmf index 8a9c9b7..d2043bc 100644 --- a/tests/Sanity/rebuild-systemtap/main.fmf +++ b/tests/Sanity/rebuild-systemtap/main.fmf @@ -14,10 +14,6 @@ adjust: when: collection == gcc-toolset-13, devtoolset-13, gcc-toolset-12, devtoolset-12 continue: false because: no systemtap in the collection - - enabled: false - when: collection == gcc-toolset-11 and distro == rhel-8 and distro ~> rhel-8.7 - continue: false - because: gcc-toolset-11 incompatible with redhat-rpm-config there contact: Vaclav Kadlcik component: - gcc