]> git.ipfire.org Git - thirdparty/gcc.git/commit
libphobos: Organize druntime and phobos tests under common directory
authorIain Buclaw <ibuclaw@gdcproject.org>
Tue, 25 Feb 2025 19:08:14 +0000 (20:08 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Tue, 25 Feb 2025 21:31:50 +0000 (22:31 +0100)
commita407eada0173455d267ba403e9e0fe54f0f5dd51
tree5f1ddf00f6768726380eb0b6c2d7ee5dbe5df968
parentbcc8dea6a45b46febfa76df6f5e3e5b13f3b4a58
libphobos: Organize druntime and phobos tests under common directory

The druntime and druntime_shared tests are identical, save for one
compiled with `-static-libphobos' and the other `-shared-libphobos'.
Move them to libphobos.druntime/static and libphobos.druntime/shared
respectively.  This has also been done for libphobos.phobos.

libphobos/ChangeLog:

* testsuite/libphobos.druntime_shared/druntime_shared.exp: Move to...
* testsuite/libphobos.druntime/shared/druntime-shared.exp: ...here.
* testsuite/libphobos.druntime/druntime.exp: Move to...
* testsuite/libphobos.druntime/static/druntime-static.exp: ...here.
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Move to...
* testsuite/libphobos.phobos/shared/phobos-shared.exp: ...here.
* testsuite/libphobos.phobos/phobos.exp: Move to...
* testsuite/libphobos.phobos/static/phobos-static.exp: ...here.
libphobos/testsuite/libphobos.druntime/shared/druntime-shared.exp [moved from libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp with 100% similarity]
libphobos/testsuite/libphobos.druntime/static/druntime-static.exp [moved from libphobos/testsuite/libphobos.druntime/druntime.exp with 100% similarity]
libphobos/testsuite/libphobos.phobos/shared/phobos-shared.exp [moved from libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp with 89% similarity]
libphobos/testsuite/libphobos.phobos/static/phobos-static.exp [moved from libphobos/testsuite/libphobos.phobos/phobos.exp with 88% similarity]