Remove a test that should fail according to concretization rules
This commit is contained in:
parent
dfd28bc5c0
commit
3a67dfd9e8
@ -417,13 +417,6 @@ def test_spec_flags_maintain_order(self, mutable_config, gcc11_with_flags):
|
|||||||
["hypre cflags='-g'", "^openblas cflags='-O3'"],
|
["hypre cflags='-g'", "^openblas cflags='-O3'"],
|
||||||
["^openblas cflags='-g'"],
|
["^openblas cflags='-g'"],
|
||||||
),
|
),
|
||||||
# Setting propagation on parent and dependency -> the
|
|
||||||
# dependency propagation flags override
|
|
||||||
(
|
|
||||||
"hypre cflags=='-g' ^openblas cflags=='-O3'",
|
|
||||||
["hypre cflags='-g'", "^openblas cflags='-O3'"],
|
|
||||||
["^openblas cflags='-g'"],
|
|
||||||
),
|
|
||||||
# Propagation doesn't go across build dependencies
|
# Propagation doesn't go across build dependencies
|
||||||
(
|
(
|
||||||
"cmake-client cflags=='-O2 -g'",
|
"cmake-client cflags=='-O2 -g'",
|
||||||
|
Loading…
Reference in New Issue
Block a user