search for: filecheck_commandlin

Displaying 11 results from an estimated 11 matches for "filecheck_commandlin".

Did you mean: filecheck_commandline
2013 Jan 16
3
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...ileCheck invocations. >>> >>> I don't like it when the behavior of such a low-level tool like this changes based on environment variables. It isn't discoverable in --help. If for some reason, it is bad for lit to implicitly pass the option, I'd rather have a standard FILECHECK_COMMANDLINE environment variable, and have filecheck parse arbitrary options out of it using the cl::ParseEnvironmentOptions function. >> >> I agree that a command line option would be better. But in that case >> all tests should be updated. It is not an issue for me -- it is >> most...
2013 Jan 16
0
[LLVMdev] [PATCH] A "very verbose" mode for FileCheck
...), and adds the flag to FileCheck invocations. I don't like it when the behavior of such a low-level tool like this changes based on environment variables. It isn't discoverable in --help. If for some reason, it is bad for lit to implicitly pass the option, I'd rather have a standard FILECHECK_COMMANDLINE environment variable, and have filecheck parse arbitrary options out of it using the cl::ParseEnvironmentOptions function. -Chris
2013 Jan 16
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...invocations. >>>> >>>> I don't like it when the behavior of such a low-level tool like this changes based on environment variables. It isn't discoverable in --help. If for some reason, it is bad for lit to implicitly pass the option, I'd rather have a standard FILECHECK_COMMANDLINE environment variable, and have filecheck parse arbitrary options out of it using the cl::ParseEnvironmentOptions function. >>> >>> I agree that a command line option would be better. But in that case >>> all tests should be updated. It is not an issue for me -- it is &...
2013 Jan 16
3
[LLVMdev] [PATCH] A "very verbose" mode for FileCheck
...ds the flag to FileCheck invocations. > > I don't like it when the behavior of such a low-level tool like this changes based on environment variables. It isn't discoverable in --help. If for some reason, it is bad for lit to implicitly pass the option, I'd rather have a standard FILECHECK_COMMANDLINE environment variable, and have filecheck parse arbitrary options out of it using the cl::ParseEnvironmentOptions function. I agree that a command line option would be better. But in that case all tests should be updated. It is not an issue for me -- it is mostly mechanical. So should I change...
2013 Jan 16
1
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...ions. >>>>> >>>>> I don't like it when the behavior of such a low-level tool like this changes based on environment variables. It isn't discoverable in --help. If for some reason, it is bad for lit to implicitly pass the option, I'd rather have a standard FILECHECK_COMMANDLINE environment variable, and have filecheck parse arbitrary options out of it using the cl::ParseEnvironmentOptions function. >>>> >>>> I agree that a command line option would be better. But in that case >>>> all tests should be updated. It is not an issue for m...
2013 Jan 16
4
[LLVMdev] [PATCH] A "very verbose" mode for FileCheck
Hello, When someone breaks a FileCheck-based test on some buildbot, sometimes it may not be obvious *why* did it fail. If the failure can not be reproduced locally, it can be very hard to fix. I propose adding a "very verbose" mode to FileCheck. In this mode FileCheck will dump the input file in case of failure. This mode will be enabled by an environment variable
2013 Jan 16
0
[LLVMdev] [PATCH] A "very verbose" mode for FileCheck
...lag to FileCheck invocations. >> >> I don't like it when the behavior of such a low-level tool like this changes based on environment variables. It isn't discoverable in --help. If for some reason, it is bad for lit to implicitly pass the option, I'd rather have a standard FILECHECK_COMMANDLINE environment variable, and have filecheck parse arbitrary options out of it using the cl::ParseEnvironmentOptions function. > > I agree that a command line option would be better. But in that case > all tests should be updated. It is not an issue for me -- it is > mostly mechanical....
2013 Jan 17
2
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...t;>> > >>>> I don't like it when the behavior of such a low-level tool like this > changes based on environment variables. It isn't discoverable in --help. > If for some reason, it is bad for lit to implicitly pass the option, I'd > rather have a standard FILECHECK_COMMANDLINE environment variable, and have > filecheck parse arbitrary options out of it using the > cl::ParseEnvironmentOptions function. > >>> > >>> I agree that a command line option would be better. But in that case > >>> all tests should be updated. It is not a...
2013 Jan 17
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...behavior of such a low-level tool like this >> >>>> changes based on environment variables. It isn't discoverable in --help. >> >>>> If for some reason, it is bad for lit to implicitly pass the option, I'd >> >>>> rather have a standard FILECHECK_COMMANDLINE environment variable, and have >> >>>> filecheck parse arbitrary options out of it using the >> >>>> cl::ParseEnvironmentOptions function. >> >>> >> >>> I agree that a command line option would be better. But in that case >>...
2013 Jan 17
3
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...ool like > this > >> >>>> changes based on environment variables. It isn't discoverable in > --help. > >> >>>> If for some reason, it is bad for lit to implicitly pass the > option, I'd > >> >>>> rather have a standard FILECHECK_COMMANDLINE environment variable, > and have > >> >>>> filecheck parse arbitrary options out of it using the > >> >>>> cl::ParseEnvironmentOptions function. > >> >>> > >> >>> I agree that a command line option would be better. B...
2013 Jan 17
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
...nvironment variables. It isn't discoverable in >> >> >>>> --help. >> >> >>>> If for some reason, it is bad for lit to implicitly pass the >> >> >>>> option, I'd >> >> >>>> rather have a standard FILECHECK_COMMANDLINE environment variable, >> >> >>>> and have >> >> >>>> filecheck parse arbitrary options out of it using the >> >> >>>> cl::ParseEnvironmentOptions function. >> >> >>> >> >> >>> I agree...