]> git.lyx.org Git - lyx.git/blob - development/expectedTestFailures
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / development / expectedTestFailures
1 This file documents which tests are expected to fail. It can be used to quickly
2 tell if a regression has occurred. This is also useful when first running tests
3 to get an idea of whether some tests are failing because of missing
4 dependencies.
5
6 If the bug corresponding to a test has been fixed, please make sure that the
7 test returns successful before removing that bug from the list (otherwise this
8 might be a poorly written test or the bug might not be fully fixed, either of
9 which needs to be addressed).
10
11 It is possible that one person reports a failure and another reports success,
12 perhaps due to different platforms. This should be reported in the "Notes"
13 column.
14
15 Expected failures:
16
17 Test                                                 Notes
18
19 autotests/bug-8540                                   #8540