diff options
author | Jose <jose@zeroc.com> | 2016-10-17 14:28:32 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-10-17 14:28:32 +0200 |
commit | 3656b895fba9559efbc2ddb5447d2409fc28cd20 (patch) | |
tree | 87b00607e2d00f284506e9ac7dce014eafc931fd /scripts/TestUtil.py | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-3656b895fba9559efbc2ddb5447d2409fc28cd20.tar.bz2 ice-3656b895fba9559efbc2ddb5447d2409fc28cd20.tar.xz ice-3656b895fba9559efbc2ddb5447d2409fc28cd20.zip |
Add support for JavaScript import/expor in generated code
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index ff23eaec319..f36b0698c3a 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -2347,6 +2347,10 @@ def runTests(start, expanded, num = 0, script = False): print("%s*** test does not support cross testing%s" % (prefix, suffix)) continue + if args.find("es5") != -1 and "noes5" in config: + print("%s*** test not supported with es5%s" % (prefix, suffix)) + continue + # # Skip tests not supported with IPv6 if necessary # |