[git commit] testsuite: add bc and dc tests

Denys Vlasenko vda.linux at googlemail.com
Wed Dec 12 20:41:40 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=9a23b07c4c0d06c40d7c0ce91c5fdf7c8449ac49
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 testsuite/bc.tests                  |  19 +
 testsuite/bc_add.bc                 |  26 ++
 testsuite/bc_add_results.txt        |  38 ++
 testsuite/bc_arctangent.bc          |  26 ++
 testsuite/bc_arctangent_results.txt |  25 ++
 testsuite/bc_array.bc               |  35 ++
 testsuite/bc_array_results.txt      | 426 ++++++++++++++++++
 testsuite/bc_arrays.bc              |  10 +
 testsuite/bc_arrays_results.txt     |   3 +
 testsuite/bc_bessel.bc              | 844 ++++++++++++++++++++++++++++++++++++
 testsuite/bc_bessel_results.txt     | 843 +++++++++++++++++++++++++++++++++++
 testsuite/bc_boolean.bc             | 181 ++++++++
 testsuite/bc_boolean_results.txt    | 181 ++++++++
 testsuite/bc_cosine.bc              |  44 ++
 testsuite/bc_cosine_results.txt     |  41 ++
 testsuite/bc_decimal.bc             |  36 ++
 testsuite/bc_decimal_results.txt    |  51 +++
 testsuite/bc_divide.bc              |  31 ++
 testsuite/bc_divide_results.txt     |  31 ++
 testsuite/bc_exponent.bc            |  22 +
 testsuite/bc_exponent_results.txt   |  25 ++
 testsuite/bc_large.tar.xz           | Bin 0 -> 5118896 bytes
 testsuite/bc_log.bc                 |  22 +
 testsuite/bc_log_results.txt        |  22 +
 testsuite/bc_misc.bc                |  13 +
 testsuite/bc_misc1.bc               |  76 ++++
 testsuite/bc_misc1_results.txt      |  57 +++
 testsuite/bc_misc2.bc               |  45 ++
 testsuite/bc_misc2_results.txt      |  20 +
 testsuite/bc_misc_results.txt       |   4 +
 testsuite/bc_modulus.bc             |  70 +++
 testsuite/bc_modulus_results.txt    |  69 +++
 testsuite/bc_multiply.bc            |  42 ++
 testsuite/bc_multiply_results.txt   |  43 ++
 testsuite/bc_pi.bc                  |   4 +
 testsuite/bc_pi_results.txt         | 135 ++++++
 testsuite/bc_power.bc               |  44 ++
 testsuite/bc_power_results.txt      |  73 ++++
 testsuite/bc_sine.bc                | 207 +++++++++
 testsuite/bc_sine_results.txt       | 204 +++++++++
 testsuite/bc_sqrt.bc                |  18 +
 testsuite/bc_sqrt_results.txt       |  16 +
 testsuite/bc_strings.bc             |  12 +
 testsuite/bc_strings_results.txt    |   5 +
 testsuite/bc_subtract.bc            |  32 ++
 testsuite/bc_subtract_results.txt   |  36 ++
 testsuite/bc_vars.bc                |   7 +
 testsuite/bc_vars_results.txt       |  12 +
 testsuite/dc.tests                  |  20 +
 testsuite/dc_add.dc                 |  33 ++
 testsuite/dc_add_results.txt        |  45 ++
 testsuite/dc_boolean.dc             |  27 ++
 testsuite/dc_boolean_results.txt    |  27 ++
 testsuite/dc_decimal.dc             |  36 ++
 testsuite/dc_decimal_results.txt    |  51 +++
 testsuite/dc_divide.dc              |  33 ++
 testsuite/dc_divide_results.txt     |  32 ++
 testsuite/dc_divmod.dc              |  64 +++
 testsuite/dc_divmod_results.txt     | 126 ++++++
 testsuite/dc_misc.dc                |   1 +
 testsuite/dc_misc_results.txt       |  20 +
 testsuite/dc_modexp.dc              | 103 +++++
 testsuite/dc_modexp_results.txt     | 103 +++++
 testsuite/dc_modulus.dc             |  70 +++
 testsuite/dc_modulus_results.txt    |  68 +++
 testsuite/dc_multiply.dc            |  42 ++
 testsuite/dc_multiply_results.txt   |  43 ++
 testsuite/dc_power.dc               |  45 ++
 testsuite/dc_power_results.txt      |  73 ++++
 testsuite/dc_sqrt.dc                |  14 +
 testsuite/dc_sqrt_results.txt       |  13 +
 testsuite/dc_strings.dc             |  37 ++
 testsuite/dc_strings_results.txt    |  36 ++
 testsuite/dc_subtract.dc            |  33 ++
 testsuite/dc_subtract_results.txt   |  37 ++
 testsuite/dcx_vars.dc               |   2 +
 testsuite/dcx_vars_results.txt      |   6 +
 77 files changed, 5466 insertions(+)

Patch is too large, so refusing to show it


More information about the busybox-cvs mailing list