Patch Detail
Show a patch.
GET /api/1.1/patches/976/?format=api
{ "id": 976, "url": "https://patchwork.libcamera.org/api/1.1/patches/976/?format=api", "web_url": "https://patchwork.libcamera.org/patch/976/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190414013506.10515-8-niklas.soderlund@ragnatech.se>", "date": "2019-04-14T01:35:02", "name": "[libcamera-devel,RFC,07/11,HACK] tests: disable media_device_link_test", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "77fc3df5748fe01c35574769de54aa412a099e55", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/976/mbox/", "series": [ { "id": 249, "url": "https://patchwork.libcamera.org/api/1.1/series/249/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=249", "date": "2019-04-14T01:34:55", "name": "libcamerea: Add support for exclusive access to cameras between processes", "version": 1, "mbox": "https://patchwork.libcamera.org/series/249/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/976/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/976/checks/", "tags": {}, "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 1B13E60DBF\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 14 Apr 2019 03:35:19 +0200 (CEST)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid 8f554dd4-5e55-11e9-8e2c-005056917f90;\n\tSun, 14 Apr 2019 03:35:18 +0200 (CEST)" ], "X-Halon-ID": "8f554dd4-5e55-11e9-8e2c-005056917f90", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sun, 14 Apr 2019 03:35:02 +0200", "Message-Id": "<20190414013506.10515-8-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.21.0", "In-Reply-To": "<20190414013506.10515-1-niklas.soderlund@ragnatech.se>", "References": "<20190414013506.10515-1-niklas.soderlund@ragnatech.se>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [RFC 07/11] [HACK] tests: disable\n\tmedia_device_link_test", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Sun, 14 Apr 2019 01:35:19 -0000" }, "content": "The test depends on the ability to access acquire() and release() of\nMediaDevice. These members are about to be made private and will no\nlonger be cacheable to the test.\n\nThis needs to be solved as the test suite needs to be able to unit test\nclasses properly. But for the purpose of this RFC lets disable it while\nit's figured out how to solve it.\n\nNot-Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n---\n test/media_device/meson.build | 1 -\n 1 file changed, 1 deletion(-)", "diff": "diff --git a/test/media_device/meson.build b/test/media_device/meson.build\nindex d91a022fab190abf..e4bedb79b572d655 100644\n--- a/test/media_device/meson.build\n+++ b/test/media_device/meson.build\n@@ -1,6 +1,5 @@\n media_device_tests = [\n ['media_device_print_test', 'media_device_print_test.cpp'],\n- ['media_device_link_test', 'media_device_link_test.cpp'],\n ]\n \n foreach t : media_device_tests\n", "prefixes": [ "libcamera-devel", "RFC", "07/11", "HACK" ] }