summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail')
-rw-r--r--meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail b/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail
new file mode 100644
index 0000000000..0c40cdc1b6
--- /dev/null
+++ b/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail
@@ -0,0 +1,32 @@
1From 1fbb446d1849b1208012cbdae5d85d228cdbe4a6 Mon Sep 17 00:00:00 2001
2From: First Last <first.last@example.com>
3Date: Tue, 29 Aug 2023 13:32:24 -0400
4Subject: [PATCH] selftest-hello: add a summary
5
6This patch should fail the selftests because the author address is from the
7invalid "example.com".
8
9Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
10---
11 .../recipes-test/selftest-hello/selftest-hello_1.0.bb | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
15index 547587bef4..491f0a3df7 100644
16--- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
17+++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
18@@ -1,3 +1,4 @@
19+SUMMARY = "A cool sample"
20 DESCRIPTION = "Simple helloworld application -- selftest variant"
21 SECTION = "examples"
22 LICENSE = "MIT"
23@@ -16,4 +17,4 @@ do_install() {
24 install -m 0755 helloworld ${D}${bindir}
25 }
26
27-BBCLASSEXTEND = "native nativesdk"
28\ No newline at end of file
29+BBCLASSEXTEND = "native nativesdk"
30--
312.41.0
32