aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-04-30 13:21:04 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-04-30 13:21:04 -0700
commitd7a26a5017f38f5d4dde574fe472d7190609c51d (patch)
tree60d5424e5472057db1b43cf530321ec2b58ce2fc
parent9f99c740d82ab87e0febb76ba8231e5efafdaf48 (diff)
disable test_sscanf_hex in s_x_x
-rw-r--r--tests/test_core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index d25a61be..4c19afda 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -3905,6 +3905,8 @@ Pass: 0.000012 0.000012''')
self.do_run_from_file(src, output)
def test_sscanf_hex(self):
+ if Settings.USE_TYPED_ARRAYS != 2: return self.skip('requires ta2')
+
test_path = path_from_root('tests', 'core', 'test_sscanf_hex')
src, output = (test_path + s for s in ('.in', '.out'))