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