| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Now that it runs caliper and JUnit, the old name was awful clumsy.
|
|
|
|
|
|
|
| |
created.
Adding a --skip-clean option.
Adding a --device-runner-dir option to run off the SD card
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
* changes:
Updating Caliper runner to correspond with caliper r20091215
|
| | |
|
|/
|
|
|
|
| |
The relevant libcore .java files were all under test/java/ directories, but
that's not generally true, and not true in the specific case of caliper's
benchmarks.
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
This fixes 2 broken tests in RandomAccessFile, and possibly others.
|
| |
|
|
|
|
|
|
| |
This is the absolute least amount of sanitization that will work.
I'll consider adding more as necessary; currently I'm not too
interested in spending the time to make this perfect.
|
|
|
|
|
|
|
| |
This change adds some unfortunate code duplication between
the jtreg runner and the CoreTestSuite runner. I'd like to
eventually loop back and create a unified test runner for
either type of test.
|
|
|
|
|
| |
Also fixing some problems with the Android.mk which was
pointing at an old version of the Run class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is necessary to suppress false positives when dalvik
intentionally differs from the RI. This came up in the fix
for issue 2224903.
Also adding additional features to the jtreg runner to make
it useful as an iterative development tool:
- debugger support, to debug through running tests
- verbose output, to aid in diagnosing hangs
Also adding a few ".expected" files for known test failures.
Hopefully this is scalable.
Renaming Run to TestRun and extracting Result as a top-level enum.
|
| |
|
|
|