From 8d7dba5d0ce1bc0bbd15c5fc453ccfdced99c491 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 15 Jan 2016 15:51:44 -0800 Subject: Disable importing of the offset-folding test. The LLVM test its generated from has external global variables, which isn't supported in s2wasm. --- test/llvm_autogenerated/llvm-to-s.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/llvm_autogenerated/llvm-to-s.py b/test/llvm_autogenerated/llvm-to-s.py index ae73c167b..aea7d722c 100755 --- a/test/llvm_autogenerated/llvm-to-s.py +++ b/test/llvm_autogenerated/llvm-to-s.py @@ -56,6 +56,7 @@ def main(args): BLACKLIST = ['inline-asm', # inline asm containing invalid syntax 'returned', # external global symbol 'vtable', # external global symbol + 'offset-folding', # external global symbol ] if name_noext in BLACKLIST: continue -- cgit v1.2.3