Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. pi@raspberrypi ~/euphoria/tests $ eutest -eui /home/pi/euphoria/source/build/eui t_eutest.e -ALL -log
  2.  
  3. interpreting t_eutest.e:
  4. Setting executable to '/home/pi/euphoria/source/build/eui'
  5.  
  6. interpreting t_c_bad_err_file.e:
  7. CMD '/home/pi/euphoria/source/build/eui -d UNITTEST -batch -d CRASH t_c_bad_err_file.e '
  8. /home/pi/euphoria/tests/eutest/t_c_bad_err_file.e:6
  9. <0069>:: expected ',' or ')'
  10. test_fail("match with "" should fail the program.")
  11. ^
  12.  
  13. FAILURE: t_c_bad_err_file.e Unexpected ex.err. Expected:
  14. ----
  15. t_c_good_err_file.e:3
  16. attempt to divide by 0
  17.  
  18.  
  19. ----
  20. but got
  21. ----
  22. t_c_bad_err_file.e:6
  23. <0069>:: expected ',' or ')'
  24. test_fail("match with "" should fail the program.")
  25. ^
  26. ----
  27.  
  28.  
  29. Test results summary:
  30. FAIL: t_c_bad_err_file.e
  31. Files (run: 1) (failed: 1) (0% success)
  32. passed: eutest t_c_bad_err_file.e
  33. Setting executable to '/home/pi/euphoria/source/build/eui'
  34.  
  35. interpreting t_c_no_err_file.e:
  36. CMD '/home/pi/euphoria/source/build/eui -d UNITTEST -batch -d CRASH t_c_no_err_file.e '
  37. /home/pi/euphoria/tests/eutest/t_c_no_err_file.e:4
  38. <0076>:: expected to see an assignment after 'here', such as =, +=, -=, *=, /= or &=
  39. <end-of-file>
  40. ^
  41.  
  42. FAILURE: t_c_no_err_file.e No valid control file was supplied.
  43.  
  44. Test results summary:
  45. FAIL: t_c_no_err_file.e
  46. Files (run: 1) (failed: 1) (0% success)
  47. passed: eutest t_c_no_err_file.e
  48. Setting executable to '/home/pi/euphoria/source/build/eui'
  49.  
  50. interpreting t_c_good_err_file.e:
  51. CMD '/home/pi/euphoria/source/build/eui -d UNITTEST -batch -d CRASH t_c_good_err_file.e '
  52.  
  53. /home/pi/euphoria/tests/eutest/t_c_good_err_file.e:3
  54. attempt to divide by 0
  55.  
  56. --> See ex.err
  57. SUCCESS: t_c_good_err_file.e The unit test crashed in the expected manner. Error status 1.
  58.  
  59. Test results summary:
  60. Files (run: 1) (failed: 0) (100% success)
  61. passed: eutest t_c_good_err_file.e
  62. Setting executable to '/home/pi/euphoria/source/build/eui'
  63.  
  64. interpreting t_test_false.e:
  65. CMD '/home/pi/euphoria/source/build/eui -d UNITTEST -batch t_test_false.e '
  66. failed: trivial eutest test gone bad..., expected: TRUE but got: FALSE
  67. failed: all odd numbers are prime [not!], expected: FALSE but got: TRUE
  68. failed: a question of order of operations, expected: 0 but got: 1
  69. 4 tests run, 1 passed, 3 failed, 25% success
  70. FAILURE: t_test_false.e program died with status 1
  71.  
  72. Test results summary:
  73. FAIL: t_test_false.e
  74. Files (run: 1) (failed: 1) (0% success)
  75. passed: eutest t_test_false.e
  76. Setting executable to '/home/pi/euphoria/source/build/eui'
  77.  
  78. interpreting t_test_true.e:
  79. CMD '/home/pi/euphoria/source/build/eui -d UNITTEST -batch t_test_true.e '
  80. SUCCESS: t_test_true.e all tests successful
  81.  
  82. Test results summary:
  83. Files (run: 1) (failed: 0) (100% success)
  84. passed: eutest t_test_true.e
  85. t_eutest summary:
  86. 5 tests run, 5 passed, 0 failed, 100% success
  87.  
  88. Test results summary:
  89. Files (run: 1) (failed: 0) (100% success)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement