1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
Nobuyoshi Nakada 174ddc79c5
Skip File.atime/File.mtime tests randomly failing on Travis
Not only powerpc64le, also s390x and arm32 seem failing too.  These
failures are probably caused by filesystem settings on Travis, but
unrelated to CPUs.
2022-10-24 09:32:13 +09:00
..
argf
array Fix Array#[] with ArithmeticSequence with negative steps (#5739) 2022-08-11 19:16:49 +09:00
basicobject Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
binding
builtin_constants
class Add Class#attached_object 2022-10-20 17:30:17 +02:00
comparable
complex [Bug #19004] Complex.polar handles complex singular abs argument 2022-10-23 12:59:06 +09:00
conditionvariable
data Add Data class implementation: Simple immutable value object 2022-09-30 18:23:19 +09:00
dir Skip a couple of chroot spec faillures 2022-08-29 09:55:57 -07:00
encoding Deprecate Encoding#replicate 2022-09-10 19:02:15 +02:00
enumerable Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
enumerator
env Update to ruby/spec@b8a8240 2022-08-29 18:18:23 +02:00
exception
false
fiber Introduce Fiber.blocking{} for bypassing the fiber scheduler. (#6498) 2022-10-06 23:00:49 +13:00
file Skip File.atime/File.mtime tests randomly failing on Travis 2022-10-24 09:32:13 +09:00
filetest
float
gc
hash
integer
io Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
kernel Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
main Support using at toplevel in wrapped script 2022-09-24 09:41:15 +09:00
marshal
matchdata
math
method Add specs for {Method,UnboundMethod}#owner of a zsuper method 2022-09-29 15:48:35 +02:00
module Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
mutex
nil
numeric
objectspace
proc
process Skip utime example with Intel C Compiler suite 2022-10-13 13:42:22 +09:00
queue
random
range Range#size returns nil for (.."a") and (nil..) 2022-10-21 16:35:46 +09:00
rational
refinement
regexp Update to ruby/spec@d01709f 2022-08-29 15:36:29 +02:00
signal
sizedqueue
string Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
struct
symbol Fix private methods reported as protected when called via Symbol#to_proc 2022-08-25 17:49:50 +02:00
systemexit
thread Update to ruby/spec@1d9d5c6 2022-09-28 18:37:17 +02:00
threadgroup
time Re-enable TZ test missed due to merge conflict. 2022-09-27 19:32:46 +02:00
tracepoint
true
unboundmethod Add specs for {Method,UnboundMethod}#owner of a zsuper method 2022-09-29 15:48:35 +02:00
warning