History log of /external/autotest/client/tests/compilebench/compilebench.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12b45582c04b2417036a6f11afc843ac5fddea50 11-Jan-2010 lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> Massive permission fix

Fix permissions for all the development tree

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4094 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/compilebench/compilebench.py
8e65ce13de9fa5ddb163fdb48605e14850548a0b 19-Dec-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Add a patch to remove the Python version of Compliebench.
Compilebench restricted it to 2.4.

Signed-off-by: Tom Wai-Hong Tam <waihong at google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4027 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/compilebench/compilebench.py
4c607f2bce87c8dbfc4e0136b9b909be0f62f952 02-Jun-2009 lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> Convert remainder of tests to use logging

As cerberus, lsb_dtk and dma_memtest had more work to do, they went into
separate patches. This patch now finishes the work of converting tests
to use logging statements. What was done:

* In one test (aiostress), the values of self.srcdir, self.bindir and
self.tmpdir were being print. As this seems to be a debug statement from
early code that doesn't seem necessary anymore, it was removed.
* In some tests, the command being executed was being printed out,
followed by a utils.system call. As this sort of command print is a
debugging statement, and as utils.system already logs the command being
executed, in such cases, the command string print was simply removed
* The form print >> file_object, "foo" was replaced by the equivalent
file_object.write(foo) as it is more clear.
* Conversion of print statements to logging statements.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3190 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/compilebench/compilebench.py
8e7963fc18691c4bf788c0826a27a1a3460e11b7 05-Jan-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> add compilebench

From: curtw@google.com
Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2593 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/compilebench/compilebench.py