Brad Smith
2013-Sep-12 23:32 UTC
[LLVMdev] Issues with test framework as seen from OpenBSD buildslave
Hi, So now that the OpenBSD buildslave has been upgraded with enough memory to allow the build to finish I have noticed some issues with the test framework and was wondering if anyone could comment on what has shown up and/or anyone who is familiar with the framework could provide patches to fix the issues. For sed and head the tests are using command line options which are not specified by POSIX. PASS: LLVM :: Transforms/InstCombine/pr8547.ll (13681 of 15428) PASS: LLVM :: Transforms/InstCombine/preserve-sminmax.ll (13682 of 15428) Killed make[1]: *** [check-local-all] Error 137 make[1]: Leaving directory `/buildbot-llvm/clang-openbsd/llvm/test' make: *** [check-all] Error 2 ******************** TEST 'Clang Tools :: clang-modernize/HeaderReplacements/main.cpp' FAILED ******************** ... Command Output (stderr): -- Parse: /buildbot-llvm/clang-openbsd/llvm/tools/clang/tools/extra/test/clang-modernize/HeaderReplacements/Output/SerializeTest sed: unknown option -- i usage: sed [-aEnru] command [file ...] sed [-aEnru] [-e command] [-f command_file] [file ...] ******************** TEST 'LLVM :: Object/directory.ll' FAILED ******************** ... Command Output (stderr): -- /buildbot-llvm/clang-openbsd/llvm/test/Object/directory.ll:3:9: error: expected string not found in input ;CHECK: .: Is a directory ^ <stdin>:1:1: note: scanning from here /buildbot-llvm/clang-openbsd/llvm/Release+Asserts/bin/llvm-ar: creating /buildbot-llvm/clang-openbsd/llvm/test/Object/Output/test.a ^ <stdin>:2:49: note: possible intended match here assertion "0 && "We got inaccurate FileSize value or fstat reported an " "invalid file size."" failed: file "MemoryBuffer.cpp", line 390, function "getOpenFileImpl" ******************** TEST 'LLVM :: Transforms/GCOVProfiling/version.ll' FAILED ******************** ... Command Output (stderr): -- head: unknown option -- c usage: head [-count | -n count] [file ...] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Brad Smith
2013-Sep-13 00:22 UTC
[LLVMdev] Issues with test framework as seen from OpenBSD buildslave
On 12/09/13 7:32 PM, Brad Smith wrote:> Hi, > > So now that the OpenBSD buildslave has been upgraded with enough memory > to allow the build to finish I have noticed some issues with the test > framework and was wondering if anyone could comment on what has shown up > and/or anyone who is familiar with the framework could provide patches > to fix the issues. > > For sed and head the tests are using command line options which are not > specified by POSIX. > > > PASS: LLVM :: Transforms/InstCombine/pr8547.ll (13681 of 15428) > PASS: LLVM :: Transforms/InstCombine/preserve-sminmax.ll (13682 of 15428) > Killed > make[1]: *** [check-local-all] Error 137 > make[1]: Leaving directory `/buildbot-llvm/clang-openbsd/llvm/test' > make: *** [check-all] Error 2Interesting... with the buildslave catching up since it was down for awhile I noticed another run of the test framework proceed further and now gets to the end with... PASS: LLVM-Unit :: Transforms/Utils/Release+Asserts/UtilsTests/SpecialCaseListTest.ModuleIsIn (15428 of 15429) PASS: LLVM-Unit :: Transforms/Utils/Release+Asserts/UtilsTests/SpecialCaseListTest.Substring (15429 of 15429) 1 warning(s) in tests. Testing Time: 2462.87s ******************** Failing Tests (4): Clang Tools :: clang-modernize/HeaderReplacements/main.cpp LLVM :: Object/directory.ll LLVM :: Transforms/GCOVProfiling/version.ll LLVM :: Transforms/LoopStrengthReduce/pr2570.ll Expected Passes : 15321 Expected Failures : 71 Unsupported Tests : 33 Unexpected Failures: 4 make[1]: *** [check-local-all] Error 1 and there was another test that failed. ******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/pr2570.ll' FAILED ******************** ... Command Output (stderr): -- Expected 8 lines, got 0. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Apparently Analagous Threads
- [LLVMdev] LLVM 3.0rc4 / 2.9: failing MultiJitTest.JitPool on Windows 7
- [LLVMdev] LLVM 3.0rc4 / 2.9: failing MultiJitTest.JitPool on Windows 7
- Why my lapply doesn't work with FUN=as.Date
- [LLVMdev] llvm build errors on windows/mingw32
- [LLVMdev] Who can add buildslave passwords to google1.osuosl.org except Daniel?