waf.bat
author Alexander Krotov <ilabdsf@yandex.ru>
Sun, 26 Jul 2015 19:44:31 +0300
changeset 11550 7bcb27873aec
parent 779 fa5b85a032f9
permissions -rwxr-xr-x
Add "unfixable" ByteTagList test case This test case creates empty packet, removes last 50 bytes and adds them back. As packet is empty initially, no bytes are marked dirty. Therefore, Buffer::AddAtEnd returns false, indicating that added bytes were not used before. However, it does not know if they were tagged with byte tags. This bug is not so easy to fix as Buffer does not have enough information to return true in Buffer::AddAtEnd when it should.

@python -x waf %* & exit /b