diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:16:11 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:36 +0100 |
| commit | b06633b6ae91132f444a15a7f11dd778f01d5b6f (patch) | |
| tree | 6e0c7f2733abbe6d9df9619492a98f544b2a63a7 /meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | |
| parent | 852f802a319e2d25cbf4e9bdf838c06f487c8a05 (diff) | |
| download | poky-b06633b6ae91132f444a15a7f11dd778f01d5b6f.tar.gz | |
python3: update 3.10.6 -> 3.11.0
The semaphore fix has landed and is available from 3.11 onwards:
https://github.com/python/cpython/commit/1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc
Drop 0001-Mitigate-the-race-condition-in-testSockName.patch
as it is merged upstream.
(From OE-Core rev: f10cdc155e47af5627ee999c57e1d083f9382a91)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch index 96c5a3c840..61dd4a5bc0 100644 --- a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch +++ b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7171aeee22a0b7ab57cdf3d1ae15530549f8f92a Mon Sep 17 00:00:00 2001 | 1 | From 01e02fb4720ecbbc44c694ee1b7fb6d5d95b5fe2 Mon Sep 17 00:00:00 2001 |
| 2 | From: Yi Fan Yu <yifan.yu@windriver.com> | 2 | From: Yi Fan Yu <yifan.yu@windriver.com> |
| 3 | Date: Thu, 1 Apr 2021 13:08:37 -0700 | 3 | Date: Thu, 1 Apr 2021 13:08:37 -0700 |
| 4 | Subject: [PATCH] Skip failing tests due to load variability on YP AB | 4 | Subject: [PATCH] Skip failing tests due to load variability on YP AB |
| @@ -17,10 +17,10 @@ Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | |||
| 17 | 2 files changed, 3 insertions(+) | 17 | 2 files changed, 3 insertions(+) |
| 18 | 18 | ||
| 19 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py | 19 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py |
| 20 | index 3bc5b8f..a6e106d 100644 | 20 | index 599c3f2..23328be 100644 |
| 21 | --- a/Lib/test/_test_multiprocessing.py | 21 | --- a/Lib/test/_test_multiprocessing.py |
| 22 | +++ b/Lib/test/_test_multiprocessing.py | 22 | +++ b/Lib/test/_test_multiprocessing.py |
| 23 | @@ -568,6 +568,7 @@ class _TestProcess(BaseTestCase): | 23 | @@ -618,6 +618,7 @@ class _TestProcess(BaseTestCase): |
| 24 | 24 | ||
| 25 | close_queue(q) | 25 | close_queue(q) |
| 26 | 26 | ||
| @@ -28,7 +28,7 @@ index 3bc5b8f..a6e106d 100644 | |||
| 28 | def test_many_processes(self): | 28 | def test_many_processes(self): |
| 29 | if self.TYPE == 'threads': | 29 | if self.TYPE == 'threads': |
| 30 | self.skipTest('test not appropriate for {}'.format(self.TYPE)) | 30 | self.skipTest('test not appropriate for {}'.format(self.TYPE)) |
| 31 | @@ -4817,6 +4818,7 @@ class TestWait(unittest.TestCase): | 31 | @@ -4890,6 +4891,7 @@ class TestWait(unittest.TestCase): |
| 32 | sem.release() | 32 | sem.release() |
| 33 | time.sleep(period) | 33 | time.sleep(period) |
| 34 | 34 | ||
| @@ -37,13 +37,13 @@ index 3bc5b8f..a6e106d 100644 | |||
| 37 | from multiprocessing.connection import wait | 37 | from multiprocessing.connection import wait |
| 38 | 38 | ||
| 39 | diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py | 39 | diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py |
| 40 | index 875615a..aebaa8c 100644 | 40 | index 884b142..542e980 100644 |
| 41 | --- a/Lib/test/test_time.py | 41 | --- a/Lib/test/test_time.py |
| 42 | +++ b/Lib/test/test_time.py | 42 | +++ b/Lib/test/test_time.py |
| 43 | @@ -474,6 +474,7 @@ class TimeTestCase(unittest.TestCase): | 43 | @@ -492,6 +492,7 @@ class TimeTestCase(unittest.TestCase): |
| 44 | def test_perf_counter(self): | 44 | @unittest.skipIf( |
| 45 | time.perf_counter() | 45 | support.is_wasi, "process_time not available on WASI" |
| 46 | 46 | ) | |
| 47 | + @unittest.skip('timing related test, dependent on load') | 47 | + @unittest.skip('timing related test, dependent on load') |
| 48 | def test_process_time(self): | 48 | def test_process_time(self): |
| 49 | # process_time() should not include time spend during a sleep | 49 | # process_time() should not include time spend during a sleep |
