mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
PR: 201143 Differential Revision: https://reviews.freebsd.org/D2930 Reviewed by: bapt Approved by: bapt Tested by: Roger Leigh <rleigh@codelibre.net>
36 lines
1.7 KiB
Python
36 lines
1.7 KiB
Python
--- cpp/allTests.py.orig 2015-06-23 15:30:20.000000000 +0000
|
|
+++ cpp/allTests.py 2015-06-27 22:16:43.703450842 +0000
|
|
@@ -66,7 +66,7 @@
|
|
("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"]),
|
|
@@ -90,11 +90,11 @@
|
|
("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"]),
|
|
@@ -123,8 +123,8 @@
|
|
#
|
|
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__":
|