Dmitry Timoshkov dmitry@baikal.ru writes:
The overflow handling still looks suspicious. It probably needs some more test cases.
Alexandre Julliard julliard@winehq.org wrote:
The overflow handling still looks suspicious. It probably needs some more test cases.
I'm probably missing something, why new attempt is marked as pending?
Dmitry Timoshkov dmitry@baikal.ru writes:
It's still broken. Consider what happens if there's no room for the final null.
Alexandre Julliard julliard@winehq.org wrote:
It's still broken. Consider what happens if there's no room for the final null.
Is there that kind of problem in the new tests?
Dmitry Timoshkov dmitry@baikal.ru writes:
No but if the tests didn't catch that problem it's probably a sign that they are not extensive enough.
Alexandre Julliard julliard@winehq.org wrote:
New tests exercising any desirable behaviour could be added at any point, it never was a reason to reject a test case before. If there is a need for some specific test it's usually enough to suggest what you'd like to see tested.
Dmitry Timoshkov dmitry@baikal.ru writes:
I didn't reject the test case. It's just pending until you get the code right, which may require revisiting the tests.