Changes between Version 2 and Version 3 of ReviewingPatches


Ignore:
Timestamp:
Dec 12, 2019, 10:07:21 AM (4 years ago)
Author:
Itms
Comment:

Current status of automated testing

Legend:

Unmodified
Added
Removed
Modified
  • ReviewingPatches

    v2 v3  
    4949
    5050The following things can be automatically tested on patches by Jenkins, and can also be run post-commits. Some of them are already tested, others should in the future. For every item it would be nice to use as many alternative pieces of software as possible. This is a work-in-progress list and suggestions are welcome.
    51  - Building (in release and debug mode) on GCC, clang and MSVC
    52  - Unit tests (run in release and debug mode) on Unix and Windows
    53  - Perl scripts for art files and entity templates
    54  - Linting for enforcing our [wiki:Coding_Conventions] automatically
     51 - Building (in release and debug mode) on GCC, clang and MSVC **[Currently GCC6 and MSVC 14 only]**
     52 - Unit tests (run in release and debug mode) on Unix and Windows **[Done, waiting on #3753 for Windows debug]**
     53 - Perl scripts for art files and entity templates **[Done]**
     54 - Linting for enforcing our [wiki:Coding_Conventions] automatically **[Under improvement]**
    5555 - Using SpiderMonkey tools for more analysis of the JS code
    5656 - Running a game with AIs and catching warnings and errors