From 97dc8801a691b0712b59d283416727c3f84b1115 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 12 Nov 2023 17:23:28 +0200 Subject: [PATCH] Renumber test dirs for rc3. --- .../diamond/func.c | 0 .../diamond/main.c | 0 .../diamond/meson.build | 0 .../diamond/r1.rs | 0 .../diamond/r2.rs | 0 .../diamond/r3.rs | 0 .../foo.c | 0 .../foo.rs | 0 .../liba/lib.rs | 0 .../liba/meson.build | 0 .../libb/lib.rs | 0 .../libb/meson.build | 0 .../main.rs | 0 .../meson.build | 0 .../proc.rs | 0 .../test.json | 0 .../main.c | 0 .../meson.build | 0 .../subprojects/bar-rs.wrap | 0 .../subprojects/bar-rs/Cargo.toml | 0 .../subprojects/bar-rs/src/lib.rs | 0 .../subprojects/foo-rs.wrap | 0 .../subprojects/foo-rs/Cargo.toml | 0 .../subprojects/foo-rs/src/lib.rs | 0 .../file.txt.in | 0 .../meson.build | 0 .../subdir/meson.build | 0 .../foo.py | 0 .../meson.build | 0 .../subdir/meson.build | 0 .../lib2.rs | 0 .../main.rs | 0 .../meson.build | 0 .../meson.build | 0 .../unit/{103 strip => 104 strip}/lib.c | 0 .../unit/{103 strip => 104 strip}/meson.build | 0 .../meson.build | 0 .../meson.build | 0 .../foo.c | 0 .../foo.dat | 0 .../foo.h | 0 .../foo/foofile | 0 .../meson.build | 0 .../subprojects/bar/bar.c | 0 .../subprojects/bar/bar.dat | 0 .../subprojects/bar/bar.h | 0 .../subprojects/bar/bar/barfile | 0 .../subprojects/bar/meson.build | 0 .../meson.build | 0 .../meson_options.txt | 0 .../subprojects/sub/foo.c | 0 .../subprojects/sub/meson.build | 0 .../.clang-format | 0 .../.clang-format-ignore | 0 .../.clang-format-include | 0 .../meson.build | 0 .../not-included/badformat.cpp | 0 .../src/badformat.c | 0 .../src/badformat.cpp | 0 .../easytogrepfor/genh.py | 0 .../easytogrepfor/meson.build | 0 .../{94 custominc => 95 custominc}/helper.c | 0 .../meson.build | 0 .../{94 custominc => 95 custominc}/prog.c | 0 .../{94 custominc => 95 custominc}/prog2.c | 0 .../meson.build | 0 .../subprojects/something/meson.build | 0 .../meson.build | 0 .../test.c | 0 .../.gitignore | 0 .../libtestprovider/meson.build | 0 .../libtestprovider/provider.c | 0 .../proguser/meson.build | 0 .../proguser/receiver.c | 0 .../bar-custom.txt | 0 .../bar-devel.h | 0 .../bar-notag.txt | 0 .../custom_files/data.txt | 0 .../excludes/excluded.txt | 0 .../excludes/excluded/placeholder.txt | 0 .../excludes/installed.txt | 0 .../foo.in | 0 .../foo1-devel.h | 0 .../lib.c | 0 .../main.c | 0 .../meson.build | 0 .../script.py | 0 .../subdir/bar2-devel.h | 0 .../subdir/foo2.in | 0 .../subdir/foo3-devel.h | 0 .../subdir/lib.c | 0 .../subdir/main.c | 0 .../subdir/meson.build | 0 .../subdir/script.py | 0 .../subprojects/subproject/aaa.txt | 0 .../subprojects/subproject/bbb.txt | 0 .../subprojects/subproject/meson.build | 0 unittests/allplatformstests.py | 22 +++++++++---------- unittests/linuxliketests.py | 6 ++--- unittests/platformagnostictests.py | 6 ++--- 100 files changed, 17 insertions(+), 17 deletions(-) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/diamond/func.c (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/diamond/main.c (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/diamond/meson.build (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/diamond/r1.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/diamond/r2.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/diamond/r3.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/foo.c (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/foo.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/liba/lib.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/liba/meson.build (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/libb/lib.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/libb/meson.build (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/main.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/meson.build (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/proc.rs (100%) rename test cases/rust/{20 transitive dependencies => 21 transitive dependencies}/test.json (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/main.c (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/meson.build (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/subprojects/bar-rs.wrap (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/subprojects/bar-rs/Cargo.toml (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/subprojects/bar-rs/src/lib.rs (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/subprojects/foo-rs.wrap (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/subprojects/foo-rs/Cargo.toml (100%) rename test cases/rust/{21 cargo subproject => 22 cargo subproject}/subprojects/foo-rs/src/lib.rs (100%) rename test cases/unit/{99 custom target name => 100 custom target name}/file.txt.in (100%) rename test cases/unit/{99 custom target name => 100 custom target name}/meson.build (100%) rename test cases/unit/{99 custom target name => 100 custom target name}/subdir/meson.build (100%) rename test cases/unit/{100 relative find program => 101 relative find program}/foo.py (100%) rename test cases/unit/{100 relative find program => 101 relative find program}/meson.build (100%) rename test cases/unit/{100 relative find program => 101 relative find program}/subdir/meson.build (100%) rename test cases/unit/{101 rlib linkage => 102 rlib linkage}/lib2.rs (100%) rename test cases/unit/{101 rlib linkage => 102 rlib linkage}/main.rs (100%) rename test cases/unit/{101 rlib linkage => 102 rlib linkage}/meson.build (100%) rename test cases/unit/{102 python without pkgconfig => 103 python without pkgconfig}/meson.build (100%) rename test cases/unit/{103 strip => 104 strip}/lib.c (100%) rename test cases/unit/{103 strip => 104 strip}/meson.build (100%) rename test cases/unit/{104 debug function => 105 debug function}/meson.build (100%) rename test cases/unit/{105 pkgconfig relocatable with absolute path => 106 pkgconfig relocatable with absolute path}/meson.build (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/foo.c (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/foo.dat (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/foo.h (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/foo/foofile (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/meson.build (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/subprojects/bar/bar.c (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/subprojects/bar/bar.dat (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/subprojects/bar/bar.h (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/subprojects/bar/bar/barfile (100%) rename test cases/unit/{91 install skip subprojects => 92 install skip subprojects}/subprojects/bar/meson.build (100%) rename test cases/unit/{92 new subproject in configured project => 93 new subproject in configured project}/meson.build (100%) rename test cases/unit/{92 new subproject in configured project => 93 new subproject in configured project}/meson_options.txt (100%) rename test cases/unit/{92 new subproject in configured project => 93 new subproject in configured project}/subprojects/sub/foo.c (100%) rename test cases/unit/{92 new subproject in configured project => 93 new subproject in configured project}/subprojects/sub/meson.build (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/.clang-format (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/.clang-format-ignore (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/.clang-format-include (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/meson.build (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/not-included/badformat.cpp (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/src/badformat.c (100%) rename test cases/unit/{93 clangformat => 94 clangformat}/src/badformat.cpp (100%) rename test cases/unit/{94 custominc => 95 custominc}/easytogrepfor/genh.py (100%) rename test cases/unit/{94 custominc => 95 custominc}/easytogrepfor/meson.build (100%) rename test cases/unit/{94 custominc => 95 custominc}/helper.c (100%) rename test cases/unit/{94 custominc => 95 custominc}/meson.build (100%) rename test cases/unit/{94 custominc => 95 custominc}/prog.c (100%) rename test cases/unit/{94 custominc => 95 custominc}/prog2.c (100%) rename test cases/unit/{95 implicit force fallback => 96 implicit force fallback}/meson.build (100%) rename test cases/unit/{95 implicit force fallback => 96 implicit force fallback}/subprojects/something/meson.build (100%) rename test cases/unit/{96 compiler.links file arg => 97 compiler.links file arg}/meson.build (100%) rename test cases/unit/{96 compiler.links file arg => 97 compiler.links file arg}/test.c (100%) rename test cases/unit/{97 link full name => 98 link full name}/.gitignore (100%) rename test cases/unit/{97 link full name => 98 link full name}/libtestprovider/meson.build (100%) rename test cases/unit/{97 link full name => 98 link full name}/libtestprovider/provider.c (100%) rename test cases/unit/{97 link full name => 98 link full name}/proguser/meson.build (100%) rename test cases/unit/{97 link full name => 98 link full name}/proguser/receiver.c (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/bar-custom.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/bar-devel.h (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/bar-notag.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/custom_files/data.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/excludes/excluded.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/excludes/excluded/placeholder.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/excludes/installed.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/foo.in (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/foo1-devel.h (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/lib.c (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/main.c (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/meson.build (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/script.py (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/bar2-devel.h (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/foo2.in (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/foo3-devel.h (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/lib.c (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/main.c (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/meson.build (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subdir/script.py (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subprojects/subproject/aaa.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subprojects/subproject/bbb.txt (100%) rename test cases/unit/{98 install all targets => 99 install all targets}/subprojects/subproject/meson.build (100%) diff --git a/test cases/rust/20 transitive dependencies/diamond/func.c b/test cases/rust/21 transitive dependencies/diamond/func.c similarity index 100% rename from test cases/rust/20 transitive dependencies/diamond/func.c rename to test cases/rust/21 transitive dependencies/diamond/func.c diff --git a/test cases/rust/20 transitive dependencies/diamond/main.c b/test cases/rust/21 transitive dependencies/diamond/main.c similarity index 100% rename from test cases/rust/20 transitive dependencies/diamond/main.c rename to test cases/rust/21 transitive dependencies/diamond/main.c diff --git a/test cases/rust/20 transitive dependencies/diamond/meson.build b/test cases/rust/21 transitive dependencies/diamond/meson.build similarity index 100% rename from test cases/rust/20 transitive dependencies/diamond/meson.build rename to test cases/rust/21 transitive dependencies/diamond/meson.build diff --git a/test cases/rust/20 transitive dependencies/diamond/r1.rs b/test cases/rust/21 transitive dependencies/diamond/r1.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/diamond/r1.rs rename to test cases/rust/21 transitive dependencies/diamond/r1.rs diff --git a/test cases/rust/20 transitive dependencies/diamond/r2.rs b/test cases/rust/21 transitive dependencies/diamond/r2.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/diamond/r2.rs rename to test cases/rust/21 transitive dependencies/diamond/r2.rs diff --git a/test cases/rust/20 transitive dependencies/diamond/r3.rs b/test cases/rust/21 transitive dependencies/diamond/r3.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/diamond/r3.rs rename to test cases/rust/21 transitive dependencies/diamond/r3.rs diff --git a/test cases/rust/20 transitive dependencies/foo.c b/test cases/rust/21 transitive dependencies/foo.c similarity index 100% rename from test cases/rust/20 transitive dependencies/foo.c rename to test cases/rust/21 transitive dependencies/foo.c diff --git a/test cases/rust/20 transitive dependencies/foo.rs b/test cases/rust/21 transitive dependencies/foo.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/foo.rs rename to test cases/rust/21 transitive dependencies/foo.rs diff --git a/test cases/rust/20 transitive dependencies/liba/lib.rs b/test cases/rust/21 transitive dependencies/liba/lib.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/liba/lib.rs rename to test cases/rust/21 transitive dependencies/liba/lib.rs diff --git a/test cases/rust/20 transitive dependencies/liba/meson.build b/test cases/rust/21 transitive dependencies/liba/meson.build similarity index 100% rename from test cases/rust/20 transitive dependencies/liba/meson.build rename to test cases/rust/21 transitive dependencies/liba/meson.build diff --git a/test cases/rust/20 transitive dependencies/libb/lib.rs b/test cases/rust/21 transitive dependencies/libb/lib.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/libb/lib.rs rename to test cases/rust/21 transitive dependencies/libb/lib.rs diff --git a/test cases/rust/20 transitive dependencies/libb/meson.build b/test cases/rust/21 transitive dependencies/libb/meson.build similarity index 100% rename from test cases/rust/20 transitive dependencies/libb/meson.build rename to test cases/rust/21 transitive dependencies/libb/meson.build diff --git a/test cases/rust/20 transitive dependencies/main.rs b/test cases/rust/21 transitive dependencies/main.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/main.rs rename to test cases/rust/21 transitive dependencies/main.rs diff --git a/test cases/rust/20 transitive dependencies/meson.build b/test cases/rust/21 transitive dependencies/meson.build similarity index 100% rename from test cases/rust/20 transitive dependencies/meson.build rename to test cases/rust/21 transitive dependencies/meson.build diff --git a/test cases/rust/20 transitive dependencies/proc.rs b/test cases/rust/21 transitive dependencies/proc.rs similarity index 100% rename from test cases/rust/20 transitive dependencies/proc.rs rename to test cases/rust/21 transitive dependencies/proc.rs diff --git a/test cases/rust/20 transitive dependencies/test.json b/test cases/rust/21 transitive dependencies/test.json similarity index 100% rename from test cases/rust/20 transitive dependencies/test.json rename to test cases/rust/21 transitive dependencies/test.json diff --git a/test cases/rust/21 cargo subproject/main.c b/test cases/rust/22 cargo subproject/main.c similarity index 100% rename from test cases/rust/21 cargo subproject/main.c rename to test cases/rust/22 cargo subproject/main.c diff --git a/test cases/rust/21 cargo subproject/meson.build b/test cases/rust/22 cargo subproject/meson.build similarity index 100% rename from test cases/rust/21 cargo subproject/meson.build rename to test cases/rust/22 cargo subproject/meson.build diff --git a/test cases/rust/21 cargo subproject/subprojects/bar-rs.wrap b/test cases/rust/22 cargo subproject/subprojects/bar-rs.wrap similarity index 100% rename from test cases/rust/21 cargo subproject/subprojects/bar-rs.wrap rename to test cases/rust/22 cargo subproject/subprojects/bar-rs.wrap diff --git a/test cases/rust/21 cargo subproject/subprojects/bar-rs/Cargo.toml b/test cases/rust/22 cargo subproject/subprojects/bar-rs/Cargo.toml similarity index 100% rename from test cases/rust/21 cargo subproject/subprojects/bar-rs/Cargo.toml rename to test cases/rust/22 cargo subproject/subprojects/bar-rs/Cargo.toml diff --git a/test cases/rust/21 cargo subproject/subprojects/bar-rs/src/lib.rs b/test cases/rust/22 cargo subproject/subprojects/bar-rs/src/lib.rs similarity index 100% rename from test cases/rust/21 cargo subproject/subprojects/bar-rs/src/lib.rs rename to test cases/rust/22 cargo subproject/subprojects/bar-rs/src/lib.rs diff --git a/test cases/rust/21 cargo subproject/subprojects/foo-rs.wrap b/test cases/rust/22 cargo subproject/subprojects/foo-rs.wrap similarity index 100% rename from test cases/rust/21 cargo subproject/subprojects/foo-rs.wrap rename to test cases/rust/22 cargo subproject/subprojects/foo-rs.wrap diff --git a/test cases/rust/21 cargo subproject/subprojects/foo-rs/Cargo.toml b/test cases/rust/22 cargo subproject/subprojects/foo-rs/Cargo.toml similarity index 100% rename from test cases/rust/21 cargo subproject/subprojects/foo-rs/Cargo.toml rename to test cases/rust/22 cargo subproject/subprojects/foo-rs/Cargo.toml diff --git a/test cases/rust/21 cargo subproject/subprojects/foo-rs/src/lib.rs b/test cases/rust/22 cargo subproject/subprojects/foo-rs/src/lib.rs similarity index 100% rename from test cases/rust/21 cargo subproject/subprojects/foo-rs/src/lib.rs rename to test cases/rust/22 cargo subproject/subprojects/foo-rs/src/lib.rs diff --git a/test cases/unit/99 custom target name/file.txt.in b/test cases/unit/100 custom target name/file.txt.in similarity index 100% rename from test cases/unit/99 custom target name/file.txt.in rename to test cases/unit/100 custom target name/file.txt.in diff --git a/test cases/unit/99 custom target name/meson.build b/test cases/unit/100 custom target name/meson.build similarity index 100% rename from test cases/unit/99 custom target name/meson.build rename to test cases/unit/100 custom target name/meson.build diff --git a/test cases/unit/99 custom target name/subdir/meson.build b/test cases/unit/100 custom target name/subdir/meson.build similarity index 100% rename from test cases/unit/99 custom target name/subdir/meson.build rename to test cases/unit/100 custom target name/subdir/meson.build diff --git a/test cases/unit/100 relative find program/foo.py b/test cases/unit/101 relative find program/foo.py similarity index 100% rename from test cases/unit/100 relative find program/foo.py rename to test cases/unit/101 relative find program/foo.py diff --git a/test cases/unit/100 relative find program/meson.build b/test cases/unit/101 relative find program/meson.build similarity index 100% rename from test cases/unit/100 relative find program/meson.build rename to test cases/unit/101 relative find program/meson.build diff --git a/test cases/unit/100 relative find program/subdir/meson.build b/test cases/unit/101 relative find program/subdir/meson.build similarity index 100% rename from test cases/unit/100 relative find program/subdir/meson.build rename to test cases/unit/101 relative find program/subdir/meson.build diff --git a/test cases/unit/101 rlib linkage/lib2.rs b/test cases/unit/102 rlib linkage/lib2.rs similarity index 100% rename from test cases/unit/101 rlib linkage/lib2.rs rename to test cases/unit/102 rlib linkage/lib2.rs diff --git a/test cases/unit/101 rlib linkage/main.rs b/test cases/unit/102 rlib linkage/main.rs similarity index 100% rename from test cases/unit/101 rlib linkage/main.rs rename to test cases/unit/102 rlib linkage/main.rs diff --git a/test cases/unit/101 rlib linkage/meson.build b/test cases/unit/102 rlib linkage/meson.build similarity index 100% rename from test cases/unit/101 rlib linkage/meson.build rename to test cases/unit/102 rlib linkage/meson.build diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/103 python without pkgconfig/meson.build similarity index 100% rename from test cases/unit/102 python without pkgconfig/meson.build rename to test cases/unit/103 python without pkgconfig/meson.build diff --git a/test cases/unit/103 strip/lib.c b/test cases/unit/104 strip/lib.c similarity index 100% rename from test cases/unit/103 strip/lib.c rename to test cases/unit/104 strip/lib.c diff --git a/test cases/unit/103 strip/meson.build b/test cases/unit/104 strip/meson.build similarity index 100% rename from test cases/unit/103 strip/meson.build rename to test cases/unit/104 strip/meson.build diff --git a/test cases/unit/104 debug function/meson.build b/test cases/unit/105 debug function/meson.build similarity index 100% rename from test cases/unit/104 debug function/meson.build rename to test cases/unit/105 debug function/meson.build diff --git a/test cases/unit/105 pkgconfig relocatable with absolute path/meson.build b/test cases/unit/106 pkgconfig relocatable with absolute path/meson.build similarity index 100% rename from test cases/unit/105 pkgconfig relocatable with absolute path/meson.build rename to test cases/unit/106 pkgconfig relocatable with absolute path/meson.build diff --git a/test cases/unit/91 install skip subprojects/foo.c b/test cases/unit/92 install skip subprojects/foo.c similarity index 100% rename from test cases/unit/91 install skip subprojects/foo.c rename to test cases/unit/92 install skip subprojects/foo.c diff --git a/test cases/unit/91 install skip subprojects/foo.dat b/test cases/unit/92 install skip subprojects/foo.dat similarity index 100% rename from test cases/unit/91 install skip subprojects/foo.dat rename to test cases/unit/92 install skip subprojects/foo.dat diff --git a/test cases/unit/91 install skip subprojects/foo.h b/test cases/unit/92 install skip subprojects/foo.h similarity index 100% rename from test cases/unit/91 install skip subprojects/foo.h rename to test cases/unit/92 install skip subprojects/foo.h diff --git a/test cases/unit/91 install skip subprojects/foo/foofile b/test cases/unit/92 install skip subprojects/foo/foofile similarity index 100% rename from test cases/unit/91 install skip subprojects/foo/foofile rename to test cases/unit/92 install skip subprojects/foo/foofile diff --git a/test cases/unit/91 install skip subprojects/meson.build b/test cases/unit/92 install skip subprojects/meson.build similarity index 100% rename from test cases/unit/91 install skip subprojects/meson.build rename to test cases/unit/92 install skip subprojects/meson.build diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.c b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.c similarity index 100% rename from test cases/unit/91 install skip subprojects/subprojects/bar/bar.c rename to test cases/unit/92 install skip subprojects/subprojects/bar/bar.c diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.dat b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat similarity index 100% rename from test cases/unit/91 install skip subprojects/subprojects/bar/bar.dat rename to test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.h b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.h similarity index 100% rename from test cases/unit/91 install skip subprojects/subprojects/bar/bar.h rename to test cases/unit/92 install skip subprojects/subprojects/bar/bar.h diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar/barfile b/test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile similarity index 100% rename from test cases/unit/91 install skip subprojects/subprojects/bar/bar/barfile rename to test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/meson.build b/test cases/unit/92 install skip subprojects/subprojects/bar/meson.build similarity index 100% rename from test cases/unit/91 install skip subprojects/subprojects/bar/meson.build rename to test cases/unit/92 install skip subprojects/subprojects/bar/meson.build diff --git a/test cases/unit/92 new subproject in configured project/meson.build b/test cases/unit/93 new subproject in configured project/meson.build similarity index 100% rename from test cases/unit/92 new subproject in configured project/meson.build rename to test cases/unit/93 new subproject in configured project/meson.build diff --git a/test cases/unit/92 new subproject in configured project/meson_options.txt b/test cases/unit/93 new subproject in configured project/meson_options.txt similarity index 100% rename from test cases/unit/92 new subproject in configured project/meson_options.txt rename to test cases/unit/93 new subproject in configured project/meson_options.txt diff --git a/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c b/test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c similarity index 100% rename from test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c rename to test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c diff --git a/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build b/test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build similarity index 100% rename from test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build rename to test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build diff --git a/test cases/unit/93 clangformat/.clang-format b/test cases/unit/94 clangformat/.clang-format similarity index 100% rename from test cases/unit/93 clangformat/.clang-format rename to test cases/unit/94 clangformat/.clang-format diff --git a/test cases/unit/93 clangformat/.clang-format-ignore b/test cases/unit/94 clangformat/.clang-format-ignore similarity index 100% rename from test cases/unit/93 clangformat/.clang-format-ignore rename to test cases/unit/94 clangformat/.clang-format-ignore diff --git a/test cases/unit/93 clangformat/.clang-format-include b/test cases/unit/94 clangformat/.clang-format-include similarity index 100% rename from test cases/unit/93 clangformat/.clang-format-include rename to test cases/unit/94 clangformat/.clang-format-include diff --git a/test cases/unit/93 clangformat/meson.build b/test cases/unit/94 clangformat/meson.build similarity index 100% rename from test cases/unit/93 clangformat/meson.build rename to test cases/unit/94 clangformat/meson.build diff --git a/test cases/unit/93 clangformat/not-included/badformat.cpp b/test cases/unit/94 clangformat/not-included/badformat.cpp similarity index 100% rename from test cases/unit/93 clangformat/not-included/badformat.cpp rename to test cases/unit/94 clangformat/not-included/badformat.cpp diff --git a/test cases/unit/93 clangformat/src/badformat.c b/test cases/unit/94 clangformat/src/badformat.c similarity index 100% rename from test cases/unit/93 clangformat/src/badformat.c rename to test cases/unit/94 clangformat/src/badformat.c diff --git a/test cases/unit/93 clangformat/src/badformat.cpp b/test cases/unit/94 clangformat/src/badformat.cpp similarity index 100% rename from test cases/unit/93 clangformat/src/badformat.cpp rename to test cases/unit/94 clangformat/src/badformat.cpp diff --git a/test cases/unit/94 custominc/easytogrepfor/genh.py b/test cases/unit/95 custominc/easytogrepfor/genh.py similarity index 100% rename from test cases/unit/94 custominc/easytogrepfor/genh.py rename to test cases/unit/95 custominc/easytogrepfor/genh.py diff --git a/test cases/unit/94 custominc/easytogrepfor/meson.build b/test cases/unit/95 custominc/easytogrepfor/meson.build similarity index 100% rename from test cases/unit/94 custominc/easytogrepfor/meson.build rename to test cases/unit/95 custominc/easytogrepfor/meson.build diff --git a/test cases/unit/94 custominc/helper.c b/test cases/unit/95 custominc/helper.c similarity index 100% rename from test cases/unit/94 custominc/helper.c rename to test cases/unit/95 custominc/helper.c diff --git a/test cases/unit/94 custominc/meson.build b/test cases/unit/95 custominc/meson.build similarity index 100% rename from test cases/unit/94 custominc/meson.build rename to test cases/unit/95 custominc/meson.build diff --git a/test cases/unit/94 custominc/prog.c b/test cases/unit/95 custominc/prog.c similarity index 100% rename from test cases/unit/94 custominc/prog.c rename to test cases/unit/95 custominc/prog.c diff --git a/test cases/unit/94 custominc/prog2.c b/test cases/unit/95 custominc/prog2.c similarity index 100% rename from test cases/unit/94 custominc/prog2.c rename to test cases/unit/95 custominc/prog2.c diff --git a/test cases/unit/95 implicit force fallback/meson.build b/test cases/unit/96 implicit force fallback/meson.build similarity index 100% rename from test cases/unit/95 implicit force fallback/meson.build rename to test cases/unit/96 implicit force fallback/meson.build diff --git a/test cases/unit/95 implicit force fallback/subprojects/something/meson.build b/test cases/unit/96 implicit force fallback/subprojects/something/meson.build similarity index 100% rename from test cases/unit/95 implicit force fallback/subprojects/something/meson.build rename to test cases/unit/96 implicit force fallback/subprojects/something/meson.build diff --git a/test cases/unit/96 compiler.links file arg/meson.build b/test cases/unit/97 compiler.links file arg/meson.build similarity index 100% rename from test cases/unit/96 compiler.links file arg/meson.build rename to test cases/unit/97 compiler.links file arg/meson.build diff --git a/test cases/unit/96 compiler.links file arg/test.c b/test cases/unit/97 compiler.links file arg/test.c similarity index 100% rename from test cases/unit/96 compiler.links file arg/test.c rename to test cases/unit/97 compiler.links file arg/test.c diff --git a/test cases/unit/97 link full name/.gitignore b/test cases/unit/98 link full name/.gitignore similarity index 100% rename from test cases/unit/97 link full name/.gitignore rename to test cases/unit/98 link full name/.gitignore diff --git a/test cases/unit/97 link full name/libtestprovider/meson.build b/test cases/unit/98 link full name/libtestprovider/meson.build similarity index 100% rename from test cases/unit/97 link full name/libtestprovider/meson.build rename to test cases/unit/98 link full name/libtestprovider/meson.build diff --git a/test cases/unit/97 link full name/libtestprovider/provider.c b/test cases/unit/98 link full name/libtestprovider/provider.c similarity index 100% rename from test cases/unit/97 link full name/libtestprovider/provider.c rename to test cases/unit/98 link full name/libtestprovider/provider.c diff --git a/test cases/unit/97 link full name/proguser/meson.build b/test cases/unit/98 link full name/proguser/meson.build similarity index 100% rename from test cases/unit/97 link full name/proguser/meson.build rename to test cases/unit/98 link full name/proguser/meson.build diff --git a/test cases/unit/97 link full name/proguser/receiver.c b/test cases/unit/98 link full name/proguser/receiver.c similarity index 100% rename from test cases/unit/97 link full name/proguser/receiver.c rename to test cases/unit/98 link full name/proguser/receiver.c diff --git a/test cases/unit/98 install all targets/bar-custom.txt b/test cases/unit/99 install all targets/bar-custom.txt similarity index 100% rename from test cases/unit/98 install all targets/bar-custom.txt rename to test cases/unit/99 install all targets/bar-custom.txt diff --git a/test cases/unit/98 install all targets/bar-devel.h b/test cases/unit/99 install all targets/bar-devel.h similarity index 100% rename from test cases/unit/98 install all targets/bar-devel.h rename to test cases/unit/99 install all targets/bar-devel.h diff --git a/test cases/unit/98 install all targets/bar-notag.txt b/test cases/unit/99 install all targets/bar-notag.txt similarity index 100% rename from test cases/unit/98 install all targets/bar-notag.txt rename to test cases/unit/99 install all targets/bar-notag.txt diff --git a/test cases/unit/98 install all targets/custom_files/data.txt b/test cases/unit/99 install all targets/custom_files/data.txt similarity index 100% rename from test cases/unit/98 install all targets/custom_files/data.txt rename to test cases/unit/99 install all targets/custom_files/data.txt diff --git a/test cases/unit/98 install all targets/excludes/excluded.txt b/test cases/unit/99 install all targets/excludes/excluded.txt similarity index 100% rename from test cases/unit/98 install all targets/excludes/excluded.txt rename to test cases/unit/99 install all targets/excludes/excluded.txt diff --git a/test cases/unit/98 install all targets/excludes/excluded/placeholder.txt b/test cases/unit/99 install all targets/excludes/excluded/placeholder.txt similarity index 100% rename from test cases/unit/98 install all targets/excludes/excluded/placeholder.txt rename to test cases/unit/99 install all targets/excludes/excluded/placeholder.txt diff --git a/test cases/unit/98 install all targets/excludes/installed.txt b/test cases/unit/99 install all targets/excludes/installed.txt similarity index 100% rename from test cases/unit/98 install all targets/excludes/installed.txt rename to test cases/unit/99 install all targets/excludes/installed.txt diff --git a/test cases/unit/98 install all targets/foo.in b/test cases/unit/99 install all targets/foo.in similarity index 100% rename from test cases/unit/98 install all targets/foo.in rename to test cases/unit/99 install all targets/foo.in diff --git a/test cases/unit/98 install all targets/foo1-devel.h b/test cases/unit/99 install all targets/foo1-devel.h similarity index 100% rename from test cases/unit/98 install all targets/foo1-devel.h rename to test cases/unit/99 install all targets/foo1-devel.h diff --git a/test cases/unit/98 install all targets/lib.c b/test cases/unit/99 install all targets/lib.c similarity index 100% rename from test cases/unit/98 install all targets/lib.c rename to test cases/unit/99 install all targets/lib.c diff --git a/test cases/unit/98 install all targets/main.c b/test cases/unit/99 install all targets/main.c similarity index 100% rename from test cases/unit/98 install all targets/main.c rename to test cases/unit/99 install all targets/main.c diff --git a/test cases/unit/98 install all targets/meson.build b/test cases/unit/99 install all targets/meson.build similarity index 100% rename from test cases/unit/98 install all targets/meson.build rename to test cases/unit/99 install all targets/meson.build diff --git a/test cases/unit/98 install all targets/script.py b/test cases/unit/99 install all targets/script.py similarity index 100% rename from test cases/unit/98 install all targets/script.py rename to test cases/unit/99 install all targets/script.py diff --git a/test cases/unit/98 install all targets/subdir/bar2-devel.h b/test cases/unit/99 install all targets/subdir/bar2-devel.h similarity index 100% rename from test cases/unit/98 install all targets/subdir/bar2-devel.h rename to test cases/unit/99 install all targets/subdir/bar2-devel.h diff --git a/test cases/unit/98 install all targets/subdir/foo2.in b/test cases/unit/99 install all targets/subdir/foo2.in similarity index 100% rename from test cases/unit/98 install all targets/subdir/foo2.in rename to test cases/unit/99 install all targets/subdir/foo2.in diff --git a/test cases/unit/98 install all targets/subdir/foo3-devel.h b/test cases/unit/99 install all targets/subdir/foo3-devel.h similarity index 100% rename from test cases/unit/98 install all targets/subdir/foo3-devel.h rename to test cases/unit/99 install all targets/subdir/foo3-devel.h diff --git a/test cases/unit/98 install all targets/subdir/lib.c b/test cases/unit/99 install all targets/subdir/lib.c similarity index 100% rename from test cases/unit/98 install all targets/subdir/lib.c rename to test cases/unit/99 install all targets/subdir/lib.c diff --git a/test cases/unit/98 install all targets/subdir/main.c b/test cases/unit/99 install all targets/subdir/main.c similarity index 100% rename from test cases/unit/98 install all targets/subdir/main.c rename to test cases/unit/99 install all targets/subdir/main.c diff --git a/test cases/unit/98 install all targets/subdir/meson.build b/test cases/unit/99 install all targets/subdir/meson.build similarity index 100% rename from test cases/unit/98 install all targets/subdir/meson.build rename to test cases/unit/99 install all targets/subdir/meson.build diff --git a/test cases/unit/98 install all targets/subdir/script.py b/test cases/unit/99 install all targets/subdir/script.py similarity index 100% rename from test cases/unit/98 install all targets/subdir/script.py rename to test cases/unit/99 install all targets/subdir/script.py diff --git a/test cases/unit/98 install all targets/subprojects/subproject/aaa.txt b/test cases/unit/99 install all targets/subprojects/subproject/aaa.txt similarity index 100% rename from test cases/unit/98 install all targets/subprojects/subproject/aaa.txt rename to test cases/unit/99 install all targets/subprojects/subproject/aaa.txt diff --git a/test cases/unit/98 install all targets/subprojects/subproject/bbb.txt b/test cases/unit/99 install all targets/subprojects/subproject/bbb.txt similarity index 100% rename from test cases/unit/98 install all targets/subprojects/subproject/bbb.txt rename to test cases/unit/99 install all targets/subprojects/subproject/bbb.txt diff --git a/test cases/unit/98 install all targets/subprojects/subproject/meson.build b/test cases/unit/99 install all targets/subprojects/subproject/meson.build similarity index 100% rename from test cases/unit/98 install all targets/subprojects/subproject/meson.build rename to test cases/unit/99 install all targets/subprojects/subproject/meson.build diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index 53a0042c2..86a6b61c9 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -634,7 +634,7 @@ class AllPlatformTests(BasePlatformTests): self.run_tests() def test_implicit_forcefallback(self): - testdir = os.path.join(self.unit_test_dir, '95 implicit force fallback') + testdir = os.path.join(self.unit_test_dir, '96 implicit force fallback') with self.assertRaises(subprocess.CalledProcessError): self.init(testdir) self.init(testdir, extra_args=['--wrap-mode=forcefallback']) @@ -1958,7 +1958,7 @@ class AllPlatformTests(BasePlatformTests): check_pcfile('libvartest2.pc', relocatable=False) self.wipe() - testdir_abs = os.path.join(self.unit_test_dir, '105 pkgconfig relocatable with absolute path') + testdir_abs = os.path.join(self.unit_test_dir, '106 pkgconfig relocatable with absolute path') self.init(testdir_abs) check_pcfile('libsimple.pc', relocatable=True, levels=3) @@ -2369,7 +2369,7 @@ class AllPlatformTests(BasePlatformTests): self.assertIn(msg, out) def test_mixed_language_linker_check(self): - testdir = os.path.join(self.unit_test_dir, '96 compiler.links file arg') + testdir = os.path.join(self.unit_test_dir, '97 compiler.links file arg') self.init(testdir) cmds = self.get_meson_log_compiler_checks() self.assertEqual(len(cmds), 5) @@ -4206,7 +4206,7 @@ class AllPlatformTests(BasePlatformTests): self.init(srcdir, extra_args=['-Dbuild.b_lto=true']) def test_install_skip_subprojects(self): - testdir = os.path.join(self.unit_test_dir, '91 install skip subprojects') + testdir = os.path.join(self.unit_test_dir, '92 install skip subprojects') self.init(testdir) self.build() @@ -4253,7 +4253,7 @@ class AllPlatformTests(BasePlatformTests): check_installed_files(['--skip-subprojects', 'another'], all_expected) def test_adding_subproject_to_configure_project(self) -> None: - srcdir = os.path.join(self.unit_test_dir, '92 new subproject in configured project') + srcdir = os.path.join(self.unit_test_dir, '93 new subproject in configured project') self.init(srcdir) self.build() self.setconf('-Duse-sub=true') @@ -4303,7 +4303,7 @@ class AllPlatformTests(BasePlatformTests): if not shutil.which('clang-format'): raise SkipTest('clang-format not found') - testdir = os.path.join(self.unit_test_dir, '93 clangformat') + testdir = os.path.join(self.unit_test_dir, '94 clangformat') newdir = os.path.join(self.builddir, 'testdir') shutil.copytree(testdir, newdir) self.new_builddir() @@ -4328,7 +4328,7 @@ class AllPlatformTests(BasePlatformTests): self.build('clang-format-check') def test_custom_target_implicit_include(self): - testdir = os.path.join(self.unit_test_dir, '94 custominc') + testdir = os.path.join(self.unit_test_dir, '95 custominc') self.init(testdir) self.build() compdb = self.get_compdb() @@ -4368,7 +4368,7 @@ class AllPlatformTests(BasePlatformTests): self.assertEqual(sorted(link_args), sorted(['-flto'])) def test_install_tag(self) -> None: - testdir = os.path.join(self.unit_test_dir, '98 install all targets') + testdir = os.path.join(self.unit_test_dir, '99 install all targets') self.init(testdir) self.build() @@ -4539,7 +4539,7 @@ class AllPlatformTests(BasePlatformTests): def test_introspect_install_plan(self): - testdir = os.path.join(self.unit_test_dir, '98 install all targets') + testdir = os.path.join(self.unit_test_dir, '99 install all targets') introfile = os.path.join(self.builddir, 'meson-info', 'intro-install_plan.json') self.init(testdir) self.assertPathExists(introfile) @@ -4791,7 +4791,7 @@ class AllPlatformTests(BasePlatformTests): }} ''') - testdir = os.path.join(self.unit_test_dir, '101 rlib linkage') + testdir = os.path.join(self.unit_test_dir, '102 rlib linkage') gen_file = os.path.join(testdir, 'lib.rs') with open(gen_file, 'w', encoding='utf-8') as f: f.write(template.format(0)) @@ -4839,7 +4839,7 @@ class AllPlatformTests(BasePlatformTests): return def test_custom_target_name(self): - testdir = os.path.join(self.unit_test_dir, '99 custom target name') + testdir = os.path.join(self.unit_test_dir, '100 custom target name') self.init(testdir) out = self.build() if self.backend is Backend.ninja: diff --git a/unittests/linuxliketests.py b/unittests/linuxliketests.py index de86fa7fa..4fcf52e09 100644 --- a/unittests/linuxliketests.py +++ b/unittests/linuxliketests.py @@ -1366,7 +1366,7 @@ class LinuxlikeTests(BasePlatformTests): see: https://github.com/mesonbuild/meson/issues/9000 https://stackoverflow.com/questions/48532868/gcc-library-option-with-a-colon-llibevent-a ''' - testdir = os.path.join(self.unit_test_dir, '97 link full name','libtestprovider') + testdir = os.path.join(self.unit_test_dir, '98 link full name','libtestprovider') oldprefix = self.prefix # install into installdir without using DESTDIR installdir = self.installdir @@ -1379,7 +1379,7 @@ class LinuxlikeTests(BasePlatformTests): self.new_builddir() env = {'LIBRARY_PATH': os.path.join(installdir, self.libdir), 'PKG_CONFIG_PATH': _prepend_pkg_config_path(os.path.join(installdir, self.libdir, 'pkgconfig'))} - testdir = os.path.join(self.unit_test_dir, '97 link full name','proguser') + testdir = os.path.join(self.unit_test_dir, '98 link full name','proguser') self.init(testdir,override_envvars=env) # test for link with full path @@ -1791,7 +1791,7 @@ class LinuxlikeTests(BasePlatformTests): @skipUnless(is_linux() or is_osx(), 'Test only applicable to Linux and macOS') def test_install_strip(self): - testdir = os.path.join(self.unit_test_dir, '103 strip') + testdir = os.path.join(self.unit_test_dir, '104 strip') self.init(testdir) self.build() diff --git a/unittests/platformagnostictests.py b/unittests/platformagnostictests.py index 1f4ea7ea0..31dea0ffe 100644 --- a/unittests/platformagnostictests.py +++ b/unittests/platformagnostictests.py @@ -39,7 +39,7 @@ class PlatformAgnosticTests(BasePlatformTests): Tests that find_program() with a relative path does not find the program in current workdir. ''' - testdir = os.path.join(self.unit_test_dir, '100 relative find program') + testdir = os.path.join(self.unit_test_dir, '101 relative find program') self.init(testdir, workdir=testdir) def test_invalid_option_names(self): @@ -75,11 +75,11 @@ class PlatformAgnosticTests(BasePlatformTests): interp.process(fname) def test_python_dependency_without_pkgconfig(self): - testdir = os.path.join(self.unit_test_dir, '102 python without pkgconfig') + testdir = os.path.join(self.unit_test_dir, '103 python without pkgconfig') self.init(testdir, override_envvars={'PKG_CONFIG': 'notfound'}) def test_debug_function_outputs_to_meson_log(self): - testdir = os.path.join(self.unit_test_dir, '104 debug function') + testdir = os.path.join(self.unit_test_dir, '105 debug function') log_msg = 'This is an example debug output, should only end up in debug log' output = self.init(testdir)