search for: aadwgp8deikfbyknazonybcqw3z

Displaying 10 results from an estimated 10 matches for "aadwgp8deikfbyknazonybcqw3z".

2016 May 27
1
RFC: FileCheck Enhancements
...T, //{{*}}-SAME and etc. >> 8. Prefix with regular expressions - If statement should be checked if prefix matches some regular expression, it should be used {{regex}}:, {{regex}}-NEXT and etc. >> >> More information in file https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. > > I noticed the google doc stated that multi-line patterns are not > supported. That's not actually the case, although it's a bit obscure: > the [[:space:]] character-class will match EOL and allow you to write > a multi-line CHECK. Also: CHECK-SAME. J...
2016 May 24
12
RFC: FileCheck Enhancements
...used //{{*}}, //{{*}}-NEXT, //{{*}}-SAME and etc. 8. Prefix with regular expressions - If statement should be checked if prefix matches some regular expression, it should be used {{regex}}:, {{regex}}-NEXT and etc. More information in file https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. Now we have prototype with these features. It's tested on LLVM 3.8. There was found unsupported before directive in old test. Bug about this - https://llvm.org/bugs/show_bug.cgi?id=27852. There is about 6% slowdown with new features when we tested them on 3.8. I see that t...
2016 May 26
0
RFC: FileCheck Enhancements
...//{{*}}-NEXT, //{{*}}-SAME and etc. > 8.       Prefix with regular expressions - If statement should be checked if prefix matches some regular expression, it should be used {{regex}}:, {{regex}}-NEXT  and etc. > > More information in file https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. I noticed the google doc stated that multi-line patterns are not supported. That's not actually the case, although it's a bit obscure: the [[:space:]] character-class will match EOL and allow you to write a multi-line CHECK. > > Now we have prototype with these fe...
2016 May 24
2
RFC: FileCheck Enhancements
...if > prefix matches some regular expression, it should be used {{regex}}:, > {{regex}}-NEXT and etc. I'm not a fan of this ^ feature. I think it'll make testcases much harder to understand. > > More information in file > https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. > > Now we have prototype with these features. It’s tested on LLVM 3.8. > > There was found unsupported before directive in old test. Bug about > this > - https://llvm.org/bugs/show_bug.cgi?id=27852. > > There is about 6% slowdown with new features when w...
2016 May 24
0
RFC: FileCheck Enhancements
...if > prefix matches some regular expression, it should be used {{regex}}:, > {{regex}}-NEXT and etc. I'm not a fan of this ^ feature. I think it'll make testcases much harder to understand. > > More information in file > https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. > > Now we have prototype with these features. It’s tested on LLVM 3.8. > > There was found unsupported before directive in old test. Bug about this > - https://llvm.org/bugs/show_bug.cgi?id=27852. > > There is about 6% slowdown with new features when we test...
2016 May 24
0
RFC: FileCheck Enhancements
...regular expression, it should be used {{regex}}:, >> {{regex}}-NEXT and etc. > > I'm not a fan of this ^ feature. I think it'll make testcases much harder to understand. > >> >> More information in file >> https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. >> >> Now we have prototype with these features. It’s tested on LLVM 3.8. >> >> There was found unsupported before directive in old test. Bug about >> this >> - https://llvm.org/bugs/show_bug.cgi?id=27852. >> >> There is about 6% sl...
2016 May 25
1
RFC: FileCheck Enhancements
...regular expression, it should be used {{regex}}:, >> {{regex}}-NEXT and etc. > > I'm not a fan of this ^ feature. I think it'll make testcases much harder to understand. > >> >> More information in file >> https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. >> >> Now we have prototype with these features. It’s tested on LLVM 3.8. >> >> There was found unsupported before directive in old test. Bug about >> this >> - https://llvm.org/bugs/show_bug.cgi?id=27852. >> >> There is about 6% s...
2016 May 27
3
RFC: FileCheck Enhancements
...//{{*}}-NEXT, //{{*}}-SAME and etc. > 8.       Prefix with regular expressions - If statement should be checked if prefix matches some regular expression, it should be used {{regex}}:, {{regex}}-NEXT  and etc. > > More information in file https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. I noticed the google doc stated that multi-line patterns are not supported. That's not actually the case, although it's a bit obscure: the [[:space:]] character-class will match EOL and allow you to write a multi-line CHECK. > > Now we have prototype with these fe...
2016 May 26
1
RFC: FileCheck Enhancements
...d etc. > > 8. Prefix with regular expressions - If statement should be checked > if prefix matches some regular expression, it should be used {{regex}}:, > {{regex}}-NEXT and etc. > > > > More information in file > https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing > . > > > > Now we have prototype with these features. It’s tested on LLVM 3.8. > > There was found unsupported before directive in old test. Bug about this - > https://llvm.org/bugs/show_bug.cgi?id=27852. > > > > There is about 6% slowdown with...
2016 May 27
1
RFC: FileCheck Enhancements
...//{{*}}-NEXT, //{{*}}-SAME and etc. > 8.       Prefix with regular expressions - If statement should be checked if prefix matches some regular expression, it should be used {{regex}}:, {{regex}}-NEXT  and etc. > > More information in file https://docs.google.com/document/d/1wAKNzU7-S2EeK1-aADwgP8dEiKfByKNazonybCQW3zs/edit?usp=sharing. I noticed the google doc stated that multi-line patterns are not supported. That's not actually the case, although it's a bit obscure: the [[:space:]] character-class will match EOL and allow you to write a multi-line CHECK. > > Now we have prototype with these fe...