diff --git a/lldb-dwz/main.fmf b/lldb-dwz/main.fmf index 2cbc00e..89e0bf8 100644 --- a/lldb-dwz/main.fmf +++ b/lldb-dwz/main.fmf @@ -2,17 +2,25 @@ summary: "Test that lldb doesn't crash with dwz debuginfo" test: "$WITH_SCL ./test.sh" require: - coreutils-debuginfo +framework: shell +tier: 1 +component: + - llvm-toolset + - lldb +extra-summary: /tools/lldb/lldb-dwz +extra-task: /tools/lldb/lldb-dwz +extra-nitrate: TC#0614064 adjust: # Common requirements when LLVM is not SCL-ized - require+: - lldb - when: "collection is not defined" + when: collection is not defined # Requirements for SCL-ized LLVM - require+: - llvm-toolset-13.0-lldb - when: "collection == llvm-toolset-13.0" + when: collection == llvm-toolset-13.0 - require+: - llvm-toolset-14.0-lldb - when: "collection == llvm-toolset-14.0" + when: collection == llvm-toolset-14.0 diff --git a/lldb-std-vector-prettyprint/main.fmf b/lldb-std-vector-prettyprint/main.fmf index 443022a..b1988ab 100644 --- a/lldb-std-vector-prettyprint/main.fmf +++ b/lldb-std-vector-prettyprint/main.fmf @@ -3,9 +3,17 @@ test: "$WITH_SCL ./test.sh" require: - gcc-c++ - lldb +framework: shell +tier: 1 +component: + - llvm-toolset + - lldb +extra-summary: /tools/lldb/lldb-std-vector-prettyprint +extra-task: /tools/lldb/lldb-std-vector-prettyprint +extra-nitrate: TC#0614065 adjust: # rhbz#2077932 rhbz#2082508 - because: "std::vector pretty printer does not work properly in RHEL<9 due to older libstdc++" enabled: false - when: distro < rhel-9 \ No newline at end of file + when: distro < rhel-9 diff --git a/python-embedded-interpreter/main.fmf b/python-embedded-interpreter/main.fmf index 12b58fe..dd776f4 100644 --- a/python-embedded-interpreter/main.fmf +++ b/python-embedded-interpreter/main.fmf @@ -3,6 +3,15 @@ description: "Ensure that lldb depends on python3-lldb" test: "$WITH_SCL ./test.sh" require: - gcc-c++ +framework: shell +tier: 1 +component: + - llvm-toolset + - lldb +extra-summary: /tools/lldb/python-embedded-interpreter +extra-task: /tools/lldb/python-embedded-interpreter +extra-nitrate: TC#0614066 + adjust: # Common requirements when LLVM is not SCL-ized - require+: