SHA256
1
0
forked from pool/llvm

Enable 3 more tests, now that they pass

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=294
This commit is contained in:
Ismail Dönmez 2013-11-21 12:59:03 +00:00 committed by Git OBS Bridge
parent 140bd036ec
commit 2bd896baf6

View File

@ -293,11 +293,6 @@ cd stage2
ln -s lib lib64
%endif
# Due to http://llvm.org/bugs/show_bug.cgi?id=15242
for i in crash-narrowfunctiontest metadata remove_arguments_test; do
rm ../test/BugPoint/$i.ll;
done
%ifarch s390 s390x
for i in TestClassDecl.m TestClassForwardDecl.m c-index-getCursor-test.m; do
rm ../tools/clang/test/Index/$i;