Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-10 | spec/ruby/optional/capi/ext: suppress warnings | 卜部昌平 | |
These warnings are okay here. Notes: Merged: https://github.com/ruby/ruby/pull/4815 | |||
2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
2021-08-30 | Fix rubyspec_capiext dependency and flags | Nobuyoshi Nakada | |
- The file needed to link may be the import library. - Remove duplicate flags. | |||
2021-08-30 | Fix dllimport attribute | Nobuyoshi Nakada | |
2021-08-07 | Suppress unused-result warnings | S.H | |
* Hide read function warning in string_spec_RSTRING_PTR_read function * The type of `read` may be `ssize_t` Co-authored-by: Nobuyoshi Nakada <[email protected]> Notes: Merged: https://github.com/ruby/ruby/pull/4703 Merged-By: nobu <[email protected]> | |||
2021-07-30 | Tweak rb_str_modify_expand() + read() spec to try to find out why it fails ↵ | Benoit Daloze | |
on some platforms * Use a longer string as <= 23 characters it's embedded on CRuby and the value of rb_str_capacity() is implementation-specific. | |||
2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
2021-07-26 | rb_iterate is no longer used in ruby/spec | Benoit Daloze | |
2021-07-18 | Use rb_block_call() instead of the deprecated rb_iterate() | Nobuyoshi Nakada | |
2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
2021-05-11 | Run nmake check on Actions (#4487) | Takashi Kokubun | |
* Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit 544d2575fcdf23ae63cd25aa03fce10c28b259f2. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commit e1f8ad7862c9c4be52dc6e1031a004621eb07e6e. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commit bc9694b6b3b9594d406378d15ca11723fb052bc8. * Skip the ensure clause * Simplify the ensure Notes: Merged-By: k0kubun <[email protected]> | |||
2021-03-27 | Update to ruby/spec@fd6eddd | Benoit Daloze | |
2021-02-28 | Skip spec which does not work on mingw | Benoit Daloze | |
* https://github.com/ruby/ruby/runs/1994688198 ruby 3.1.0dev (2021-02-27T16:42:17Z master 8305a48413) [x64-mingw32] C-API Thread function rb_thread_call_without_gvl runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO Example took longer than the configured timeout of 60.0s | |||
2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
2021-01-28 | Update to ruby/spec@8cafaa5 | Benoit Daloze | |
2021-01-27 | Taint flags has been deprecated in 3.1 | Nobuyoshi Nakada | |
2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
2020-12-22 | Remvoed no longer needed version guards | Nobuyoshi Nakada | |
2020-12-22 | Removed rb_cData entity | Nobuyoshi Nakada | |
* Use the wrapper of rb_cObject instead of data access * Replaced rest of extentions * Updated the version guard for Data * Added the version guard of rb_cData Notes: Merged: https://github.com/ruby/ruby/pull/3961 | |||
2020-11-27 | Update to ruby/spec@ac878ad | Benoit Daloze | |
2020-11-22 | Suppress a unused-variable warning | Nobuyoshi Nakada | |
2020-11-13 | Update to ruby/spec@b0b7f53 | Benoit Daloze | |
2020-10-26 | Remove spec which is too difficult to get working with various compilers | Benoit Daloze | |
* The spec means to use an actual system library function, not a wrapper. | |||
2020-10-26 | Use gcc-specific pragma only on gcc (and the family) | Nobuyoshi Nakada | |
2020-10-25 | Fix compilation on MSVC | Nobuyoshi Nakada | |
* cast scalar value instead of function * use `rb_pid_t` for the portability | |||
2020-10-25 | Try to fix compilation on MSVC | Benoit Daloze | |
2020-10-24 | Update to ruby/spec@4f59d86 | Benoit Daloze | |
2020-09-30 | Update to ruby/spec@9277d27 | Benoit Daloze | |
2020-09-25 | should not check taint flag on rubyspec. | Koichi Sasada | |
Now taint flag is obsolete and it is used fro shareaable flag. So we should not check this flag. Notes: Merged: https://github.com/ruby/ruby/pull/3575 | |||
2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
2020-08-28 | Update to ruby/spec@335eb9b | Benoit Daloze | |
2020-07-28 | Do not assume all compilers accept same flags as gcc | Nobuyoshi Nakada | |
2020-07-27 | Update to ruby/spec@07164da | Benoit Daloze | |
2020-07-15 | RBasci::flags (VALUE) doesn't match int. | Koichi Sasada | |
The type of RBasic::flags is VALUE, and INT2FIX(flags) does not make sense. Use correct type to represent. | |||
2020-06-27 | Update to ruby/spec@6c466d4 | Benoit Daloze | |
2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
2020-06-01 | Make sure rb_enc_str_new_static() is used when enc is NULL | Benoit Daloze | |
* The definition of the rb_enc_str_new_cstr macro depends on HAVE_BUILTIN___BUILTIN_CONSTANT_P. * It SEGV on mswin otherwise. | |||
2020-05-31 | Update to ruby/spec@4e486fa | Benoit Daloze | |
2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
2020-05-03 | Show unreserved bits only | Nobuyoshi Nakada | |
`RUBY_FL_SEEN_OBJ_ID` can be set by #object_id. | |||
2020-05-03 | DO NOT CORRUPT TYPE FLAGS | Nobuyoshi Nakada | |
2020-05-03 | Fixed missing `should` | Nobuyoshi Nakada | |
2020-05-02 | append newline at EOF [ci skip] | Nobuyoshi Nakada | |
2020-05-02 | Update to ruby/spec@d394dfd | Benoit Daloze | |
2020-04-08 | Suppress -Wshorten-64-to-32 warnings | Nobuyoshi Nakada | |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | |
Split ruby.h Notes: Merged-By: shyouhei <[email protected]> | |||
2020-04-04 | Fixed the location of the shared library | Nobuyoshi Nakada | |
On platform where searchs shared libraries by `PATH` environment variable (i.e., Windows), the shared library is installed in `bindir`. On other platforms, the library directory is directed by `libdirname` indirectly. | |||
2020-04-04 | Update to ruby/spec@7289ea3 | Benoit Daloze | |
2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
2020-04-01 | Use FrozenError instead of frozen_error_class | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/2892 |