meson: Use separate lists for non-ivf test files
- Nov 29, 2023
-
-
Matthias Dressel authored
Meson 1.3.0 deprecates [0] str.format() use with File objects [1]. Starting with 1.4.0 [2] there will be an explicit method [3] to query the path. Alternatively, fs.name() from the FS module could be used for meson versions >= 0.59.0. [4] Since our minimum version is 0.49.0 though, we'll use this workaround. [0] https://mesonbuild.com/Release-notes-for-1-3-0.html#unified-message-strformat-and-fstring-formatting [1] https://github.com/mesonbuild/meson/issues/12406 [2] https://github.com/mesonbuild/meson/pull/12408 [3] https://mesonbuild.com/Reference-manual_returned_file.html#filefull_path [4] https://mesonbuild.com/Fs-module.html#name
9f512e02 -
Matthias Dressel authored8a596053
-
Matthias Dressel authored0ee23cac
-
Matthias Dressel authored
There's no need to use a special list. This also means the vq_suite gets seek_stress treatment.
64e4d14e -
Matthias Dressel authored
Test ids are supposed to be unique, so failed tests can easily be identified.
76a3dbfa -
Matthias Dressel authoredb5c16978
-