summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 14:34:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-18 14:34:17 +0000
commit685061590b2a9bd8d8274e0ae2478d407d4a1ddf (patch)
tree7c62adf2dae498677f39659deef5236e68ee13c9 /ChangeLog
parent1521768c2cb352b59aaee061c0ae8e3057c5dc4f (diff)
merge revision(s) 58431,58447: [Backport #13489]
test_framework.rb: for case-sensitive filesystem * test/mkmf/test_framework.rb (test_single_framework): fix header file name for case-sensitive filesystem. it may not be same as the framework name, but should be the actual file name. [ruby-dev:50093] [Bug #13489] * test/mkmf/test_framework.rb (test_multi_frameworks): ditto. test_file_exhaustive.rb: check case-sensitive fs * test/ruby/test_file_exhaustive.rb (test_expand_path): dump expanded file name, not only appended char, for case-sensitive filesystem. [ruby-dev:50093] [Bug #13489] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 780f6ad3cd..eb3a2f7cf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Sun Mar 18 23:31:44 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ test_framework.rb: for case-sensitive filesystem
+
+ * test/mkmf/test_framework.rb (test_single_framework): fix header
+ file name for case-sensitive filesystem. it may not be same as
+ the framework name, but should be the actual file name.
+ [Bug #13489]
+
+ * test/mkmf/test_framework.rb (test_multi_frameworks): ditto.
+
+ test_file_exhaustive.rb: check case-sensitive fs
+
+ * test/ruby/test_file_exhaustive.rb (test_expand_path): dump expanded
+ file name, not only appended char, for case-sensitive filesystem.
+ [Bug #13489]
+
Sun Mar 18 23:29:14 2018 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_word.rb: word quit without confirmation dialog to