index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Testing should use debug dex2oat and oatexec by default
Ian Rogers
2012-02-03
2
-5
/
+6
*
Tests should include exception stack traces on failure.
Elliott Hughes
2012-02-02
1
-2
/
+2
*
Fix a few bugs in push-and-run-test-jar.
Elliott Hughes
2012-02-01
7
-14
/
+14
*
Manually merge my AOSP update to the VM tests.
Elliott Hughes
2012-01-31
33
-73
/
+925
*
Change Fibonacci to default argument when none provided for test-art-target-o...
Brian Carlstrom
2012-01-31
1
-8
/
+10
*
Class::SetStatus(kStatusError) now checks that an exception is pending and us...
Brian Carlstrom
2012-01-31
2
-5
/
+5
*
Adjust expected line numbers in tests to account for fixed copyright headers
Brian Carlstrom
2012-01-31
3
-11
/
+11
*
Fix copyright headers.
Elliott Hughes
2012-01-30
107
-111
/
+1606
*
Make the class loading behavior closer to the RI's.
Elliott Hughes
2012-01-26
2
-17
/
+6
*
Merge "Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL ...
Ian Rogers
2012-01-26
1
-6
/
+6
|
\
|
*
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...
Ian Rogers
2012-01-26
1
-6
/
+6
*
|
Be honest about our assertions implementation.
Elliott Hughes
2012-01-26
2
-2
/
+2
|
/
*
Fix test 046.
Elliott Hughes
2012-01-26
2
-2
/
+6
*
This fixes several of the VM tests.
Elliott Hughes
2012-01-26
1
-10
/
+2
*
Fix thread hang
Brian Carlstrom
2012-01-25
1
-1
/
+6
*
Improve exceptions thrown during class loading.
Elliott Hughes
2012-01-24
3
-0
/
+39
*
Interface dispatch bug
Ian Rogers
2012-01-18
13
-1
/
+88
*
Fix for issue 5884080: Loop formation regression
buzbee
2012-01-18
3
-0
/
+23
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
2
-2
/
+2
*
Fixes for 071-dexfile
Ian Rogers
2012-01-11
1
-3
/
+3
*
Fix 086-null-super and 087-gc-after-link
Ian Rogers
2012-01-10
2
-2
/
+2
*
Fix for test 003-omnibus-opcodes
Ian Rogers
2012-01-10
1
-4
/
+7
*
Rename SystemMethods to ReflectionTest.
Elliott Hughes
2012-01-09
1
-60
/
+60
*
Add installd support to dex2oat
Brian Carlstrom
2012-01-05
5
-6
/
+6
*
Ensure that 055 checks we don't cheat on the library side...
Elliott Hughes
2011-12-16
1
-0
/
+20
*
Improve the ThreadStress test to send SIGQUIT, and fix the bug that finds.
Elliott Hughes
2011-12-15
1
-1
/
+9
*
Fix 088 the way the test's author intended.
Elliott Hughes
2011-12-14
1
-2
/
+0
*
Knock 0.5s off the Calculator startup time.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Fix regression in vm tests 021 and 082
Ian Rogers
2011-12-12
5
-6
/
+6
*
Revert dex2oat file locking
Brian Carlstrom
2011-12-12
6
-8
/
+14
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
2
-11
/
+15
*
Always compile tests with -g.
Elliott Hughes
2011-11-30
1
-1
/
+1
*
Implement enough JDWP functionality that we can attach jdb.
Elliott Hughes
2011-11-16
1
-2
/
+2
*
Refactor the use of Method by the compiler.
Ian Rogers
2011-11-13
1
-2
/
+2
*
Added support for -XX:HeapGrowthLimit switch
jeffhao
2011-10-28
1
-0
/
+57
*
Testing with the new verifier, fix comments as going through code.
Shih-wei Liao
2011-10-28
1
-20
/
+149
*
Fix the ReferenceMap test.
Shih-wei Liao
2011-10-27
1
-108
/
+83
*
Created --runtime-arg switch for dex2oat to pass arguments to runtime.
jeffhao
2011-10-25
4
-24
/
+0
*
Fix the StackWalk unit test. SegFault was caused by wrong comparisons.
Shih-wei Liao
2011-10-24
1
-3
/
+3
*
Wire up enough of the pieces that we can connect ddms or jdb.
Elliott Hughes
2011-10-24
1
-0
/
+8
*
Verifier clean up.
Ian Rogers
2011-10-24
2
-81
/
+69
*
dex2oat invoked by system if it can't find an oat file for a dex file.
jeffhao
2011-10-24
2
-10
/
+0
*
Give proxy all of the return types. Part 2.
Jesse Wilson
2011-10-24
2
-10
/
+6
*
Basic JDWP option parsing...
Elliott Hughes
2011-10-21
2
-3
/
+3
*
Fixes for ThreadStress test
Brian Carlstrom
2011-10-21
1
-6
/
+8
*
Add ThreadStress test to try and exercise corner cases
Brian Carlstrom
2011-10-21
1
-0
/
+235
*
Merge "Reuse SIRT for C++ references" into dalvik-dev
Brian Carlstrom
2011-10-20
1
-1
/
+1
|
\
|
*
Reuse SIRT for C++ references
Brian Carlstrom
2011-10-20
1
-1
/
+1
*
|
Add --invoke-with and -d to the dalvik tests.
Elliott Hughes
2011-10-19
5
-21
/
+27
|
/
*
System calls dex2oat when opening a dex file with an output location
jeffhao
2011-10-19
3
-12
/
+2
[next]