aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-11 11:20:38 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-11 11:20:38 -0800
commit502b7903fef8042798e236f11261c39bd2e0ca41 (patch)
tree4c4ca0b421734fc288b0a1cb331b1a2a0043aea2 /tests
parent80e2e0408b82aa2fbdbceafed77ea5a71669cfaa (diff)
fix remaining ta2 i64=1 tests
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index ef40a644..b0af0e54 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2596,6 +2596,8 @@ if 'benchmark' not in str(sys.argv):
self.do_run(src, re.sub('(^|\n)\s+', '\\1', expected), post_build=add_pre_run)
def test_stat(self):
+ if Settings.I64_MODE == 1: return self.skip('TODO')
+
def add_pre_run(filename):
src = open(filename, 'r').read().replace(
'// {{PRE_RUN_ADDITIONS}}',