search for: d41264

Displaying 3 results from an estimated 3 matches for "d41264".

Did you mean: 41264
2018 Jan 05
3
How to debug a test that fails only on some build bots?
I tried to land a small fix before going on vacation at the end of the year, but I had to revert it because it broke on a few of the build bots, specifically clang-cmake-thumbv7-a15, clang-cmake-armv7-a15, and llvm-hexagon-elf. https://reviews.llvm.org/D41264 It seemed to work as expected on the others. Unfortunately, the build logs don't give many clues. The fix included a new test, and that test failed with an exit code of 1 but with no messages. For example: FAIL: LLVM :: DebugInfo/void-typedef.ll (14416 of 23113) ******************** TEST &...
2018 Jan 05
1
How to debug a test that fails only on some build bots?
...-dev wrote: > > I tried to land a small fix before going on vacation at the end of the > year, but I had to revert it because it broke on a few of the build bots, > specifically clang-cmake-thumbv7-a15, clang-cmake-armv7-a15, and > llvm-hexagon-elf. > > https://reviews.llvm.org/D41264 > > > I think you meant to put the test into test/DebugInfo/X86/ ? Your test > specifies an x86 target, but those buildbots don't build the x86 target. > > > It seemed to work as expected on the others. > > Unfortunately, the build logs don't give many clues. Th...
2018 Jan 05
0
How to debug a test that fails only on some build bots?
...vm-dev wrote: > I tried to land a small fix before going on vacation at the end of the > year, but I had to revert it because it broke on a few of the build > bots, specifically clang-cmake-thumbv7-a15, clang-cmake-armv7-a15, and > llvm-hexagon-elf. > > https://reviews.llvm.org/D41264 I think you meant to put the test into test/DebugInfo/X86/ ?  Your test specifies an x86 target, but those buildbots don't build the x86 target. > > It seemed to work as expected on the others. > > Unfortunately, the build logs don't give many clues.  The fix included > a...