RussBaz
(Russ)
September 14, 2024, 8:06pm
1
Hi. My tests (XCTest) fail after a successful build with just this message:
error: abnormal(309): C:\Users\RussBaz\Documents\Projects\GitHub\swift-libuv-transport-services\.build\x86_64-unknown-windows-msvc\debug\swift-libuv-transport-servicesPackageTests.xctest --dump-tests-json output:
Does anyone know what kind of error this is?
Thanks!
grynspan
(Jonathan Grynspan)
September 15, 2024, 4:52pm
2
It's not coming from XCTest, at least, and it's probably not the Win32 error code ERROR_NOTIFICATION_GUID_ALREADY_DEFINED
. @compnerd does this look familiar to you?
compnerd
(Saleem Abdulrasool)
September 16, 2024, 2:33pm
3
I think that this might be from libuv, I don’t think it’s from the runtime, XCTest, or NIO.