Guest User

Untitled

a guest
Jul 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. gauss:rbx-trepanning brian$ rbx -Xagent.start -S rake
  2. (in /Users/brian/devel/rbx-trepanning)
  3. /Users/brian/devel/rubinius/bin/rbx -I"lib" "/Users/brian/devel/rubinius/gems/rubinius/preinstalled/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/test-app-brkpt.rb" "test/unit/test-app-brkptmgr.rb" "test/unit/test-app-iseq.rb" "test/unit/test-app-method.rb" "test/unit/test-app-options.rb" "test/unit/test-app-run.rb" "test/unit/test-app-util.rb" "test/unit/test-app-validate.rb" "test/unit/test-base-cmd.rb" "test/unit/test-base-subcmd.rb" "test/unit/test-base-submgr.rb" "test/unit/test-bin-trepanx.rb" "test/unit/test-cmd-alias.rb" "test/unit/test-cmd-break.rb" "test/unit/test-cmd-exit.rb" "test/unit/test-cmd-finish.rb" "test/unit/test-cmd-help.rb" "test/unit/test-cmd-kill.rb" "test/unit/test-cmd-source.rb" "test/unit/test-cmd-step.rb" "test/unit/test-completion.rb" "test/unit/test-intf-user.rb" "test/unit/test-io-input.rb" "test/unit/test-io-tcp.rb" "test/unit/test-io-tcpclient.rb" "test/unit/test-io-tcpfns.rb" "test/unit/test-io-tcpserver.rb" "test/unit/test-proc-eval.rb" "test/unit/test-proc-frame.rb" "test/unit/test-proc-help.rb" "test/unit/test-proc-hook.rb" "test/unit/test-proc-load_cmds.rb" "test/unit/test-proc-location.rb" "test/unit/test-proc-main.rb" "test/unit/test-proc-validate.rb" "test/unit/test-subcmd-help.rb"
  4. Loaded suite /Users/brian/devel/rubinius/gems/rubinius/preinstalled/gems/rake-0.8.7/lib/rake/rake_test_loader
  5. Started
  6. ................................no debugger
  7. .no debugger
  8. .no debugger
  9. ...no debugger
  10. .....Eno debugger
  11. ..Still need HELP const for subcmds?
  12. .......
  13. Finished in 13.051932 seconds.
  14.  
  15. 1) Error:
  16. test_completion(TestLibTrepanning):
  17. NoMethodError: undefined method `complete' on nil:NilClass.
  18. kernel/delta/kernel.rb:85:in `complete (method_missing)'
  19. /Users/brian/devel/rbx-trepanning/test/unit/../../lib/trepanning.rb:139:in `completion_method'
  20. ./test/unit/test-completion.rb:27:in `test_completion'
  21. kernel/bootstrap/array.rb:71:in `each'
  22. ./test/unit/test-completion.rb:12:in `test_completion'
  23. kernel/bootstrap/array.rb:71:in `each'
  24. kernel/bootstrap/array.rb:71:in `each'
  25.  
  26. 52 tests, 798 assertions, 0 failures, 1 errors
  27. /Users/brian/devel/rubinius/bin/rbx -I"lib" "/Users/brian/devel/rubinius/gems/rubinius/preinstalled/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/test-break-name.rb" "test/functional/test-break.rb" "test/functional/test-finish.rb" "test/functional/test-fn_helper.rb" "test/functional/test-list.rb" "test/functional/test-next-bug.rb" "test/functional/test-next.rb" "test/functional/test-step.rb" "test/functional/test-step2.rb" "test/functional/test-tbreak.rb"
  28. Loaded suite /Users/brian/devel/rubinius/gems/rubinius/preinstalled/gems/rake-0.8.7/lib/rake/rake_test_loader
  29. Started
  30. ... --
  31. x = something(4)
  32. ->
  33. return 1 if x <= 1
  34. <-
  35. ! x =
  36. 22
  37. ----------
  38. --
  39. x = something(4)
  40. ->
  41. return 1 if x <= 1
  42. <-
  43. ! 22
  44. 22
  45. F.........
  46. Finished in 5.724458 seconds.
  47.  
  48. 1) Failure:
  49. test_finish_between_fn_simple(TestFinish)
  50. [/Users/brian/devel/rbx-trepanning/test/functional/fn_helper.rb:58:in `compare_output'
  51. ./test/functional/test-finish.rb:67:in `test_finish_between_fn_simple'
  52. kernel/bootstrap/array.rb:71:in `each'
  53. kernel/bootstrap/array.rb:71:in `each']:
  54. ./test/functional/test-finish.rb:67:in `test_finish_between_fn_simple'.
  55. <["-- ", "x = something(4)", "-> ", "return 1 if x <= 1", "<- ", "22", "22"]> expected but was
  56. <["-- ", "x = something(4)", "-> ", "return 1 if x <= 1", "<- ", "x = ", "22"]>.
  57.  
  58. 13 tests, 18 assertions, 1 failures, 0 errors
  59. /Users/brian/devel/rubinius/bin/rbx -I"lib" "/Users/brian/devel/rubinius/gems/rubinius/preinstalled/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integration/test-fname-with-blank.rb" "test/integration/test-inline-call.rb" "test/integration/test-quit.rb"
  60. Loaded suite /Users/brian/devel/rubinius/gems/rubinius/preinstalled/gems/rake-0.8.7/lib/rake/rake_test_loader
  61. Started
  62. ./Users/brian/devel/rubinius/bin/rbx /Users/brian/devel/rbx-trepanning/test/integration/../example/inline-call.rb >/Users/brian/devel/rbx-trepanning/test/integration/inline-call.out 2>&1
  63. #<Diff::LCS::ContextChange:6606 @action== positions=0,0 elements="-- (inline-call.rb:11 @12)\n","-- (inline-call.rb:11 @12)\n">
  64. #<Diff::LCS::ContextChange:6610 @action== positions=1,1 elements="if a > b\n","if a > b\n">
  65. #<Diff::LCS::ContextChange:6614 @action== positions=2,2 elements="basename is off.\n","basename is off.\n">
  66. #<Diff::LCS::ContextChange:6618 @action== positions=3,3 elements=" 6 \t$dbgr = Trepan.new(:nx => true, :cmdfiles => [cmdfile])\n"," 6 \t$dbgr = Trepan.new(:nx => true, :cmdfiles => [cmdfile])\n">
  67. #<Diff::LCS::ContextChange:6622 @action== positions=4,4 elements=" 7 \t# GCD. We assume positive numbers\n"," 7 \t# GCD. We assume positive numbers\n">
  68. #<Diff::LCS::ContextChange:6626 @action== positions=5,5 elements=" 8 \tdef gcd(a, b)\n"," 8 \tdef gcd(a, b)\n">
  69. #<Diff::LCS::ContextChange:6630 @action== positions=6,6 elements=" 9 \t $dbgr.debugger\n"," 9 \t $dbgr.debugger\n">
  70. #<Diff::LCS::ContextChange:6634 @action== positions=7,7 elements=" 10 \t # Make: a <= b\n"," 10 \t # Make: a <= b\n">
  71. #<Diff::LCS::ContextChange:6638 @action== positions=8,8 elements=" 11 ->\t if a > b\n"," 11 ->\t if a > b\n">
  72. #<Diff::LCS::ContextChange:6642 @action== positions=9,9 elements=" 12 \t a, b = [b, a]\n"," 12 \t a, b = [b, a]\n">
  73. #<Diff::LCS::ContextChange:6646 @action== positions=10,10 elements=" 13 \t end\n"," 13 \t end\n">
  74. #<Diff::LCS::ContextChange:6650 @action== positions=11,11 elements=" 14 \t\n"," 14 \t\n">
  75. #<Diff::LCS::ContextChange:6654 @action== positions=12,12 elements=" 15 \t return nil if a <= 0\n"," 15 \t return nil if a <= 0\n">
  76. #<Diff::LCS::ContextChange:6658 @action=+ positions=13,13 elements=nil,"pure virtual method called\n">
  77. #<Diff::LCS::ContextChange:6662 @action=+ positions=13,14 elements=nil,"[BUG] Uncaught C++ internal exception\n">
  78. #<Diff::LCS::ContextChange:6666 @action=+ positions=13,15 elements=nil,"So sorry, it appears that you've encountered an internal\n">
  79. #<Diff::LCS::ContextChange:6670 @action=+ positions=13,16 elements=nil,"bug. Please report this on the rubinius issue tracker.\n">
  80. #<Diff::LCS::ContextChange:6674 @action=+ positions=13,17 elements=nil,"Include the following backtrace in the issue:\n">
  81. #<Diff::LCS::ContextChange:6678 @action=+ positions=13,18 elements=nil,"\n">
  82. #<Diff::LCS::ContextChange:6682 @action=+ positions=13,19 elements=nil,"Abort!\n">
  83. F.
Add Comment
Please, Sign In to add comment