search for: r169695

Displaying 5 results from an estimated 5 matches for "r169695".

2012 Dec 11
2
[LLVMdev] PowerPC 64 build bots...
...I thought this one: > http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2 > does bootstrap and then run both LLVM and Clang tests (successfully): > http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/775/steps/check-all_1/logs/stdio It does now, but failed to do so until r169695 due to a incompatibility of LLVM's makefiles and Fedora 17's version of python. It still reported a (false) green status, which is indeed confusing and probably a different bug in our buildbot infrastructure. The LLVM bots were unaffected, they're still running on Fedora 16. Now the bo...
2012 Dec 11
0
[LLVMdev] PowerPC 64 build bots...
...http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2 > > does bootstrap and then run both LLVM and Clang tests (successfully): > > http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/ > 775/steps/check-all_1/logs/stdio > > It does now, but failed to do so until r169695 due to a > incompatibility of LLVM's makefiles and Fedora 17's version of > python. It still reported a (false) green status, which is indeed > confusing and probably a different bug in our buildbot > infrastructure. The LLVM bots were unaffected, they're still running >...
2012 Dec 09
4
[LLVMdev] PowerPC 64 build bots...
Hey Galina, Will; I've been working to revive the PPC64 build bots, and succeeded, but not for the right reasons. There were still bootstrap assertion failures and other pretty blatant errors. Then we figured out why: the Clang bootstrapping build bots for Power7 are not actually running any of the Clang tests! Could one of you tweak this build bot's configuration to match the other
2012 Dec 11
1
[LLVMdev] PowerPC 64 build bots...
.../builders/clang-ppc64-elf-linux2 > > > does bootstrap and then run both LLVM and Clang tests (successfully): > > > http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/ > > 775/steps/check-all_1/logs/stdio > > > > It does now, but failed to do so until r169695 due to a > > incompatibility of LLVM's makefiles and Fedora 17's version of > > python. It still reported a (false) green status, which is indeed > > confusing and probably a different bug in our buildbot > > infrastructure. The LLVM bots were unaffected, they're...
2012 Dec 10
0
[LLVMdev] PowerPC 64 build bots...
Chandler Carruth <chandlerc at gmail.com> wrote: > I've been working to revive the PPC64 build bots, and succeeded, but > not for the right reasons. There were still bootstrap assertion > failures and other pretty blatant errors. Then we figured out why: > the Clang bootstrapping build bots for Power7 are not actually > running any of the Clang tests! > > Could one