diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-02-24 16:41:06 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-02-24 20:44:01 (GMT) |
commit | a5be3916eeee82d5237f9ace85a74fc052240717 (patch) | |
tree | 0cd95d08ce4aa5b96d17a5fc03d8096a3861955d /Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt | |
parent | f0df3ed5b99257ab8109fcbe09e8ff97565c00c8 (diff) | |
download | CMake-a5be3916eeee82d5237f9ace85a74fc052240717.zip CMake-a5be3916eeee82d5237f9ace85a74fc052240717.tar.gz CMake-a5be3916eeee82d5237f9ace85a74fc052240717.tar.bz2 |
CTest: Provide more detailed information on resource allocation error
Diffstat (limited to 'Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt b/Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt index 82dfdef..4902a19 100644 --- a/Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt +++ b/Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res-stderr.txt @@ -1,4 +1,21 @@ -^Insufficient resources +^Insufficient resources for test Test1: + + Test requested resources of type 'widgets' in the following amounts: + 12 slots + but only the following units were available: + '0': 4 slots + '1': 2 slots + '2': 4 slots + '3': 8 slots + '4': 1 slot + '5': 1 slot + '6': 1 slot + '7': 1 slot + +Resource spec file: + + [^ +]*/Tests/RunCMake/CTestResourceAllocation/resspec.json CMake Error at [^ ]*/Tests/RunCMake/CTestResourceAllocation/notenough3-ctest-s-res/test\.cmake:[0-9]+ \(message\): Tests did not pass$ |