Displaying 2 results from an estimated 2 matches for "test_argu".
Did you mean:
test_args
2019 Jun 07
7
Bugpoint Redesign
...alue when otherwise. Leaving the user the freedom to
determine what is and isn’t interesting to the tool, and thus, streamlining
the process of reducing a test-case.
If the test accepts any arguments (excluding the input ll/bc file), they
are given via the following flag:
`--test_args=<test_arguments>`
If unspecified, the test is run as given. It’s worth noting that the input
file would be passed as a parameter to the test, similar how
`-compile-custom` currently operates.
### Implementation
The tool would behave similar to CReduce’s functionality in that it would
have a list of passe...
2019 Jun 11
2
Bugpoint Redesign
...alue when otherwise. Leaving the user the freedom to determine what is and isn’t interesting to the tool, and thus, streamlining the process of reducing a test-case.
If the test accepts any arguments (excluding the input ll/bc file), they are given via the following flag:
`--test_args=<test_arguments>`
If unspecified, the test is run as given. It’s worth noting that the input file would be passed as a parameter to the test, similar how `-compile-custom` currently operates.
### Implementation
The tool would behave similar to CReduce’s functionality in that it would have a list of passe...