summaryrefslogtreecommitdiff
path: root/test/021-string2
AgeCommit message (Expand)Author
2024-10-17Do not package non-runnable ART run-tests in ART MTS. Roland Levillain
2022-10-03Fix `String` ctor with `hibyte` for empty strings. Vladimir Marko
2021-03-05Aesthetic changes in generated ART run-test Blueprint files. Roland Levillain
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-11-10Verify ART run-tests' standard output and standard error separately. Roland Levillain
2020-11-05Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. Roland Levillain
2020-10-27Revert^2 "Improve mirror::String implementation." Vladimir Marko
2020-10-14Only tag supported ART run-tests as part of `art-target-run-test`. Roland Levillain
2020-09-09Rename the expected-output text file in built TradeFed ART run-tests. Roland Levillain
2020-07-03Add Soong module definitions for ART run-tests with default build rules. Roland Levillain
2018-11-28Remove bouncycastle dependency from 021-string2. Vladimir Marko
2017-08-29ARM: Improve String.equals() intrinsic for const strings. Vladimir Marko
2017-07-13Fix compressible string check for ctors with `hibyte`. Vladimir Marko
2017-03-14ARM64: Fix lack of scratch registers in String.equals() intrinsic. Vladimir Marko
2017-02-17Tests for String.setCharAt() breaking string compression. Vladimir Marko
2017-02-14ARM64: Improve String.equals() intrinsic for const strings. Vladimir Marko
2016-12-13Fix string compression for embedded zero chars. Vladimir Marko
2016-11-09Change string compression encoding. Vladimir Marko
2016-10-19Fix string compression, add tests. Vladimir Marko
2016-07-22ART: Fix type parameter in tests Andreas Gampe
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
2014-08-27Really fix tests. Alex Light
2014-02-27Incorrect result of compareTo between empty and non-empty strings Alexei Zavjalov
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2011-09-29Adding old unit tests to test suite. jeffhao