History log of /external/ltp/execltp.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbd580ebd9e77308a49603efe91ac563d4dbef1a 20-May-2012 Garrett Cooper <yanegomi@gmail.com> PEP8 and update the copyright date

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/execltp.in
0ab3aacfd035ca96ba0f5fd8aef77bbf5f08ee41 20-Jul-2011 Garrett Cooper <yanegomi@gmail.com> Improve script.

1. Unbreak py3k support by using portable idioms.
2. Be more conscious of memory usage by garbage collecting unused
memory and by using iterators for reading in data instead of slurping
in the entire file. This should get memory usage well under 2GB like
I've seen in the past under some circumstances.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/execltp.in
6607608d8d11449aae09fb5db155b4a2109d612f 17-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Update comment.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/execltp.in
7324c3ab6ebdf26f5c8252b776ba2be77ade7011 17-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Update to use scenario group files.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/execltp.in
bbfbd512abb9592bb22480a38793cf1b99d512d2 12-Dec-2009 yaberauneya <yaberauneya> Replace the while loop + counter with a more resource efficient iterator.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/execltp.in
0d39b83926e9ea4b58cb44ffd2f9476088a3ca33 20-Nov-2009 yaberauneya <yaberauneya> Commit execltp - a python script that provides a more user friendly alternative to runltp.

The only thing basic that's outstanding from this script that could be improved upon is making the while loop into a python iterator.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/execltp.in