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

16 lines
392 B
Diff
Raw Normal View History

2016-07-27 08:51:19 -07:00
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
2016-10-07 12:17:08 -07:00
index ce26bd7..9a98cc7 100644
2016-07-27 08:51:19 -07:00
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
2016-10-20 11:01:10 -07:00
@@ -5,9 +5,7 @@ actor Main is TestList
2016-10-07 12:17:08 -07:00
new make() => None
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-10-07 12:17:08 -07:00
+ None
class _TestPing is UDPNotify
let _h: TestHelper