summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/NoExecTestResult.java
Commit message (Collapse)AuthorAgeFilesLines
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
| | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+39
| | | | | This time change the frameworks makefile so it only includes test-runner/src in the public API.
* Revert "Move framework test-runner unit tests to be closer to their source."Brett Chabot2010-02-191-39/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+39
Move the test-runner source into a separate src folder to accommodate the test move.