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 | e0219f78d3b7f3b7095bc45fde037dbdd6c6e535 (patch) | |
tree | ff0dbe255b30145ce851d65c0deae933fe55b0cd /llvm/test/Object | |
parent | 088925ea9647dd8d1b27f4c2fa06f78e8431c95b (diff) | |
download | bcm5719-llvm-e0219f78d3b7f3b7095bc45fde037dbdd6c6e535.tar.gz bcm5719-llvm-e0219f78d3b7f3b7095bc45fde037dbdd6c6e535.zip |
[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.
llvm-svn: 171438
Diffstat (limited to 'llvm/test/Object')
-rw-r--r-- | llvm/test/Object/archive-long-index.donttest (renamed from llvm/test/Object/archive-long-index.test) | 2 | ||||
-rw-r--r-- | llvm/test/Object/simple-archive.donttest (renamed from llvm/test/Object/simple-archive.test) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/archive-long-index.test b/llvm/test/Object/archive-long-index.donttest index d0fb19cd8de..bd530edbf41 100644 --- a/llvm/test/Object/archive-long-index.test +++ b/llvm/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/llvm/test/Object/simple-archive.test b/llvm/test/Object/simple-archive.donttest index c313f3facd9..3e6760ed97a 100644 --- a/llvm/test/Object/simple-archive.test +++ b/llvm/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 |