Bug #12193
closedruby 2.3 on windows test-all failed
Description
Use rubyinstaller
build ruby 2.3 on windows platform, make test-all
occur some failed.
Files
Updated by johnnyshields (Johnny Shields) over 8 years ago
@Ruby (Elena Mangano) team, this issue prevents us from releasing Ruby Installer (http://rubyinstaller.org/) on Windows for Ruby version 2.3.
Please give priority to this issue so Windows users can upgrade.
Updated by moritat (Tsuyoshi Morita) over 8 years ago
-"C:/Users/ADMINI~1/AppData/Local/Temp/2/test_rubygems_4580/gemhome/gems/foo-2
+"C:/Users/Administrator/AppData/Local/Temp/2/test_rubygems_4580/gemhome/gems/foo-2
If you make temp directory and set TMP environment like below, then make test-all,
many failure will disappear.
mkdir C:\temp
set TMP=C:\temp
Updated by windwiny (wind winy) over 8 years ago
- File 230p0-make_test-all.log 230p0-make_test-all.log added
- File 230p7-build.log 230p7-build.log added
- File 230p7-make_test-all.log 230p7-make_test-all.log added
Tsuyoshi Morita wrote:
-"C:/Users/ADMINI~1/AppData/Local/Temp/2/test_rubygems_4580/gemhome/gems/foo-2 +"C:/Users/Administrator/AppData/Local/Temp/2/test_rubygems_4580/gemhome/gems/foo-2
If you make temp directory and set TMP environment like below, then make test-all,
many failure will disappear.mkdir C:\temp
set TMP=C:\temp
You are right.
Now test-all 2.3.0p0 and 2.3.0p7 has 2 failed.
Updated by windwiny (wind winy) over 8 years ago
- File deleted (
make_test-all.log)
Updated by nobu (Nobuyoshi Nakada) over 8 years ago
- Related to Bug #12171: TestFile#test_file_share_delete failure added
Updated by hsbt (Hiroshi SHIBATA) over 8 years ago
- Status changed from Open to Closed
Applied in changeset r54307.
- lib/rubygems/test_case.rb: Fix test on Windows for inconsistent temp path.
https://github.com/rubygems/rubygems/pull/1554
[Bug #12193][ruby-core:74431]
Updated by hsbt (Hiroshi SHIBATA) over 8 years ago
- Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: REQUIRED
Updated by naruse (Yui NARUSE) over 8 years ago
- Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: REQUIRED to 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: DONE
ruby_2_3 r54417 merged revision(s) 54307.
Updated by usa (Usaku NAKAMURA) over 8 years ago
- Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: DONE to 2.1: WONTFIX, 2.2: REQUIRED, 2.3: DONE
Updated by usa (Usaku NAKAMURA) over 8 years ago
- Backport changed from 2.1: WONTFIX, 2.2: REQUIRED, 2.3: DONE to 2.1: DONE, 2.2: REQUIRED, 2.3: DONE
ruby_2_1 r54689 merged revision(s) 54307.
Updated by usa (Usaku NAKAMURA) over 8 years ago
- Backport changed from 2.1: DONE, 2.2: REQUIRED, 2.3: DONE to 2.1: WONTFIX, 2.2: REQUIRED, 2.3: DONE
Updated by usa (Usaku NAKAMURA) over 8 years ago
- Backport changed from 2.1: WONTFIX, 2.2: REQUIRED, 2.3: DONE to 2.1: WONTFIX, 2.2: DONE, 2.3: DONE
ruby_2_2 r54692 merged revision(s) 54307.