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