]> git.lyx.org Git - features.git/blob - lib/doc/Development.lyx
Document the export tests and other tests
[features.git] / lib / doc / Development.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 499
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrbook
7 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
8 \use_default_options false
9 \begin_modules
10 logicalmkup
11 theorems-ams
12 theorems-ams-extended
13 multicol
14 shapepar
15 \end_modules
16 \maintain_unincluded_children false
17 \begin_local_layout
18 Format 7
19 InsetLayout CharStyle:MenuItem
20 LyxType               charstyle
21 LabelString           menu
22 LatexType             command
23 LatexName             menuitem
24 Font
25 Family              Sans
26 EndFont
27 Preamble
28 \newcommand*{\menuitem}[1]{{\sffamily #1}}
29 EndPreamble
30 End
31 \end_local_layout
32 \language english
33 \language_package default
34 \inputencoding auto
35 \fontencoding global
36 \font_roman default
37 \font_sans default
38 \font_typewriter default
39 \font_math auto
40 \font_default_family default
41 \use_non_tex_fonts false
42 \font_sc false
43 \font_osf false
44 \font_sf_scale 100
45 \font_tt_scale 100
46 \graphics default
47 \default_output_format default
48 \output_sync 0
49 \bibtex_command default
50 \index_command default
51 \paperfontsize 12
52 \spacing single
53 \use_hyperref true
54 \pdf_title "LyX's Development manual"
55 \pdf_author "LyX Team"
56 \pdf_subject "LyX's development documentation"
57 \pdf_keywords "LyX, Documentation, Development"
58 \pdf_bookmarks true
59 \pdf_bookmarksnumbered true
60 \pdf_bookmarksopen true
61 \pdf_bookmarksopenlevel 1
62 \pdf_breaklinks false
63 \pdf_pdfborder false
64 \pdf_colorlinks true
65 \pdf_backref false
66 \pdf_pdfusetitle false
67 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
68 \papersize a4paper
69 \use_geometry false
70 \use_package amsmath 1
71 \use_package amssymb 1
72 \use_package cancel 0
73 \use_package esint 0
74 \use_package mathdots 1
75 \use_package mathtools 0
76 \use_package mhchem 1
77 \use_package stackrel 0
78 \use_package stmaryrd 0
79 \use_package undertilde 0
80 \cite_engine basic
81 \cite_engine_type default
82 \biblio_style plain
83 \use_bibtopic false
84 \use_indices false
85 \paperorientation portrait
86 \suppress_date false
87 \justification true
88 \use_refstyle 0
89 \notefontcolor #0000ff
90 \index Index
91 \shortcut idx
92 \color #008000
93 \end_index
94 \secnumdepth 3
95 \tocdepth 3
96 \paragraph_separation indent
97 \paragraph_indentation default
98 \quotes_language english
99 \papercolumns 1
100 \papersides 2
101 \paperpagestyle headings
102 \tracking_changes false
103 \output_changes false
104 \html_math_output 0
105 \html_css_as_file 0
106 \html_be_strict true
107 \end_header
108
109 \begin_body
110
111 \begin_layout Title
112 Developing \SpecialChar LyX
113
114 \end_layout
115
116 \begin_layout Subtitle
117 Version 2.2.x
118 \end_layout
119
120 \begin_layout Author
121 by the \SpecialChar LyX
122  Team
123 \begin_inset Foot
124 status collapsed
125
126 \begin_layout Plain Layout
127 \noindent
128 If you have comments or error corrections, please send them to the \SpecialChar LyX
129  Documentatio
130 n mailing list, 
131 \begin_inset Flex Code
132 status collapsed
133
134 \begin_layout Plain Layout
135 \noindent
136 <lyx-docs@lists.lyx.org>
137 \end_layout
138
139 \end_inset
140
141 .
142 \end_layout
143
144 \end_inset
145
146
147 \end_layout
148
149 \begin_layout Standard
150 \begin_inset CommandInset toc
151 LatexCommand tableofcontents
152
153 \end_inset
154
155
156 \end_layout
157
158 \begin_layout Chapter
159 Introduction
160 \end_layout
161
162 \begin_layout Standard
163 This manual documents some aspects of \SpecialChar LyX
164  development.
165  It is currently rather incomplete, but will hopefully be extended in the
166  future.
167  Meanwhile, additional information can be found in the 
168 \begin_inset Flex Code
169 status collapsed
170
171 \begin_layout Plain Layout
172 development
173 \end_layout
174
175 \end_inset
176
177  subfolder of the \SpecialChar LyX
178  source code distribution.
179  This document is not translated, since the development language of \SpecialChar LyX
180  is
181  english.
182  If you want to use \SpecialChar LyX
183  you don't need to read this manual.
184  However, if you want to learn more about how \SpecialChar LyX
185  is developed, or even want
186  to participate in \SpecialChar LyX
187  development, you may find some interesting information.
188 \end_layout
189
190 \begin_layout Chapter
191 File formats
192 \end_layout
193
194 \begin_layout Standard
195 \SpecialChar LyX
196  uses several custom file formats for configuration files and documents.
197  This chapter contains some background concerning these file formats.
198  Several file formats are also described in detail in the regular user documenta
199 tion.
200 \end_layout
201
202 \begin_layout Section
203 File Format Numbers
204 \end_layout
205
206 \begin_layout Section
207 When is an update of the .lyx file format number needed?
208 \begin_inset CommandInset label
209 LatexCommand label
210 name "sec:When-is-an"
211
212 \end_inset
213
214
215 \end_layout
216
217 \begin_layout Standard
218 When you are working on a new feature you may ask yourself whether it needs
219  an update of the .lyx file format number.
220  Whether an update is needed or not is not always obvious.
221  Below you can find a list of reasons for file format updates with explanations:
222 \end_layout
223
224 \begin_layout Description
225 New
226 \begin_inset space ~
227 \end_inset
228
229 document
230 \begin_inset space ~
231 \end_inset
232
233 setting Whenever you introduce a new setting that is stored in the document
234  header, a file format update is needed.
235  This is also true if you add a new valid value to an existing setting,
236  e.
237 \begin_inset space \thinspace{}
238 \end_inset
239
240 g.
241 \begin_inset space \space{}
242 \end_inset
243
244 a new language that is stored in 
245 \begin_inset Flex Code
246 status collapsed
247
248 \begin_layout Plain Layout
249
250 \backslash
251 language
252 \end_layout
253
254 \end_inset
255
256 .
257 \end_layout
258
259 \begin_layout Description
260 Removed
261 \begin_inset space ~
262 \end_inset
263
264 document
265 \begin_inset space ~
266 \end_inset
267
268 setting If a certain setting becomes obsolete and gets removed, a file format
269  update is needed.
270 \end_layout
271
272 \begin_layout Description
273 New
274 \begin_inset space ~
275 \end_inset
276
277 inset Of course a new inset requires a file format update.
278 \end_layout
279
280 \begin_layout Description
281 New
282 \begin_inset space ~
283 \end_inset
284
285 style in any layout file or module shipped with \SpecialChar LyX
286 , or new shipped layout
287  file or module.
288  These requirements are currently under discussion and might change in the
289  future.
290 \end_layout
291
292 \begin_layout Description
293 Automatically
294 \begin_inset space ~
295 \end_inset
296
297 loaded
298 \begin_inset space ~
299 \end_inset
300
301 math
302 \begin_inset space ~
303 \end_inset
304
305 package Any new math package that is automatically loaded needs a file format
306  update.
307  The reason for this is that there is no true ERT inset for math formulas:
308  Each command is parsed, and if a user happens to defne a local command
309  with the same name as a command that triggers an automatic load of a package,
310  he needs to be able to switch off the automatic loading of that package.
311  This switch is stored by the 
312 \begin_inset Flex Code
313 status collapsed
314
315 \begin_layout Plain Layout
316 use_package
317 \end_layout
318
319 \end_inset
320
321  header setting.
322 \end_layout
323
324 \begin_layout Standard
325 If you are still unsure, please ask on the development list.
326 \end_layout
327
328 \begin_layout Section
329 How to update the file format number of .lyx files
330 \end_layout
331
332 \begin_layout Standard
333 Once you came to the conclusion that a file format update is needed you
334  should use the following procedure to perform the update:
335 \end_layout
336
337 \begin_layout Enumerate
338 Implement and test the new feature, including the reading and writing of
339  .lyx files.
340  Note that any file produced at this stage does not use a valid format,
341  so do not use this version of \SpecialChar LyX
342  for working on any important documents.
343 \end_layout
344
345 \begin_layout Enumerate
346 Describe the new format in 
347 \begin_inset Flex Code
348 status collapsed
349
350 \begin_layout Plain Layout
351 development/FORMAT
352 \end_layout
353
354 \end_inset
355
356 .
357 \end_layout
358
359 \begin_layout Enumerate
360 Update the \SpecialChar LyX
361  file format number in 
362 \begin_inset Flex Code
363 status collapsed
364
365 \begin_layout Plain Layout
366 src/version.h
367 \end_layout
368
369 \end_inset
370
371 .
372 \end_layout
373
374 \begin_layout Enumerate
375 Add an entry to both format lists (for conversion and reversion) in
376 \begin_inset Newline newline
377 \end_inset
378
379
380 \begin_inset Flex Code
381 status collapsed
382
383 \begin_layout Plain Layout
384 lib/lyx2lyx/lyx_2_2.py
385 \end_layout
386
387 \end_inset
388
389 .
390  Add a conversion routine if needed (e.
391 \begin_inset space \thinspace{}
392 \end_inset
393
394 g.
395 \begin_inset space \space{}
396 \end_inset
397
398 a new header setting always needs a conversion that adds the new setting,
399  a new document language does not need one).
400  Add a reversion routine if needed.
401  While the conversion routine is required to produce a document that is
402  equivalent to the old version, the requirements of the reversion are not
403  that strict.
404  If possible, try to produce a proper reversion, using ERT if needed, but
405  for some features this might be too complicated.
406  In this case, the minimum requirement of the reversion routine is that
407  it produces a valid document which can be read by an older \SpecialChar LyX
408 .
409  If absolutely needed, even data loss is allowed for the reversion.
410 \end_layout
411
412 \begin_layout Enumerate
413 Since tex2lyx has several implicit file format dependencies caused by sharing
414  code with \SpecialChar LyX
415 , updating the file format of .lyx files produced by tex2lyx at
416  the same time as updating the main .lyx file format is strongly recommended.
417  Therefore, a compiler warning will be issued if the \SpecialChar LyX
418  and tex2lyx .lyx file
419  format numbers differ.
420  In many cases the tex2lyx update requires only the first and last item
421  of the list below:
422 \begin_inset Separator parbreak
423 \end_inset
424
425
426 \end_layout
427
428 \begin_deeper
429 \begin_layout Enumerate
430 Update the tex2lyx file format number in 
431 \begin_inset Flex Code
432 status collapsed
433
434 \begin_layout Plain Layout
435 src/version.h
436 \end_layout
437
438 \end_inset
439
440 .
441 \end_layout
442
443 \begin_layout Enumerate
444 If the lyx2lyx conversion from the old to the new format is empty, or if
445  tex2lyx does not yet output the changed feature, you do not need any further
446  tex2lyx changes.
447  Otherwise, search for the changed feature in tex2lyx, and adjust the output
448  according to the lyx2lyx changes.
449 \end_layout
450
451 \begin_layout Enumerate
452 Update the tex2lyx test references as described in 
453 \begin_inset CommandInset ref
454 LatexCommand formatted
455 reference "sec:Updating-test-references"
456
457 \end_inset
458
459 .
460 \end_layout
461
462 \end_deeper
463 \begin_layout Enumerate
464 If you did not implement full tex2lyx support of the new feature, add a
465  line to 
466 \begin_inset Flex Code
467 status collapsed
468
469 \begin_layout Plain Layout
470 src/tex2lyx/TODO.txt
471 \end_layout
472
473 \end_inset
474
475  describing the missing bits.
476  Note that it is perfectly fine if you do not add full tex2lyx support for
477  a new feature: The updating recommendation above is only issued for the
478  syntax of the produced .lyx file.
479  It is no problem if some features supported by \SpecialChar LyX
480  are still output as ERT
481  by tex2lyx, since the problems in the past that resulted in the update
482  recommendation were related to mixed version syntax, not ERT.
483 \end_layout
484
485 \begin_layout Enumerate
486 It would be nice if you could create a .lyx test file which contains instances
487  of all changed or added features.
488  This could then be used to test lyxl2yx and tex2lyx.
489  Unfortunately it has not yet been decided how to collect such examples,
490  so please ask on the development list if you want to create one.
491 \end_layout
492
493 \begin_layout Section
494 Backporting new styles to the stable version
495 \end_layout
496
497 \begin_layout Standard
498 Starting with the stable \SpecialChar LyX
499  2.1 branch, there is a mechanism in place to backport
500  new styles to the stable version without the need to update the file format.
501  The basic idea is that the new style definition is automatically copied
502  to the document preamble, so that it can even be used by older minor revisions
503  that did not yet include the style.
504  To backport a new style to the stable version, the following steps are
505  needed:
506 \end_layout
507
508 \begin_layout Enumerate
509 Add the line 
510 \begin_inset Flex Code
511 status collapsed
512
513 \begin_layout Plain Layout
514 ForceLocal -1
515 \end_layout
516
517 \end_inset
518
519  to the style definition in the development version.
520 \end_layout
521
522 \begin_layout Enumerate
523 Copy the style definition to the stable version, but use 
524 \begin_inset Flex Code
525 status collapsed
526
527 \begin_layout Plain Layout
528 ForceLocal 1
529 \end_layout
530
531 \end_inset
532
533  instead.
534  If needed adjust the format to the one used by the stable version (see
535  the customization manual for details of the layout file format).
536 \end_layout
537
538 \begin_layout Enumerate
539 For each update of the style in a later stable version, increase the argument
540  of 
541 \begin_inset Flex Code
542 status collapsed
543
544 \begin_layout Plain Layout
545 ForceLocal
546 \end_layout
547
548 \end_inset
549
550  by one (in the stable version, the development version should not be touched).
551 \end_layout
552
553 \begin_layout Standard
554 For details about the 
555 \begin_inset Flex Code
556 status collapsed
557
558 \begin_layout Plain Layout
559 ForceLocal
560 \end_layout
561
562 \end_inset
563
564  flag see the customization manual.
565  No 
566 \begin_inset Flex Code
567 status collapsed
568
569 \begin_layout Plain Layout
570 lyx2lyx
571 \end_layout
572
573 \end_inset
574
575  support is needed for backported styles: Since the style of the development
576  version has an infinite version number, it will always be used.
577  Furthermore, since its version number is less than one, the style will
578  not be written anymore to the document header for files saved by the new
579  version.
580 \end_layout
581
582 \begin_layout Chapter
583 Tests
584 \end_layout
585
586 \begin_layout Standard
587 Automated tests are an important tool to detect bugs and regressions in
588  software development.
589  Some projects like gcc even require each bug fix to be accompanied by a
590  test case for the automatic test suite, that would detect this bug.
591  Testing interactive features automatically is of course very hard, but
592  core functionality like document import and export can be tested quite
593  easily, and some tests of this kind exist.
594 \end_layout
595
596 \begin_layout Section
597 \SpecialChar LyX
598  tests
599 \end_layout
600
601 \begin_layout Standard
602 Some tests are located in the 
603 \begin_inset Flex Code
604 status collapsed
605
606 \begin_layout Plain Layout
607 development/autotests
608 \end_layout
609
610 \end_inset
611
612  subfolder of the \SpecialChar LyX
613  source code distribution.
614 \end_layout
615
616 \begin_layout Subsection
617 Running the tests
618 \end_layout
619
620 \begin_layout Standard
621 The \SpecialChar LyX
622  tests can be run by the commands 
623 \begin_inset Flex Code
624 status collapsed
625
626 \begin_layout Plain Layout
627 make test
628 \end_layout
629
630 \end_inset
631
632  (cmake) in the 
633 \begin_inset Flex Code
634 status collapsed
635
636 \begin_layout Plain Layout
637 autotests
638 \end_layout
639
640 \end_inset
641
642  subfolder of the build directory.
643 \begin_inset Note Note
644 status open
645
646 \begin_layout Plain Layout
647 FIXME: Is this possible with autotools?
648 \end_layout
649
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Section
656 tex2lyx tests
657 \end_layout
658
659 \begin_layout Standard
660 The tex2lyx tests are located in the 
661 \begin_inset Flex Code
662 status collapsed
663
664 \begin_layout Plain Layout
665 src/tex2lyx/test
666 \end_layout
667
668 \end_inset
669
670  subfolder of the \SpecialChar LyX
671  source code distribution.
672  The actual testing is performed by the simple python script 
673 \begin_inset Flex Code
674 status collapsed
675
676 \begin_layout Plain Layout
677 src/tex2lyx/test/runtests.py
678 \end_layout
679
680 \end_inset
681
682 .
683  Each test consists of two files: 
684 \begin_inset Flex Code
685 status collapsed
686
687 \begin_layout Plain Layout
688 <test name>.tex
689 \end_layout
690
691 \end_inset
692
693  contains the \SpecialChar LaTeX
694  code that should be tested.
695  
696 \begin_inset Flex Code
697 status collapsed
698
699 \begin_layout Plain Layout
700 <test name>.lyx.lyx
701 \end_layout
702
703 \end_inset
704
705  contains the expected output of tex2lyx.
706  When a test is run, the actual produced output is compared with the stored
707  reference output.
708  The test passes if both are identical.
709  The test machinery is also able to generate a file 
710 \begin_inset Flex Code
711 status collapsed
712
713 \begin_layout Plain Layout
714 <test name>.lyx.tex
715 \end_layout
716
717 \end_inset
718
719  by exporting the produced .lyx file with \SpecialChar LyX
720  again.
721  This may be useful for roundtrip comparisons.
722 \end_layout
723
724 \begin_layout Subsection
725 Running the tests
726 \end_layout
727
728 \begin_layout Standard
729 The tex2lyx tests can be run by the commands 
730 \begin_inset Flex Code
731 status collapsed
732
733 \begin_layout Plain Layout
734 make test
735 \end_layout
736
737 \end_inset
738
739  (cmake) or 
740 \begin_inset Flex Code
741 status collapsed
742
743 \begin_layout Plain Layout
744 make alltests
745 \end_layout
746
747 \end_inset
748
749  (autotools) in the 
750 \begin_inset Flex Code
751 status collapsed
752
753 \begin_layout Plain Layout
754 src/tex2lyx
755 \end_layout
756
757 \end_inset
758
759  subfolder of the build directory.
760  If a test fails, the differences between the expected and actual results
761  are output in unified diff format.
762 \end_layout
763
764 \begin_layout Subsection
765 Updating test references
766 \begin_inset CommandInset label
767 LatexCommand label
768 name "sec:Updating-test-references"
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Standard
776 In some cases a changed tex2lyx output is not a test failure, but wanted,
777  e.
778 \begin_inset space \thinspace{}
779 \end_inset
780
781 g.
782 \begin_inset space \space{}
783 \end_inset
784
785 if a tex2lyx bug was fixed, or a new feature was added.
786  In these cases the stored references need to be updated.
787  To do so if using autotools, call 
788 \begin_inset Flex Code
789 status collapsed
790
791 \begin_layout Plain Layout
792 make updatetests
793 \end_layout
794
795 \end_inset
796
797  in the 
798 \begin_inset Flex Code
799 status collapsed
800
801 \begin_layout Plain Layout
802 src/tex2lyx
803 \end_layout
804
805 \end_inset
806
807  subdirectory of the build directory.
808  If instead using CMake, call 
809 \begin_inset Flex Code
810 status collapsed
811
812 \begin_layout Plain Layout
813 make updatetex2lyxtests
814 \end_layout
815
816 \end_inset
817
818  in the build directory or in the 
819 \begin_inset Flex Code
820 status collapsed
821
822 \begin_layout Plain Layout
823 src/tex2lyx/test
824 \end_layout
825
826 \end_inset
827
828  subdirectory of the build directory
829 \begin_inset Foot
830 status collapsed
831
832 \begin_layout Plain Layout
833 Note that this is a case where a make target in the build directory can
834  affect the source directory, which might not be advisable.
835 \end_layout
836
837 \end_inset
838
839 .
840  For convenience, these commands also produce re-exported roundtrip .lyx.tex
841  files.
842  Please examine the changed output carefully before committing the changed
843  files to the repository: Since the test machinery does not do a roundtrip
844  test .tex 
845 \begin_inset Formula $\Rightarrow$
846 \end_inset
847
848  .lyx 
849 \begin_inset Formula $\Rightarrow$
850 \end_inset
851
852  .tex, and does not compare the produced dvi or pdf output, it assumes that
853  the stored .lyx reference produces correct output if processed by \SpecialChar LyX
854 .
855  There is only one chance to detect wrong output: before committing a new
856  reference.
857  Once it is committed, it is quite difficult to verify whether it is correct.
858 \end_layout
859
860 \begin_layout Standard
861 Please 
862 \emph on
863 do not
864 \emph default
865  update the test references by opening them with \SpecialChar LyX
866  or directly running lyx2lyx
867  on them.
868  This would not work, since lyx2lyx and \SpecialChar LyX
869  produce slightly different files
870  regarding insignificant whitespace and line breaks.
871 \end_layout
872
873 \begin_layout Subsection
874 Adding a new test
875 \end_layout
876
877 \begin_layout Standard
878 In many cases tests for new features may be added to one of the existing
879  test files, but sometimes this is not possible or not wanted.
880  Then a new test file needs to be added:
881 \end_layout
882
883 \begin_layout Enumerate
884 Create the new file 
885 \begin_inset Flex Code
886 status collapsed
887
888 \begin_layout Plain Layout
889 src/tex2lyx/test/<test name>.tex
890 \end_layout
891
892 \end_inset
893
894  and run tex2lyx in roundtrip mode to produce the file 
895 \begin_inset Flex Code
896 status collapsed
897
898 \begin_layout Plain Layout
899 src/tex2lyx/test/<test name>.lyx.lyx
900 \end_layout
901
902 \end_inset
903
904 .
905  This file will be the new reference.
906 \end_layout
907
908 \begin_layout Enumerate
909 Once you confirmed that the tex2lyx output is correct, add the new files
910  to the corresponding lists in 
911 \begin_inset Flex Code
912 status collapsed
913
914 \begin_layout Plain Layout
915 src/tex2lyx/test/runtests.py
916 \end_layout
917
918 \end_inset
919
920
921 \begin_inset Flex Code
922 status collapsed
923
924 \begin_layout Plain Layout
925 src/tex2lyx/Makefile.am
926 \end_layout
927
928 \end_inset
929
930  and 
931 \begin_inset Flex Code
932 status collapsed
933
934 \begin_layout Plain Layout
935 src/tex2lyx/test/CMakeLists.txt
936 \end_layout
937
938 \end_inset
939
940 .
941 \end_layout
942
943 \begin_layout Enumerate
944 Commit the changes to the repository, or send a patch to the development
945  list and ask for committing if you do not have commit rights.
946 \end_layout
947
948 \begin_layout Section
949 Export tests
950 \end_layout
951
952 \begin_layout Standard
953 The export tests are integration tests.
954  They take longer to run and are more likely to break than the tex2lyx tests.
955  Nevertheless, they have caught many regressions and without a better alternativ
956 e it is important to keep them up-to-date and understand how they work.
957 \end_layout
958
959 \begin_layout Subsection
960 Expectations of LyX developers
961 \end_layout
962
963 \begin_layout Standard
964 Because the export tests are integration tests and take a long time to run,
965  LyX developers are rarely expected to run all of the tests.
966  Here are some good practices to follow by developers:
967 \end_layout
968
969 \begin_layout Itemize
970 When making a non-trivial change to a .layout file, run the export and layout
971  tests corresponding with that .layout file.
972 \end_layout
973
974 \begin_layout Itemize
975 When making non-trivial changes to a .lyx file, run the export tests correspondin
976 g to that .lyx file.
977 \end_layout
978
979 \begin_layout Itemize
980 When making non-trivial changes to LyX's LaTeX export code (e.g.
981  touching the encoding code or package handling code that you expect will
982  change the exported LaTeX in some way), consider running all of the export
983  tests before and after your change.
984  If there are differences, please reconcile these (i.e.
985  fix the bug or fix the tests) 
986 \emph on
987 before
988 \emph default
989  committing.
990  Ask for help if you're not sure what to do or if you do not want to run
991  the tests, post the patch on the list and others will run the tests.
992 \end_layout
993
994 \begin_layout Itemize
995 Understand how to interpret test failures.
996  If your commit is found to have broken a test, you should be able to interpret
997  the test results when made aware of them.
998  See Section 
999 \begin_inset CommandInset ref
1000 LatexCommand ref
1001 reference "subsec:Interpreting-export-tests"
1002
1003 \end_inset
1004
1005 .
1006 \end_layout
1007
1008 \begin_layout Subsection
1009 Configuring the tests
1010 \end_layout
1011
1012 \begin_layout Standard
1013 To enable these tests when using CMake, add the 
1014 \begin_inset Flex Code
1015 status collapsed
1016
1017 \begin_layout Plain Layout
1018 -DLYX_ENABLE_EXPORT_TESTS=ON
1019 \end_layout
1020
1021 \end_inset
1022
1023  flag.
1024  For example:
1025 \end_layout
1026
1027 \begin_layout Standard
1028 \begin_inset Flex Code
1029 status collapsed
1030
1031 \begin_layout Plain Layout
1032 cmake -DLYX_ENABLE_EXPORT_TESTS=ON /path/to/source
1033 \end_layout
1034
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \begin_layout Standard
1041 \noindent
1042 This flag will increase the time for the cmake command by several seconds,
1043  mainly because of the process of inverting tests (see Section 
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "subsec:Interpreting-export-tests"
1047
1048 \end_inset
1049
1050 ).
1051 \end_layout
1052
1053 \begin_layout Subsection
1054 Running the tests
1055 \end_layout
1056
1057 \begin_layout Standard
1058 To run all of the export tests, in the build directory simply run the command
1059  
1060 \begin_inset Flex Code
1061 status collapsed
1062
1063 \begin_layout Plain Layout
1064 ctest
1065 \end_layout
1066
1067 \end_inset
1068
1069 .
1070  To run only some of the tests, use the command 
1071 \begin_inset Flex Code
1072 status collapsed
1073
1074 \begin_layout Plain Layout
1075 ctest -R <pattern>
1076 \end_layout
1077
1078 \end_inset
1079
1080 , where 
1081 \begin_inset Flex Code
1082 status collapsed
1083
1084 \begin_layout Plain Layout
1085 <pattern>
1086 \end_layout
1087
1088 \end_inset
1089
1090  is a regular expression that matches test names.
1091  It is often useful to list the tests without running them (e.g.
1092  if you want to know how many tests there are or whether your 
1093 \begin_inset Flex Code
1094 status collapsed
1095
1096 \begin_layout Plain Layout
1097 <pattern>
1098 \end_layout
1099
1100 \end_inset
1101
1102  regular expression did what you expected).
1103  This can be done with the 
1104 \begin_inset Flex Code
1105 status collapsed
1106
1107 \begin_layout Plain Layout
1108 -N
1109 \end_layout
1110
1111 \end_inset
1112
1113  or 
1114 \begin_inset Flex Code
1115 status collapsed
1116
1117 \begin_layout Plain Layout
1118 --show-only
1119 \end_layout
1120
1121 \end_inset
1122
1123  argument.
1124  We are still working on getting the tests to run in parallel which is supported
1125  by the 
1126 \begin_inset Flex Code
1127 status collapsed
1128
1129 \begin_layout Plain Layout
1130 ctest
1131 \end_layout
1132
1133 \end_inset
1134
1135  command with the 
1136 \begin_inset Flex Code
1137 status collapsed
1138
1139 \begin_layout Plain Layout
1140 -j <jobs>
1141 \end_layout
1142
1143 \end_inset
1144
1145  or 
1146 \begin_inset Flex Code
1147 status collapsed
1148
1149 \begin_layout Plain Layout
1150 --parallel <jobs>
1151 \end_layout
1152
1153 \end_inset
1154
1155  argument.
1156  However, when running the tests in parallel, sometimes tests fail that
1157  pass when run sequentially.
1158  A reasonable approach is to first run the tests in parallel and then run
1159  the failed tests sequentially.
1160  For example, to run 8 jobs at a time:
1161 \end_layout
1162
1163 \begin_layout Standard
1164 \begin_inset Flex Code
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 ctest -j8
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \begin_layout Standard
1177 \begin_inset Flex Code
1178 status collapsed
1179
1180 \begin_layout Plain Layout
1181 ctest -
1182 \begin_inset ERT
1183 status open
1184
1185 \begin_layout Plain Layout
1186
1187 {}
1188 \end_layout
1189
1190 \end_inset
1191
1192 -rerun-failed
1193 \end_layout
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \begin_layout Standard
1201 \noindent
1202 Note that some tests cannot be run in parallel.
1203  These tests are marked in the code with the 
1204 \begin_inset Flex Code
1205 status collapsed
1206
1207 \begin_layout Plain Layout
1208 \noindent
1209 RUN_SERIAL ON
1210 \end_layout
1211
1212 \end_inset
1213
1214  CMake property.
1215 \end_layout
1216
1217 \begin_layout Standard
1218 In some situations the option 
1219 \begin_inset Flex Code
1220 status collapsed
1221
1222 \begin_layout Plain Layout
1223 --timeout <seconds>
1224 \end_layout
1225
1226 \end_inset
1227
1228  is useful.
1229  There have been bugs in LyX and in LaTeX which cause compilation to hang,
1230  and without a timeout a test might never stop (in one case there was even
1231  a memory leak).
1232  If a test times out, the 
1233 \begin_inset Flex Code
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 ctest
1238 \end_layout
1239
1240 \end_inset
1241
1242  command exits with error, but you can distinguish between a timed out test
1243  and a failed test in the output reported at the end of the 
1244 \begin_inset Flex Code
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248 ctest
1249 \end_layout
1250
1251 \end_inset
1252
1253  command.
1254 \end_layout
1255
1256 \begin_layout Subsection
1257 \begin_inset CommandInset label
1258 LatexCommand label
1259 name "subsec:Interpreting-export-tests"
1260
1261 \end_inset
1262
1263 Interpreting the export test results
1264 \end_layout
1265
1266 \begin_layout Standard
1267 A test can fail for several reasons, not all of them bad.
1268 \end_layout
1269
1270 \begin_layout Itemize
1271 The .lyx file could have been added recently and some formats are not expected
1272  to work well.
1273 \end_layout
1274
1275 \begin_layout Itemize
1276 A dependency is not met (e.g.
1277  the LaTeX class file).
1278  One hint that this is the case is that the corresponding 
1279 \begin_inset Flex Code
1280 status open
1281
1282 \begin_layout Plain Layout
1283 check_load
1284 \end_layout
1285
1286 \end_inset
1287
1288  test will likely also fail.
1289 \end_layout
1290
1291 \begin_layout Itemize
1292 An export that previously failed to compile now compiles.
1293 \end_layout
1294
1295 \begin_layout Itemize
1296 An external dependency was updated (e.g.
1297  TeX Live).
1298 \end_layout
1299
1300 \begin_layout Itemize
1301 A recent code change introduced a bug.
1302 \end_layout
1303
1304 \begin_layout Standard
1305 Because the .lyx files are exported in several formats, it is not surprising
1306  that many of the exports fail.
1307  This expectation of failure is addressed by 
1308 \begin_inset Quotes eld
1309 \end_inset
1310
1311 inverting
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315  the tests, that is, by marking the test as 
1316 \begin_inset Quotes eld
1317 \end_inset
1318
1319 passing
1320 \begin_inset Quotes erd
1321 \end_inset
1322
1323  if the export exits with error and as 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 failing
1328 \begin_inset Quotes erd
1329 \end_inset
1330
1331  if the export succeeds
1332 \emph on
1333 .
1334
1335 \emph default
1336  It follows that these expected failures will not show up as failed tests
1337  in the test results and thus will not pollute the 
1338 \begin_inset Quotes eld
1339 \end_inset
1340
1341 good
1342 \begin_inset Quotes erd
1343 \end_inset
1344
1345  tests.
1346  If the export actually succeeds, then the test will fail.
1347  The purpose of this failure is to get your attentions—something has changed,
1348  possibly for the better.
1349 \end_layout
1350
1351 \begin_layout Standard
1352 We try to document why a test is inverted or ignored.
1353  See the comment (prefixed with 
1354 \begin_inset Flex Code
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 #
1359 \end_layout
1360
1361 \end_inset
1362
1363 ) above the block in which the test is listed as inverted or ignored in
1364  the files 
1365 \begin_inset Flex Code
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 development/autotests/revertedTests
1370 \end_layout
1371
1372 \end_inset
1373
1374  and 
1375 \begin_inset Flex Code
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 development/autotests/ignoredTests
1380 \end_layout
1381
1382 \end_inset
1383
1384 .
1385 \end_layout
1386
1387 \begin_layout Standard
1388 What action should you take if a test fails? First, check manually that
1389  when the compilation succeeded before the resulting PDF was good.
1390  In fact, sometimes it is an improvement when a test fails.
1391  If you check manually, it might be the case that the export was succeeding
1392  before but showing garbled text in a PDF output.
1393  Now it might fail with a clear message of "language xyz not supported".
1394  It is always good to check manually why something fails and if it passes
1395  if the PDF output is good.
1396 \end_layout
1397
1398 \begin_layout Standard
1399 Sometimes a test is fixed by accident.
1400  We should uninvert a test (remove it from the 
1401 \begin_inset Flex Code
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 revertedTests
1406 \end_layout
1407
1408 \end_inset
1409
1410  file) in order to preserve the fix.
1411 \end_layout
1412
1413 \begin_layout Standard
1414 When a test or several tests fail, consider checking the files in the 
1415 \begin_inset Flex Code
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Testing/Temporary/
1420 \end_layout
1421
1422 \end_inset
1423
1424  subdirectory of your build directory.
1425  In this subdirectory are three files: the file 
1426 \begin_inset Flex Code
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 LastTestsFailed.log
1431 \end_layout
1432
1433 \end_inset
1434
1435  simply lists the tests that failed on your last 
1436 \begin_inset Flex Code
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 ctest
1441 \end_layout
1442
1443 \end_inset
1444
1445  command; the 
1446 \begin_inset Flex Code
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 LastTest.log
1451 \end_layout
1452
1453 \end_inset
1454
1455  file contains the output from the tests (and often has details explaining
1456  why a test failed); and the 
1457 \begin_inset Flex Code
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 CTestCostData.txt
1462 \end_layout
1463
1464 \end_inset
1465
1466  file lists the times that it took to run the tests.
1467 \end_layout
1468
1469 \begin_layout Section
1470 check_load tests
1471 \end_layout
1472
1473 \begin_layout Standard
1474 These tests check whether a .lyx file loads without any terminal messages.
1475  They correspond to the manual operations of simply opening a .lyx file on
1476  the terminal, exiting LyX once the file is loaded, and then checking whether
1477  there is any output from the terminal.
1478  These tests are useful for catching malformed .lyx files and parsing bugs.
1479  They can also be used to find a .lyx file in which an instance of something
1480  happens.
1481  To do this, compile LyX with a local patch that outputs something to the
1482  terminal when an instance is found, and then run the check_load tests to
1483  see if any fail, which would mean that the situation occurs in the LyX
1484  documentation files corresponding to the failed tests.
1485  These tests are expectedly fragile: any LyX diagnostic message, which is
1486  not necessarily an error, would cause the tests to fail.
1487  Similarly, any message output by a library (e.g.
1488  Qt) would also cause failure.
1489  There are some messages that the check_load tests are instructed to ignore,
1490  which are stored in the file 
1491 \begin_inset Flex Code
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 development/autotests/filterCheckWarnings
1496 \end_layout
1497
1498 \end_inset
1499
1500 .
1501 \end_layout
1502
1503 \begin_layout Section
1504 URL tests
1505 \end_layout
1506
1507 \begin_layout Standard
1508 These tests are extremely fragile and a failed URL test should not be taken
1509  too seriously.
1510  They are useful for finding broken links in our documentation files.
1511  These must be enabled at configure.
1512 \end_layout
1513
1514 \begin_layout Chapter
1515 Development policies
1516 \end_layout
1517
1518 \begin_layout Standard
1519 This chapter lists some guidelines that should be followed.
1520  This list is not complete, and many guidelines are in separate chapters,
1521  such as 
1522 \begin_inset Quotes eld
1523 \end_inset
1524
1525 When is an update of the .lyx file format number needed?
1526 \begin_inset Quotes erd
1527 \end_inset
1528
1529  in Section 
1530 \begin_inset CommandInset ref
1531 LatexCommand ref
1532 reference "sec:When-is-an"
1533
1534 \end_inset
1535
1536 .
1537 \end_layout
1538
1539 \begin_layout Section
1540 When to set a fixed milestone?
1541 \end_layout
1542
1543 \begin_layout Standard
1544 Only set a fixed milestone (like 2.1.4 or 2.2.0) if at least one of the following
1545  holds:
1546 \end_layout
1547
1548 \begin_layout Enumerate
1549 Somebody is actively working on a fix.
1550 \end_layout
1551
1552 \begin_layout Enumerate
1553 The bug is so severe that it would block the release if it is not fixed.
1554 \end_layout
1555
1556 \begin_layout Standard
1557 If a bug is important, but nobody is working on it, and it is no showstopper,
1558  use a milestone like 2.1.x or 2.2.x.
1559  For all other bugs, do not set a milestone at all.
1560 \end_layout
1561
1562 \begin_layout Section
1563 Can we add rc entries in stable branch?
1564 \end_layout
1565
1566 \begin_layout Standard
1567 No.
1568  We are supposed to increase the prefs2prefs version number with such things.
1569 \end_layout
1570
1571 \begin_layout Chapter
1572 Documentation policies
1573 \end_layout
1574
1575 \begin_layout Standard
1576 The main documentation consists of these files:
1577 \end_layout
1578
1579 \begin_layout Description
1580 splash.lyx it is the first file you see after an installation.
1581  We assume that a new user sees this.
1582  It is therefore designed to be as simple as possible.
1583  Therefore please don't add any new formatting, only fix typos etc.
1584  Splash.lyx is up to date for \SpecialChar LyX
1585  2.1.x, currently maintained by Uwe Stöhr.
1586 \end_layout
1587
1588 \begin_layout Description
1589 Intro.lyx This is the manual new users will read to learn \SpecialChar LyX
1590 .
1591  It therefore uses a limited set of formatting.
1592  For example a standard document class.
1593  Since new users will first learn about the formatting possibilities of
1594  \SpecialChar LyX
1595  please keep this file that simple.
1596  Intro.lyx is up to date for \SpecialChar LyX
1597  2.1.x, currently maintained by Uwe Stöhr.
1598 \end_layout
1599
1600 \begin_layout Description
1601 Tutorial.lyx our tutorial.
1602  It must be always up to date.
1603  Normally there is nothing to add since we don't want to overwhelm new users
1604  with too much details.
1605  The will learn these details while using \SpecialChar LyX
1606  and we have special manuals.
1607  Tutorial.lyx is up to date for \SpecialChar LyX
1608  2.1.x, currently maintained by Uwe Stöhr.
1609 \end_layout
1610
1611 \begin_layout Description
1612 UserGuide.lyx our main user guide.
1613  It covers a mixture of basic and detailed information.
1614  Some information is also in the Math and EmbeddedObjects manual so that
1615  the UserGuide refers to these files.
1616  UserGuide.lyx is up to date for \SpecialChar LyX
1617  2.1.x, currently maintained by Uwe Stöhr.
1618 \end_layout
1619
1620 \begin_layout Description
1621 EmbeddedObjects.lyx a special manual to explain things like tables floats
1622  boxes etc.
1623  in all detail.
1624  EmbeddedObjects.lyx is up to date for \SpecialChar LyX
1625  2.1.x, currently maintained by Uwe
1626  Stöhr.
1627 \end_layout
1628
1629 \begin_layout Description
1630 Math.lyx a special manual to explain everything regarding math in all detail.
1631  Math.lyx is up to date for \SpecialChar LyX
1632  2.1.x, currently maintained by Uwe Stöhr.
1633 \end_layout
1634
1635 \begin_layout Description
1636 Additional.lyx this manual covers information that would be too much detail
1637  for the UserGuide or would make the UserGuide uncompilable or only compilable
1638  when installing a lot of special \SpecialChar LaTeX
1639 -packages.
1640  What should be in the UserGuide or better in Additional is a matter of
1641  taste.
1642  it is up to you to decide that.
1643  Additional.lyx is not completely up to date for \SpecialChar LyX
1644  2.1.x.
1645  Only chapter
1646 \begin_inset space ~
1647 \end_inset
1648
1649 8 is up to date and currently maintained by Uwe Stöhr.
1650  It certainly needs a rewrite and update.
1651  For example many info in chapter
1652 \begin_inset space ~
1653 \end_inset
1654
1655 2 and 3 are already covered by the UserGuide and/or the EmbeddedObjects
1656  manual.
1657 \end_layout
1658
1659 \begin_layout Description
1660 Customization.lyx this manual covers information how to customize \SpecialChar LyX
1661  for certain
1662  output formats, operating systems, languages etc.
1663  It is currently completely out of date and needs a major rewrite and update.
1664  If you do this please assure that your information are given for all OSes
1665  and \SpecialChar LaTeX
1666  distributions (meaning be as objective as possible).
1667 \end_layout
1668
1669 \begin_layout Standard
1670 There are only 4
1671 \begin_inset space ~
1672 \end_inset
1673
1674 rules in editing the docs:
1675 \end_layout
1676
1677 \begin_layout Enumerate
1678 If you are not the maintainer of a doc file or a chapter/section, you MUST
1679  use change tracking so that the maintainer could review your changes
1680 \end_layout
1681
1682 \begin_layout Enumerate
1683 Respect the formatting of the document.
1684  The different files use different formatting styles.
1685  That is OK and has historic reasons nobody fully know ;-).
1686  But it is important to be consistent within one file.
1687 \end_layout
1688
1689 \begin_layout Enumerate
1690 All changes you make to a file in one language MUST also go the file in
1691  the other actively maintained languages.
1692  Normally the maintainer does this for you, if you are the maintainer, you
1693  must do this by copying or changing the changed or added text to the other
1694  files so that the translators sees the blue underlined text and know what
1695  they have to translate and what was changed.
1696 \end_layout
1697
1698 \begin_layout Enumerate
1699 You MUST assure that the document is compilable as 
1700 \begin_inset Quotes eld
1701 \end_inset
1702
1703 PDF (pdflatex)
1704 \begin_inset Quotes erd
1705 \end_inset
1706
1707  after your changes.
1708 \end_layout
1709
1710 \end_body
1711 \end_document