Remove a test that should fail according to concretization rules
This commit is contained in:
parent
8f96ac3d03
commit
db2d077e2c
@ -415,13 +415,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