nixpkgs/pkgs/development/compilers/ponyc/disable-tests.patch

20 lines
531 B
Diff
Raw Normal View History

2016-12-01 21:29:44 +00:00
diff -Naur a/packages/net/_test.pony b/packages/net/_test.pony
--- a/packages/net/_test.pony 1970-01-01 01:00:01.000000000 +0100
+++ b/packages/net/_test.pony 2016-12-01 22:25:59.102433053 +0100
@@ -5,14 +5,7 @@
2016-10-07 19:17:08 +00:00
new make() => None
2016-12-01 21:29:44 +00:00
2016-07-27 15:51:19 +00:00
fun tag tests(test: PonyTest) =>
- test(_TestBroadcast)
2016-10-07 19:17:08 +00:00
- test(_TestTCPWritev)
2016-10-20 18:01:10 +00:00
- test(_TestTCPExpect)
2016-12-01 21:29:44 +00:00
- test(_TestTCPMute)
- test(_TestTCPUnmute)
- ifdef not windows then
- test(_TestTCPThrottle)
- end
2016-10-07 19:17:08 +00:00
+ None
2016-12-01 21:29:44 +00:00
2016-10-07 19:17:08 +00:00
class _TestPing is UDPNotify
let _h: TestHelper