Age | Commit message (Collapse) | Author |
|
Update language to comply with Android’s inclusive language guidance.
See https://source.android.com/setup/contribute/respectful-code for
reference.
#inclusivefixit
Test: Run ART run-tests
Bug: 161336379
Bug: 161896447
Change-Id: I23558d86b9d3a41b96a223c4aa56c0e06b240551
|
|
This reverts commit c1ff0ff1e3f64a991119b3f86db3dc9e76f3a4e4.
Reason for revert: Blacklist another configuration.
Bug: 149098478
Test: art/test/testrunner/testrunner.py -b --host
Test: art/test/testrunner/testrunner.py -b --host -t 596-app-images -t 660-clinit
Test: art/test/testrunner/testrunner.py -b --host -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --host --debuggable
Test: art/test/testrunner/testrunner.py -b --host --all-jvmti -t 596-app-images -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --host --no-image -t 596-app-images -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --target -t 596-app-images -t 597-app-images-same-classloader
Change-Id: Ibccc0030ae068f3ab6b50126a2d5c3b41806de12
|
|
This reverts commit 085f3805cdfde5fdb130e31a2cf83071598ef082.
Reason for revert: Failing for art-interpreter-no-image config
Bug: 149098478
Change-Id: Ic69345dd5d3ffa4450dbc6bb99d23acd7455a206
|
|
This reverts commit f5d83b3a550496f6ef120606de9920b3fb85baf1.
Reason for revert: Blacklist more tests expected to fail. Fix up
run script.
Bug: 149098478
Test: art/test/testrunner/testrunner.py -b --host
Test: art/test/testrunner/testrunner.py -b --host -t 596-app-images -t 660-clinit
Test: art/test/testrunner/testrunner.py -b --host -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --host --debuggable
Test: art/test/testrunner/testrunner.py -b --host --all-jvmti -t 596 -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --target -t 596 -t 597-app-images-same-classloader
Change-Id: If84e1cb941e64be9907cd7e9ce1ec30ce32f46c7
|
|
This reverts commit 9a01d30bd78d90491a829ce1b06ede01f21fbf67.
Reason for revert: https://ci.chromium.org/p/art/builders/ci/host-x86_64-cdex-fast/3169?
Change-Id: Ia8ca15f9e3e956ad241851d8d722e70480e923d4
|
|
Reason for revert: blacklist unsupported cases. Underlying issues have been
fixed in other CLs.
Merges the three separate original CLs.
Bug: 149098478
Test: art/test/testrunner/testrunner.py -b --host
Test: art/test/testrunner/testrunner.py -b --host -t 596-app-images -t 660-clinit
Test: art/test/testrunner/testrunner.py -b --host -t 597-app-images-same-classloader
Test: art/test/testrunner/testrunner.py -b --host --debuggable
Change-Id: I0ffdfcc7788b76c16cbbde73e0b377062b18a905
|
|
Revert "[dexopt] Allow secondary dex files to generate app images"
Revert submission 1210624-secimg
Bug: 149098478
Bug: 149168708
Reason for revert: Tests fail on device
Reverted Changes:
I87a0c2698: [art] Fix, re-enable and expand 596-app-images
I73592c597: [art] Enable compilation of secondary dexes by def...
I6cff0c8f2: [art] Expand test coverage of secondary app images...
Iaa04175ee: [dexopt] Allow secondary dex files to generate app...
Change-Id: I8616e3962e7834a15bd9d83c635b50b556ab9a76
|
|
This CL introduces a new test that verifies loading secondary app images
into a classloader that has already been initialized works as expected.
Test: ./test/testrunner/testrunner.py -b --host -t 597-app-images-same-classloader
Bug: 149098478
Change-Id: If06f4c286e090569821d77d26f7fffce50473614
Change-Id: I6cff0c8f2fd8e40546d28674c0324cb11a29bbf7
|