]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR modula2/111627 Excess test fails with a case-preserving-case-insensitive source...
authorGaius Mulley <gaiusmod2@gmail.com>
Wed, 31 Jan 2024 15:44:32 +0000 (15:44 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Wed, 31 Jan 2024 15:44:32 +0000 (15:44 +0000)
commit4fd094835a8997cdcc3d18d7d297debe1527202d
tree8085802408fd48b638b887d9b323c107b72794d9
parentf7935beef7b02fbba0adf33fb2ba5c0a27d7e9ff
PR modula2/111627 Excess test fails with a case-preserving-case-insensitive source tree

This patch renames gm2 testsuite modules whose names conflict with library
modules.  The conflict is not seen on case preserving case sensitive file
systems.

gcc/testsuite/ChangeLog:

PR modula2/111627
* gm2/pim/pass/stdio.mod: Moved to...
* gm2/pim/pass/teststdio.mod: ...here.
* gm2/pim/run/pass/builtins.mod: Moved to...
* gm2/pim/run/pass/testbuiltins.mod: ...here.
* gm2/pim/run/pass/math.mod: Moved to...
* gm2/pim/run/pass/testmath.mod: ...here.
* gm2/pim/run/pass/math2.mod: Moved to...
* gm2/pim/run/pass/testmath2.mod: ...here.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/testsuite/gm2/pim/pass/teststdio.mod [moved from gcc/testsuite/gm2/pim/pass/stdio.mod with 96% similarity]
gcc/testsuite/gm2/pim/run/pass/testbuiltins.mod [moved from gcc/testsuite/gm2/pim/run/pass/builtins.mod with 95% similarity]
gcc/testsuite/gm2/pim/run/pass/testmath.mod [moved from gcc/testsuite/gm2/pim/run/pass/math.mod with 97% similarity]
gcc/testsuite/gm2/pim/run/pass/testmath2.mod [moved from gcc/testsuite/gm2/pim/run/pass/math2.mod with 97% similarity]