File: disable_loop_tests.patch

package info (click to toggle)
lua-luv 1.48.0-2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,040 kB
  • sloc: ansic: 6,565; makefile: 72; 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