summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-server.7.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-06 16:45:51 (GMT)
committerBrad King <brad.king@kitware.com>2017-12-06 16:45:51 (GMT)
commit976370d134a2d7b22b6f43f6031b0ee850a01d9d (patch)
treef7063e190e554300ded5f6faf7eccd3a684d6e66 /Help/manual/cmake-server.7.rst
parent92910e282adedff8c2dba488db84fb917318bb5b (diff)
downloadCMake-976370d134a2d7b22b6f43f6031b0ee850a01d9d.zip
CMake-976370d134a2d7b22b6f43f6031b0ee850a01d9d.tar.gz
CMake-976370d134a2d7b22b6f43f6031b0ee850a01d9d.tar.bz2
server: drop "ctestInfo" backtrace information
Backtrace information was included by commit 35a52bd1b4 (server: add "ctestInfo" request to get test info, 2017-10-25) to match that already provided for targets. However, the backtrace representation uses too much memory and needs to be dropped. Remove it from test information. Issue: #17502
Diffstat (limited to 'Help/manual/cmake-server.7.rst')
-rw-r--r--Help/manual/cmake-server.7.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst
index c2aef99..7232174 100644
--- a/Help/manual/cmake-server.7.rst
+++ b/Help/manual/cmake-server.7.rst
@@ -669,17 +669,6 @@ Each test object can have the following keys:
contains the test command.
"properties"
contains a list of test property objects.
-"backtrace"
- contains a list of backtrace objects that specify where the test was defined.
-
-Each backtrace object can have the following keys:
-
-"path"
- contains the full path to the file containing the statement.
-"line"
- contains the line number in the file where the statement was defined.
-"name"
- contains the name of the statement that added the test.
Each test property object can have the following keys: