mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
e6db4c5a4e
Provide options to fail without blocking or to block up to a timeout. Provide options to specify the scope containing the lock so it can be released automatically at the end of a function, file, or process. Extend the RunCMake.file test with cases covering the file(LOCK) command usage and error cases.
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
Output:[ ]*
|
|
Error: CMake Error at .*.timeout-script\.cmake:[0-9]+ \(file\):
|
|
error locking file
|
|
|
|
".*"
|
|
|
|
Timeout reached\.
|
|
+
|
|
CMake Error at LOCK-error-timeout\.cmake:[0-9]+ \(message\):
|
|
Result: 1
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|