Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
aa6e1cdddae8bd240c5cdc156348f2a42e045a7b
/
test
9ab05de
Fix for issue 5884080: Loop formation regression
by buzbee
· 13 years ago
e7d856b
Add GC map to oat file
by Brian Carlstrom
· 13 years ago
725aee5
Fixes for 071-dexfile
by Ian Rogers
· 13 years ago
cab0101
Fix 086-null-super and 087-gc-after-link
by Ian Rogers
· 13 years ago
12100a5
Fix for test 003-omnibus-opcodes
by Ian Rogers
· 13 years ago
fe9cf7a
Rename SystemMethods to ReflectionTest.
by Elliott Hughes
· 13 years ago
a6cc893
Add installd support to dex2oat
by Brian Carlstrom
· 13 years ago
a5c0c21
Ensure that 055 checks we don't cheat on the library side...
by Elliott Hughes
· 13 years ago
831afe4
Improve the ThreadStress test to send SIGQUIT, and fix the bug that finds.
by Elliott Hughes
· 13 years ago
fbef946
Fix 088 the way the test's author intended.
by Elliott Hughes
· 13 years ago
91250e0
Knock 0.5s off the Calculator startup time.
by Elliott Hughes
· 13 years ago
2d3430a
Fix regression in vm tests 021 and 082
by Ian Rogers
· 13 years ago
6ef827a
Revert dex2oat file locking
by Brian Carlstrom
· 13 years ago
6d4d9fc
Reduce meta-data object sizes, introduce meta-data helper classes.
by Ian Rogers
· 13 years ago
4b0d1ee
Always compile tests with -g.
by Elliott Hughes
· 13 years ago
a215526
Implement enough JDWP functionality that we can attach jdb.
by Elliott Hughes
· 13 years ago
0571d35
Refactor the use of Method by the compiler.
by Ian Rogers
· 13 years ago
c116070
Added support for -XX:HeapGrowthLimit switch
by jeffhao
· 13 years ago
371814f
Testing with the new verifier, fix comments as going through code.
by Shih-wei Liao
· 13 years ago
39723d3
Fix the ReferenceMap test.
by Shih-wei Liao
· 13 years ago
5d84040
Created --runtime-arg switch for dex2oat to pass arguments to runtime.
by jeffhao
· 13 years ago
d2b8abf
Fix the StackWalk unit test. SegFault was caused by wrong comparisons.
by Shih-wei Liao
· 13 years ago
d1cc836
Wire up enough of the pieces that we can connect ddms or jdb.
by Elliott Hughes
· 13 years ago
d81871c
Verifier clean up.
by Ian Rogers
· 13 years ago
262bf46
dex2oat invoked by system if it can't find an oat file for a dex file.
by jeffhao
· 13 years ago
ecbce8f
Give proxy all of the return types. Part 2.
by Jesse Wilson
· 13 years ago
3bb8156
Basic JDWP option parsing...
by Elliott Hughes
· 13 years ago
4514d3c
Fixes for ThreadStress test
by Brian Carlstrom
· 13 years ago
7c6deaa
Add ThreadStress test to try and exercise corner cases
by Brian Carlstrom
· 13 years ago
fb8a127
Merge "Reuse SIRT for C++ references" into dalvik-dev
by Brian Carlstrom
· 13 years ago
40381fb
Reuse SIRT for C++ references
by Brian Carlstrom
· 13 years ago
7c04610
Add --invoke-with and -d to the dalvik tests.
by Elliott Hughes
· 13 years ago
c393a4f
System calls dex2oat when opening a dex file with an output location
by jeffhao
· 13 years ago
bb1e8f0
Implement -Xjnigreflimit.
by Elliott Hughes
· 13 years ago
2641f71
Move test codes out of src/. They belong to the test/ directory.
by Shih-wei Liao
· 13 years ago
accd83d
Fix a heap lock/thread list lock deadlock.
by Elliott Hughes
· 13 years ago
d81cdcc
Fix annotations test 004.
by Jesse Wilson
· 13 years ago
5562174
Add ParallelGC to reproduce system_server hang
by Brian Carlstrom
· 13 years ago
c252c3e
Clarify cause of 071 failure with an UNIMPLEMENTED
by Brian Carlstrom
· 13 years ago
9b27e1c
art/test build fixes
by buzbee
· 13 years ago
c9b1e49
Merge "Add a unit test for ReferenceMap that involves try-catch-finally." into dalvik-dev
by Shih-wei Liao
· 13 years ago
63433ba
Add a unit test for ReferenceMap that involves try-catch-finally.
by Shih-wei Liao
· 13 years ago
466bb25
Proxy implementation
by Ian Rogers
· 13 years ago
47a0d5a
Move art content to /data
by Brian Carlstrom
· 13 years ago
9ca7a1f
Add -Xzygote to suppress starting the signal catcher thread.
by Elliott Hughes
· 13 years ago
582a7d1
Fix a handful of reflection bugs.
by Elliott Hughes
· 13 years ago
92827a5
Setup AbstractMethodError and dlsym stub when loading from oat
by Brian Carlstrom
· 13 years ago
aded5f7
Working ClassLoader
by Brian Carlstrom
· 13 years ago
5f9298a
"Fix" racy test 030.
by Elliott Hughes
· 13 years ago
3b3e118
Fix the thread test to not be racy.
by Elliott Hughes
· 13 years ago
32caed4
Update test 031 to track the libcore annotations implementation changes.
by Elliott Hughes
· 13 years ago
510c878
Fix the expectations for test 007 to match the RI's output.
by Elliott Hughes
· 13 years ago
8cbc8bc
Use a test-specific name for each generated file.
by Elliott Hughes
· 13 years ago
58ae941
Simplify command line arguments
by Brian Carlstrom
· 13 years ago
33f741e
Remove opening of DexFile from pointer
by Brian Carlstrom
· 13 years ago
1afef11
Merge "Separate oat from image" into dalvik-dev
by Brian Carlstrom
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago
d61ae75
Remove dead cruft from SystemMethods.
by Elliott Hughes
· 13 years ago
ed1c1e3
Fix field access.
by Elliott Hughes
· 13 years ago
7502e2a
Fix the 051-thread test.
by Elliott Hughes
· 13 years ago
5cb5ad2
Fix exception throwing to support no detail message.
by Elliott Hughes
· 13 years ago
68c5478
Update exception test with new traceback
by buzbee
· 13 years ago
795d78f
Old tests run with new system.
by jeffhao
· 13 years ago
5d1ac92
Adding old unit tests to test suite.
by jeffhao
· 13 years ago
abcfde3
Fixed test for static final fields that don't use <clinit>.
by jeffhao
· 13 years ago
4f894e3
Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap.
by Shih-wei Liao
· 13 years ago
8ab8328
Add a test to trigger GC.
by Shih-wei Liao
· 13 years ago
5d40f18
Fixes for "null instanceof" and class initialization
by Brian Carlstrom
· 13 years ago
9407c60
Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.
by Shih-wei Liao
· 13 years ago
2a20cfd
Implement java.lang.reflect.Constructor.constructNative.
by Elliott Hughes
· 13 years ago
b886da8
Support for exceptions from array allocation.
by Ian Rogers
· 13 years ago
e51a511
Exception support for CanPutArrayElementFromCode.
by Ian Rogers
· 13 years ago
932746a
Stack overflow error and unit test.
by Ian Rogers
· 13 years ago
a0841a8
Abstract Method Error unit test and fixes.
by Ian Rogers
· 13 years ago
ff1ed47
Class cast, fill array and interface exception support.
by Ian Rogers
· 13 years ago
9651f42
Implement NPE, div by 0 and AIOBE.
by Ian Rogers
· 13 years ago
9086572
Fix for implicit null test for oat.
by Ian Rogers
· 13 years ago
25c3325
Fix compiler class initialization to properly deal with super classes
by Brian Carlstrom
· 13 years ago
29f2742
Uncaught exception handlers and automatic removal from thread groups.
by Elliott Hughes
· 13 years ago
bbf1e41
Move main method tests from gtests to oat tests
by Brian Carlstrom
· 13 years ago
93dd966
Implicit NPE support when no exception given to throw.
by Ian Rogers
· 13 years ago
c228252
Fix order CheckCastFromCode and enable Fibonacci test
by Brian Carlstrom
· 13 years ago
67375ac
Support for exception throwing from JNI.
by Ian Rogers
· 13 years ago
43a3642
Fix null check elimination
by buzbee
· 13 years ago
303b01e
Add unit test for exercising AbstractMethodErrorStub code.
by Shih-wei Liao
· 13 years ago
f0cde54
SSA renaming fix & invalid opcode fix
by buzbee
· 13 years ago
31384c5
Generating stub code for registering a jni function at runtime.
by Shih-wei Liao
· 13 years ago
1240dad
Test conversion of floats and doubles to strings.
by Elliott Hughes
· 13 years ago
2a475e7
Check-cast, instance-of, misc fixes
by buzbee
· 13 years ago
5dbddee
Added tests for interfaces that extend other interfaces.
by jeffhao
· 13 years ago
98e0e5e
Merge "Fix various JNI compiler bugs/unimplementeds." into dalvik-dev
by Ian Rogers
· 13 years ago
7a99c11
Fix various JNI compiler bugs/unimplementeds.
by Ian Rogers
· 13 years ago
f5ecf06
Invoke <clinit> where necessary.
by Elliott Hughes
· 13 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 13 years ago
109bd6a
Fix for argument passing bug
by buzbee
· 13 years ago
b9231c8
Test arg passing for arraycopy.
by Ian Rogers
· 13 years ago
e9a72f6
Try/Catch analysis; various workarounds
by buzbee
· 13 years ago
aa762fe
Merge "Fix bug in long arguments for JNI on x86" into dalvik-dev
by Ian Rogers
· 13 years ago
9b269d2
Fix bug in long arguments for JNI on x86
by Ian Rogers
· 13 years ago
0f4c41d
Various fixes.
by Elliott Hughes
· 13 years ago
Next »