Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: ollydbg on December 11, 2018, 04:35:55 pm

Title: Saving the CCTest result file in the code repo for regression test
Post by: ollydbg on December 11, 2018, 04:35:55 pm
Just FYI:

In recent commits(around rev 11520), I added a file: \src\plugins\codecompletion\testing\codecompletion_test_result.txt in our code repo, which is the testing result of CCTest. So when you change some code in our CC's parser, you should run the CCTest again, and see whether there are some regression shown in the codecompletion_test_result.txt.

Hopefully, we will have more PASS, and less FAIL in the txt file.  ;)