1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
emacs/test/lisp/emacs-lisp
Noam Postavsky 76040d1eae Handle case-insensitive filenames for load-path shadows (Bug#5845)
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Check for
shadowing with case-insensitive matching for files of case-insensitive
directories (as determined by `file-name-case-insensitive-p').
* test/lisp/emacs-lisp/shadow-tests.el: New test.
* test/lisp/emacs-lisp/shadow-resources/p1/foo.el:
* test/lisp/emacs-lisp/shadow-resources/p2/FOO.el: New test files.
2018-01-18 16:26:52 -05:00
..
edebug-resources Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-tests Tag some unstable tests, and skip by default (bug#24503) 2018-01-09 19:59:04 -08:00
package-resources Don't use IP 0.0.0.0 for package test server (Bug#22582) 2017-02-25 12:56:09 -05:00
shadow-resources Handle case-insensitive filenames for load-path shadows (Bug#5845) 2018-01-18 16:26:52 -05:00
testcover-resources Update copyright year to 2018 2018-01-01 00:57:59 -08:00
benchmark-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bytecomp-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
checkdoc-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-extra-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-generic-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-lib-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-macs-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-print-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-seq-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
derived-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
edebug-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ert-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ert-x-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
generator-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gv-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
let-alist-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp-mode-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
map-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
nadvice-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
package-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcase-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pp-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
regexp-opt-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ring-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rmc-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rx-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
seq-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
shadow-tests.el Handle case-insensitive filenames for load-path shadows (Bug#5845) 2018-01-18 16:26:52 -05:00
subr-x-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tabulated-list-test.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
testcover-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
thunk-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
timer-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00