|
118 | 118 | "expected_failure": false, |
119 | 119 | "expected_failure_reason": null |
120 | 120 | }, |
121 | | - { |
122 | | - "description": "Basic alpm package", |
123 | | - "test_group": "validation", |
124 | | - "input": "pkg:alpm/arch/[email protected]", |
125 | | - "expected_failure": false, |
126 | | - "expected_failure_reason": null |
127 | | - }, |
128 | | - { |
129 | | - "description": "Basic package with version and arch", |
130 | | - "test_group": "validation", |
131 | | - "input": "pkg:alpm/arch/[email protected]?arch=x86_64", |
132 | | - "expected_failure": false, |
133 | | - "expected_failure_reason": null |
134 | | - }, |
135 | | - { |
136 | | - "description": "Basic package without version", |
137 | | - "test_group": "validation", |
138 | | - "input": "pkg:alpm/arch/pacman?arch=x86_64", |
139 | | - "expected_failure": false, |
140 | | - "expected_failure_reason": null |
141 | | - }, |
142 | | - { |
143 | | - "description": "Valid MSYS2 namespace (lowercased vendor requirement)", |
144 | | - "test_group": "validation", |
145 | | - "input": "pkg:alpm/msys2/[email protected]?arch=any", |
146 | | - "expected_failure": false, |
147 | | - "expected_failure_reason": null |
148 | | - }, |
149 | | - { |
150 | | - "description": "Missing namespace (vendor is required)", |
151 | | - "test_group": "validation", |
152 | | - "input": "pkg:alpm/[email protected]?arch=x86_64", |
153 | | - "expected_failure": false, |
154 | | - "expected_failure_reason": "Missing namespace (vendor is required)" |
155 | | - }, |
156 | | - { |
157 | | - "description": "Namespace not lowercased", |
158 | | - "test_group": "validation", |
159 | | - "input": "pkg:alpm/Arch/[email protected]?arch=x86_64", |
160 | | - "expected_failure": false, |
161 | | - "expected_failure_reason": "Namespace not lowercased" |
162 | | - }, |
163 | | - { |
164 | | - "description": "Package name not lowercased", |
165 | | - "test_group": "validation", |
166 | | - "input": "pkg:alpm/arch/[email protected]?arch=x86_64", |
167 | | - "expected_failure": false, |
168 | | - "expected_failure_reason": "Namespace not lowercased" |
169 | | - }, |
170 | | - { |
171 | | - "description": "Unknown qualifier key (only arch is allowed)", |
172 | | - "test_group": "validation", |
173 | | - "input": "pkg:alpm/arch/[email protected]?cpu=x86_64", |
174 | | - "expected_failure": false, |
175 | | - "expected_failure_reason": "Unknown qualifier key" |
176 | | - }, |
177 | 121 | { |
178 | 122 | "description": "Build test for <class 'type'> PURL", |
179 | 123 | "test_group": "base", |
|
0 commit comments