We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf8f38 commit d6bfcc7Copy full SHA for d6bfcc7
tool/jt.rb
@@ -55,7 +55,7 @@
55
MRI_TEST_CEXT_DIR = "#{MRI_TEST_PREFIX}/cext-c"
56
MRI_TEST_CEXT_LIB_DIR = "#{TRUFFLERUBY_DIR}/.ext/c"
57
58
-# A list of MRI C API tests we can run. Files that do not load at all are in failing.exclude.
+# A list of MRI C API tests we can load. Tests that do not load at all are in failing.exclude.
59
MRI_TEST_CAPI_TESTS = File.readlines("#{TRUFFLERUBY_DIR}/test/mri/capi_tests.list").map(&:chomp)
60
61
MRI_TEST_MODULES = {
0 commit comments