Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37488127
en ru br
ALT Linux repos
S:1.46.0-alt1

Group :: Development/Tools
RPM: libuv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libuv-fix-test-thread-affinity.patch
Download


diff --git a/libuv/test/test-thread-affinity.c b/libuv/test/test-thread-affinity.c
index 2c9b696..b070106 100644
--- a/libuv/test/test-thread-affinity.c
+++ b/libuv/test/test-thread-affinity.c
@@ -38,6 +38,8 @@ TEST_IMPL(thread_affinity) {
   int i;
   uv_thread_t threads[3];
 
+  RETURN_SKIP("Test does not currently work in HASHER: test must be run with cpu 0 affinity");
+
 #ifdef _WIN32
   /* uv_thread_self isn't defined for the main thread on Windows */
   threads[0] = GetCurrentThread();
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin