summaryrefslogtreecommitdiff
path: root/test/723-string-init-range
AgeCommit message (Collapse)Author
2020-11-24Fix another typo in nterp.Nicolas Geoffray
Test: test.py Change-Id: Ib58880b1e462e9c47a7b55663f39fd29894d2c7c
2020-11-24Add another invoke-range test for String.<init>.Nicolas Geoffray
Add a variant with multiple arguments to stress backends / nterp. Test: 723-string-init-range Change-Id: If8b760fc1fded9b3f2a8fc6e928532d7bf3c6225
2020-11-10Verify ART run-tests' standard output and standard error separately.Roland Levillain
Introduce expected standard error files for ART run-tests. Collect tests' standard output and standard error separately and check them against the corresponding expectation file. Test: Run ART run-tests on host and device using `testrunner.py`. Test: atest --test-mapping art:all Test: atest --test-mapping cts/hostsidetests/jvmti:all Bug: 171865375 Bug: 147812905 Change-Id: Ie95bec4a4684ff6791d464124ce8976339432d1f
2020-11-05Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.Roland Levillain
This is in preparation for the addition of `expected-stderr.txt` files in all ART run-test directories, which will record the expected standard error for each of these tests, and which will be verified along with `expected-stdout.txt`. Test: Run ART run-tests on host and device using `testrunner.py`. Test: atest --test-mapping art:all Bug: 171865375 Bug: 147812905 Change-Id: I37e3c4b8409475790e2fc63514cdf57156d47ff4
2019-12-17Add a String.init range call.Nicolas Geoffray
Test that ART can compile / interpret a range call to String.init. Test: 723-string-init-range Change-Id: If0f9e68978aed91e8e5a9b6a135489cc7bd72120