diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-15 13:54:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-17 12:43:59 -0700 |
commit | 9c2c84bfc040461ee7d2ef93b294fc2c9459c48c (patch) | |
tree | ab1f3dfaa0bfbbc56a4e49f9eb485b41e6c5577c | |
parent | 9af94fffb1e7640bc1befb92b6f918dc4614ae75 (diff) |
disable test_gethostbyname without t2
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 87b19ec9..a8af375c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5088,6 +5088,8 @@ def process(filename): self.do_run(src, '*d4c3b2a1,e07235fe,f0cdab07,cdab,34122143,afbe*\n4e0ab4be\n') def test_gethostbyname(self): + if Settings.USE_TYPED_ARRAYS != 2: return self.skip("assume t2 in gethostbyname") + src = r''' #include <netdb.h> #include <stdio.h> |