mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
Update for Foundation:testsuite
This commit is contained in:
parent
d2f164e4d1
commit
18ad913bb4
28
build.gradle
28
build.gradle
@ -769,26 +769,6 @@ subprojects {
|
||||
}
|
||||
}
|
||||
tasks.withType(RunTestExecutable) {
|
||||
String PATH = System.getenv("PATH")
|
||||
String name = getName();
|
||||
if (name.contains('Win32')) {
|
||||
PATH = "$rootDir\\bin;$PATH"
|
||||
PATH = "$rootDir\\openssl\\build\\win32\\bin\\release;$PATH"
|
||||
PATH = "$rootDir\\openssl\\build\\win32\\bin\\debug;$PATH"
|
||||
PATH = "$mysql32Home".replace('/','\\') + "\\bin;$PATH"
|
||||
PATH = "$postgres32Home".replace('/','\\') + "\\bin;$PATH"
|
||||
|
||||
} else
|
||||
if (name.contains('Win64')) {
|
||||
PATH = "$rootDir\\bin64;$PATH"
|
||||
PATH = "$rootDir\\openssl\\build\\win64\\bin\\release;$PATH"
|
||||
PATH = "$rootDir\\openssl\\build\\win64\\bin\\debug;$PATH"
|
||||
PATH = "$mysql64Home".replace('/','\\') + "\\bin;$PATH"
|
||||
PATH = "$postgres64Home".replace('/','\\') + "\\bin;$PATH"
|
||||
}
|
||||
|
||||
environment "Path", "$PATH"
|
||||
|
||||
String CPPUNIT_IGNORE = "";
|
||||
if (name.contains('Win32') || name.contains('Win64')) {
|
||||
CPPUNIT_IGNORE = 'class CppUnit::TestCaller<class NTPClientTest>.testTimeSync';
|
||||
@ -823,14 +803,6 @@ subprojects {
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI9TimerTestEE.testTimer';
|
||||
|
||||
|
||||
//FIXME Those tests below should work
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testLaunch';
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testLaunchRedirectIn';
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testLaunchRedirectOut';
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testLaunchEnv';
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testLaunchArgs';
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testIsRunning';
|
||||
CPPUNIT_IGNORE+=', N7CppUnit10TestCallerI11ProcessTestEE.testIsRunningAllowsForTermination';
|
||||
}
|
||||
CPPUNIT_IGNORE+=' ';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user