Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e7507d6

Browse files
committed
Auto merge of rust-lang#2207 - RalfJung:ui_test_parallelism, r=oli-obk
ui_test: ensure all worker threads stay around Also organize files such that the by far slowest test (weak_memory/consistency) always starts first. It still finishes last on my system... even after I halved the iteration count. Fixes rust-lang/miri#2204
2 parents 4c1f50b + c16c453 commit e7507d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+36
-17
lines changed

tests/pass/weak_memory/consistency.rs renamed to tests/pass/0weak_memory_consistency.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ fn test_single_thread() {
214214
}
215215

216216
pub fn main() {
217-
for _ in 0..100 {
217+
for _ in 0..50 {
218218
test_single_thread();
219219
test_mixed_access();
220220
test_load_buffering_acq_rel();
File renamed without changes.

0 commit comments

Comments
 (0)