search for: r266011

Displaying 1 result from an estimated 1 matches for "r266011".

Did you mean: r266016
2016 Apr 12
2
Wanted: a way to test changes before breaking all the build bots.
So, I broke a few build modes with a recent commit (r266002). I had been developing with 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 b...