Patch Detail
Show a patch.
GET /api/1.1/patches/2078/?format=api
{ "id": 2078, "url": "https://patchwork.libcamera.org/api/1.1/patches/2078/?format=api", "web_url": "https://patchwork.libcamera.org/patch/2078/", "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": "<20191003152037.74617-3-jacopo@jmondi.org>", "date": "2019-10-03T15:20:34", "name": "[libcamera-devel,2/5] test: ipa: Rename the ipa_test to ipa_module_test", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "af7c32e8a126fa114e0e16e4512fce245dd736d6", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/2078/mbox/", "series": [ { "id": 515, "url": "https://patchwork.libcamera.org/api/1.1/series/515/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=515", "date": "2019-10-03T15:20:32", "name": "test: Add IPA interface test support", "version": 1, "mbox": "https://patchwork.libcamera.org/series/515/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/2078/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/2078/checks/", "tags": {}, "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net\n\t[217.70.183.198])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 15E7A60BE9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 3 Oct 2019 17:19:05 +0200 (CEST)", "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay6-d.mail.gandi.net (Postfix) with ESMTPSA id A6C9FC0008;\n\tThu, 3 Oct 2019 15:19:04 +0000 (UTC)" ], "X-Originating-IP": "2.224.242.101", "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Thu, 3 Oct 2019 17:20:34 +0200", "Message-Id": "<20191003152037.74617-3-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.23.0", "In-Reply-To": "<20191003152037.74617-1-jacopo@jmondi.org>", "References": "<20191003152037.74617-1-jacopo@jmondi.org>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 2/5] test: ipa: Rename the ipa_test to\n\tipa_module_test", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.29", "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": "Thu, 03 Oct 2019 15:19:05 -0000" }, "content": "Update the IPA test to match the test class name in prevision of adding\nmore IPA tests. Also update the description comment in the test unit, as\nthe old name for the test was still used.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n test/ipa/{ipa_test.cpp => ipa_module_test.cpp} | 2 +-\n test/ipa/meson.build | 2 +-\n 2 files changed, 2 insertions(+), 2 deletions(-)\n rename test/ipa/{ipa_test.cpp => ipa_module_test.cpp} (95%)", "diff": "diff --git a/test/ipa/ipa_test.cpp b/test/ipa/ipa_module_test.cpp\nsimilarity index 95%\nrename from test/ipa/ipa_test.cpp\nrename to test/ipa/ipa_module_test.cpp\nindex 8f9b2d8058ec..3a634099a550 100644\n--- a/test/ipa/ipa_test.cpp\n+++ b/test/ipa/ipa_module_test.cpp\n@@ -2,7 +2,7 @@\n /*\n * Copyright (C) 2019, Google Inc.\n *\n- * load-so.cpp - loading .so tests\n+ * ipa_module_test.cpp - Test loading of the VIMC IPA module and verify its info\n */\n \n #include <iostream>\ndiff --git a/test/ipa/meson.build b/test/ipa/meson.build\nindex 1749ab7d4338..e174671d05e1 100644\n--- a/test/ipa/meson.build\n+++ b/test/ipa/meson.build\n@@ -1,5 +1,5 @@\n ipa_test = [\n- ['ipa_test', 'ipa_test.cpp'],\n+ ['ipa_module_test', 'ipa_module_test.cpp'],\n ]\n \n foreach t : ipa_test\n", "prefixes": [ "libcamera-devel", "2/5" ] }