summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 14:39:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 14:39:41 +0000
commitcc23dc6b239466817ec50c74c77264944180e1c8 (patch)
tree88c5f9c568c4567c4a3d939f7a1218fa47536eb7 /ChangeLog
parent685061590b2a9bd8d8274e0ae2478d407d4a1ddf (diff)
merge revision(s) 59602,59887: [Backport #13816]
High Sierra's APFS cannot use invalid filenames [Bug #13816] added workaround for APFS file format. * TestFileExhaustive#test_atime: It fails with nano-sec precise. I changed to use unixtime for this assertion for APFS. * TestFileExhaustive#test_expand_path: skip assertion when given invalid charactor on APFS. [Bug #13816][ruby-core:82383] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb3a2f7cf9..ed36db1086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Sun Mar 18 23:36:24 2018 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ added workaround for APFS file format.
+
+ * TestFileExhaustive#test_atime: It fails with nano-sec precise. I
+ changed to use unixtime for this assertion for APFS.
+
+ * TestFileExhaustive#test_expand_path: skip assertion when given
+ invalid charactor on APFS.
+
+ [Bug #13816]
+
+Sun Mar 18 23:36:04 2018 NARUSE, Yui <naruse@ruby-lang.org>
+
+ High Sierra's APFS cannot use invalid filenames [Bug #13816]
+
Sun Mar 18 23:31:44 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
test_framework.rb: for case-sensitive filesystem