Author: penryu
Date: Fri Mar 17 13:10:58 2017
New Revision: 298111
URL: http://llvm.org/viewvc/llvm-project?rev=298111&view=rev
Log:
executables should be validated before spawning subprocesses
dotest.py script doesn't validate executables passed on the command line
before spawning dozens of subp
Author: penryu
Date: Fri Mar 17 16:00:35 2017
New Revision: 298123
URL: http://llvm.org/viewvc/llvm-project?rev=298123&view=rev
Log:
allow for specification of compiler/lldb executables basename
Modified:
lldb/trunk/packages/Python/lldbsuite/test/dotest.py
Modified: lldb/trunk/packages/Pytho
Author: penryu
Date: Tue Mar 21 17:08:16 2017
New Revision: 298451
URL: http://llvm.org/viewvc/llvm-project?rev=298451&view=rev
Log:
Mirror CMake changes from r298412 to Xcode project
Mlldb.xcodeproj/project.pbxproj
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/tru
Author: penryu
Date: Wed Mar 22 11:47:14 2017
New Revision: 298517
URL: http://llvm.org/viewvc/llvm-project?rev=298517&view=rev
Log:
Merge changes from r298466 into Xcode project
rdar://problem/31197116
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/
Author: penryu
Date: Wed Mar 22 15:21:52 2017
New Revision: 298547
URL: http://llvm.org/viewvc/llvm-project?rev=298547&view=rev
Log:
Merge r298536 changes to Xcode
rdar://problem/31202813
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
Author: penryu
Date: Thu Mar 30 16:27:51 2017
New Revision: 299116
URL: http://llvm.org/viewvc/llvm-project?rev=299116&view=rev
Log:
add NetBSD files to Xcode project to resolve failure from r299109
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/proje
Author: penryu
Date: Fri Mar 31 16:03:58 2017
New Revision: 299261
URL: http://llvm.org/viewvc/llvm-project?rev=299261&view=rev
Log:
add more RegisterContext files to xcode project
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
h
from DataExtractor. I've coordinated with the Apple LLDB
> > team on how they want to follow up on that, but they might want to reach
> > out to you about it.
> >
> > -Tim
> >
> >> On 3 Mar 2017, at 15:33, Zachary Turner >> <mailto:ztur...@google.com&
nt to follow up on that, but they might want to reach out to you
about it.
-Tim
> On 3 Mar 2017, at 15:33, Zachary Turner wrote:
>
> Thanks Tim!
>
> I have a few more file moves coming up as well, sorry for the trouble!
>
> On Fri, Mar 3, 2017 at 3:29 PM Tim Hammerquist via l
Author: penryu
Date: Thu Apr 27 18:09:08 2017
New Revision: 301600
URL: http://llvm.org/viewvc/llvm-project?rev=301600&view=rev
Log:
integrate SBTrace changes into Xcode project
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
http
Author: penryu
Date: Fri Apr 28 13:10:53 2017
New Revision: 301664
URL: http://llvm.org/viewvc/llvm-project?rev=301664&view=rev
Log:
Add remaining SBTrace headers to LLDB framework
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
h
Author: penryu
Date: Fri Apr 28 16:03:18 2017
New Revision: 301686
URL: http://llvm.org/viewvc/llvm-project?rev=301686&view=rev
Log:
Public headers need to be public.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
http://llvm.org
Author: penryu
Date: Thu Jun 29 16:33:40 2017
New Revision: 306765
URL: http://llvm.org/viewvc/llvm-project?rev=306765&view=rev
Log:
Fix some type-based warnings
Modified:
lldb/trunk/source/Commands/CommandObjectThread.cpp
lldb/trunk/source/Plugins/Language/ObjC/Cocoa.cpp
lldb/trunk/t
Author: penryu
Date: Wed Jul 5 17:08:54 2017
New Revision: 307228
URL: http://llvm.org/viewvc/llvm-project?rev=307228&view=rev
Log:
add googlemock include dir to lldb-gtest Xcode target
Add the googlemock include directory from LLVM to CFLAGS arguments in
Xcode's lldb-gtest.
Modified:
lld
Author: penryu
Date: Thu Jul 6 16:25:35 2017
New Revision: 307335
URL: http://llvm.org/viewvc/llvm-project?rev=307335&view=rev
Log:
Fix Xcode project file for gtest schemes.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
http:
Author: penryu
Date: Tue Jul 11 14:06:20 2017
New Revision: 307712
URL: http://llvm.org/viewvc/llvm-project?rev=307712&view=rev
Log:
switch on enum should be exhaustive and warning-free
Summary:
Testing the value of type_code against the closed enum TypeCodes
provides statically verifiable comple
Author: penryu
Date: Tue Jul 18 16:45:06 2017
New Revision: 308393
URL: http://llvm.org/viewvc/llvm-project?rev=308393&view=rev
Log:
cmake build needs to run tests AND collect results
CMake target "check-lldb" runs the lldb dotest.py suite, but doesn't
collect the results in a usable format. In a
Hi Zachary, Pavel,
I'm working on integrating the VASprintfTest.cpp test and other unittests
into the Xcode project and I wonder if I can get some information about
the EncodingError test in LLDB's VASprintfTest.cpp.
It seems to try to store the current locale; set the locale to a new,
invalid lo
Thanks, Zachary.
Maybe that's where I'm getting confused. What is the case that it's testing?
It appears to simply be setting the locale such that the characters in
Invalid fail to be encoded correctly, then asserts that (a) the call to
VASPrintf() fails and (b) the resulting string is the expect
Author: penryu
Date: Tue Aug 8 13:59:20 2017
New Revision: 310417
URL: http://llvm.org/viewvc/llvm-project?rev=310417&view=rev
Log:
Add existing unit tests to Xcode project
Summary:
This adds gtest test files to the Xcode project which were
previously only in the cmake config. This is the first
Author: penryu
Date: Wed Aug 9 10:27:02 2017
New Revision: 310499
URL: http://llvm.org/viewvc/llvm-project?rev=310499&view=rev
Log:
Fix VASprintfTest.cpp for Darwin, add checks
Summary:
The EncodingError test ensures that trying to encode a multibyte wchar
with a given codepage fails. If setloca
Author: penryu
Date: Wed Aug 9 12:44:18 2017
New Revision: 310512
URL: http://llvm.org/viewvc/llvm-project?rev=310512&view=rev
Log:
Add remainder of unittests to Xcode project
Resolves a few build settings required to run DWARF tests as well.
rdar://problem/33664378
Modified:
lldb/trunk/ll
Author: penryu
Date: Tue Oct 3 14:20:18 2017
New Revision: 314849
URL: http://llvm.org/viewvc/llvm-project?rev=314849&view=rev
Log:
cmake + xcode: prevent gtests from using includes from project root
Summary:
At present, several gtests in the lldb open source codebase are using
#include statemen
Hi Pavel,
Looks like some code left after this revert is still expecting this file
(added contemporary to r284828) that was removed in this revision.
--- lldb/trunk/source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp
(original)
+++ lldb/trunk/source/Plugins/Language/CPlusPlus/LibStdcppSma
Looks like the quotes around the lldb version string aren't properly
preserved in the xcodeproj file as they are in CMake.
Can any of the LLDB devs more comfortable with plumbing the depths of Xcode
project configuration provide some guidance here?
http://lab.llvm.org:8080/green/job/lldb_build_te
Failing differently here. Progress!
2016-11-10 13:47:14.203 xcodebuild[65554:42448173] Error
Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1"
UserInfo={NSDebugDescription=Unexpected character / at line 1,
kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain
Cod
Thanks, Chris!
On Thu, Nov 10, 2016 at 2:22 PM, Todd Fiala wrote:
> Okay cool, thanks Chris!
>
> -Todd
>
> On Nov 10, 2016, at 1:40 PM, Chris Bieneman wrote:
>
> I just pushed r286504, which expects the string to not be quoted. This
> should solve the bot failures.
>
> -Chris
>
> On Nov 10, 201
This appears to have broken Darwin here:
http://lab.llvm.org:8080/green/job/lldb_build_test/22487/
through to current build:
http://lab.llvm.org:8080/green/job/lldb_build_test/22545/
On Fri, Nov 25, 2016 at 2:28 AM, Pavel Labath via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author:
Thanks, Todd!
On Mon, Nov 28, 2016 at 9:19 AM, Todd Fiala via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: tfiala
> Date: Mon Nov 28 11:19:03 2016
> New Revision: 288044
>
> URL: http://llvm.org/viewvc/llvm-project?rev=288044&view=rev
> Log:
> fix up Xcode build for r287916
>
> Mo
Builds with this patch have been failing due to a segfaulting testcase. See:
http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/22721/
http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/22722/
At first glance, it's possible the failure was introduced by either this
commit (r28
Thanks, Sean!
On Thu, Dec 1, 2016 at 11:25 AM, Sean Callanan wrote:
> $ svn commit
> Sendingsource/Plugins/ExpressionParser/Clang/IRForTarget.cpp
> Transmitting file data .done
> Committing transaction...
> Committed revision 288403.
>
> Sorry for the noise, folks.
>
> Sean
>
> On Dec 1,
This commit is causing tests to fail in Darwin:
TestReportData.AsanTestReportDataCase
TestMemoryHistory.AsanTestCase
http://lab.llvm.org:8080/green/job/lldb_build_test/22768/
http://lab.llvm.org:8080/green/job/lldb_build_test/22769/
FAIL: test_dwarf (TestReportData.AsanTestReportDataCase)
--
Thanks, Kuba!
On Fri, Dec 2, 2016 at 2:11 PM, Kuba Mracek via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: kuba.brecka
> Date: Fri Dec 2 16:11:26 2016
> New Revision: 288542
>
> URL: http://llvm.org/viewvc/llvm-project?rev=288542&view=rev
> Log:
> Update test expectations after A
It may also be the addition of a source file not being added to the Xcode
project. This is currently handled by manual changes to the xcodeproj.
-Tim
On Tue, Jan 3, 2017 at 9:41 AM, Pavel Labath via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> I bet it's the Xcode build not replicating
Green Dragon build <
http://lab.llvm.org:8080/green/job/lldb_build_test/23854/> failed with this
commit with the error:
CompileC
build/debugserver.build/Release/debugserver.build/Objects-normal/x86_64/DNBDataRef.o
source/DNBDataRef.cpp normal x86_64 c++
com.apple.compilers.llvm.clang.1_0.compiler
While the Green Dragon job where this change was first built failed for
infrastructure reasons in Jenkins, the LLDB build has been failing in the
same way since this commit was made, and looks like it may be related. Can
this be confirmed?
*First built*:
http://lab.llvm.org:8080/green/job/lldb_bui
Thanks for following up! It's really appreciated!
-Tim
On Thu, Jan 26, 2017 at 11:51 PM, Boris Ulasevich via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: bulasevich
> Date: Fri Jan 27 01:51:43 2017
> New Revision: 293269
>
> URL: http://llvm.org/viewvc/llvm-project?rev=293269&vie
Hi Sean,
Looks like this is breaking builds in Green Dragon (and locally for me from
master branch). Can you take a look at the failures here?
http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/26076/console
Thanks!
-Tim
On Wed, Feb 22, 2017 at 2:57 PM, Sean Callanan via lldb-commits
Author: penryu
Date: Mon Feb 27 16:56:27 2017
New Revision: 296406
URL: http://llvm.org/viewvc/llvm-project?rev=296406&view=rev
Log:
update pbxproj to match cmake config, broken in r296335
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
Author: penryu
Date: Fri Mar 3 17:17:29 2017
New Revision: 296925
URL: http://llvm.org/viewvc/llvm-project?rev=296925&view=rev
Log:
Fix Darwin failures introduced in r296909
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL:
http://
Author: penryu
Date: Tue Mar 7 15:26:04 2017
New Revision: 297228
URL: http://llvm.org/viewvc/llvm-project?rev=297228&view=rev
Log:
fix format specifier warnings
Modified:
lldb/trunk/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.cpp
lldb/trunk/tools/debugserver/source/MacO
Author: penryu
Date: Fri Mar 10 18:58:41 2017
New Revision: 297538
URL: http://llvm.org/viewvc/llvm-project?rev=297538&view=rev
Log:
fix xunit attribute parsing
Modified:
lldb/trunk/packages/Python/lldbsuite/test_event/formatter/xunit.py
Modified: lldb/trunk/packages/Python/lldbsuite/test_ev
Author: penryu
Date: Tue Jun 14 22:53:21 2016
New Revision: 272751
URL: http://llvm.org/viewvc/llvm-project?rev=272751&view=rev
Log:
Add results.xml for macOS lldb unittests
http://reviews.llvm.org/D21211
If gtest tests of lldb fail, there are no test results for Jenkins to
consume. This will ma
penryu added a watcher: penryu.
PROJECT DETAIL
https://reviews.llvm.org/project/profile/39/
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
penryu added a member: penryu.
PROJECT DETAIL
https://reviews.llvm.org/project/profile/39/
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
This change seems to have introduced a linker failure while building the
gtest suite:
Ld build/Release/lldb-gtest normal x86_64
cd "/Users/buildslave/jenkins/sharedspace/lldb@2/lldb"
export MACOSX_DEPLOYMENT_TARGET=10.9
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.x
Looks like there was some work to address this in r282565 here:
http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/20756/
However, the issue occurred again on the very next run.
On Wed, Sep 28, 2016 at 1:41 PM, Tim Hammerquist wrote:
> This change seems to have introduced a linker fa
Yep, looks like r282565 fixed the llvm.org tests, but broke another bot.
r282566 fixed the other bot, but broke the llvm.org tests again.
http://lab.llvm.org:8080/green/view/LLDB/job/lldb_build_test/20757/
On Wed, Sep 28, 2016 at 1:48 PM, Tim Hammerquist wrote:
> Looks like there was some work
Author: penryu
Date: Sun Oct 2 19:07:24 2016
New Revision: 283082
URL: http://llvm.org/viewvc/llvm-project?rev=283082&view=rev
Log:
Fix regex in lldb lit test TestCallStopAndContinue
https://reviews.llvm.org/D25167
Modified:
lldb/trunk/lit/Expr/TestCallStopAndContinue.test
Modified: lldb/t
49 matches
Mail list logo