Summary

"make check" fails on mingw-msys on repository search path test

Metadata

Description

As |reported by wasamasa]:

     ======================================== repository search path ...
     (C:/chicken//lib/chicken/11)
     (PASS) (repository-path) contains something by default
      TOTALS:
       1 tests completed in 0.029 seconds
       1 (100.00%) tests passed
       0 (0.00%) tests failed
     "C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/../chicken 
 "sample-module.scm" -output-file "sample-module.c" -dynamic -feature 
 chicken-compile-shared -verbose -include-path 
 C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.. -consult-types-file 
 ../types.db -ignore-repository -emit-import-library sample-module"
     generating import library `sample-module.import.scm' for module 
 `sample-module' ...
     ""gcc" "sample-module.c" -o "sample-module.obj" -c  -fno-strict-aliasing 
 -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -DPIC -DC_SHARED 
 -IC:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.. 
 -IC:/chicken//include/chicken"
     rm sample-module.c
     ""gcc" "sample-module.obj" -o "sample-module.so" -Wl,--enable-auto-import 
 -shared -LC:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.. 
 -LC:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.. -lchicken -lm -lws2_32"
     rm sample-module.obj
     (PASS) find-file on #f
     (PASS) find-file on string
     (PASS) find-file on list
     (FAIL) (repository-path) is populated by CHICKEN_REPOSITORY_PATH: expected 
 ("C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.." 
 "C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/test-repository") but got 
 ("C:\\Users\\schnev\\Downloads\\chicken-5.2.0rc1\\" 
 "C:\\Users\\schnev\\Downloads\\chicken-5.2.0rc1\\tests\\test-repository")
     (PASS) setting (repository-path) and loading a library
     (PASS) Putting garbage in (repository-path)
      TOTALS:
       6 tests completed in 0.051 seconds
       5 (83.33%) tests passed
       1 (16.66%) tests failed
     make: *** [check] Error 1

Changes and comments

[2020-02-10 13:19:34 UTC] sjamaan wrote:

Tried, but cannot reproduce this

[2020-02-10 16:23:19 UTC] sjamaan wrote:

Extra info: might be due to git-shell...

[2020-02-12 21:27:41 UTC] wasamasa changed status from new to closed

[2020-02-12 21:27:41 UTC] wasamasa set resolution to invalid

[2020-02-12 21:27:41 UTC] wasamasa wrote:

I've tried reproducing in a clean environment without git-bash and failed. Might be worth pointing out on the wiki...