lyx_mirror/development
Scott Kostyshak dbb72a370a ctests: fix race condition for parallel testing
The unicode tests would often fail when tested in parallel because
we were not exporting to unique file names. From what I understand,
a variant similar to the following race condition occurred:

1. Thread A exports to file blah.pdf.
2. Thread B exports to file blah.pdf.
3. Thread A confirms file blah.pdf exists.
4. Thread A deletes exported file blah.pdf to clean up.
5. Thread B fails to find file blah.pdf and reports a failure.
2020-11-15 17:40:02 -05:00
..
attic Rename XHTMLStream to XMLStream, move it to another file, and prepare for DocBook adoption. 2020-06-15 13:01:56 +02:00
autotests ctests: fix race condition for parallel testing 2020-11-15 17:40:02 -05:00
batchtests Added test for nested insets bug (#9395) 2020-11-15 10:36:10 +01:00
checksigs
checkurls Cmake build: Check for perl before use 2020-11-14 00:34:20 +01:00
CI
cmake Cmake build: Fine tuning 2020-10-28 23:12:03 +01:00
coding Merge CodingRulesAndAdvice.lyx into Development.lyx 2020-11-11 20:28:01 +02:00
cygwin Amend(5) 689f26d2: Revert changes in development/cygwin/lyxrc.dist.in 2020-04-19 11:39:10 +02:00
HTML
keystest
lyxserver
MacOSX Add support for lilypond with LyX on Mac 2020-08-03 17:44:22 +02:00
mathmacros
tools No need to specify qt5 2020-10-26 15:29:21 -04:00
unix Amend(4) 689f26d2: Add default path to server pipe (cmake build) 2020-04-18 22:26:56 +02:00
Win32 Wininstaller2: Imagemagick should be able to find ghostscript binaries 2020-10-31 11:15:45 +01:00
.gitignore
coverity_modeling.cpp
DocBookToDo DocBook: implement theorems. 2020-09-19 20:43:40 +02:00
expectedTestFailures
FORMAT Add inset for \nopagebreak. 2020-10-13 19:13:59 +02:00
LyX-Mac-binary-release.sh Add support for lilypond with LyX on Mac 2020-08-03 17:44:22 +02:00
LyX-Mac-frameworks-template.plist Create private frameworks on Mac with standard conforming internal structure 2020-02-20 10:46:22 +01:00
lyx.package.README
lyx.rpm.README
lyx.spec.in
Makefile.am Distribution: Added some missing files 2020-10-25 16:38:00 +01:00
PAINTING_ANALYSIS Honor Update::SinglePar properly 2019-02-20 14:41:22 +01:00
TestsToDo