Displaying 1 result from an estimated 1 matches for "r266062".
Did you mean:
r266002
2016 Apr 12
2
Wanted: a way to test changes before breaking all the build bots.
...ith clang in debug mode, which worked and passed tests fine.
But upon committing, I discovered that I had broken:
1) Bots building with GCC. (fixed subsequently in r266011)
2) Bots doing an NDEBUG build with -Werror. (fixed subsequently in r266016)
3) Bots building llvm with msan. (fixed via revert r266062)
Obviously, that was not an ideal outcome.
I'd love to have some reasonable way that I could try out a commit *other
than* submitting it and hoping for the best, so that sort of thing can be
avoided.
Ideally, I could run a change through the actual buildbots and get back a
report. I'm no...