- c377f31 Remove unused import by Gilles Peskine · 2 years, 7 months ago
- c84b731 Enable test generation from bignum_mod.py by Werner Lewis · 2 years, 7 months ago
- f457976 Bignum tests: set unique combinations off by default by Janos Follath · 2 years, 8 months ago
- 351e688 Make pylint happy by Janos Follath · 2 years, 8 months ago
- 87df373 Bignum test: Move identical function to superclass by Janos Follath · 2 years, 8 months ago
- 0cd8967 Split test generator base class by Janos Follath · 2 years, 8 months ago
- b9b9026 Pacify pylint by Gilles Peskine · 2 years, 8 months ago
- 35af021 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 8 months ago
- 5566eff generate_bignum_tests: Enabled BignumModRaw automatic generation by Minos Galanakis · 2 years, 8 months ago
- ce22066 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 9 months ago
- 1b20e7e Redefine result() method to return List by Werner Lewis · 2 years, 9 months ago
- 99e8178 Add module for bignum_core test generation by Werner Lewis · 2 years, 9 months ago
- 7cd1ebe Merge pull request #6296 from gilles-peskine-arm/test_data_generation-pr_6093_followup by Janos Follath · 2 years, 9 months ago
- 22514eb Fix typo in documentation by Gilles Peskine · 2 years, 10 months ago
- 119eae2 Update names of test cases in generate_bignum_tests.py by Tom Cosgrove · 2 years, 10 months ago
- 4537d6d Move implementation detail from docstring to comment by Gilles Peskine · 2 years, 10 months ago
- 64f2efd More precise name for test data generation by Gilles Peskine · 2 years, 10 months ago
- c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 10 months ago
- 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 10 months ago
- ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 10 months ago
- b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 10 months ago
- 3dc4519 Replace L/R inputs with A/B by Werner Lewis · 2 years, 10 months ago
- 1fade8a Move symbol definition out of __init__ by Werner Lewis · 2 years, 10 months ago
- 855e45c Use simpler int to hex string conversion by Werner Lewis · 2 years, 10 months ago
- 5601308 Remove unused imports by Werner Lewis · 2 years, 10 months ago
- a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 2 years, 10 months ago
- a4b7720 Use `combinations_with_replacement` for inputs by Werner Lewis · 2 years, 10 months ago
- 81f2444 Modify wording in docstrings by Werner Lewis · 2 years, 11 months ago
- 6ef5436 Clarify documentation by Werner Lewis · 2 years, 11 months ago
- a16b617 Disable abstract check in pylint by Werner Lewis · 2 years, 11 months ago
- e3ad22e Fix TARGET types and code style by Werner Lewis · 2 years, 11 months ago
- 6d654c6 Raise NotImplementedError in abstract methods by Werner Lewis · 2 years, 11 months ago
- 9990b30 Use typing casts for fixed-width tuples by Werner Lewis · 2 years, 11 months ago
- 6300b4f Add missing typing by Werner Lewis · 2 years, 11 months ago
- cfd4768 Use __new__() for case counting by Werner Lewis · 2 years, 11 months ago
- 2b527a3 Split generate_tests to reduce code complexity by Werner Lewis · 2 years, 11 months ago
- 699e126 Use ABCMeta for abstract classes by Werner Lewis · 2 years, 11 months ago
- 169034a Add details to docstrings by Werner Lewis · 2 years, 11 months ago
- 6c70d74 Convert bools to int before arithmetic by Werner Lewis · 2 years, 11 months ago
- 92c876a Remove unneeded list concatenation by Werner Lewis · 2 years, 11 months ago
- 55e638c Remove abbreviations and clarify attributes by Werner Lewis · 2 years, 11 months ago
- fbb75e3 Separate common test generation classes/functions by Werner Lewis · 2 years, 11 months ago
- 6a31396 Fix incorrect indentation by Werner Lewis · 3 years ago
- 265e051 Remove is None from if statement by Werner Lewis · 3 years ago
- c442f6a Fix type issues by Werner Lewis · 3 years ago
- b17ca8a Remove set() to preserve test case order by Werner Lewis · 3 years ago
- a51fe2b Sort tests when generating cases by Werner Lewis · 3 years ago
- 86caf85 Add test case generation for bignum add by Werner Lewis · 3 years ago
- 69a92ce Add test generation for bignum cmp variant by Werner Lewis · 3 years ago
- 8b2df74 Add bignum test generation framework by Werner Lewis · 3 years ago