[lldb-dev] [Bug 26437] New: TestProcessIO.test_stdin_redirection is flaky on android

2016-02-02 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26437 Bug ID: 26437 Summary: TestProcessIO.test_stdin_redirection is flaky on android Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW

[lldb-dev] [Bug 26439] New: android adb connection can sometimes fail

2016-02-02 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26439 Bug ID: 26439 Summary: android adb connection can sometimes fail Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[lldb-dev] more Green Dragon OS X buildbot/testbot tweaks

2016-02-02 Thread Todd Fiala via lldb-dev
Hi all, I don't have this perfectly configured yet. It is happily running builds and running test suites. However, while it reports test failures just fine, it doesn't fail the build on a test failure. I'm tracking down why now. I have just adjusted something so that we get an email on test fa

Re: [lldb-dev] more Green Dragon OS X buildbot/testbot tweaks

2016-02-02 Thread Todd Fiala via lldb-dev
I have the OS X testbot fail nag emails going out properly now. Thanks! -Todd On Tue, Feb 2, 2016 at 7:58 AM, Todd Fiala wrote: > Hi all, > > I don't have this perfectly configured yet. It is happily running builds > and running test suites. However, while it reports test failures just > fin

[lldb-dev] [Bug 26441] New: TestConsecutiveBreakpoints.test_single_step_thread_specific fails on OSX

2016-02-02 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26441 Bug ID: 26441 Summary: TestConsecutiveBreakpoints.test_single_step_thread_spe cific fails on OSX Product: lldb Version: unspecified Hardware: PC OS: MacOS X

Re: [lldb-dev] lldb status at windows

2016-02-02 Thread Red Skotina via lldb-dev
i found reson of hang. im used https://github.com/adoxa/ansicon for color console. after uninstall it is now work as expected. 2016-01-23 22:59 GMT+03:00 Red Skotina : > im rebuild lldb as x64 application and reabuild my test application with > x64 llvm. > at first look same. > But when my inter

[lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Zachary Turner via lldb-dev
As of this week, we have the test suite running clean under MSVC 2015 using Python 3.5. I'm sure new things will pop up, but I'm considering the transition "done" as of now. What this means for MSVC 2013 is that we dont' want to support it anymore. Reasons: * C++ language support is poor * Compi

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Tamas Berghammer via lldb-dev
Hi Zachary, We are still using MSVC 2013 and Python 2.7 to compile LLDB on Windows for Android Studio and we also have a buildbot what is testing this configuration (without sending e-mail at the moment) here: http://lab.llvm.org:8011/builders/lldb-windows7-android We are in the discussion to dec

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Zachary Turner via lldb-dev
On Tue, Feb 2, 2016 at 11:42 AM Tamas Berghammer wrote: > Hi Zachary, > > We are still using MSVC 2013 and Python 2.7 to compile LLDB on Windows for > Android Studio and we also have a buildbot what is testing this > configuration (without sending e-mail at the moment) here: > http://lab.llvm.org

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Ted Woodward via lldb-dev
It looks like our bot, http://lab.llvm.org:8011/builders/lldb-x86-win7-msvc , has tried to update to Python 3.5 and MSVC 2015, but it can’t find python or VC. I’ll talk to our buildmiester about it. Should we run this guy with 2013/py2.7 or 2015/py3.5? -- Qualcomm Innovation Center, Inc.

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Zachary Turner via lldb-dev
If I remember correctly your bot isn't actually doing anything differently than my bot [http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015]. If you want you could just remove your bot. If you want to keep it, then yea getting it on VS2015 and Python 3 would be the best idea. On Tue, Feb

[lldb-dev] [3.8 Release] RC2 has been tagged

2016-02-02 Thread Hans Wennborg via lldb-dev
Dear testers, Release Candidate 2 has just been tagged [1]. Please build, test, and upload to the sftp. I know there are still outstanding issues from RC1, but there have been a lot of merges going into the branch and I think it's time for another round of RC testing. This RC comes a little behi

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Ted Woodward via lldb-dev
Yours is Win Server 2008; ours is Win 7. I don’t know if that matters. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From: Zachary Turner [mailto:ztur...@google.com] Sent: Tuesday, Febr

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Zachary Turner via lldb-dev
It's Server 2008 R2 technically, which is the server version of Win 7 (same API set, same OS features, etc). So yea, I'm pretty confident that test coverage is going to be 100% the same across both. It's just a matter of if you want to have something that you maintain / have control over, or if y

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Ted Woodward via lldb-dev
Then maybe we should keep it 2013/py2.7, until llvm requires 2015. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From: Zachary Turner [mailto:ztur...@google.com] Sent: Tuesday, February

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Zachary Turner via lldb-dev
You may have to make some changes to the zorg scripts to keep that working. I didn't realize there were any other bots building LLDB, so I made some changes that will default everything to VS2015 and Py3. BTW, is your builder doing a debug build or a release build? When doing a debug build clang

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Zachary Turner via lldb-dev
BTW, I expect that your buildbot has been experiencing the problems with the x86 / x64 toolchain for quite some time, because it's not really relevant to how much memory your machine has, but just that it was using an x86 toolchain at all. Has it been red for a long time? On Tue, Feb 2, 2016 at 1

Re: [lldb-dev] MSVC 2013 w/ Python 2.7 is moving to an unsupported toolchain

2016-02-02 Thread Ted Woodward via lldb-dev
No, it turned red Friday night/Saturday morning. Last good build: http://lab.llvm.org:8011/builders/lldb-x86-win7-msvc/builds/15167 First bad build: http://lab.llvm.org:8011/builders/lldb-x86-win7-msvc/builds/15168 It went red because of the change to VS2015/Python 3.5. -- Qualco