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

Commit 8ebdad0

Browse files
committed
organize more files into folders, and run the weak-mem consistency test as the very first since it is so slow
1 parent a2cc014 commit 8ebdad0

39 files changed

+1
-1
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)