-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DejaGnu regressions #1708
Comments
This patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047707.html fixes these three GEP upgrade issues: |
This patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047710.html fixes: test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c |
This patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047711.html fixes: test/Transforms/IndVarsSimplify/exit_value_tests.llx |
This patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047713.html fixes: test/Transforms/IndVarsSimplify/exit_value_tests.llx |
er .. fixes: |
This patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047716.html fixes: test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll |
This patch: |
test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx |
I have resolved 16 of the regressions for this bug. For the remainder, I need a The remaining tests are: FAIL: /proj/llvm/llvm-2/test/C++Frontend/2004-09-27-CompilerCrash.cpp: exit(1) If the owners of these areas could take a look, I would appreciate it. |
We're done to these now: FAIL: /proj/llvm/llvm-2/test/CodeGen/ARM/align.ll: exit(1) at line 2 -Chris |
Fixing the llvm-upgrade problem for test/CodeGen/Generic/vector-constantexpr.ll http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070416/047738.html |
I fixed an Alpha feature option bug. The list is down to: FAIL: /proj/llvm/llvm-2/test/CodeGen/ARM/align.ll: exit(1) at line 2 |
I fixed all the X86 test cases. The list is now down to: FAIL: /proj/llvm/llvm-2/test/CodeGen/ARM/align.ll: exit(1) at line 2 |
Fixed CodeGen/ARM/hello.ll and align.ll. |
Chris asked me to attach the results of llvm/test on powerpc-apple-darwin8, checkout as of 9:25PDT: Running /Volumes/MacOS9/gcc/llvm-gcc-apple/llvm/test/C++Frontend/dg.exp ... Running /Volumes/MacOS9/gcc/llvm-gcc-apple/llvm/test/CodeGen/Generic/dg.exp ...
child killed: bus error Running /Volumes/MacOS9/gcc/llvm-gcc-apple/llvm/test/Transforms/LICM/dg.exp ... |
Devang, Many of those problems I've already fixed. Please update, rerun and post again. Reid. |
After my last round of changes (to get rid of &&), add two more: test/CFrontend/2006-09-25-DebugFilename.c.tr |
Removed CodeGen/X86/sse-load-ret.ll xfail. |
test/CFrontend/2006-09-25-DebugFilename.c.tr test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll I also fixed several others. Dejagnu is now finally clean for me. Should we close this? -Chris |
Let me just verify it here and if its clean I'll close. |
Andrew, There is only one regression remaining in this PR. It is: The RUN: lines are: ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep cmovlt so no cmovlt instructions should be found. However, they are. The assembly Thanks, Reid. Alpha Assembly output: .text
cmov_const:
cmov_lt2:
|
this is done |
Extended Description
As a consequence of fixing the test harness (bug 1319) we now have 31
outstanding regressions in the DejaGNU test suite. If you own any of the
following areas, please fix the code or the test case. The test cases have been
XFAIL'd. When you are done, please un-XFAIL your test case.
These are the failing test cases:
FAIL: /proj/llvm/llvm-2/test/Archive/ranlib_GNU.ll: exit(2) at line 2
FAIL: /proj/llvm/llvm-2/test/Archive/ranlib_MacOSX.ll: exit(2) at line 2
FAIL: /proj/llvm/llvm-2/test/Archive/ranlib_SVR4.ll: exit(2) at line 2
FAIL: /proj/llvm/llvm-2/test/Archive/ranlib_xpg4.ll: exit(2) at line 2
FAIL: /proj/llvm/llvm-2/test/Assembler/2002-08-19-BytecodeReader.llx:
signal(SIGABRT) at line 1
FAIL: /proj/llvm/llvm-2/test/Assembler/2003-08-21-ConstantExprCast-Fold.llx:
signal(SIGABRT) at line 1
FAIL: /proj/llvm/llvm-2/test/Assembler/2004-01-11-getelementptrfolding.llx:
signal(SIGABRT) at line 1
FAIL: /proj/llvm/llvm-2/test/C++Frontend/2004-09-27-CompilerCrash.cpp: exit(1)
at line 1
FAIL: /proj/llvm/llvm-2/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp:
exit(1) at line 5
FAIL: /proj/llvm/llvm-2/test/CFrontend/2002-11-07-Redefinition.c: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:
exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c:
exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/ARM/align.ll: exit(1) at line 2
FAIL: /proj/llvm/llvm-2/test/CodeGen/ARM/hello.ll: exit(1) at line 3
FAIL: /proj/llvm/llvm-2/test/CodeGen/Alpha/cmov.ll: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/Alpha/ctlz.ll: exit(1) at line 2
FAIL: /proj/llvm/llvm-2/test/CodeGen/Alpha/ctlz_e.ll: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/Alpha/ctpop.ll: exit(1) at line 1
FAIL:
/proj/llvm/llvm-2/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx:
exit(1) at line 1
FAIL:
/proj/llvm/llvm-2/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll:
exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/Generic/vector-constantexpr.ll:
signal(SIGSEGV) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx:
exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/fp-stack-ret.ll: exit(1) at line 4
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/fp_constant_op.llx: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/fp_load_fold.llx: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/sse-fcopysign.ll: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/sse-load-ret.ll: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/CodeGen/X86/vec_call.ll: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:
exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/Transforms/GlobalOpt/memset.ll: exit(1) at line 1
FAIL: /proj/llvm/llvm-2/test/Transforms/IndVarsSimplify/exit_value_tests.llx:
exit(1) at line 1
The text was updated successfully, but these errors were encountered: