aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-27 20:22:37 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-29 13:02:33 -0700
commit7c350b51637a31dd227c398a171a6667c67c8111 (patch)
tree2514e4d4e2d9993e79d5c8440b6356fd5140aa66 /tests
parent7fd6c8e2336abafc43c9d781742fe51aa8cf17ab (diff)
autofail test_unaligned
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d96e6803..2cbadd45 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1502,6 +1502,7 @@ Succeeded!
# TODO: A version of this with int64s as well
if 'le32-unknown-nacl' in COMPILER_OPTS:
+ raise Exception('LLVM marks the reads of s as fully aligned, making this test invalid') # TODO investigate
self.do_run(src, '*16 : 0 : 16\n328157500735811.0,23,416012775903557.0,99\n')
elif 'i386-pc-linux-gnu' in COMPILER_OPTS:
self.do_run(src, '*12 : 1 : 12\n328157500735811.0,23,416012775903557.0,99\n')