]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se
authorMara Bos <m-ou.se@m-ou.se>
Mon, 8 Feb 2021 18:28:13 +0000 (19:28 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Feb 2021 18:28:13 +0000 (19:28 +0100)
commitb102ea479ddfea0e72757427fc73ec487d69aac1
treed31df558f40bdc2fbd8574e4c87f1cd7ddb10053
parent35ebbe3e019905911f6d84761683563a0ca4426b
parent30891b84ff3886e076c2fa0a8886ad631196db9a
Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se

libtest: allow multiple filters

Libtest ignores any filters after the first. This changes it so that if multiple filters are passed, it will test against all of them.

This also affects compiletest to do the same.

Closes #30422
library/test/src/cli.rs
library/test/src/lib.rs
library/test/src/tests.rs
src/tools/compiletest/src/common.rs