brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · 3581594 Raw
17 lines · plain
1import lit.formats2 3config.name = "parallelism-groups"4config.suffixes = [".txt"]5config.test_format = lit.formats.ShTest()6config.test_source_root = None7config.test_exec_root = None8 9# Should not crash10lit_config.parallelism_groups["my_group"] = None11 12config.parallelism_group = "my_group"13 14# TODO(yln): we should have a nice property setter that doesn't allow setting15# to a non-existent group and do Math.min(old_group, new_group) when we16# overwrite an existing group.17