summaryrefslogtreecommitdiff
path: root/test/912-classes
AgeCommit message (Expand)Author
2024-11-25Adjust art tests to java.lang changes. Almaz Mingaleev
2024-01-22Update tests because List implements SequencedCollection Victor Chang
2024-01-15Fix run-test 912-classes after D8/R8 update. Vladimir Marko
2023-06-09Update ART as String class implements Constable interface Victor Chang
2023-05-31Update tests due to box types implementing Constable interface Victor Chang
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-11-02Run-tests: Rename "run" files to "run.py" David Srbecky
2022-10-24Revert^2 "Convert per-test run scripts to python." David Srbecky
2022-10-23Revert "Convert per-test run scripts to python." David Srbecky
2022-10-23Convert per-test run scripts to python. David Srbecky
2022-08-26Update 950-classes test for OpenJDK17 definition of Integer Orion Hodson
2021-12-07OpenJDK 11: Merging in java.lang.Integer (parseUnsignedInt()) Nikita Iashchenko
2021-12-07OpenJDK 11: Merging in java.lang.Integer (parseInt() CharSequence) Nikita Iashchenko
2021-12-07OpenJDK 11: Merging in java.lang.Integer (toString(int) and helpers) Nikita Iashchenko
2021-12-07OpenJDK 11: Merging in java.lang.Integer (formatUnsignedInt()) Nikita Iashchenko
2021-11-25Regenerate ART test files (2021-11-23 (b)). Roland Levillain
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-07-26More inclusive language fixes Orion Hodson
2020-01-02Add comment explaining global Alex Light
2019-12-13Fix incorrect DCHECK Alex Light
2018-02-16ART: Suppress a warning in run-test 912 Andreas Gampe
2017-11-16cpplint: Remove many unnecessary NOLINT Igor Murashkin
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-09-22Make cts JVMTI tests more consistent Alex Light
2017-09-18Merge "Cleanup and consolidate JVMTI event code." Treehugger Robot
2017-09-18Cleanup and consolidate JVMTI event code. Alex Light
2017-09-18Add java.util.zip.ZipException to preloads for test 912-classes. Roland Levillain
2017-07-11ART: Add FileNotFoundException to preloads for test 912 Andreas Gampe
2017-06-21test: enable javac/dx to import libcore on the bootclasspath Igor Murashkin
2017-05-03ART: Fix test 912 Andreas Gampe
2017-04-24Remove unneeded shims and jni binding code Alex Light
2017-04-19ART: Refactor run-test 912 (3/3) Andreas Gampe
2017-04-19ART: Refactor run-test 912 (2/3) Andreas Gampe
2017-04-19ART: Refactor run-test 912 (1/3) Andreas Gampe
2017-04-07ART: More refactor for JVMTI run tests (1/3) Andreas Gampe
2017-04-07ART: Add JVMTI test shim Andreas Gampe
2017-04-06ART: Report array and proxy classes in ClassLoad & ClassPrepare Andreas Gampe
2017-03-31ART: TI Agent test library refactor Andreas Gampe
2017-03-30ART: Refactor JVMTI run tests Andreas Gampe
2017-03-14ART: Refactor libopenjdkjvmti Andreas Gampe
2017-02-22Disallow modifying java.lang.String Alex Light
2017-02-16ART: Add support for generic class signature Andreas Gampe
2017-02-14Remove unneeded build files Alex Light
2017-02-13ART: Correctly handle temporary classes in class-load events (4/3) Andreas Gampe
2017-02-10ART: Correctly handle temporary classes in class-load events (3/3) Andreas Gampe
2017-02-10ART: Correctly handle temporary classes in class-load events (2/3) Andreas Gampe
2017-02-09ART: Correctly handle temporary classes in class-load events (1/3) Andreas Gampe
2017-02-08Revert "Revert "ART: Add JIT + events test to run-test 912"" Andreas Gampe
2017-02-08Revert "ART: Add JIT + events test to run-test 912" Nicolas Geoffray