221a080
diff -up poco-1.6.1-all/MongoDB/testsuite/src/MongoDBTest.cpp.disable_tests poco-1.6.1-all/MongoDB/testsuite/src/MongoDBTest.cpp
221a080
--- poco-1.6.1-all/MongoDB/testsuite/src/MongoDBTest.cpp.disable_tests	2015-08-04 01:21:05.000000000 -0400
221a080
+++ poco-1.6.1-all/MongoDB/testsuite/src/MongoDBTest.cpp	2016-02-02 20:23:12.350816303 -0500
9b55265
@@ -419,7 +419,7 @@ CppUnit::Test* MongoDBTest::suite()
221a080
 	CppUnit_addTest(pSuite, MongoDBTest, testCountCommand);
221a080
 	CppUnit_addTest(pSuite, MongoDBTest, testDBCountCommand);
221a080
 	CppUnit_addTest(pSuite, MongoDBTest, testDBCount2Command);
221a080
-	CppUnit_addTest(pSuite, MongoDBTest, testConnectionPool);
221a080
+	//CppUnit_addTest(pSuite, MongoDBTest, testConnectionPool);
221a080
 	CppUnit_addTest(pSuite, MongoDBTest, testDeleteRequest);
221a080
 	CppUnit_addTest(pSuite, MongoDBTest, testCursorRequest);
9b55265
	CppUnit_addTest(pSuite, MongoDBTest, testObjectID);
221a080
diff -up poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp.disable_tests poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp
221a080
--- poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp.disable_tests	2015-08-04 01:21:02.000000000 -0400
221a080
+++ poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp	2016-02-02 19:57:45.745880240 -0500
221a080
@@ -472,8 +472,8 @@ CppUnit::Test* HTTPSClientSessionTest::s
221a080
 	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testPostLargeChunked);
221a080
 	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testPostLargeChunkedKeepAlive);
221a080
 	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testKeepAlive);
221a080
-	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testInterop);
221a080
-	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testProxy);
221a080
+	//CppUnit_addTest(pSuite, HTTPSClientSessionTest, testInterop);
221a080
+	//CppUnit_addTest(pSuite, HTTPSClientSessionTest, testProxy);
221a080
 	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testCachedSession);
221a080
 	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testUnknownContentLength);
221a080
 	CppUnit_addTest(pSuite, HTTPSClientSessionTest, testServerAbort);
221a080
diff -up poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp.disable_tests poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp
221a080
--- poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp.disable_tests	2015-08-04 01:21:02.000000000 -0400
221a080
+++ poco-1.6.1-all/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp	2016-02-02 19:59:26.298930557 -0500
221a080
@@ -132,7 +132,7 @@ CppUnit::Test* HTTPSStreamFactoryTest::s
221a080
 	CppUnit_addTest(pSuite, HTTPSStreamFactoryTest, testNoRedirect);
221a080
 	CppUnit_addTest(pSuite, HTTPSStreamFactoryTest, testEmptyPath);
221a080
 	CppUnit_addTest(pSuite, HTTPSStreamFactoryTest, testRedirect);
221a080
-	CppUnit_addTest(pSuite, HTTPSStreamFactoryTest, testProxy);
221a080
+	//CppUnit_addTest(pSuite, HTTPSStreamFactoryTest, testProxy);
221a080
 	CppUnit_addTest(pSuite, HTTPSStreamFactoryTest, testError);
221a080
 
221a080
 	return pSuite;
221a080
diff -up poco-1.6.1-all/Net/testsuite/src/NetCoreTestSuite.cpp.disable_tests poco-1.6.1-all/Net/testsuite/src/NetCoreTestSuite.cpp
221a080
--- poco-1.6.1-all/Net/testsuite/src/NetCoreTestSuite.cpp.disable_tests	2015-08-04 01:21:00.000000000 -0400
221a080
+++ poco-1.6.1-all/Net/testsuite/src/NetCoreTestSuite.cpp	2016-02-01 23:59:00.722346381 -0500
221a080
@@ -22,8 +22,8 @@ CppUnit::Test* NetCoreTestSuite::suite()
221a080
 	CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("NetCoreTestSuite");
221a080
 
221a080
 	pSuite->addTest(IPAddressTest::suite());
221a080
-	pSuite->addTest(SocketAddressTest::suite());
221a080
-	pSuite->addTest(DNSTest::suite());
221a080
+	//pSuite->addTest(SocketAddressTest::suite());
221a080
+	//pSuite->addTest(DNSTest::suite());
221a080
 #ifdef POCO_NET_HAS_INTERFACE
221a080
 	pSuite->addTest(NetworkInterfaceTest::suite());
221a080
 #endif // POCO_NET_HAS_INTERFACE
221a080
diff -up poco-1.6.1-all/Net/testsuite/src/NetTestSuite.cpp.disable_tests poco-1.6.1-all/Net/testsuite/src/NetTestSuite.cpp
221a080
--- poco-1.6.1-all/Net/testsuite/src/NetTestSuite.cpp.disable_tests	2015-08-04 01:21:00.000000000 -0400
221a080
+++ poco-1.6.1-all/Net/testsuite/src/NetTestSuite.cpp	2016-02-02 00:04:57.656019288 -0500
221a080
@@ -44,11 +44,11 @@ CppUnit::Test* NetTestSuite::suite()
221a080
 	pSuite->addTest(ReactorTestSuite::suite());
221a080
 	pSuite->addTest(FTPClientTestSuite::suite());
221a080
 	pSuite->addTest(MailTestSuite::suite());
221a080
-	pSuite->addTest(ICMPClientTestSuite::suite());
221a080
-	pSuite->addTest(NTPClientTestSuite::suite());
221a080
+	//pSuite->addTest(ICMPClientTestSuite::suite());
221a080
+	//pSuite->addTest(NTPClientTestSuite::suite());
221a080
 	pSuite->addTest(WebSocketTestSuite::suite());
221a080
 	pSuite->addTest(OAuthTestSuite::suite());
221a080
-	pSuite->addTest(SyslogTest::suite());
221a080
+	//pSuite->addTest(SyslogTest::suite());
221a080
 
221a080
 	return pSuite;
221a080
 }
221a080
diff -up poco-1.6.1-all/Net/testsuite/src/SocketsTestSuite.cpp.disable_tests poco-1.6.1-all/Net/testsuite/src/SocketsTestSuite.cpp
221a080
--- poco-1.6.1-all/Net/testsuite/src/SocketsTestSuite.cpp.disable_tests	2015-08-04 01:21:00.000000000 -0400
221a080
+++ poco-1.6.1-all/Net/testsuite/src/SocketsTestSuite.cpp	2016-02-02 00:02:20.056397561 -0500
221a080
@@ -25,11 +25,11 @@ CppUnit::Test* SocketsTestSuite::suite()
221a080
 
221a080
 	pSuite->addTest(SocketTest::suite());
221a080
 	pSuite->addTest(SocketStreamTest::suite());
221a080
-	pSuite->addTest(DatagramSocketTest::suite());
221a080
+	//pSuite->addTest(DatagramSocketTest::suite());
221a080
 	pSuite->addTest(DialogSocketTest::suite());
221a080
-	pSuite->addTest(RawSocketTest::suite());
221a080
+	//pSuite->addTest(RawSocketTest::suite());
221a080
 #ifdef POCO_NET_HAS_INTERFACE
221a080
-	pSuite->addTest(MulticastSocketTest::suite());
221a080
+	//pSuite->addTest(MulticastSocketTest::suite());
221a080
 #endif
5723328
 	pSuite->addTest(PollSetTest::suite());
221a080
 	return pSuite;