Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8eecddf0ccb18bd3b4d32a48c3b57852e03c12b4
/
test
/
etc
c38c369
Add JVMTI breakpoint and SingleStep tests
by Alex Light
· 7 years ago
829da13
test: Fix 636-wrong-static-access for javac/dx
by Igor Murashkin
· 7 years ago
5ab5427
Merge "test: More javac/dx fixes"
by Igor Murashkin
· 7 years ago
10ba685
test: More javac/dx fixes
by Igor Murashkin
· 7 years ago
1c5b42f
ART: Add support for runtime debug checks
by Andreas Gampe
· 7 years ago
b96ed2c
Merge "test: enable javac/dx to import libcore on the bootclasspath"
by Igor Murashkin
· 7 years ago
1c843e9
test: enable javac/dx to import libcore on the bootclasspath
by Igor Murashkin
· 7 years ago
18b4ed1
Merge changes from topic 'jvmti-field-cbs'
by Alex Light
· 7 years ago
43e935d
Add field-access/modification to ti-stress.
by Alex Light
· 7 years ago
6919639
test: Don't force-compile with jack for runtests
by Igor Murashkin
· 7 years ago
6c946b5
test: Fix javac/dx run-test regressions from adding desugar
by Igor Murashkin
· 7 years ago
e518193
test: Skip desugar with DESUGAR=false when running tests
by Igor Murashkin
· 7 years ago
2a33775
Revert "Revert "test: Add desugar support to run-test""
by Igor Murashkin
· 7 years ago
75e7c9c
Revert "test: Add desugar support to run-test"
by Mariano Giardina
· 7 years ago
86b0db4
test: Add desugar support to run-test
by Igor Murashkin
· 7 years ago
b7edcda
Add method tracing JVMTI callbacks
by Alex Light
· 8 years ago
43ee054
ART: Use dex2oat watchdog in host run-test
by Andreas Gampe
· 7 years ago
28b6e7e
Deal with ASAN alloc-dealloc mismatch in class transformation code.
by Alex Light
· 7 years ago
5840839
ART: Disable detect_leaks in run-tests
by Andreas Gampe
· 7 years ago
ed81c1d
ART: Disable alloc_dealloc_mismatch in run-tests
by Andreas Gampe
· 7 years ago
b31a8e7
ART: Add RUN_TEST_ASAN_OPTIONS
by Andreas Gampe
· 7 years ago
24bd3f9
Clear odex/vdex/art file before running run-test
by Calin Juravle
· 8 years ago
9e8797d
Merge "Update smali/baksmali command syntax for v2.2.0"
by Treehugger Robot
· 8 years ago
3650acb
Merge "inliner: Do not assume that the outermost_graph has an art method"
by Treehugger Robot
· 8 years ago
07f01df
inliner: Do not assume that the outermost_graph has an art method
by Calin Juravle
· 8 years ago
14fc9db
Update smali/baksmali command syntax for v2.2.0
by Ben Gruver
· 8 years ago
920f9b1
Merge "Use dex2oat instead of dex2oatd in non-debug run-tests."
by Roland Levillain
· 8 years ago
6c3af16
Use dex2oat instead of dex2oatd in non-debug run-tests.
by Roland Levillain
· 8 years ago
fbc4f11
If a profile is passed, we should always pass output-vdex and input-vdex.
by Nicolas Geoffray
· 8 years ago
4e868fa
Make vdex and dexlayout compatible.
by Nicolas Geoffray
· 8 years ago
4dc06e2
Merge "Rename and obsolete compiler filter names."
by Nicolas Geoffray
· 8 years ago
cf7d5d6
Merge "ART: Support per PID stack trace files."
by Narayan Kamath
· 8 years ago
84695ae
ART: Support per PID stack trace files.
by Narayan Kamath
· 8 years ago
49cda06
Rename and obsolete compiler filter names.
by Nicolas Geoffray
· 8 years ago
42151c0
Be able to run jvmti-stress on RI
by Alex Light
· 8 years ago
4eec3c5
More refactor for JVMTI redefinition run tests (1/3)
by Alex Light
· 8 years ago
8f2c6d4
run-tests with jvmti-stress configuration
by Alex Light
· 8 years ago
002b931
Incorporate random profile tests into run-test.
by Jeff Hao
· 8 years ago
ec024ad
Merge "Cleanup use of ulimit in run tests."
by Richard Uhler
· 8 years ago
020c0f3
Cleanup use of ulimit in run tests.
by Richard Uhler
· 8 years ago
0b6a638
When profiles are requested, also generate then for non-prebuild.
by Nicolas Geoffray
· 8 years ago
13439f0
Use offline inline caches during AOT compilation
by Calin Juravle
· 8 years ago
68fdd5a
Merge "Remove --include-patch-information option from dex2oat."
by Richard Uhler
· 8 years ago
a04d4f0
Merge "Experiment with ulimit settings to see if it fixes test failure."
by Richard Uhler
· 8 years ago
c52f303
Remove --include-patch-information option from dex2oat.
by Richard Uhler
· 8 years ago
8cb8810
Experiment with ulimit settings to see if it fixes test failure.
by Richard Uhler
· 8 years ago
bea3e31
Add the test name that is too long for diagnosing issues.
by Nicolas Geoffray
· 8 years ago
9e6e3d4
Increase ulimit on host to fix test 103-string-append with art-debug-gc.
by Roland Levillain
· 8 years ago
320ccca
Update run-tests script/dependencies to use -testdex jars.
by Nicolas Geoffray
· 8 years ago
c0ca5fd
Merge "Fix java.lang.Void.TYPE (void.class) initialization."
by Vladimir Marko
· 8 years ago
e00e559
Fix java.lang.Void.TYPE (void.class) initialization.
by Vladimir Marko
· 8 years ago
e1fb77f
ART: Enable build options in test runner script.
by Orion Hodson
· 8 years ago
90355fe
Use "false" instead of "/system/bin/false".
by Nicolas Geoffray
· 8 years ago
28de3b6
Merge "Remove unneeded build files"
by Treehugger Robot
· 8 years ago
166ef74
Merge "ART: Change test 121-modifiers to use smali"
by Treehugger Robot
· 8 years ago
f898f47
Merge "Revert "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"""
by Treehugger Robot
· 8 years ago
a063754
Merge "Fix test scripts to account for new linker behavior"
by Treehugger Robot
· 8 years ago
271a0f8
Revert "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory""
by Igor Murashkin
· 8 years ago
e4893ee
Remove unneeded build files
by Alex Light
· 8 years ago
49c2c92
Fix test scripts to account for new linker behavior
by Dimitry Ivanov
· 8 years ago
c0af234
Update test 044 for java-8
by Alex Light
· 8 years ago
960b2af
Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"
by Nicolas Geoffray
· 8 years ago
19e5f83
runtime: Mmap uncompressed dex files (in zip) as clean memory
by Igor Murashkin
· 8 years ago
2b93681
ART: Change test 121-modifiers to use smali
by Andreas Gampe
· 8 years ago
47e61d5
Increase timeout for no-image runs.
by Nicolas Geoffray
· 8 years ago
8f28bd4
Merge "Make --debuggable rely on JIT code."
by Nicolas Geoffray
· 8 years ago
a0619e2
Make --debuggable rely on JIT code.
by Nicolas Geoffray
· 8 years ago
94e25db
Make no-relocate the default.
by Nicolas Geoffray
· 8 years ago
fd3161a
Enable CC (ART_USE_READ_BARRIER) by default.
by Hiroshi Yamauchi
· 8 years ago
7498105
Handle verify-profile and bootclasspath classes in vdex.
by Nicolas Geoffray
· 8 years ago
fba89fe
Make our jvmti run-tests work with the RI again.
by Alex Light
· 8 years ago
e06b634
Revert "Revert "Cleanup jvmti tests""
by Alex Light
· 8 years ago
1672260
Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support"""""
by Treehugger Robot
· 8 years ago
77e9bdd
Merge "Limit Jack threads during tests"
by Sebastien Hertz
· 8 years ago
361ad55
Limit Jack threads during tests
by Sebastien Hertz
· 8 years ago
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 8 years ago
441a5e9
Merge "Revert "Revert "Revert "Basic obsolete methods support""""
by Nicolas Geoffray
· 8 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 8 years ago
3e5d7dc
Merge "Revert "Cleanup jvmti tests""
by Nicolas Geoffray
· 8 years ago
2a9d198
Revert "Cleanup jvmti tests"
by Nicolas Geoffray
· 8 years ago
07001c8
Merge changes Ie74f2dbe,I092d2e95,I5a75f5c4
by Treehugger Robot
· 8 years ago
857f058
Fix JIT crash due to unverified dead code
by Calin Juravle
· 8 years ago
0966558
Use interpret-only instead of verify-at-runtime when testing JIT
by Calin Juravle
· 8 years ago
ca5b9dc
Cleanup jvmti tests
by Alex Light
· 8 years ago
ce77fc0
Revert "Revert "Basic obsolete methods support""
by Alex Light
· 8 years ago
481593d
Merge "Revert "Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT""""
by Nicolas Geoffray
· 8 years ago
ca48041
Revert "Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT"""
by Nicolas Geoffray
· 8 years ago
ad0c8bd
Revert "Fix JIT crash due to unverified dead code"
by Vladimir Marko
· 8 years ago
132eb43
Fix JIT crash due to unverified dead code
by Calin Juravle
· 8 years ago
71464a1
Merge "Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT"""
by Treehugger Robot
· 8 years ago
b81a984
Revert "Basic obsolete methods support"
by Alex Light
· 8 years ago
d8936da
Basic obsolete methods support
by Alex Light
· 8 years ago
c5798bf
Revert^8 "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 8 years ago
3233dcc
Update Jack options to enable invoke-polymorphic
by mikaelpeltier
· 8 years ago
171cf81
Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""""
by Vladimir Marko
· 8 years ago
e47172b
Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""
by Vladimir Marko
· 8 years ago
3a3e4c1
Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT""
by Calin Juravle
· 8 years ago
b0bbe8e
Use input-vdex-fd, or input-vdex in dex2oat.
by Nicolas Geoffray
· 8 years ago
ea7980d
Revert "Use interpret-only instead of verify-at-runtime when testing JIT"
by Calin Juravle
· 8 years ago
8b2cf76
Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT""
by Calin Juravle
· 8 years ago
Next »