summaryrefslogtreecommitdiff
path: root/include/ruby/internal/encoding/transcode.h
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2025-01-15 14:59:22 +0100
committerNobuyoshi Nakada <nobu.nakada@gmail.com>2025-01-15 23:37:20 +0900
commit6286d3858c8b609e30298b33caefda81da339748 (patch)
tree2d5156b5330b4657be3058532374528434a45c2c /include/ruby/internal/encoding/transcode.h
parentd399e0c2b64ac0080fae7df67e62b4fb85d53ff4 (diff)
Fix ENV tests on Windows on ARM64
Due to the x64 emulation of Windows 11 on ARM the environment variable PROCESSOR_ARCHITECTURE is set by the process startup code. It must therefore be excluded from tests. Otherwise tests fail like so: ``` [30585/32394] TestProcess#test_execopts_unsetenv_others = 0.10 s 16) Failure: TestProcess#test_execopts_unsetenv_others [C:/Users/Lars/ruby/test/ruby/test_process.rb:446]: <""> expected but was <"PROCESSOR_ARCHITECTURE=ARM64\n">. [30616/32394] TestProcess#test_execopts_env = 0.16 s 17) Failure: TestProcess#test_execopts_env [C:/Users/Lars/ruby/test/ruby/test_process.rb:326]: <"PATH\n"> expected but was <"PATH\n" + "PROCESSOR_ARCHITECTURE\n">. ```
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12581
Diffstat (limited to 'include/ruby/internal/encoding/transcode.h')
0 files changed, 0 insertions, 0 deletions