gst-libav1: update to 1.24.11
[oi-userland.git] / components / library / gcr / patches / 01-remove-failing_test.patch
blobd27f7c7cd5747ab5038ececc19eb2a7f166f4350
1 Removes a test that throws an assertion and prematurely stops unit testing...
3 Already reported in upstream:
4 https://gitlab.gnome.org/GNOME/gcr/-/issues/31
6 --- gcr-3.38.0/gcr/test-gnupg-collection.c 2021-03-29 14:31:24.750591762 +0000
7 +++ gcr-3.38.0/gcr/test-gnupg-collection.c 2021-03-29 14:30:59.368128372 +0000
8 @@ -195,12 +195,6 @@ test_load (Test *test, gconstpointer unu
9 g_assert_cmpuint (g_hash_table_size (check), ==, g_hash_table_size (test->keys));
10 g_hash_table_destroy (check);
11 g_list_free (objects);
13 - /* Phillip R. Zimmerman's key should have a photo */
14 - key = g_hash_table_lookup (test->keys, "C7463639B2D7795E");
15 - g_assert (GCR_IS_GNUPG_KEY (key));
16 - record = _gcr_records_find (_gcr_gnupg_key_get_public_records (key), GCR_RECORD_SCHEMA_XA1);
17 - g_assert (record);
20 static void