[Lldb-commits] [lldb] r295369 - Fix build

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 17 07:42:39 PST 2017


Sorry about that, it's often frustrating to check every single buildbot
that was failing because 99% of the time they fail for exactly the same
reason, and when one is fixed all of them get fixed. In this case i used
http://lab.llvm.org:8011/builders/lldb-amd64-ninja-freebsd11/builds/5417 as
evidence that the change was good, but in hindsight this one doesn't run
tests, so that was my mistake.

Regarding the tests, i ran all of UtilityTests but not the whole test
suite.  Again my mistake, was trying to cut corners and it backfired :(



On Fri, Feb 17, 2017 at 2:35 AM Pavel Labath <labath at google.com> wrote:

Hey Zach,

after you think you've fixed the build, could you check back on the
buildbot to make sure that it actually fixes things? In this case you
would've seen that after the build is fixed, the next thing it runs
into is about a dozen test failures.

In fact, this breakage was something that would have been already
caught by running the unit tests on windows, which leads me to believe
you didn't run them before submission.

Thanks,
pl


2017-02-16 20:15 GMT+00:00 Zachary Turner via lldb-commits
<lldb-commits at lists.llvm.org>:
> Author: zturner
> Date: Thu Feb 16 14:15:26 2017
> New Revision: 295369
>
> URL: http://llvm.org/viewvc/llvm-project?rev=295369&view=rev
> Log:
> Fix build
>
> Modified:
>     lldb/trunk/source/Utility/VASprintf.cpp
>     lldb/trunk/unittests/Utility/VASprintfTest.cpp
>
> Modified: lldb/trunk/source/Utility/VASprintf.cpp
> URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Utility/VASprintf.cpp?rev=295369&r1=295368&r2=295369&view=diff
>
==============================================================================
> --- lldb/trunk/source/Utility/VASprintf.cpp (original)
> +++ lldb/trunk/source/Utility/VASprintf.cpp Thu Feb 16 14:15:26 2017
> @@ -7,7 +7,7 @@
>  //
>
//===----------------------------------------------------------------------===//
>
> -#include "lldb/Utility/VASprintf.h"
> +#include "lldb/Utility/VASPrintf.h"
>
>  #include "llvm/ADT/SmallString.h"
>
>
> Modified: lldb/trunk/unittests/Utility/VASprintfTest.cpp
> URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Utility/VASprintfTest.cpp?rev=295369&r1=295368&r2=295369&view=diff
>
==============================================================================
> --- lldb/trunk/unittests/Utility/VASprintfTest.cpp (original)
> +++ lldb/trunk/unittests/Utility/VASprintfTest.cpp Thu Feb 16 14:15:26
2017
> @@ -7,7 +7,7 @@
>  //
>
//===----------------------------------------------------------------------===//
>
> -#include "lldb/Utility/VASprintf.h"
> +#include "lldb/Utility/VASPrintf.h"
>  #include "llvm/ADT/SmallString.h"
>
>  #include "gtest/gtest.h"
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170217/5ea438b7/attachment.html>


More information about the lldb-commits mailing list