Re: [swift-dev] builtin command for invoking a subset of the tests

2016-10-14 Thread Alexis Beingessner via swift-dev
I've filed https://bugs.swift.org/browse/SR-2960 https://bugs.swift.org/browse/SR-2961 (I have no idea of I've done that right) Sent from my iPhone > On Oct 14, 2016, at 1:01 PM, Tony Parker wrote: > > >> On Oct 14, 2016, at 9:54 AM, Alexis wrote: >> >> Oh hey, great! Then perhaps the big

Re: [swift-dev] builtin command for invoking a subset of the tests

2016-10-14 Thread Tony Parker via swift-dev
> On Oct 14, 2016, at 9:54 AM, Alexis wrote: > > Oh hey, great! Then perhaps the bigger issue is that this program should be > better highlighted in the developer docs, and possibly even called out in the > build-script docs? > > I agree that it needs a bit of TLC, though. Having to specify t

Re: [swift-dev] builtin command for invoking a subset of the tests

2016-10-14 Thread Alexis via swift-dev
Oh hey, great! Then perhaps the bigger issue is that this program should be better highlighted in the developer docs, and possibly even called out in the build-script docs? I agree that it needs a bit of TLC, though. Having to specify the build-dir is a bit disappointing. Any reason it can’t su

Re: [swift-dev] builtin command for invoking a subset of the tests

2016-10-14 Thread Tony Parker via swift-dev
Hi Alexis, In fact there is already a script which is closer to what you want, in swift/utils/run-test. It could probably use some additional love and attention to be a bit more usable (for example, printing out the help if you invoke it with no arguments), but I use it all the time. - Tony