diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-01-03 01:24:32 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2013-01-03 01:24:32 +0000 |
commit | 3fea4ef0b4bd2b445238fbaa337a15edbc7a566e (patch) | |
tree | e595d426b4fc7aabd3c91cbad6a8db92a350ca07 /test/Object | |
parent | f94cfb65f5b34cdb1bf9b7d59a1c1a65413a1920 (diff) |
[Object] Temporarily disable these tests.
They are failing because archives create unaligned ELF files. The recent
Endian change added a __builtin_unreachable() when this happens. I will be
committing a fix for this soon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r-- | test/Object/archive-long-index.donttest (renamed from test/Object/archive-long-index.test) | 2 | ||||
-rw-r--r-- | test/Object/simple-archive.donttest (renamed from test/Object/simple-archive.test) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Object/archive-long-index.test b/test/Object/archive-long-index.donttest index d0fb19cd8d..bd530edbf4 100644 --- a/test/Object/archive-long-index.test +++ b/test/Object/archive-long-index.donttest @@ -1,5 +1,5 @@ # -# Check if the index is appearing properly in the output file +# Check if the index is appearing properly in the output file # RUN: llvm-nm -s %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s diff --git a/test/Object/simple-archive.test b/test/Object/simple-archive.donttest index c313f3facd..3e6760ed97 100644 --- a/test/Object/simple-archive.test +++ b/test/Object/simple-archive.donttest @@ -1,5 +1,5 @@ # -# Check if the index is appearing properly in the output file +# Check if the index is appearing properly in the output file # RUN: llvm-nm -s %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s |