News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Saving the CCTest result file in the code repo for regression test

Started by ollydbg, December 11, 2018, 04:35:55 PM

Previous topic - Next topic

ollydbg

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.  ;)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.