summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch
diff options
context:
space:
mode:
authorYi Fan Yu <yifan.yu@windriver.com>2021-04-08 14:42:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:37:25 +0100
commit1a4292350549ea83e540d4558fc5d0a678ae6d2b (patch)
tree86eb11546dda229ece777058b2962511496975ac /meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch
parent9ca4b13bd5d989ae19cf5fb56706ecd6dde9f3b4 (diff)
downloadpoky-1a4292350549ea83e540d4558fc5d0a678ae6d2b.tar.gz
Revert "glib-2.0: add workaround to fix codegen.py.test failing"
This reverts commit afc9ba7d546f3f2e60fb6f46f740dc925542df16. Ptest-runner was upgraded in e3fd8f17dfb41173dbe037c25087a69f90b1346f, which means we no longer need to limit glib-2.0 ptest output. [YOCTO #14170] (From OE-Core rev: e7be3901e43645796e195348924739d03495a079) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch b/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch
deleted file mode 100644
index 1f19afc0cf..0000000000
--- a/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-codegen.py-removing-unecessary-print-statement.patch
+++ /dev/null
@@ -1,36 +0,0 @@
1From 6178df5658045a6253ef806e018fe80d99a8f5fb Mon Sep 17 00:00:00 2001
2From: Yi Fan Yu <yifan.yu@windriver.com>
3Date: Mon, 1 Feb 2021 16:10:28 -0500
4Subject: [PATCH] tests/codegen.py: removing unecessary print statement
5
6A huge amount of output(boiler-plate code) is
7printed to the console screen.
8This is not critical to the test results.
9
10This causes intermittent test failure when another process
11has to parse its output.
12
13Root cause is in ptest-runner, This is a workaround
14
15Uptream-Status: Inappropriate [other]
16
17Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
18---
19 gio/tests/codegen.py | 1 -
20 1 file changed, 1 deletion(-)
21
22diff --git a/gio/tests/codegen.py b/gio/tests/codegen.py
23index 0317765..f66b806 100644
24--- a/gio/tests/codegen.py
25+++ b/gio/tests/codegen.py
26@@ -257,7 +257,6 @@ class TestCodegen(unittest.TestCase):
27
28 result = Result(info, out, err, subs)
29
30- print("Output:", result.out)
31 return result
32
33 def runCodegenWithInterface(self, interface_contents, *args):
34--
352.25.1
36