Add nitrate metadata
This commit is contained in:
parent
a8cc88906c
commit
125e4514d1
3 changed files with 29 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
when: distro < rhel-9
|
||||
|
|
|
|||
|
|
@ -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+:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue