dataset_example63.output 536 B

1234567891011121314151617181920212223
  1. //[example_output
  2. > dataset_example63
  3. Running 14 test cases...
  4. test 1: 2, 0
  5. test 1: 3, 1
  6. test 1: 2, 2
  7. test 1: 8, 3
  8. test 1: 10, 4
  9. test 1: 15, 5
  10. test 1: 8, 6
  11. test 2: 1.00001, 0
  12. test 2: 1.13154, 1
  13. test 2: 1.75561, 2
  14. test.cpp(35): error: in "test2/_2": check random_sample < 1.7 has failed [1.75560534 >= 1.7]
  15. Failure occurred in a following context:
  16. random_sample = 1.75560534; index = 2;
  17. test 2: 1.45865, 3
  18. test 2: 1.53277, 4
  19. test 2: 1.21896, 5
  20. test 2: 1.04704, 6
  21. *** 1 failure is detected in the test module "dataset_example63"
  22. //]