File: disable_loop_tests.patch

package info (click to toggle)
lua-luv 1.51.0-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: ansic: 6,996; makefile: 74; sh: 33
file content (14 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable loop tests
 These fail in dh-lua's app-dynamic testing.
Author: James McCoy <jamessan@debian.org>
Forwarded: not-needed
--- a/tests/run.lua
+++ b/tests/run.lua
@@ -13,6 +13,7 @@
   dns = true,
   conversions = true,
   udp = true,
+  loop = true,
 }
 
 while true do