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

20 lines
531 B
Diff
Raw Normal View History

2016-12-01 13:29:44 -08: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 12:17:08 -07:00
new make() => None
2016-12-01 13:29:44 -08:00
2016-07-27 08:51:19 -07:00
fun tag tests(test: PonyTest) =>
- test(_TestBroadcast)
2016-10-07 12:17:08 -07:00
- test(_TestTCPWritev)
2016-10-20 11:01:10 -07:00
- test(_TestTCPExpect)
2016-12-01 13:29:44 -08:00
- test(_TestTCPMute)
- test(_TestTCPUnmute)
- ifdef not windows then
- test(_TestTCPThrottle)
- end
2016-10-07 12:17:08 -07:00
+ None
2016-12-01 13:29:44 -08:00
2016-10-07 12:17:08 -07:00
class _TestPing is UDPNotify
let _h: TestHelper