From 2f7784b69f888e9a84a99a1aff8843d8841d51a2 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 22 Oct 2012 17:51:17 +0200 Subject: Fixed ICE-4556 - --interface option not working on some platforms, enabled Java IPv6 tests on Windows --- scripts/TestUtil.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/TestUtil.py') 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)) -- cgit v1.2.3