Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
f84c9ce5d0a197f3d79d40d19f7025efa0cbe9aa
/
test
8cc56dc
am 1271e5db: Merge "Add DALVIKVM_FLAGS to test invocation."
by Mathieu Chartier
· 11 years ago
1271e5d
Merge "Add DALVIKVM_FLAGS to test invocation."
by Mathieu Chartier
· 11 years ago
769a5ad
Add DALVIKVM_FLAGS to test invocation.
by Mathieu Chartier
· 11 years ago
15f348e
am 607fa7b0: Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 11 years ago
f06045e
am 1dc38715: Merge "Updating clean-oat again"
by Brian Carlstrom
· 11 years ago
607fa7b
Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
f662e06
Updating clean-oat again
by Brian Carlstrom
· 11 years ago
8f75673
am 84e52420: Merge "Add ISA directory to image and odex pathnames."
by Brian Carlstrom
· 11 years ago
0e12bdc
Add ISA directory to image and odex pathnames.
by Brian Carlstrom
· 11 years ago
389e3e0
am 380d24d9: Merge "Compatibility layer to transition from UniquePtr to std::unique_ptr."
by Ian Rogers
· 11 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 11 years ago
97cbe2f
am e2aa56bf: Merge "Declare variable for all art oat tests"
by Tsu Chiang Chuang
· 11 years ago
1694e02
Declare variable for all art oat tests
by Tsu Chiang Chuang
· 11 years ago
fc5bf67
am 23d2b95b: Merge "ART: Fix typo in ArtMethod::FindCatchBlock"
by Andreas Gampe
· 11 years ago
23d2b95
Merge "ART: Fix typo in ArtMethod::FindCatchBlock"
by Andreas Gampe
· 11 years ago
72b3e43
ART: Fix typo in ArtMethod::FindCatchBlock
by Andreas Gampe
· 11 years ago
a931a91
am 9c16a9a9: Merge "ART: Fix PWD in oat tests"
by Andreas Gampe
· 11 years ago
9c16a9a
Merge "ART: Fix PWD in oat tests"
by Andreas Gampe
· 11 years ago
0eab135
am 8dcecbc7: Merge "Declare variable for all art dex tests."
by Brian Carlstrom
· 11 years ago
d5ca7b3
ART: Fix PWD in oat tests
by Andreas Gampe
· 11 years ago
430e377
Declare variable for all art dex tests.
by Tsu Chiang Chuang
· 11 years ago
0d974a6
am 3d1e6642: Merge "Don\'t build art-run-tests directly into userdata.img"
by Ying Wang
· 11 years ago
fea356f
Don't build art-run-tests directly into userdata.img
by Ying Wang
· 11 years ago
9050ba0
am 4884ba0c: Merge "Add --64 option for run-all-tests."
by Brian Carlstrom
· 11 years ago
dc8e732
Add --64 option for run-all-tests.
by Zheng Xu
· 11 years ago
2350fd6
am af12bccb: Merge "Automatically create non-/data dalvik-cache directories"
by Brian Carlstrom
· 11 years ago
41ccffd
Automatically create non-/data dalvik-cache directories
by Brian Carlstrom
· 11 years ago
e272081
am dee6812d: Merge "art/test: support sequential run"
by Brian Carlstrom
· 11 years ago
81c56e7
art/test: support sequential run
by Dmitry Petrochenko
· 11 years ago
14757b6
am 05d67f60: Merge "ART: aarch64 jni compiler needs to extend small return types"
by Andreas Gampe
· 11 years ago
05d67f6
Merge "ART: aarch64 jni compiler needs to extend small return types"
by Andreas Gampe
· 11 years ago
d110432
ART: aarch64 jni compiler needs to extend small return types
by Andreas Gampe
· 11 years ago
d0f92e9
am d2e1f116: Merge "ART: Fix target run-tests to build architecture directories"
by Andreas Gampe
· 11 years ago
d672843
ART: Fix target run-tests to build architecture directories
by Andreas Gampe
· 11 years ago
5a3d76f
Merge commit '1b78967ba3d6cd8cfebbbb899625795295db6f16' into HEAD
by Bill Yi
· 11 years ago
9989960
Track package change.
by Elliott Hughes
· 11 years ago
e8256e7
Merge "Skip BBs without SSA representation in the Constant Propagation phase"
by Bill Buzbee
· 11 years ago
63f5b9e
Add test that Class.newInstance does not wrap its exceptions.
by Jeff Hao
· 11 years ago
2fe0792
Fix dependencies in the test suite for multi-target tests
by Andreas Gampe
· 11 years ago
9d89466
Skip BBs without SSA representation in the Constant Propagation phase
by Alexei Zavjalov
· 11 years ago
79f2c53
Merge "String.IndexOf method handles negative start index value in incorrect way"
by Bill Buzbee
· 11 years ago
a1758d8
String.IndexOf method handles negative start index value in incorrect way
by Alexei Zavjalov
· 11 years ago
6b5123f
Disable another timing sensitive test on dist builds
by Brian Carlstrom
· 11 years ago
2faf284
Merge "Long support in optimizing compiler."
by Nicolas Geoffray
· 11 years ago
01bc96d
Long support in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
a6b20c3
Merge "ART: A workaround for a wrongly-read caller's frame"
by Andreas Gampe
· 11 years ago
2be6fc7
Merge "Test control flow instruction with optimizing compiler."
by Nicolas Geoffray
· 11 years ago
b55f835
Test control flow instruction with optimizing compiler.
by Nicolas Geoffray
· 11 years ago
1dd61ba
ART: A workaround for a wrongly-read caller's frame
by Vladimir Kostyukov
· 11 years ago
e1fced1
Inlining setters that return one of their arguments.
by Vladimir Marko
· 11 years ago
f583e59
Add support for taking parameters in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
ad61517
Fix wrong handling of Generic JNI not finding native method.
by Andreas Gampe
· 11 years ago
2e7038a
Add support for new-instance and invoke-direct.
by Nicolas Geoffray
· 11 years ago
a7b2826
Merge "Support passing arguments to invoke-static* instructions."
by Nicolas Geoffray
· 11 years ago
4a34a42
Support passing arguments to invoke-static* instructions.
by Nicolas Geoffray
· 11 years ago
99f391e
Fix Unsafe.getLong()/putLong() for x86, add test.
by Vladimir Marko
· 11 years ago
1db132d
Use debug version of DEX2OAT explicitly.
by Nicolas Geoffray
· 11 years ago
934ce80
Use TEST_ART_RUN_TESTS consistently
by Brian Carlstrom
· 11 years ago
afbaa1a
Build changes to build multilib tests
by Andreas Gampe
· 11 years ago
925b687
Fix reflection access checks for app compatibility.
by Jeff Hao
· 11 years ago
e4d159a
Disable timing sensitive tests on dist builds.
by Brian Carlstrom
· 11 years ago
7f466c0
Merge "Add support for invoke-static in optimizing compiler."
by Nicolas Geoffray
· 11 years ago
8ccc3f5
Add support for invoke-static in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
5103ce6
No longer restrict to -source 1.5 since it causes a warning with 1.7
by Brian Carlstrom
· 11 years ago
11d5d8f
Add access checks to Method and Field reflection.
by Jeff Hao
· 11 years ago
b20d24d
Error when taking the modulo of the length of an array
by Brian Carlstrom
· 11 years ago
3d325c6
Fix CopyRegInfo to keep live/dirty flags of new registers.
by Chao-ying Fu
· 11 years ago
d3a2dfa
Reuse promoted register temporarily
by Yevgeny Rouban
· 11 years ago
93f0452
am cfea1d0b: Merge "Fix message in 083-compiler_regressions test"
by buzbee
· 11 years ago
6a8958d
Fix message in 083-compiler_regressions test
by buzbee
· 11 years ago
0550ac7
am 4af7b576: Merge "Fix Quick compiler "out of registers""
by buzbee
· 11 years ago
40bbb39
Fix Quick compiler "out of registers"
by buzbee
· 11 years ago
a869bd8
am 0d9c02e6: Merge "Run Java tests with the optimizing compiler."
by Nicolas Geoffray
· 11 years ago
0d9c02e
Merge "Run Java tests with the optimizing compiler."
by Nicolas Geoffray
· 11 years ago
92cf83e
Run Java tests with the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
ac9889a
resolved conflicts for merge of c0f96d03 to klp-dev-plus-aosp
by Mathieu Chartier
· 11 years ago
60d7a65
Fix stack overflow for mutual recursion.
by Brian Carlstrom
· 11 years ago
c0f96d0
Fix stack overflow for mutual recursion.
by Brian Carlstrom
· 11 years ago
b651fbb
am 3aa3ef0f: Merge "Test code generation for field accesses."
by Ian Rogers
· 11 years ago
4b3bc37
Test code generation for field accesses.
by Ian Rogers
· 11 years ago
3057f46
resolved conflicts for merge of 773965c0 to klp-dev-plus-aosp
by Jeff Hao
· 11 years ago
e90501d
Add dependency for operations with x86 FPU stack
by Serguei Katkov
· 11 years ago
773965c
Merge "Fix stack trace for proxy methods and added test case." into klp-dev
by Jeff Hao
· 11 years ago
53fca11
Merge "Fix FindFieldID to use class's classloader to find field type." into klp-dev
by Jeff Hao
· 11 years ago
9e6a111
Merge "ART's intrinsic for String.indexOf use the incorrect register"
by Bill Buzbee
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
34fa0d9
ART's intrinsic for String.indexOf use the incorrect register
by Yevgeny Rouban
· 11 years ago
cb94bf2
Fix type of constant to be long.
by Ian Rogers
· 11 years ago
fbe40f5
Merge "Fixed and refactored 64b host build"
by Andreas Gampe
· 11 years ago
922141a
Fixed and refactored 64b host build
by Andreas Gampe
· 11 years ago
4460ea6
Test Method.getModifiers() result for proxy methods
by Brian Carlstrom
· 11 years ago
ee043fc
Ensure functions start with clean CFA state.
by Ian Rogers
· 11 years ago
7a0e504
More JNI compiler tests and small fix
by Andreas Gampe
· 11 years ago
2fece59
Merge "Remove oat file location in the image."
by Nicolas Geoffray
· 11 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
a1a7074
Rewrite kMirOpSelect for all IF_ccZ opcodes.
by Vladimir Marko
· 11 years ago
f796ca0
Merge "Incorrect result of the "mul-long by 1" operation"
by Bill Buzbee
· 11 years ago
4554bfd
Incorrect result of compareTo between empty and non-empty strings
by Alexei Zavjalov
· 11 years ago
c17ebe8
Incorrect result of the "mul-long by 1" operation
by Alexei Zavjalov
· 11 years ago
Next »