From cba8ad950225101206c3cdfd40996bb0aa5cbe8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Mon, 3 Mar 2025 16:27:34 +0100 Subject: [PATCH] Exclude more troublemaking tests --- tests/Sanity/build_boost/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sanity/build_boost/runtest.sh b/tests/Sanity/build_boost/runtest.sh index b3abd37..ef48c36 100755 --- a/tests/Sanity/build_boost/runtest.sh +++ b/tests/Sanity/build_boost/runtest.sh @@ -77,7 +77,7 @@ rlJournalStart lib_name="${lib_name##*/}" # TODO: Triage failures on non-x86_64, triage failures in GTS-12, allow them in main.fmf case "$lib_name" in - beast|bind|contract|dll|format|function_types|fusion|graph|graph_parallel|histogram|hof|parameter_python|process|python|regex|stacktrace|statechart|stl_interfaces|tuple|type_erasure|type_index|url|uuid|vmd|winapi) + beast|bind|config|contract|dll|flyweight|format|function_types|fusion|graph|graph_parallel|histogram|hof|parameter_python|parser|process|python|regex|serialization|stacktrace|statechart|stl_interfaces|tuple|type_erasure|type_index|unordered|url|uuid|vmd|wave|winapi) # Skip troublemakers with false positives, fragile # tests or needing extra setups. TODO Re-evaluate. # Upstream tracking: