1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
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 20:17:08 +01:00
new make() => None
2016-12-01 21:29:44 +00:00
2016-07-27 16:51:19 +01:00
fun tag tests(test: PonyTest) =>
- test(_TestBroadcast)
2016-10-07 20:17:08 +01:00
- test(_TestTCPWritev)
2016-10-20 19:01:10 +01: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 20:17:08 +01:00
+ None
2016-12-01 21:29:44 +00:00
2016-10-07 20:17:08 +01:00
class _TestPing is UDPNotify
let _h: TestHelper