Last modified: 2013-09-27 20:01:56 UTC
We currently generate change assignments for selective serializer testing manually and store those assignments in an external file. When parser tests are modified, those assignments need to be regenerated manually. We have the ability to avoid this manual work by generating those assignments just in time with a relatively minor overhead (60 -> 61 seconds in one measurement). However, there seems to be a bug that causes the number of reported tests to be higher than the number of tests using external assignments. This bug should remind us to fix this issue and to get rid of the external change assignment file and its related complexity.
*** This bug has been marked as a duplicate of bug 50316 ***