Skip to content

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Apr 1, 2022

Before

$ rake test
Tests on local and remote. You can disable remote tests with RUBY_DEBUG_TEST_NO_REMOTE=1.
Tests for DAP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1.
Loaded suite /Users/s15236/.rbenv/versions/3.1.0/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader
Started
...................................................................O
=====================================================================================================================================================================================================================================================
Omission: Tests for CDP and DAP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1. [test_break_stops_at_correct_place(DEBUGGER__::BreakTest1)]
/Users/s15236/workspace/debug/test/support/protocol_utils.rb:43:in `run_protocol_scenario'
=====================================================================================================================================================================================================================================================
..O
=====================================================================================================================================================================================================================================================
Omission: Tests for CDP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1. [test_1647164808(DEBUGGER__::BreakTest1647164808)]
/Users/s15236/workspace/debug/test/support/cdp_utils.rb:38:in `connect_to_cdp_server'
=====================================================================================================================================================================================================================================================
O
=====================================================================================================================================================================================================================================================
Omission: Tests for CDP and DAP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1. [test_break_stops_at_the_extra_file(DEBUGGER__::BreakTest2)]
/Users/s15236/workspace/debug/test/support/protocol_utils.rb:43:in `run_protocol_scenario'
=====================================================================================================================================================================================================================================================
......O
=====================================================================================================================================================================================================================================================
Omission: Tests for CDP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1. [test_1647167458(DEBUGGER__::CallStackTest1647167458)]
/Users/s15236/workspace/debug/test/support/cdp_utils.rb:38:in `connect_to_cdp_server'
=====================================================================================================================================================================================================================================================
O
=====================================================================================================================================================================================================================================================
Omission: Tests for CDP and DAP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1. [test_catch_stops_when_the_runtime_error_raised(DEBUGGER__::CatchTest)]
/Users/s15236/workspace/debug/test/support/protocol_utils.rb:43:in `run_protocol_scenario'
=====================================================================================================================================================================================================================================================
..O
=====================================================================================================================================================================================================================================================
Omission: Tests for CDP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1. [test_1647168678(DEBUGGER__::CatchTest1647168678)]
/Users/s15236/workspace/debug/test/support/cdp_utils.rb:38:in `connect_to_cdp_server'
=====================================================================================================================================================================================================================================================
.........................................O
==========================

After

$ rake test
Tests on local and remote. You can disable remote tests with RUBY_DEBUG_TEST_NO_REMOTE=1.
Tests for CDP and DAP were skipped. You can enable them with RUBY_DEBUG_PROTOCOL_TEST=1.
Loaded suite /Users/s15236/.rbenv/versions/3.1.0/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader
Started
.....................................................................................................................................................................................................................................................
.......................
Finished in 116.43368 seconds.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
268 tests, 372 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2.30 tests/s, 3.19 assertions/s

@ko1 ko1 merged commit 63a252b into ruby:master Apr 5, 2022
@ono-max ono-max deleted the patch-65 branch October 24, 2022 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants