Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
lua-luv
skip-failing-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip-failing-test.patch of Package lua-luv
--- a/tests/test-thread.lua +++ b/tests/test-thread.lua @@ -59,6 +59,11 @@ return require('lib/tap')(function (test end) test("test thread create with options table", function(print, p, expect, uv) + local version = 0x10000 + 26*0x100 + 0 + if uv.version() < version then + print("skipped, requires libuv >= 1.26.0") + return + end local delay = 100 uv.update_time() local before = uv.now()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor