| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/ice/files/ |
Upload File : |
--- cpp/allTests.py.orig 2019-08-12 19:54:18 UTC
+++ cpp/allTests.py
@@ -68,7 +68,7 @@ tests = [
("Ice/servantLocator", ["core"]),
("Ice/interceptor", ["core"]),
("Ice/stringConverter", ["core"]),
- ("Ice/udp", ["core"]),
+ ("Ice/udp", ["core", "nofreebsdjail"]),
("Ice/defaultServant", ["core"]),
("Ice/defaultValue", ["core"]),
("Ice/invoke", ["core"]),
@@ -92,11 +92,11 @@ tests = [
("IceStorm/federation2", ["service", "novc100", "nomingw"]),
("IceStorm/stress", ["service", "stress", "novc100", "nomingw"]), # Too slow with appverifier.
("IceStorm/rep1", ["service", "novc100", "nomingw"]),
- ("IceStorm/repgrid", ["service", "novc100", "nomingw"]),
+ ("IceStorm/repgrid", ["service", "novc100", "nomingw", "nofreebsd"]),
("IceStorm/repstress", ["service", "noipv6", "stress", "novc100", "nomingw"]),
("FreezeScript/dbmap", ["once", "novc100", "nomingw"]),
("FreezeScript/evictor", ["once", "novc100", "nomingw"]),
- ("IceDiscovery/simple", ["service"]),
+ ("IceDiscovery/simple", ["service", "nofreebsdjail"]),
("IceGrid/simple", ["service", "novc100", "nomingw"]),
("IceGrid/fileLock", ["service", "novc100", "nomingw"]),
("IceGrid/deployer", ["service", "novc100", "nomingw"]),
@@ -125,8 +125,8 @@ tests = [
#
if TestUtil.isWin32() or os.getuid() == 0:
tests += [
- ("IceUtil/priority", ["core", "nodarwin"]),
- ("Ice/threadPoolPriority", ["core", "nodarwin", "nomx"])
+ ("IceUtil/priority", ["core", "nodarwin", "nofreebsd"]),
+ ("Ice/threadPoolPriority", ["core", "nodarwin", "nofreebsd", "nomx"])
]
if __name__ == "__main__":