Exclude more troublemaking tests

This commit is contained in:
Václav Kadlčík 2025-03-03 16:27:34 +01:00
commit cba8ad9502

View file

@ -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: