mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Fix CPPUNIT_IGNORE
This commit is contained in:
19
appveyor.yml
19
appveyor.yml
@@ -462,15 +462,16 @@ before_test:
|
||||
- ps: |
|
||||
$line='-------------------------------------------------------------------------------------';
|
||||
$CPPUNIT_IGNORE='';
|
||||
$CPPUNIT_IGNORE+= 'class CppUnit::TestCaller<class NTPClientTest>.testTimeSync';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class GlobTest>.testGlob';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class RawSocketTest>.testSendToReceiveFromIPv4';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class ICMPClientTest>.testPing';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class ICMPClientTest>.testBigPing';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class HTTPSClientSessionTest>.testProxy';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class HTTPSStreamFactoryTest>.testProxy';
|
||||
$CPPUNIT_IGNORE+=', class CppUnit::TestCaller<class TCPServerTest>.testReuseSocket';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class NTPClientTest>.testTimeSync';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class GlobTest>.testGlob';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class RawSocketTest>.testSendToReceiveFromIPv4';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class ICMPClientTest>.testPing';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class ICMPClientTest>.testBigPing';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class HTTPSClientSessionTest>.testProxy';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class HTTPSStreamFactoryTest>.testProxy';
|
||||
$CPPUNIT_IGNORE+=' class CppUnit::TestCaller<class TCPServerTest>.testReuseSocket';
|
||||
$CPPUNIT_IGNORE+=' ';
|
||||
set-item -force -path "ENV:CPPUNIT_IGNORE" -value $CPPUNIT_IGNORE
|
||||
Write-Host -ForegroundColor Yellow 'CPPUNIT_IGNORE'
|
||||
Write-Host -ForegroundColor Yellow $line;
|
||||
|
||||
Reference in New Issue
Block a user