File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 105105 "expected_failure" : false ,
106106 "expected_failure_reason" : null
107107 },
108- {
109- "description" : " invalid conan purl only channel qualifier" ,
110- "test_group" : " base" ,
111- "test_type" : " parse" ,
112- "input" :
" pkg:conan/[email protected] ?channel=stable" ,
113- "expected_output" : null ,
114- "expected_failure" : true ,
115- "expected_failure_reason" : " Should fail to parse a PURL from invalid purl input"
116- },
117- {
118- "description" : " invalid conan purl only channel qualifier" ,
119- "test_group" : " base" ,
120- "test_type" : " parse" ,
121- "input" :
" pkg:conan/[email protected] ?channel=stable" ,
122- "expected_output" : null ,
123- "expected_failure" : true ,
124- "expected_failure_reason" : " Should fail to parse a PURL from invalid canonical purl input"
125- },
126- {
127- "description" : " invalid conan purl only channel qualifier" ,
128- "test_group" : " base" ,
129- "test_type" : " build" ,
130- "input" : {
131- "type" : " conan" ,
132- "namespace" : null ,
133- "name" : " cctz" ,
134- "version" : " 2.3" ,
135- "qualifiers" : {
136- "channel" : " stable"
137- },
138- "subpath" : null
139- },
140- "expected_output" : null ,
141- "expected_failure" : true ,
142- "expected_failure_reason" : " Should fail to build a PURL from invalid input components"
143- },
144108 {
145109 "description" : " Parse test for PURL type: conan" ,
146110 "test_group" : " base" ,
You can’t perform that action at this time.
0 commit comments