From: idealseal <[email protected]> Second attempt at mailing lists: This is a simple patch that introduces a variable to set before cargo_src_test for listing test names that should not be run. It will properly prefix each test name with --skip for the command line and will ensure the flags are handed to the test harness, not cargo test itself. The second patch changes all ebuilds I found that manually exclude some tests to use this new variable.
idealseal (2): cargo.eclass: add array for skipping tests */*: use skip_tests variable from cargo.eclass app-editors/zed/zed-0.226.4.ebuild | 5 ++- app-misc/skim/skim-1.5.1.ebuild | 12 +++--- app-misc/skim/skim-1.9.1.ebuild | 12 +++--- app-misc/skim/skim-2.0.2.ebuild | 12 +++--- app-text/mdbook/mdbook-0.4.52.ebuild | 8 ++-- dev-util/bear/bear-4.0.4.ebuild | 16 ++++--- dev-util/maturin/maturin-1.11.5.ebuild | 20 ++++----- dev-util/maturin/maturin-1.12.5.ebuild | 20 ++++----- dev-util/maturin/maturin-1.12.6.ebuild | 20 ++++----- dev-vcs/jj/jj-0.36.0.ebuild | 9 ++-- dev-vcs/jj/jj-0.37.0.ebuild | 7 +--- dev-vcs/jj/jj-0.38.0.ebuild | 7 +--- dev-vcs/jj/jj-0.39.0.ebuild | 7 +--- eclass/cargo.eclass | 46 ++++++++++++++++++++- net-analyzer/rustscan/rustscan-2.4.1.ebuild | 14 +++---- net-misc/hurl/hurl-7.0.0.ebuild | 10 +++-- sys-process/below/below-0.11.0-r1.ebuild | 16 +++---- 17 files changed, 143 insertions(+), 98 deletions(-) -- 2.53.0
