Commit 6d02f70
tests: Do not use g_test_incomplete() broken in old glib
The context validation tests dealt with v2 format not being valided
implicitly by marking the tests as expected to fail.
But g_test_incomplete() seems to be broken in glib2-2.56.4. It will
return a failure exit code if a test expected to fail indeed fails.
This is not how 2.68.1 behaves.
This patch accommodates to both behaviours by not using
the broken g_test_incomplete() at all.
Related to
<#549>.1 parent 31d4883 commit 6d02f70
1 file changed
+10
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
171 | 167 | | |
172 | 168 | | |
173 | 169 | | |
| |||
195 | 191 | | |
196 | 192 | | |
197 | 193 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
207 | 199 | | |
208 | 200 | | |
209 | 201 | | |
| |||
0 commit comments