]> git.lyx.org Git - features.git/commitdiff
Update Development.lyx to include 'suspended' cmake tests.
authorKornel Benko <kornel@lyx.org>
Wed, 4 Nov 2015 12:06:14 +0000 (13:06 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 4 Nov 2015 12:06:14 +0000 (13:06 +0100)
lib/doc/Development.lyx

index eb2c96aaaf02b61ad7cbd3bf7f1dd1a51a27715c..e4d677f88ce954c9bfe8839a81207f9a64412870 100644 (file)
@@ -1,5 +1,5 @@
 #LyX 2.2 created this file. For more info see http://www.lyx.org/
-\lyxformat 499
+\lyxformat 500
 \begin_document
 \begin_header
 \origin unavailable
@@ -1215,7 +1215,9 @@ export
 status collapsed
 
 \begin_layout Plain Layout
-ctest --print-labels
+ctest \SpecialChar nobreakdash
+\SpecialChar nobreakdash
+print-labels
 \end_layout
 
 \end_inset
@@ -1248,7 +1250,9 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
---show-only
+\SpecialChar nobreakdash
+\SpecialChar nobreakdash
+show-only
 \end_layout
 
 \end_inset
@@ -1280,7 +1284,9 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
---parallel <jobs>
+\SpecialChar nobreakdash
+\SpecialChar nobreakdash
+parallel <jobs>
 \end_layout
 
 \end_inset
@@ -1344,7 +1350,9 @@ In some situations the option
 status collapsed
 
 \begin_layout Plain Layout
---timeout <seconds>
+\SpecialChar nobreakdash
+\SpecialChar nobreakdash
+timeout <seconds>
 \end_layout
 
 \end_inset
@@ -1616,6 +1624,60 @@ CTestCostData.txt
  file lists the times that it took to run the tests.
 \end_layout
 
+\begin_layout Subsection
+Suspended tests
+\end_layout
+
+\begin_layout Standard
+Some inverted tests are 'suspended'.
+ This means, they are not executed using 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+ctest -L export
+\end_layout
+
+\end_inset
+
+ or 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+ctest -L reverted
+\end_layout
+
+\end_inset
+
+.
+ From time to time they still have to be checked.
+\end_layout
+
+\begin_layout Standard
+These tests are suspended, because they fail for known reasons which cannot
+ ATM be resolved.
+ But it is expected the reason might disappear in the future.
+ Be it new TL or better handling in \SpecialChar LyX
+.
+\end_layout
+
+\begin_layout Standard
+For ctest commands without the 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+-L
+\end_layout
+
+\end_inset
+
+ parameter nothing changes.
+ Suspended or not, tests will be executed depending only on the regexes
+ parameters given to the ctest command.
+\end_layout
+
 \begin_layout Section
 check_load tests
 \end_layout