Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
f56393cc933f01327e0a3a1455f38b1b3ff550d0
/
test
7cfc8f5
Don't compile OSR methods that have phi equivalents at loop entry.
by Nicolas Geoffray
· 6 years ago
635967b
Remove message ART creates for "throw null".
by Nicolas Geoffray
· 6 years ago
8d5a215
Build and install the Testing Runtime APEX in ART device testing.
by Roland Levillain
· 6 years ago
38a062e
Weaken 2 DCHECK()s in reflection.
by Vladimir Marko
· 6 years ago
d4d6fb5
Set relative path to ART tests back to `art/$ISA` instead of `test/$ISA`.
by Roland Levillain
· 6 years ago
f0b1de8
Introduce Make variables for the various Runtime APEX names.
by Roland Levillain
· 6 years ago
6a0b657
ART: ARM64: Optimize frame size for SIMD graphs.
by Artem Serov
· 6 years ago
61f0716
Introduce a Testing Runtime APEX (test) module including ART gtests.
by Roland Levillain
· 6 years ago
81448a2
Fix 638-checker-inline-cache-intrinsic
by David Srbecky
· 6 years ago
5d93b88
ART: Improve the timings for 597-deopt-busy-loop.
by Artem Serov
· 6 years ago
c14ec8f
Add resize arrays JVMTI extension
by Alex Light
· 6 years ago
422a9eb
Do not hold lock when making class visibly initialized.
by Vladimir Marko
· 6 years ago
5a11036
Remove obsolete `doThrow` pattern from some tests.
by Vladimir Marko
· 6 years ago
5443493
Reduce array size in test 597-deopt-busy-loop/SimdLoop.
by Vladimir Marko
· 6 years ago
2182147
Call Jit::MaybeCompileMethod less frequently.
by David Srbecky
· 6 years ago
e65ade7
ART: Disable vectorization for debuggable graphs.
by Artem Serov
· 6 years ago
9df37b9
ART: ARM64: Fix saved fpu stack offsets for SIMD.
by Artem Serov
· 6 years ago
f367747
Add ability to switch to index ids late.
by Alex Light
· 6 years ago
450b27a
Add some documentation for ART chroot-based device testing.
by Roland Levillain
· 6 years ago
9a8634a
Prevent redundant field load elimination in 593-checker-long-2-float-regression
by Christoffer Quist Adamsen
· 6 years ago
4345aac
Cleanup some usages of include_dirs
by Paul Duffin
· 6 years ago
2294024
Disable test 660 for debuggable
by Mathieu Chartier
· 6 years ago
0c2c222
Revert^2 "Support clinit for app image during compilation"
by Chang Xing
· 8 years ago
b5204f4
ART: Add interface class join heuristic
by Andreas Gampe
· 6 years ago
d70a97c
ART: Monitor-stack merging should not be handled as throwing
by Andreas Gampe
· 6 years ago
2808be8
ART: Introduce stackmap with no DexRegInfo.
by Artem Serov
· 6 years ago
7409b9f
ART: Collect test times in testrunner
by Andreas Gampe
· 6 years ago
bb5b4f3
Revert "Disable opaque JNI Ids for now."
by Alex Light
· 6 years ago
11410de
ART: Refactor run-test run_args
by Andreas Gampe
· 6 years ago
6623594
Set image base address after the boot image.
by Vladimir Marko
· 6 years ago
d17eac6
Fix for 689-zygote-jit-deopt on kernels before 3.11rc2
by Orion Hodson
· 6 years ago
1a6f9fc
ART: Dump more env vars in run-test-jar
by Andreas Gampe
· 6 years ago
8c34452
Add 689-zygote-jit-deopt as knownfailure while investigating.
by Nicolas Geoffray
· 6 years ago
af213cc
Fix ClearEntryPointsInZygoteExecSpace.
by Nicolas Geoffray
· 6 years ago
1be9c72
Disable opaque JNI Ids for now.
by Nicolas Geoffray
· 6 years ago
79d6c80
Revert^2 "Support using opaque JNI ids"
by Alex Light
· 6 years ago
673bd50
Tests for Load Hoist Store Sink
by anuvarsh
· 6 years ago
ee1f126
Fix search for implicit null check.
by Vladimir Marko
· 6 years ago
b476a29
Revert "Support using opaque JNI ids"
by Nicolas Geoffray
· 6 years ago
21d5994
Support using opaque JNI ids
by Alex Light
· 6 years ago
0362544
Add a stress test for notifyStartupCompleted
by Mathieu Chartier
· 6 years ago
41249cd
Tests for Invariant Loops
by anuvarsh
· 6 years ago
5be5260
Add 122-npe to knownfailures on debuggable jit-on-first-use
by Alex Light
· 6 years ago
1e52a07
Correct Indicies -> Indices
by Alex Light
· 6 years ago
04968fa
Tests for Inlining Optimization
by anuvarsh
· 6 years ago
72f6774
Use flattened Runtime APEX contents in ART chroot-based device testing.
by Roland Levillain
· 6 years ago
2c029f3
Consolidate SAD tests.
by Vladimir Marko
· 6 years ago
e8ad48f
Consolidate SIMD SAD tests.
by Vladimir Marko
· 6 years ago
d935af9
Consolidate SIMD hadd tests.
by Vladimir Marko
· 6 years ago
6390c90
Consolidate SIMD tests.
by Vladimir Marko
· 6 years ago
9d3b5ec
Refactor 904 for safety
by Alex Light
· 6 years ago
34f3179
Limit test 1941 to 100000 iterations
by Alex Light
· 6 years ago
4cd5411
Test for loop optimization
by anuvarsh
· 6 years ago
90b3457
Handle `--android-tzdata-root` in `test/run-test`.
by Roland Levillain
· 6 years ago
43ae4ac
Yield during test 1941 tight loop
by Alex Light
· 6 years ago
5212552
ART: Use signal_dumper in run-test by default
by Andreas Gampe
· 6 years ago
8e05f09
Do not force-intern Strings in images.
by Vladimir Marko
· 6 years ago
0df2aba
ART: Use SIGTERM for timeout dumping
by Andreas Gampe
· 6 years ago
148c160
ART: Rename timeout_dumper to signal_dumper
by Andreas Gampe
· 6 years ago
b7c640d
JVMTI Force early return
by Alex Light
· 6 years ago
f1bd5f3
Revert "Tweak check script in case logs interleave with Java prints."
by Nicolas Geoffray
· 6 years ago
01f2e3a
Tweak check script in case logs interleave with Java prints.
by Nicolas Geoffray
· 6 years ago
6087bc2
ART: Handle unresolved catch handler types differently in the verifier
by Andreas Gampe
· 6 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 6 years ago
d2f13ba
Remove requirement of a ProfilingInfo for jitted code.
by Nicolas Geoffray
· 6 years ago
eb104c8
Fix wrong assumption on boolean type.
by Nicolas Geoffray
· 6 years ago
f98a387
Make test 1946 faster
by Alex Light
· 6 years ago
78da5e2
Eliminate dead LoadClass when pruning ClinitCheck.
by Vladimir Marko
· 6 years ago
49af704
Ensure non-standard returns release monitors
by Alex Light
· 6 years ago
f667508
ARM/ARM64: Use trampolines for slow-path entrypoint calls.
by Vladimir Marko
· 6 years ago
e2ddce3
Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable"
by Alex Light
· 6 years ago
6045bc2
Fix incorrect register-number range check.
by Alex Light
· 6 years ago
99cbfb5
Revert "Add verifier fallback for JVMTI Get/SetLocalVariable"
by David Srbecky
· 6 years ago
098e7a6
Try to make test 1963 pass on fugu
by Alex Light
· 6 years ago
e48fd0b
Add verifier fallback for JVMTI Get/SetLocalVariable
by Alex Light
· 6 years ago
639e73b
Revert^2 "Add AddToDexClassloader JVMTI extension functions"
by Alex Light
· 6 years ago
799e536
Revert "Add AddToDexClassloader JVMTI extension functions"
by Alex Light
· 6 years ago
0dc93b1
ART: Run bpfmt over ART's blueprint files
by Andreas Gampe
· 6 years ago
92ed90c
Add AddToDexClassloader JVMTI extension functions
by Alex Light
· 6 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 7 years ago
43e7243
ART: Remove file_utils' ReadFileToString
by Andreas Gampe
· 6 years ago
23ca8fb
Centralize all the jvmti common test classes
by Alex Light
· 6 years ago
d456117
ART: Mark StringBuilder.append()s as intrinsics.
by Vladimir Marko
· 7 years ago
eab0248
Clean up after obsolete methods update fix.
by Vladimir Marko
· 6 years ago
4060786
Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events"
by Alex Light
· 6 years ago
342b694
Fix JVMTI GetStackTrace bug
by Alex Light
· 6 years ago
b34981b
ART: Fix hidden hard fail in instance field verification
by Andreas Gampe
· 6 years ago
56dad98
Revert "Add test 980 to knownfailures for no-image + jit"
by Vladimir Marko
· 6 years ago
b2a8964
Revert "Correctly handle thread deopt with thread-specific JVMTI events"
by Alex Light
· 6 years ago
c8c7e06
Correctly handle thread deopt with thread-specific JVMTI events
by Alex Light
· 6 years ago
0d54cfb
jitzygote: Special case system server to keep the JIT queue at fork.
by Nicolas Geoffray
· 6 years ago
35051d4
Define SimplyNoted in smali to retain build annotations.
by Ian Zerny
· 6 years ago
ae09081
Remove the dual debug/ndebug run on 018-stack-overflow.
by Nicolas Geoffray
· 6 years ago
68fa4ca
Add debug version of libnativebridgetest.so
by David Srbecky
· 6 years ago
256c94b
Update induction ranges in superblock cloner.
by Nicolas Geoffray
· 6 years ago
7711c35
Fix debug/release dependencies on libartbase
by David Srbecky
· 6 years ago
3923987
Add more logging to 137-cfi
by David Srbecky
· 6 years ago
db6932d
Disable 570-checker-osr-locals for trace tests.
by David Srbecky
· 6 years ago
956f9fa
Save floating point registers in art_quick_osr_stub
by David Srbecky
· 6 years ago
b4e6507
Refactor test 1953, 1954, 1955, & 1956 somewhat
by Alex Light
· 6 years ago
Next »