1. f2fbd7d Fix tests/e_power_results.txt by Gavin Howard · 6 years ago
  2. ff64b78 Make sure the e^x and log tests actually work by Gavin Howard · 6 years ago
  3. fc66b86 Add adjustable scale for randmath modulus by Gavin Howard · 6 years ago
  4. 7de9076 Fix some more problems with randmath.sh by Gavin Howard · 6 years ago
  5. 3e10f81 Don't let randmath exit on math errors by Gavin Howard · 6 years ago
  6. abe8c00 Make the randmath.sh script work by Gavin Howard · 6 years ago
  7. ea78783 Fix problems with the array test by Gavin Howard · 6 years ago
  8. 31f4815 Add an array test by Gavin Howard · 6 years ago
  9. 6fd58a0 Add support for scripts incompatible with GNU bc by Gavin Howard · 6 years ago
  10. 3a12624 Reduce test runtime where possible by Gavin Howard · 6 years ago
  11. 154cac1 Reduce the number of bessel tests by Gavin Howard · 6 years ago
  12. 56eeb5a Generate bessel tests on demand by Gavin Howard · 6 years ago
  13. fad53ab Remove the bessel tests (they will be generated) by Gavin Howard · 6 years ago
  14. ad4c4b1 Make the bessel script run under GNU by Gavin Howard · 6 years ago
  15. b462192 Add a script for generating bessel function tests by Gavin Howard · 6 years ago
  16. 4c9cc9c Add more tests for transcendental functions by Gavin Howard · 6 years ago
  17. de5f74a Make power test shorter by Gavin Howard · 6 years ago
  18. b33c7ff Start adding tests for the bc library functions by Gavin Howard · 6 years ago
  19. 3169062 Make testing work by Gavin Howard · 6 years ago
  20. acbd69b Add files with basic math results by Gavin Howard · 6 years ago
  21. ad70c18 Change some doc comments on the timeconst test by Gavin Howard · 6 years ago
  22. 926d2be Make test.sh run under sh by Gavin Howard · 6 years ago
  23. 6903019 Add "sh" in front of all script commands in all.sh by Gavin Howard · 6 years ago
  24. 9269c2d Make all.sh and scripts.sh use sh, not bash by Gavin Howard · 6 years ago
  25. 7a08da2 Remove the prompting for bad test results by Gavin Howard · 6 years ago
  26. 712b0a4 Remove the test of printing large bases by Gavin Howard · 6 years ago
  27. 6526c94 Style fix to parse.bc test script by Gavin Howard · 6 years ago
  28. ba7890e Enable manual checking of test results by Gavin Howard · 6 years ago
  29. c32c412 Add continue tests to the parse and print scripts by Gavin Howard · 6 years ago
  30. 507109c Test 1000 digits of pi by Gavin Howard · 6 years ago
  31. 8eb65d4 Style fixes to the screen script by Gavin Howard · 6 years ago
  32. 9aaa3b2 Fix bugs in scripts and test scripts by Gavin Howard · 6 years ago
  33. c21e92f Add a pi test (currently broken) by Gavin Howard · 6 years ago
  34. 0e0512a Reverse two lines in the arctangent script by Gavin Howard · 6 years ago
  35. 509215c Update the arctangent script by Gavin Howard · 6 years ago
  36. e7363c2 Fix an oversight in the arctangent generator by Gavin Howard · 6 years ago
  37. 6e379f7 Fix problem with last commit by Gavin Howard · 6 years ago
  38. fc809dd Add an arctangent test by Gavin Howard · 6 years ago
  39. 0ba76f7 Add a script to generate an arctangent regression test by Gavin Howard · 6 years ago
  40. 84dd6ad Add printing a large number by Gavin Howard · 6 years ago
  41. 9b4d86c Make the print test palatable to generate and run by Gavin Howard · 6 years ago
  42. 8643c1d Fix the parse and print test in test.sh by Gavin Howard · 6 years ago
  43. 00fd118 Don't generate parse and print tests if they exist by Gavin Howard · 6 years ago
  44. b1f44e4 Update the parse and print generators by Gavin Howard · 6 years ago
  45. cc4d770 Start using the basic test by Gavin Howard · 6 years ago
  46. 23d93bc Add a script from rofl0r (sabotage linux) by Gavin Howard · 6 years ago
  47. 5f3edec Add generated parse and print tests by Gavin Howard · 6 years ago
  48. fd446ab Remove the sqrt test that the GNU bc gets wrong by Gavin Howard · 6 years ago
  49. 5f7bcce Add a missing divide test by Gavin Howard · 6 years ago
  50. 0573304 Add a workaround for running bc as toybox under timeconst.sh by Gavin Howard · 6 years ago
  51. 0c7de85 Style fix to timeconst.sh by Gavin Howard · 6 years ago
  52. fa01a3a Don't remove the files in timeconst.sh by Gavin Howard · 6 years ago
  53. 62fff61 Print out the test name in all by Gavin Howard · 6 years ago
  54. 3e75dfd Make sure we test 0 hz on timeconst.sh by Gavin Howard · 6 years ago
  55. 1bc3810 Use a sequence in the timeconst.sh script by Gavin Howard · 6 years ago
  56. 206efbd Add an initial try at a timeconst.bc tester by Gavin Howard · 6 years ago
  57. a24b255 Style fix for divide.txt by Gavin Howard · 6 years ago
  58. 39eb9f6 Add a divide test that I think will fail by Gavin Howard · 6 years ago
  59. b27cf06 Add a multiply test by Gavin Howard · 6 years ago
  60. 6c76dfe Reduce power test load and remove one test by Gavin Howard · 6 years ago
  61. d88df9b Reorder tests to be clearer about what depends on what by Gavin Howard · 6 years ago
  62. 34193b8 Split and rename some tests by Gavin Howard · 6 years ago
  63. 5f43798 Add some more multiply tests by Gavin Howard · 6 years ago
  64. f164b51 Add a couple more test cases by Gavin Howard · 6 years ago
  65. 24d6e56 Remove debugging prints from randmath by Gavin Howard · 6 years ago
  66. 9b20d6d Rename the random script to randmath by Gavin Howard · 6 years ago
  67. ea7bea6 Add an initial try at random math tests by Gavin Howard · 6 years ago
  68. d56186c Add some more tests that failed by Gavin Howard · 6 years ago
  69. bbbacf2 Make test.sh more robust by Gavin Howard · 6 years ago
  70. c2d2f72 Put in initial tests for every basic math op by Gavin Howard · 6 years ago
  71. 03c6007 Fix an add test by Gavin Howard · 6 years ago
  72. 510880a Add another few carry tests to add by Gavin Howard · 6 years ago
  73. 59080c4 Add a carry test for addition by Gavin Howard · 6 years ago
  74. d568b65 Make test.sh better to use by Gavin Howard · 6 years ago
  75. bdb11b8 Disable the basic input tests for now by Gavin Howard · 6 years ago
  76. 164620e Make test.sh more robust by Gavin Howard · 6 years ago
  77. 9c931e6 Change the test driver to just cat files by Gavin Howard · 6 years ago
  78. ff08b46 Add more addition tests by Gavin Howard · 6 years ago
  79. cbcc369 Add some addition tests by Gavin Howard · 6 years ago
  80. cda7573 Add long integers to the parse print test by Gavin Howard · 6 years ago
  81. 4a5aad5 Add empty tests for the ones that exist in all.txt by Gavin Howard · 6 years ago
  82. 6cf8963 Add tests for parsing and printing decimal by Gavin Howard · 6 years ago
  83. 0732f17 Add some convenience scripts by Gavin Howard · 6 years ago
  84. 9b3739a Make all.sh less prone to error by Gavin Howard · 6 years ago
  85. 26f9d99 Keep working on test infrastructure by Gavin Howard · 6 years ago
  86. 85d68e3 Start reforming the test structure by Gavin Howard · 6 years ago
  87. 96ac4e2 Add a couple of initial tests by Gavin Howard · 6 years ago
  88. 7ae1211 Remove the segarray test by Gavin Howard · 6 years ago
  89. 24882f2 Fix the segarray test by Gavin Howard · 6 years ago
  90. 4cb7dea Remove the arbsh material by Gavin Howard · 6 years ago