Skip to content

Commit 778ff30

Browse files
committed
ZJIT: Comment that we basically never add to test_zjit.rb now [DOC]
Good for the humans and agents.
1 parent 02365e1 commit 778ff30

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/ruby/test_zjit.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
#
33
# This set of tests can be run with:
44
# make test-all TESTS=test/ruby/test_zjit.rb
5+
#
6+
# Instead of adding new tests here, you should probably
7+
# be adding tests that run under the Rust test harness,
8+
# say, in `codegen_tests.rs`. It parallelizes better and
9+
# allows for easy inspection of VM internal states.
510

611
require 'test/unit'
712
require 'envutil'

0 commit comments

Comments
 (0)