Commits on Source (3)
-
Ben Gamari authored
Previously we just tested for the threaded2 when determining whether to skip tests which are fragile under concurrent execution. However, this isn't the only way which is concurrent.
-
Ben Gamari authored
As noted in #16819, this operation is racy under concurrent execution.
-
Ben Gamari authored
Previously there were a few cases where operations like `omit_ways` were incorrectly passed a single way (e.g. `omit_ways('threaded2')`). This won't work as the author expected.