diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-22 17:51:17 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-22 17:51:17 +0200 |
commit | 2f7784b69f888e9a84a99a1aff8843d8841d51a2 (patch) | |
tree | 2cf0762030c52c483afbdecea35650cd195f7879 /scripts/TestUtil.py | |
parent | ICE-4831 - bogus comparison operators in Python (diff) | |
download | ice-2f7784b69f888e9a84a99a1aff8843d8841d51a2.tar.bz2 ice-2f7784b69f888e9a84a99a1aff8843d8841d51a2.tar.xz ice-2f7784b69f888e9a84a99a1aff8843d8841d51a2.zip |
Fixed ICE-4556 - --interface option not working on some platforms, enabled Java IPv6 tests on Windows
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 95a92d1e0c6..67d3be026cd 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1752,11 +1752,6 @@ def runTests(start, expanded, num = 0, script = False): print("%s*** test not supported with IceSSL%s" % (prefix, suffix)) continue - # If this is java and we're running ipv6 under windows then skip. - if isWin32() and i.find(os.path.join("java","test")) != -1 and args.find("ipv6") != -1: - print("%s*** test not supported under windows%s" % (prefix, suffix)) - continue - # Skip tests not supported by valgrind if args.find("valgrind") != -1 and ("novalgrind" in config or args.find("ssl") != -1): print("%s*** test not supported with valgrind%s" % (prefix, suffix)) |