Bignum tests: set unique combinations off by default
Normally we need all the combinations, unique combinations make sense only if the operation is commutative. No changes to generated tests. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
76c21bd242
commit
f45797652f
3 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ class OperationCommon(test_data_generation.BaseTest):
|
|||
symbol = ""
|
||||
input_values = INPUTS_DEFAULT # type: List[str]
|
||||
input_cases = [] # type: List[Any]
|
||||
unique_combinations_only = True
|
||||
unique_combinations_only = False
|
||||
input_styles = ["variable", "fixed", "arch_split"] # type: List[str]
|
||||
input_style = "variable" # type: str
|
||||
limb_sizes = [32, 64] # type: List[int]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue