diff options
| author | MSP-Greg <MSP-Greg@users.noreply.github.com> | 2023-08-21 18:33:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 23:33:47 +0000 |
| commit | 788b03d5ba82fd8b35ce1fe2618ce6bacc648333 (patch) | |
| tree | e6fb84d186606ce6ad74b8beeb48cb182944c5cb /test | |
| parent | e517ba2e5b6434e7d2370de7703f481dcb8eecba (diff) | |
Re-apply "Ruby 3.2 - Speed up rebuilding the loaded feature index and realpath cache (#8023)" (#8252)
* Re-apply "Ruby 3.2 - Speed up rebuilding the loaded feature index and realpath cache (#8023)"
* [CI] mingw.yml - remove IBM437 encoding for test-all, use cmd shell for test & test-all
* Skip failing test on mingw with readline.so
Co-authored-by: nagachika <nagachika@ruby-lang.org>
---------
Co-authored-by: nagachika <nagachika@ruby-lang.org>
Diffstat (limited to 'test')
| -rw-r--r-- | test/excludes/TestReadline.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/excludes/TestReadline.rb b/test/excludes/TestReadline.rb new file mode 100644 index 0000000000..706736f6f6 --- /dev/null +++ b/test/excludes/TestReadline.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: false +if /mingw/i.match?(RUBY_PLATFORM) + exclude(:test_input_metachar_multibyte, "failed with readline.so on MiNGW") +end |
