[all-commits] [llvm/llvm-project] b9c876: [flang][test] fix sporadically failing test (#134608)
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Apr 7 04:11:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9c876dd9a3334a26f1cc975b23a91821895aa16
https://github.com/llvm/llvm-project/commit/b9c876dd9a3334a26f1cc975b23a91821895aa16
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M flang/test/Transforms/DoConcurrent/loop_nest_test.f90
Log Message:
-----------
[flang][test] fix sporadically failing test (#134608)
The test is checking output from MLIR debug prints. MLIR passes can be
executed in parallel, for example a pass on func.func might schedule
different func.func operations in different threads. This led to
intermittent test failures where debug output from different threads
became mixed up.
Fix by disabling mlir multithreading for this test.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list