| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Now that it runs caliper and JUnit, the old name was awful clumsy.
|
|
|
|
| |
Moving tests to the local sdcard.
|
| |
|
|
|
|
|
| |
Fixing a bug where we were attempting to execute errord out tests. And
renaming the testClasses to a testClasspath.
|
|
|
|
| |
we'll need to fix a few things before the UI for this is nice.
|
|
|
|
| |
Also fixing the number of threads used by the driver.
|
|
will compile a focused set of tests, install them on the device, and
run them.
There are still some features missing in the current test runner:
- it requires JUnit to be compiled manually "mmm external/junit". I'm
trying to figure out why our build system cannot find it.
- it requires the full test suite already be on the device. This is
necessary for the support test files and annotations. I intend to
create a follow up change to move those into a smaller target.
For now "mmm dalvik snod" will build these.
- JUnit test expectations are at the class level, not the method level.
I don't yet have a mechanism to introspect the .java file from JUnit
to get its method-level detail.
- jtreg tests can only be run as a directory, not as a single test.
|