index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc DalvikRunner changes
Brian Carlstrom
2010-03-16
9
-21
/
+61
*
Merge "make DalvikRunner ignore .#Foo.java files" into dalvik-dev
Brian Carlstrom
2010-03-16
4
-7
/
+4
|
\
|
*
make DalvikRunner ignore .#Foo.java files
Brian Carlstrom
2010-03-16
4
-7
/
+4
*
|
Java 6 java.io.File changes.
Elliott Hughes
2010-03-12
1
-52
/
+0
|
/
*
Don't silently ignore arguments just because we don't take any.
Elliott Hughes
2010-03-10
1
-0
/
+3
*
Merge "Add (but @hide) String.isEmpty and Locale.ROOT." into dalvik-dev
Elliott Hughes
2010-03-02
1
-4
/
+0
|
\
|
*
Add (but @hide) String.isEmpty and Locale.ROOT.
Elliott Hughes
2010-03-02
1
-4
/
+0
*
|
vogar should chdir to android_root
Brian Carlstrom
2010-03-02
1
-0
/
+1
|
/
*
am 60a65773: Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /...
Brian Carlstrom
2010-02-28
1
-1
/
+5
|
\
|
*
Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after ...
Brian Carlstrom
2010-02-23
1
-1
/
+5
*
|
am d1ad6ae8: DalvikRunner --tee option to send output to a file or stdout at ...
Brian Carlstrom
2010-02-28
8
-65
/
+132
|
\
\
|
|
/
|
*
DalvikRunner --tee option to send output to a file or stdout at runtime
Brian Carlstrom
2010-02-23
8
-65
/
+132
*
|
If we're in an Android build tree, we should use core.jar as our "SDK".
Elliott Hughes
2010-02-24
1
-2
/
+5
*
|
Fix DalvikRunner on the dalvik-dev branch.
Elliott Hughes
2010-02-23
1
-1
/
+1
|
/
*
Merge "Removing bogus check to permit on-host debugging."
Jesse Wilson
2010-02-19
1
-4
/
+0
|
\
|
*
Removing bogus check to permit on-host debugging.
Jesse Wilson
2010-02-19
1
-4
/
+0
*
|
More DalvikRunner cleanup.
Elliott Hughes
2010-02-18
5
-65
/
+27
|
/
*
Add a simple MD5-based cache to DalvikRunner.
Elliott Hughes
2010-02-18
3
-9
/
+147
*
Make DalvikRunner work on production devices too.
Elliott Hughes
2010-02-17
12
-28
/
+494
*
Reverting our test runner's background building behaviour.
Jesse Wilson
2010-02-16
1
-20
/
+9
*
Make DalvikRunner more resilient to running immediately after device reboot
Brian Carlstrom
2010-02-11
4
-20
/
+79
*
Fix NamingPatternCodeFinder to detect final classes
Brian Carlstrom
2010-02-10
1
-1
/
+1
*
Remove TestRunner.success field / Make postCompileTest return void
Brian Carlstrom
2010-02-10
24
-126
/
+198
*
DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toSt...
Brian Carlstrom
2010-02-09
34
-391
/
+1369
*
Change DalvikRunner to use newly added OptionParser.
Brian Carlstrom
2010-01-29
8
-144
/
+732
*
Adding support for arbitrary VM args in dalvik runner.
Jesse Wilson
2010-01-22
5
-13
/
+32
*
Teaching DalvikRunner to run arbitrary classes with main() methods.
Jesse Wilson
2010-01-22
15
-78
/
+262
*
Merge "Scrubbing some jtreg bugs."
Jesse Wilson
2010-01-19
1
-0
/
+45
|
\
|
*
Scrubbing some jtreg bugs.
Jesse Wilson
2010-01-19
1
-0
/
+45
*
|
Show DalvikRunner test output even on success when given --verbose.
Elliott Hughes
2010-01-12
1
-0
/
+2
*
|
Allow DalvikRunner to run tests in core library packages.
Elliott Hughes
2010-01-07
1
-0
/
+5
|
/
*
Fixing BigDecimal.stripLeadingZeroes on "0e100", as discovered by jtreg.
Jesse Wilson
2009-12-21
1
-0
/
+22
*
More expectations for our test runs
Jesse Wilson
2009-12-21
3
-10
/
+112
*
Fixing the XML emitter to honor the expectations file.
Jesse Wilson
2009-12-20
4
-71
/
+71
*
Fixing a busted regex in the expectations file. Also doing regex checking upf...
Jesse Wilson
2009-12-20
2
-2
/
+11
*
Adding expectations for a bunch of jtreg tests.
Jesse Wilson
2009-12-18
10
-78
/
+741
*
Rename dalvik_jtreg to dalvik_runner.
Jesse Wilson
2009-12-17
35
-109
/
+108
*
Fixing clean to use rm -rf so it won't fail if the directory wasn't ever crea...
Jesse Wilson
2009-12-17
4
-16
/
+47
*
Cleaning up after each test to avoid exhausting disk space.
Jesse Wilson
2009-12-17
3
-31
/
+64
*
Adding some debugging to help figure out why our tests aren't completing.
Jesse Wilson
2009-12-16
1
-1
/
+15
*
Making helper threads daemons in the jtreg runner.
Jesse Wilson
2009-12-16
5
-13
/
+56
*
Merge change Iadae8af9
Android (Google) Code Review
2009-12-15
2
-2
/
+6
|
\
|
*
Updating Caliper runner to correspond with caliper r20091215
Jesse Wilson
2009-12-15
2
-2
/
+6
*
|
Fix our test runner to look inside source files for package declarations.
Elliott Hughes
2009-12-15
2
-2
/
+40
*
|
Fix dalvik_jtreg build.
Elliott Hughes
2009-12-15
1
-1
/
+9
|
/
*
Support running caliper with the jtreg runner. This is an early first look;
Jesse Wilson
2009-12-10
11
-39
/
+180
*
More jtreg+JUnit love. Getting JUnit to work off-device.
Jesse Wilson
2009-12-02
4
-9
/
+20
*
JUnit support for jtreg runner. This makes it so that a single command
Jesse Wilson
2009-12-02
20
-391
/
+722
*
Changing JtregRunner to support running tests off device.
Jesse Wilson
2009-11-25
10
-399
/
+685
*
Don't ignore errors on expected result, compile, or install in jtreg runner.
Jesse Wilson
2009-11-18
1
-7
/
+16
[next]