Change #263690
| Category | doxygen |
| Changed by | albert-github <albert.tests@gmail.com> |
| Changed at | Mon 06 Apr 2026 09:41:46 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | f5e66408029aa8b900f1e315c20618e8c6294c71 |
Comments
Error running test 120 without `--xml` When testing the doxygen test 120 but without that `--xml` or `--xmlxsd` has been specified we get the error like: ``` error: cannot open tag file .../testing/test_output_120/out/tagfile for writing ``` due to the fact that in this case the `out` directory has not bee created. Furthermore there were still a number of references to test `116` (the initial number of the test)
Changed files
- testing/120/f_8cpp.xml
- testing/120/s_2h_8h.xml
- testing/120/t_2s_2h_8h.xml
- testing/120_tagfile.cpp
- testing/more_120/f.cpp
- testing/runtests.py