search for: r196729

Displaying 4 results from an estimated 4 matches for "r196729".

2013 Dec 08
2
[LLVMdev] lit: deprecating trailing \ in RUN lines
..., 405. Then git diff and page through to see if any are actionable. and fixing broken tests.. eg. /Let's find and fix %clang_cc1 substitution mistakes../ giteach perl -pi -e 's/(RUN:.*%clang_cc1)[^\s]+/$1/g' I committed the results of this run just a few minutes ago in r196729 and r196730. One was a test that had been disabled since 2007. Losing 80 columns is a small price to pay if it'll help make tests easier to write, understand and validate in my opinion. (The two editors I use, vim and XCode, both do a good job of virtual line wrapping so it turns out long...
2013 Dec 09
0
[LLVMdev] lit: deprecating trailing \ in RUN lines
...rough to see if any are actionable. > > > and fixing broken tests.. > > eg. *Let's find and fix %clang_cc1 substitution mistakes..* > > giteach perl -pi -e 's/(RUN:.*%clang_cc1)[^\s]+/$1/g' > > > I committed the results of this run just a few minutes ago in r196729 and > r196730. > > One was a test that had been disabled since 2007. > > Losing 80 columns is a small price to pay if it'll help make tests easier > to write, understand and validate in my opinion. > > (The two editors I use, vim and XCode, both do a good job of virtual...
2013 Dec 08
0
[LLVMdev] lit: deprecating trailing \ in RUN lines
On Sun, Dec 8, 2013 at 6:04 AM, Alp Toker <alp at nuanti.com> wrote: > > On 08/12/2013 13:12, Chandler Carruth wrote: > >> >> * Removing trailing \ will introduce the neat property that >>> >>> one RUN line corresponds precisely to one command that's >>> executed. This is good for humans and will enable
2013 Dec 08
4
[LLVMdev] lit: deprecating trailing \ in RUN lines
On 08/12/2013 13:12, Chandler Carruth wrote: > >> * Removing trailing \ will introduce the neat property that >> one RUN line corresponds precisely to one command that's >> executed. This is good for humans and will enable >> simplifications in the test runner. >> >> FWIW, I've never really had a