On Thu, 4 Dec 2025 at 19:09, Trevor Gamblin via lists.openembedded.org <[email protected]> wrote: > -@@ -548,6 +548,7 @@ class TimeTestCase(unittest.TestCase): > +@@ -551,9 +551,17 @@ def test_perf_counter(self): > @unittest.skipIf( > support.is_wasi, "process_time not available on WASI" > ) > + @unittest.skip('timing related test, dependent on load') > + @unittest.skipIf( > + support.is_emscripten, "process_time present but doesn't exclude > sleep" > + ) > ++ @unittest.skipIf( > ++ support.is_wasi, "process_time not available on WASI" > ++ ) > ++ @unittest.skip('timing related test, dependent on load') > ++ @unittest.skipIf( > ++ support.is_wasi, "process_time not available on WASI" > ++ ) > def test_process_time(self): > # process_time() should not include time spend during a sleep > start = time.process_time()
This adds unrelated and/or duplicate lines, if I am reading 'diff of a diff' correctly? The needed skip is already there? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227349): https://lists.openembedded.org/g/openembedded-core/message/227349 Mute This Topic: https://lists.openembedded.org/mt/116616577/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
