diff options
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 | 7 |
1 files changed, 3 insertions, 4 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 edb85395ff..197daa71a5 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 bafdd769330c9d49a066fb1427f451b8d253262d Mon Sep 17 00:00:00 2001 | 1 | From 3471e3478e0760c42e04f8046cee2367ab5706d2 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,14 +17,13 @@ Skip two additional tests due to suspected load variability failures. | |||
| 17 | [YOCTO #15177] | 17 | [YOCTO #15177] |
| 18 | 18 | ||
| 19 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | 19 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> |
| 20 | |||
| 21 | --- | 20 | --- |
| 22 | Lib/test/_test_multiprocessing.py | 3 +++ | 21 | Lib/test/_test_multiprocessing.py | 3 +++ |
| 23 | Lib/test/test_time.py | 2 ++ | 22 | Lib/test/test_time.py | 2 ++ |
| 24 | 2 files changed, 5 insertions(+) | 23 | 2 files changed, 5 insertions(+) |
| 25 | 24 | ||
| 26 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py | 25 | diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing.py |
| 27 | index d52b10c..5f0e4e3 100644 | 26 | index e42c7ab..dff5227 100644 |
| 28 | --- a/Lib/test/_test_multiprocessing.py | 27 | --- a/Lib/test/_test_multiprocessing.py |
| 29 | +++ b/Lib/test/_test_multiprocessing.py | 28 | +++ b/Lib/test/_test_multiprocessing.py |
| 30 | @@ -682,6 +682,7 @@ class _TestProcess(BaseTestCase): | 29 | @@ -682,6 +682,7 @@ class _TestProcess(BaseTestCase): |
| @@ -43,7 +42,7 @@ index d52b10c..5f0e4e3 100644 | |||
| 43 | def test_timeout(self): | 42 | def test_timeout(self): |
| 44 | """ | 43 | """ |
| 45 | Test wait(timeout) | 44 | Test wait(timeout) |
| 46 | @@ -4992,6 +4994,7 @@ class TestWait(unittest.TestCase): | 45 | @@ -5024,6 +5026,7 @@ class TestWait(unittest.TestCase): |
| 47 | time.sleep(period) | 46 | time.sleep(period) |
| 48 | 47 | ||
| 49 | @support.requires_resource('walltime') | 48 | @support.requires_resource('walltime') |
