Re: [Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

2015-09-05 Thread Todd Fiala via lldb-commits
tfiala updated this revision to Diff 34114. tfiala added a comment. This change adds the threading-module-based parallel test runner strategy. It is not selected by default. It is pool-based. The threading-pool and multiprocessing-pool strategies are 19.8% slower than the newer hand-wrapped c

Re: [Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

2015-09-05 Thread Todd Fiala via lldb-commits
tfiala added a comment. In http://reviews.llvm.org/D12651#240633, @zturner wrote: > I won't be able to test this until Tuesday, but thanks for working on it No worries. Have a great weekend! (And maybe I'll have a working Windows setup before then). http://reviews.llvm.org/D12651 ___

Re: [Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

2015-09-05 Thread Zachary Turner via lldb-commits
I won't be able to test this until Tuesday, but thanks for working on it On Sat, Sep 5, 2015 at 12:39 PM Todd Fiala wrote: > tfiala added a comment. > > That last patch also fixes a regression in the previous patch when > --threads 1 was specified --- the serial test runner in dosep.py was buste

Re: [Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

2015-09-05 Thread Zachary Turner via lldb-commits
zturner added a comment. I won't be able to test this until Tuesday, but thanks for working on it http://reviews.llvm.org/D12651 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D12661: NetBSD doesn't provide struct statfs, make use of struct statvfs

2015-09-05 Thread Joerg Sonnenberger via lldb-commits
joerg added a comment. One good question is whether using statvfs(3) shouldn't be the default as it is the POSIX interface. Repository: rL LLVM http://reviews.llvm.org/D12661 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists

[Lldb-commits] [lldb] r246932 - Fix Makefile build

2015-09-05 Thread Keno Fischer via lldb-commits
Author: kfischer Date: Sat Sep 5 15:01:56 2015 New Revision: 246932 URL: http://llvm.org/viewvc/llvm-project?rev=246932&view=rev Log: Fix Makefile build Added: lldb/trunk/source/Plugins/ExpressionParser/Clang/Makefile lldb/trunk/source/Plugins/Language/CPlusPlus/Makefile lldb/trunk/s

Re: [Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

2015-09-05 Thread Todd Fiala via lldb-commits
tfiala added a comment. That last patch also fixes a regression in the previous patch when --threads 1 was specified --- the serial test runner in dosep.py was busted and I missed that. http://reviews.llvm.org/D12651 ___ lldb-commits mailing list

Re: [Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.

2015-09-05 Thread Todd Fiala via lldb-commits
tfiala added a subscriber: dawn. tfiala updated this revision to Diff 34112. tfiala added a comment. The latest patch does the following: - adds a test runner strategy layer for the isolated, concurrent test support (in dosep.py). The currently-supported test runners are: 1. multiprocessing T

[Lldb-commits] [PATCH] D12662: Prevent from a redefinition of _GLIBCXX_USE_NANOSLEEP

2015-09-05 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added a reviewer: joerg. krytarowski added a subscriber: lldb-commits. krytarowski set the repository for this revision to rL LLVM. Build warning caught on NetBSD. Repository: rL LLVM http://reviews.llvm.org/D12662 Files: source/Host/posix/Pipe

[Lldb-commits] [PATCH] D12661: NetBSD doesn't provide struct statfs, make use of struct statvfs

2015-09-05 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added a reviewer: joerg. krytarowski added a subscriber: lldb-commits. krytarowski set the repository for this revision to rL LLVM. Repository: rL LLVM http://reviews.llvm.org/D12661 Files: source/Host/posix/FileSystem.cpp Index: source/Host/po