Guest User

Untitled

a guest
Feb 20th, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.96 KB | None | 0 0
  1. ukscone@welham ~/euphoria/source $ make testeu
  2. Makefile.gnu:651: warning: overriding commands for target `backend'
  3. Makefile.gnu:530: warning: ignoring old commands for target `backend'
  4. cd ../tests && EUDIR=/home/ukscone/euphoria EUCOMPILEDIR=/home/ukscone/euphoria eui ../source/eutest.ex --nocheck -i ../include -cc gcc -exe "/home/ukscone/euphoria/source/build/eui -batch /home/ukscone/euphoria/source/eu.ex"
  5. Specified interpreter via -eui parameter was not found
  6.  
  7. interpreting t_base64.e:
  8.  
  9. interpreting t_bitwise.e:
  10.  
  11. interpreting t_block.e:
  12.  
  13. interpreting t_bundled.e:
  14.  
  15. interpreting t_call.e:
  16.  
  17. interpreting t_callc.e:
  18. Bus error
  19. FAILURE: t_callc.e program died with status 34560
  20.  
  21. interpreting t_cmdline.e:
  22. -i options:
  23. -v, --verbose Verbose output
  24. [--style=filename] Style sheet file
  25. [-c x], [--count=x] Count
  26. [-i x] Include
  27. [-d], [--dummy] Dummy Test
  28. [-h], [--help] Display the command options
  29. [-?] Display the command options
  30.  
  31. At least one file name is also required.
  32.  
  33. help line 1
  34. help line 2
  35.  
  36. -i options:
  37. -v, --verbose Verbose output
  38. [--style=filename] Style sheet file
  39. [-c x], [--count=x] Count
  40. [-i x] Include
  41. [-d], [--dummy] Dummy Test
  42. [-h], [--help] Display the command options
  43. [-?] Display the command options
  44.  
  45. At least one file name is also required.
  46. -i options:
  47. -v, --verbose Verbose output
  48. [--style=filename] Style sheet file
  49. [-c x], [--count=x] Count
  50. [-i x] Include
  51. [-d], [--dummy] Dummy Test
  52. [-h], [--help] Display the command options
  53. [-?] Display the command options
  54. One or more additional arguments can be supplied.
  55. prog.ex options:
  56. [-v], [--verbose] Verbose output
  57. [-h], [--help] Display the command options
  58. [-?] Display the command options
  59.  
  60.  
  61. prog.ex options:
  62. [-v], [--verbose] Verbose output
  63. [-h], [--help] Display the command options
  64. [-?] Display the command options
  65.  
  66.  
  67. prog.ex options:
  68. [-v], [--verbose] Verbose output
  69. [-h], [--help] Display the command options
  70. [-?] Display the command options
  71.  
  72.  
  73. prog.ex options:
  74. [-v], [--verbose] Verbose output
  75. [-h], [--help] Display the command options
  76. [-?] Display the command options
  77.  
  78.  
  79. prog.ex options:
  80. [-v], [--verbose] Verbose output
  81. [-h], [--help] Display the command options
  82. [-?] Display the command options
  83.  
  84.  
  85. prog.ex options:
  86. [-v], [--verbose] Verbose output
  87. [-h], [--help] Display the command options
  88. [-?] Display the command options
  89.  
  90.  
  91. prog.ex options:
  92. [-v], [--verbose] Verbose output
  93. [-h], [--help] Display the command options
  94. [-?] Display the command options
  95.  
  96.  
  97. prog.ex options:
  98. [-v], [--verbose] Verbose output
  99. [-h], [--help] Display the command options
  100. [-?] Display the command options
  101.  
  102.  
  103. prog.ex options:
  104. [-v], [--verbose] Verbose output
  105. [-h], [--help] Display the command options
  106. [-?] Display the command options
  107.  
  108.  
  109. prog.ex options:
  110. [-v], [--verbose] Verbose output
  111. [-h], [--help] Display the command options
  112. [-?] Display the command options
  113.  
  114.  
  115. prog.ex options:
  116. [-v], [--verbose] Verbose output
  117. [-h], [--help] Display the command options
  118. [-?] Display the command options
  119.  
  120.  
  121. prog.ex options:
  122. [-v], [--verbose] Verbose output
  123. [-h], [--help] Display the command options
  124. [-?] Display the command options
  125.  
  126.  
  127. prog.ex options:
  128. [-v], [--verbose] Verbose output
  129. [-h], [--help] Display the command options
  130. [-?] Display the command options
  131.  
  132.  
  133. prog.ex options:
  134. [-v], [--verbose] Verbose output
  135. [-h], [--help] Display the command options
  136. [-?] Display the command options
  137.  
  138.  
  139. prog.ex options:
  140. [-v], [--verbose] Verbose output
  141. [-h], [--help] Display the command options
  142. [-?] Display the command options
  143.  
  144.  
  145.  
  146. interpreting t_command_line_quote.e:
  147.  
  148. interpreting t_complex_assignment.e:
  149.  
  150. interpreting t_condcmp.e:
  151.  
  152. interpreting t_convert.e:
  153. failed: float80_to_atom #2, expected: inf but got: 1
  154. failed: float80_to_atom #3, expected: -inf but got: -1
  155. 94 tests run, 92 passed, 2 failed, 98% success
  156. FAILURE: t_convert.e program died with status 256
  157.  
  158. interpreting t_database.e:
  159.  
  160. interpreting t_datetime.e:
  161.  
  162. interpreting t_de_dep.e:
  163.  
  164. /home/ukscone/euphoria/source/execute.e:3330 in procedure opC_FUNC()
  165. A machine-level exception occurred during execution of this statement (signal 11)
  166.  
  167. ... called from /home/ukscone/euphoria/source/execute.e:3923 in procedure do_exec()
  168.  
  169. ... called from /home/ukscone/euphoria/source/execute.e:4459 in procedure Execute()
  170.  
  171. ... called from /home/ukscone/euphoria/source/execute.e:4470 in procedure BackEnd()
  172.  
  173. ... called from /home/ukscone/euphoria/source/mode.e:50 in procedure BackEnd()
  174.  
  175. ... called from /home/ukscone/euphoria/source/main.e:214 in procedure main()
  176.  
  177. ... called from /home/ukscone/euphoria/source/main.e:228
  178.  
  179. --> See ex.err
  180. FAILURE: t_de_dep.e EUPHORIA error with status 256
  181.  
  182. interpreting t_de_math.e:
  183.  
  184. interpreting t_de_memory.e:
  185.  
  186. interpreting t_de_safe.e:
  187.  
  188. Using Debug Version of machine.e
  189. Bus error
  190. FAILURE: t_de_safe.e program died with status 34560
  191.  
  192. interpreting t_de_unsafe.e:
  193.  
  194. interpreting t_declanywhere.e:
  195.  
  196. interpreting t_declasgn.e:
  197.  
  198. interpreting t_declasgn_wrning.e:
  199.  
  200. interpreting t_defparms.e:
  201.  
  202. interpreting t_delete.e:
  203.  
  204. interpreting t_dep.e:
  205.  
  206. /home/ukscone/euphoria/source/execute.e:3330 in procedure opC_FUNC()
  207. A machine-level exception occurred during execution of this statement (signal 11)
  208.  
  209. ... called from /home/ukscone/euphoria/source/execute.e:3923 in procedure do_exec()
  210.  
  211. ... called from /home/ukscone/euphoria/source/execute.e:4459 in procedure Execute()
  212.  
  213. ... called from /home/ukscone/euphoria/source/execute.e:4470 in procedure BackEnd()
  214.  
  215. ... called from /home/ukscone/euphoria/source/mode.e:50 in procedure BackEnd()
  216.  
  217. ... called from /home/ukscone/euphoria/source/main.e:214 in procedure main()
  218.  
  219. ... called from /home/ukscone/euphoria/source/main.e:228
  220.  
  221. --> See ex.err
  222. FAILURE: t_dep.e EUPHORIA error with status 256
  223.  
  224. interpreting t_deprecate.e:
  225.  
  226. interpreting t_disret.e:
  227.  
  228. interpreting t_dll.e:
  229.  
  230. interpreting t_dup_case.e:
  231.  
  232. interpreting t_elsifdef_bad.e:
  233.  
  234. interpreting t_enum.e:
  235.  
  236. interpreting t_enum_type.e:
  237.  
  238. interpreting t_eucfg.e:
  239.  
  240. interpreting t_eumem.e:
  241.  
  242. interpreting t_euns.e:
  243.  
  244. interpreting t_euphoria_info.e:
  245.  
  246. interpreting t_eutest.e:
  247.  
  248. interpreting t_test_false.e:
  249. CMD '/home/ukscone/euphoria/source/build/eui -d UNITTEST -batch t_test_false.e '
  250. failed: trivial eutest test gone bad..., expected: TRUE but got: FALSE
  251. failed: all odd numbers are prime [not!], expected: FALSE but got: TRUE
  252. failed: a question of order of operations, expected: 0 but got: 1
  253. 4 tests run, 1 passed, 3 failed, 25% success
  254. FAILURE: t_test_false.e program died with status 256
  255.  
  256. Test results summary:
  257. FAIL: t_test_false.e
  258. Files (run: 1) (failed: 1) (0% success)
  259.  
  260. interpreting t_c_good_err_file.e:
  261. CMD '/home/ukscone/euphoria/source/build/eui -d UNITTEST -batch -d CRASH t_c_good_err_file.e '
  262.  
  263. /home/ukscone/euphoria/tests/eutest/t_c_good_err_file.e:3
  264. attempt to divide by 0
  265.  
  266. --> See ex.err
  267. SUCCESS: t_c_good_err_file.e The unit test crashed in the expected manner. Error status 256.
  268.  
  269. Test results summary:
  270. Files (run: 1) (failed: 0) (100% success)
  271.  
  272. interpreting t_test_true.e:
  273. CMD '/home/ukscone/euphoria/source/build/eui -d UNITTEST -batch t_test_true.e '
  274. SUCCESS: t_test_true.e all tests successful
  275.  
  276. Test results summary:
  277. Files (run: 1) (failed: 0) (100% success)
  278.  
  279. interpreting t_c_no_err_file.e:
  280. CMD '/home/ukscone/euphoria/source/build/eui -d UNITTEST -batch -d CRASH t_c_no_err_file.e '
  281. /home/ukscone/euphoria/tests/eutest/t_c_no_err_file.e:4
  282. <0076>:: expected to see an assignment after 'here', such as =, +=, -=, *=, /= or &=
  283. <end-of-file>
  284. ^
  285.  
  286. FAILURE: t_c_no_err_file.e No valid control file was supplied.
  287.  
  288. Test results summary:
  289. FAIL: t_c_no_err_file.e
  290. Files (run: 1) (failed: 1) (0% success)
  291.  
  292. interpreting t_c_bad_err_file.e:
  293. CMD '/home/ukscone/euphoria/source/build/eui -d UNITTEST -batch -d CRASH t_c_bad_err_file.e '
  294. /home/ukscone/euphoria/tests/eutest/t_c_bad_err_file.e:6
  295. <0069>:: expected ',' or ')'
  296. test_fail("match with "" should fail the program.")
  297. ^
  298.  
  299. FAILURE: t_c_bad_err_file.e Unexpected ex.err. Expected:
  300. ----
  301. t_c_good_err_file.e:3
  302. attempt to divide by 0
  303.  
  304.  
  305. ----
  306. but got
  307. ----
  308. t_c_bad_err_file.e:6
  309. <0069>:: expected ',' or ')'
  310. test_fail("match with "" should fail the program.")
  311. ^
  312. ----
  313.  
  314.  
  315. Test results summary:
  316. interpreting t_include.e:e.e
  317. Files (run: 1) (failed: 1) (0% success)
  318. interpreting t_include_subdir.e:
  319. 5 tests run, 5 passed, 0 failed, 100% success
  320. interpreting t_incpath.e:
  321. interpreting t_export_ns_type.e:
  322. interpreting t_inline.e:
  323. interpreting t_filesys.e:
  324. interpreting t_io.e:
  325. interpreting t_flags.e:
  326. interpreting t_legacy_callback.e:
  327. Bus erroring t_flow.e:
  328. FAILURE: t_legacy_callback.e program died with status 34560
  329. interpreting t_fwd.e:
  330. interpreting t_literals.e:
  331. interpreting t_fwd_mutual1.e:
  332. interpreting t_locale.e:
  333. failed: money, expected: "$1,020.50" but got: "$13.97"
  334. failed: number, expected: "1,020.50" but got: "0.00"
  335. failed: integer, expected: "1,020" but got: ""
  336. failed: number, expected: "1,020.10" but got: "-0.00"
  337. failed: large integer, expected: "9,999,999,999,999" but got: "-0"
  338. 32 tests run, 27 passed, 5 failed, 84% success
  339. FAILURE: t_locale.e program died with status 256
  340.  
  341. interpreting t_loop.e:s.e:
  342.  
  343. interpreting t_machine.e:
  344.  
  345. interpreting t_map.e:
  346.  
  347. interpreting t_math.e::
  348.  
  349. interpreting t_memory.e:st.e:
  350.  
  351. interpreting t_msgbox.e:c.e:
  352.  
  353. interpreting t_multiassign.e::
  354.  
  355. interpreting t_net_common.e:
  356.  
  357. interpreting t_net_dns.e:
  358.  
  359. interpreting t_net_http.e:
  360.  
  361. interpreting t_net_url.e:
  362.  
  363. interpreting t_ns_routine_id.e:
  364.  
  365. interpreting t_object.e:
  366.  
  367. interpreting t_os.e:
  368.  
  369. interpreting t_override.e:
  370.  
  371. interpreting t_pipeio.e:
  372.  
  373. interpreting t_platform.e:
  374.  
  375. interpreting t_primes.e:
  376.  
  377. interpreting t_rand.e:
  378.  
  379. interpreting t_recursion.e:
  380.  
  381. interpreting t_regex.e:
  382.  
  383. interpreting t_regex_alternation.e:
  384.  
  385. interpreting t_routine_id.e:
  386.  
  387. interpreting t_safe.e:
  388.  
  389. Using Debug Version of machine.e
  390. Bus error
  391. FAILURE: t_safe.e program died with status 34560
  392.  
  393. interpreting t_scanner.e:
  394.  
  395. interpreting t_scientific.e:
  396.  
  397. interpreting t_scope.e:
  398.  
  399. interpreting t_search.e:
  400.  
  401. interpreting t_sequence.e:
  402.  
  403. interpreting t_serialize.e:
  404.  
  405. interpreting t_socket.e:
  406. waiting for server to start .. .. .. .. .. .. .. .. .. failed: connect to server, expected: TRUE but got: FALSE
  407. 22 tests run, 21 passed, 1 failed, 95% success
  408. FAILURE: t_socket.e program died with status 256
  409.  
  410. interpreting t_sort.e:
  411.  
  412. interpreting t_stack.e:
  413.  
  414. interpreting t_stats.e:
  415.  
  416. interpreting t_switch.e:
  417.  
  418. interpreting t_tasks.e:
  419.  
  420. interpreting t_text.e:
  421.  
  422. interpreting t_tokenize.e:
  423.  
  424. interpreting t_trace.e:
  425.  
  426. interpreting t_types.e:
  427.  
  428. interpreting t_unsafe.e:
  429.  
  430. interpreting t_utils.e:
  431.  
  432. interpreting t_warning.e:
  433.  
  434. interpreting t_wildcard.e:
  435.  
  436. interpreting t_c_749.e:
  437.  
  438. /home/ukscone/euphoria/tests/t_c_749.e:13 in procedure main()
  439. variable t has not been assigned a value
  440. ... called from /home/ukscone/euphoria/tests/t_c_749.e:16
  441.  
  442.  
  443. --> see ex.err
  444.  
  445. interpreting t_c_749_goto.e:
  446.  
  447. /home/ukscone/euphoria/tests/t_c_749_goto.e:14 in procedure goto_init()
  448. variable x has not been assigned a value
  449. ... called from /home/ukscone/euphoria/tests/t_c_749_goto.e:16
  450.  
  451.  
  452. --> see ex.err
  453.  
  454. interpreting t_c_atom_type.e:
  455. /home/ukscone/euphoria/tests/t_c_atom_type.e:4
  456. <0025>:: found ... reserved word ... but was expecting an identifier name
  457. atom type foo
  458. ^
  459.  
  460.  
  461. interpreting t_c_badmachine.e:
  462.  
  463. /home/ukscone/euphoria/source/execute.e:3637 in procedure opMACHINE_FUNC()
  464. unsupported calling convention - use '+' for CDECL
  465.  
  466. ... called from /home/ukscone/euphoria/source/execute.e:4098 in procedure do_exec()
  467.  
  468. ... called from /home/ukscone/euphoria/source/execute.e:4459 in procedure Execute()
  469.  
  470. ... called from /home/ukscone/euphoria/source/execute.e:4470 in procedure BackEnd()
  471.  
  472. ... called from /home/ukscone/euphoria/source/mode.e:50 in procedure BackEnd()
  473.  
  474. ... called from /home/ukscone/euphoria/source/main.e:214 in procedure main()
  475.  
  476. ... called from /home/ukscone/euphoria/source/main.e:228
  477.  
  478. --> See ex.err
  479. FAILURE: t_c_badmachine.e Unexpected ex.err. Expected:
  480. ----
  481. dll.e:279 in function define_c_proc()
  482. unsupported calling convention - use '+' for CDECL
  483. ----
  484. but got
  485. ----
  486. execute.e:3637 in procedure opMACHINE_FUNC()
  487. unsupported calling convention - use '+' for CDECL
  488.  
  489. ... called from execute.e:4098 in procedure do_exec()
  490. ----
  491.  
  492.  
  493. interpreting t_c_constant_type.e:
  494. /home/ukscone/euphoria/tests/t_c_constant_type.e:4
  495. <0025>:: found ... reserved word ... but was expecting an identifier name
  496. constant type foo
  497. ^
  498.  
  499.  
  500. interpreting t_c_crash.e:
  501.  
  502. /home/ukscone/euphoria/tests/t_c_crash.e:5
  503. This is the crash message: 10
  504.  
  505.  
  506. --> see ex.err
  507.  
  508. interpreting t_c_decl_redundant.e:
  509. /home/ukscone/euphoria/tests/t_c_decl_redundant.e:7
  510. <0074>:: Errors resolving the following references:
  511. 'x' (t_c_decl_redundant.e:7) has been declared more than once.
  512. in x1.e
  513. in x2.e
  514.  
  515. ? x
  516. ^
  517.  
  518.  
  519. interpreting t_c_decl_redundant2.e:
  520. /home/ukscone/euphoria/tests/t_c_decl_redundant2.e:2
  521. <0031>:: attempt to redefine foo.
  522. integer foo
  523. ^
  524.  
  525.  
  526. interpreting t_c_enum_strings.e:
  527. /home/ukscone/euphoria/tests/t_c_enum_strings.e:4
  528. <0030>:: An enum constant must be an integer
  529. MONDAY = "Monday",
  530. ^
  531.  
  532.  
  533. interpreting t_c_eu_nonbuiltin.e:
  534. /home/ukscone/euphoria/tests/t_c_eu_nonbuiltin.e:3
  535. <0074>:: Errors resolving the following references:
  536. 'test_pass' (t_c_eu_nonbuiltin.e:3) is not a builtin.
  537.  
  538. eu:test_pass("This should never happen")
  539. ^
  540.  
  541.  
  542. interpreting t_c_fwd_constasgn.e:
  543. /home/ukscone/euphoria/tests/fwd_constasgn.e:3
  544. <0110>:: may not change the value of a constant
  545. foo = 2
  546. ^
  547.  
  548.  
  549. interpreting t_c_fwd_enum_type.e:
  550. /home/ukscone/euphoria/tests/t_c_fwd_enum_type.e:11
  551. <0331>:: Forward references are not supported for enums
  552. THURSDAY = foo,
  553. ^
  554.  
  555.  
  556. interpreting t_c_fwd_init.e:
  557.  
  558. /home/ukscone/euphoria/tests/c_fwd_init.e:5
  559. variable x has not been assigned a value
  560.  
  561.  
  562. --> see ex.err
  563.  
  564. interpreting t_c_fwd_samefile.e:
  565. /home/ukscone/euphoria/tests/t_c_fwd_samefile.e:4
  566. <0074>:: Errors resolving the following references:
  567. 'x' (t_c_fwd_samefile.e:4) has not been declared.
  568.  
  569. x = 1
  570. ^
  571.  
  572.  
  573. interpreting t_c_fwd_typecheck.e:
  574.  
  575. /home/ukscone/euphoria/tests/t_c_fwd_typecheck.e:12
  576. type_check failure, s is 1
  577.  
  578.  
  579. --> see ex.err
  580.  
  581. interpreting t_c_ifdef_bad.e:
  582. /home/ukscone/euphoria/tests/t_c_ifdef_bad.e:5
  583. <0075>:: Expecting 'end ifdef' to match 'ifdef' on line 4
  584. end if
  585. ^
  586.  
  587.  
  588. interpreting t_c_ifdef_bad2.e:
  589. /home/ukscone/euphoria/tests/t_c_ifdef_bad2.e:4
  590. <0111>:: Mismatched 'end if'. Should this be an 'end ifdef' to match 'ifdef' on line 3
  591. end if
  592. ^
  593.  
  594.  
  595. interpreting t_c_ifdef_else_bad.e:
  596. /home/ukscone/euphoria/tests/t_c_ifdef_else_bad.e:6
  597. <0075>:: Expecting 'end ifdef' to match 'ifdef' on line 4
  598. end for
  599. ^
  600.  
  601.  
  602. interpreting t_c_ifdef_no_then.e:
  603. /home/ukscone/euphoria/tests/t_c_ifdef_no_then.e:3
  604. <0082>:: expecting possibly 'then' not end of line
  605. ifdef NOT_DEFINED
  606. ^
  607.  
  608.  
  609. interpreting t_c_ifdef_scope.e:
  610. /home/ukscone/euphoria/tests/t_c_ifdef_scope.e:12
  611. <0132>:: Syntax error - expected to see possibly 'end', not '('
  612. foo = foo()
  613. ^
  614.  
  615.  
  616. interpreting t_c_inline_literal.e:
  617. /home/ukscone/euphoria/tests/t_c_inline_literal.e:8
  618. <0146>:: Type Check Error when inlining literal
  619. short( 0 )
  620. ^
  621.  
  622.  
  623. interpreting t_c_integer_type.e:
  624. /home/ukscone/euphoria/tests/t_c_integer_type.e:4
  625. <0025>:: found ... reserved word ... but was expecting an identifier name
  626. integer type foo
  627. ^
  628.  
  629.  
  630. interpreting t_c_map_large_bad_init.e:
  631.  
  632. /home/ukscone/euphoria/tests/../include/std/map.e:603 in procedure put()
  633. Inappropriate initial operation given to map.e:put()
  634. ... called from /home/ukscone/euphoria/tests/t_c_map_large_bad_init.e:7
  635.  
  636.  
  637. --> see ex.err
  638.  
  639. interpreting t_c_map_large_bad_next.e:
  640.  
  641. /home/ukscone/euphoria/tests/../include/std/map.e:634 in procedure put()
  642. Unknown operation given to map.e:put()
  643. ... called from /home/ukscone/euphoria/tests/t_c_map_large_bad_next.e:8
  644.  
  645.  
  646. --> see ex.err
  647.  
  648. interpreting t_c_map_small_bad_init.e:
  649.  
  650. /home/ukscone/euphoria/tests/../include/std/map.e:610 in procedure put()
  651. Inappropriate initial operation given to map.e:put()
  652. ... called from /home/ukscone/euphoria/tests/t_c_map_small_bad_init.e:7
  653.  
  654.  
  655. --> see ex.err
  656.  
  657. interpreting t_c_map_small_bad_next.e:
  658.  
  659. /home/ukscone/euphoria/tests/../include/std/map.e:634 in procedure put()
  660. Unknown operation given to map.e:put()
  661. ... called from /home/ukscone/euphoria/tests/t_c_map_small_bad_next.e:8
  662.  
  663.  
  664. --> see ex.err
  665.  
  666. interpreting t_c_ns_builtin.e:
  667. /home/ukscone/euphoria/tests/t_c_ns_builtin.e:3
  668. <0074>:: Errors resolving the following references:
  669. 'puts' (t_c_ns_builtin.e:3) was not declared in '../include/std/unittest.e'.
  670.  
  671. ut:puts( 1, "This should crash\n" )
  672. ^
  673.  
  674.  
  675. interpreting t_c_qualpredef.e:
  676. /home/ukscone/euphoria/tests/t_c_qualpredef.e:4
  677. <0074>:: Errors resolving the following references:
  678. 'puts' (t_c_qualpredef.e:4) was not declared in 't_c_qualpredef.e'.
  679.  
  680. fail:puts(1, 1)
  681. ^
  682.  
  683.  
  684. interpreting t_c_safe_badpoke.e:
  685.  
  686. Using Debug Version of machine.e
  687.  
  688. /home/ukscone/euphoria/tests/../include/std/safe.e:274 in procedure die()
  689. BAD POKE ADDRESS!!!! 3735928559 (#DEADBEEF)
  690. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:469 in procedure poke()
  691. ... called from /home/ukscone/euphoria/tests/t_c_safe_badpoke.e:10
  692.  
  693.  
  694. --> see ex.err
  695.  
  696. interpreting t_c_safe_c_func_nodep.e:
  697.  
  698. Using Debug Version of machine.e
  699.  
  700. /home/ukscone/euphoria/tests/../include/std/dll.e:377 in function define_c_func()
  701. A C function is being defined from Non-executable memory.
  702. ... called from /home/ukscone/euphoria/tests/t_c_safe_c_func_nodep.e:18
  703.  
  704.  
  705. --> see ex.err
  706.  
  707. interpreting t_c_safe_free_allocate_protect.e:
  708.  
  709. Using Debug Version of machine.e
  710.  
  711. /home/ukscone/euphoria/tests/../include/std/safe.e:274 in procedure die()
  712. ATTEMPT TO FREE WITH free() A BLOCK THAT WAS ALLOCATED BY allocate_protect()!
  713. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:769 in procedure deallocate()
  714. ... called from /home/ukscone/euphoria/tests/../include/std/machine.e:2221 in procedure free()
  715. ... called from /home/ukscone/euphoria/tests/t_c_safe_free_allocate_protect.e:7
  716.  
  717.  
  718. --> see ex.err
  719.  
  720. interpreting t_c_safe_leading_border.e:
  721.  
  722. Using Debug Version of machine.e
  723. BLOCK# 3, START: #2233028, SIZE 4
  724. DATA WAS STORED ILLEGALLY, JUST BEFORE THIS BLOCK:
  725. (@ characters are OK)
  726. #2233027: 0,
  727. DATA WITHIN THE BLOCK:
  728. #2233028: 46 #2E '.', 101 #65 'e', 100 #64 'd', 98 #62 'b',
  729. /home/ukscone/euphoria/tests/../include/std/safe.e:274 in procedure die()
  730. safe.e: show_block()
  731. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:623 in procedure show_block()
  732. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:753 in procedure deallocate()
  733. ... called from /home/ukscone/euphoria/tests/../include/std/machine.e:2221 in procedure free()
  734. ... called from /home/ukscone/euphoria/tests/t_c_safe_leading_border.e:8
  735.  
  736.  
  737. --> see ex.err
  738.  
  739. interpreting t_c_safe_non_extblock.e:
  740.  
  741. Using Debug Version of machine.e
  742.  
  743. /home/ukscone/euphoria/tests/../include/std/safe.e:274 in procedure die()
  744. ATTEMPT TO REGISTER A NON-EXTERNAL BLOCK.
  745. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:693 in procedure register_block()
  746. ... called from /home/ukscone/euphoria/tests/t_c_safe_non_extblock.e:8
  747.  
  748.  
  749. --> see ex.err
  750.  
  751. interpreting t_c_safe_trailing_border.e:
  752.  
  753. Using Debug Version of machine.e
  754. BLOCK# 3, START: #17E8028, SIZE 4
  755.  
  756. DATA WITHIN THE BLOCK:
  757. #17E8028: 8, 0, 0, 0,
  758. DATA WAS STORED ILLEGALLY, JUST AFTER THIS BLOCK:
  759. (% characters are OK)
  760. #17E802C: 0, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %, %,
  761. /home/ukscone/euphoria/tests/../include/std/safe.e:274 in procedure die()
  762. safe.e: show_block()
  763. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:623 in procedure show_block()
  764. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:755 in procedure deallocate()
  765. ... called from /home/ukscone/euphoria/tests/../include/std/machine.e:2221 in procedure free()
  766. ... called from /home/ukscone/euphoria/tests/t_c_safe_trailing_border.e:8
  767.  
  768.  
  769. --> see ex.err
  770.  
  771. interpreting t_c_safe_unregister_free.e:
  772.  
  773. Using Debug Version of machine.e
  774.  
  775. /home/ukscone/euphoria/tests/../include/std/safe.e:274 in procedure die()
  776. ATTEMPT TO UNREGISTER A NON-EXTERNAL BLOCK
  777. ... called from /home/ukscone/euphoria/tests/../include/std/safe.e:707 in procedure unregister_block()
  778. ... called from /home/ukscone/euphoria/tests/t_c_safe_unregister_free.e:7
  779.  
  780.  
  781. --> see ex.err
  782.  
  783. interpreting t_c_sequence_type.e:
  784. /home/ukscone/euphoria/tests/t_c_sequence_type.e:4
  785. <0025>:: found ... reserved word ... but was expecting an identifier name
  786. sequence type foo
  787. ^
  788.  
  789.  
  790. interpreting t_c_slice_past_end_double.e:
  791.  
  792. /home/ukscone/euphoria/tests/t_c_slice_past_end_double.e:4
  793. slice upper index is less than 0 (-2147483645)
  794.  
  795.  
  796. --> see ex.err
  797. FAILURE: t_c_slice_past_end_double.e Unexpected ex.err. Expected:
  798. ----
  799. t_c_slice_past_end_double.e:4
  800. slice upper index is less than 0 (-2147483648)
  801.  
  802.  
  803. ----
  804. but got
  805. ----
  806. t_c_slice_past_end_double.e:4
  807. slice upper index is less than 0 (-2147483645)
  808.  
  809.  
  810. ----
  811.  
  812.  
  813. interpreting t_c_switch_dup.e:
  814. /home/ukscone/euphoria/tests/t_c_switch_dup.e:9
  815. duplicate case value used in switch: D = 1
  816. case D then
  817. ^
  818.  
  819.  
  820. interpreting t_c_switch_rt_dup.e:
  821. failed: should not get here, expected: TRUE but got: FALSE
  822. failed: should not get here, expected: TRUE but got: FALSE
  823. 2 tests run, 0 passed, 2 failed, 0% success
  824. FAILURE: t_c_switch_rt_dup.e No valid ex.err has been generated.
  825.  
  826. interpreting t_c_type_check_atom.e:
  827.  
  828. /home/ukscone/euphoria/tests/t_c_type_check_atom.e:10
  829. type_check failure, aAtom is {10,20,30}
  830.  
  831.  
  832. --> see ex.err
  833.  
  834. interpreting t_c_type_check_atom_compile.e:
  835. /home/ukscone/euphoria/tests/t_c_type_check_atom_compile.e:9
  836. <0346>:: Type check error: assigning a sequence to an atom
  837. atom aAtom = aSequence
  838. ^
  839.  
  840.  
  841. interpreting t_c_type_check_integer.e:
  842.  
  843. /home/ukscone/euphoria/tests/t_c_type_check_integer.e:10
  844. type_check failure, aInteger is {10,20,30}
  845.  
  846.  
  847. --> see ex.err
  848.  
  849. interpreting t_c_type_check_integer2.e:
  850.  
  851. /home/ukscone/euphoria/tests/t_c_type_check_integer2.e:10
  852. type_check failure, aInteger is 30.5
  853.  
  854.  
  855. --> see ex.err
  856.  
  857. interpreting t_c_type_check_sequence.e:
  858.  
  859. /home/ukscone/euphoria/tests/t_c_type_check_sequence.e:10
  860. type_check failure, aSequence is 30.5
  861.  
  862.  
  863. --> see ex.err
  864.  
  865. interpreting t_c_udt_type.e:
  866. /home/ukscone/euphoria/tests/t_c_udt_type.e:8
  867. <0025>:: found ... reserved word ... but was expecting an identifier name
  868. blah type foo
  869. ^
  870.  
  871.  
  872. Test results summary:
  873. FAIL: t_callc.e
  874. FAIL: t_convert.e
  875. FAIL: t_de_dep.e
  876. FAIL: t_de_safe.e
  877. FAIL: t_dep.e
  878. FAIL: t_legacy_callback.e
  879. FAIL: t_locale.e
  880. FAIL: t_safe.e
  881. FAIL: t_socket.e
  882. FAIL: t_c_badmachine.e
  883. FAIL: t_c_slice_past_end_double.e
  884. FAIL: t_c_switch_rt_dup.e
  885. Files (run: 151) (failed: 12) (92% success)
  886. make: *** [testeu] Error 1
Advertisement
Add Comment
Please, Sign In to add comment