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