summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge change Id8a539c6Android (Google) Code Review2009-11-161-0/+5
|\ | | | | | | | | * changes: Suppressing an invalid test that's checking implementation details.
| * Suppressing an invalid test that's checking implementation details.Jesse Wilson2009-11-161-0/+5
| |
* | Specifying the /tmp directory and other properties for test runs.Jesse Wilson2009-11-161-0/+7
|/ | | | This fixes 2 broken tests in RandomAccessFile, and possibly others.
* Merge change I690f0051Android (Google) Code Review2009-11-161-1/+1
|\ | | | | | | | | * changes: Fixing a simple concurrency issue in the jtreg runner.
| * Fixing a simple concurrency issue in the jtreg runner.Jesse Wilson2009-11-161-1/+1
| |
* | Suppressing BufferedReader jtreg tests we're better off not passing.Jesse Wilson2009-11-132-0/+10
|/
* Sanitize text before emitting to XML.Jesse Wilson2009-11-061-1/+9
| | | | | | 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.
* Emitting JUnit+Ant style XML from the jtreg test runner.Jesse Wilson2009-11-045-36/+259
| | | | | | | 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.
* Adding timeouts to jtreg runner.Jesse Wilson2009-11-037-108/+124
| | | | | Also fixing some problems with the Android.mk which was pointing at an old version of the Run class.
* Merge change I57dd1032Android (Google) Code Review2009-11-0214-139/+516
|\ | | | | | | | | * changes: Supporting expected results for the jtreg test runner.
| * Supporting expected results for the jtreg test runner.Jesse Wilson2009-11-0114-139/+516
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge change I88e8376eAndroid (Google) Code Review2009-11-011-0/+2
|\ \ | |/ |/| | | | | * changes: Update logging to r820767
| * Update logging to r820767Jesse Wilson2009-10-271-0/+2
| |
* | Change the jtreg tool to perform both building and running steps.Jesse Wilson2009-10-2812-177/+364
| |
* | Script for compiling and dexing jtreg tests for Dalvik.Jesse Wilson2009-10-2811-0/+736
|/
* Tools to push code back upstream.Jesse Wilson2009-10-086-66/+205
|
* First cut at a tool to perform automated syncs from Harmony to Dalvik.Jesse Wilson2009-09-159-0/+580
Much of the work of the tool is managing three versions of our code: - the current Harmony code - the current Dalvik code - the common ancestor, an older version of Harmony The tool calls out to the command line to perform the actual filesystem work. Eventually I'd like to support all of our modules, and also gathering diffs to send upstream to Harmony.