ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
371 stars 83 forks source link

tests fixes #131

Closed ViugiNick closed 6 years ago

ViugiNick commented 6 years ago

The changes in case of debase front end are related to differences in the logging of control frames. For 'debase' case there are two debugger frames (rdebug-ide and ruby-debug-ide). As a consequence, it is necessary to increase the number of frames by 2 in all the corresponding asserts.

test/ruby-debug/xml_printer_test.rb:69 need to be investigated.

(cherry picked from commit ac9e8b1)

(cherry picked from commit a492b11)

valich commented 6 years ago

Regarding the last commit: so, why have these last tests been failing? It's very suspicious to me that it's only mac and ruby 2.5 affected