summaryrefslogtreecommitdiff
path: root/test/714-invoke-custom-lambda-metafactory
AgeCommit message (Collapse)Author
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
2018-02-26Use ASM for invoke-custom testsOrion Hodson
Removes the dependency of binary blobs generated by the jack compiler. Fixes the exception chain raised when a bootstrap method returns null. Bug: 73807070 Test: art/test/run-test --host 952-invoke-custom Change-Id: Iac615cdeec342b1b67f50bb1258768e199adff10
2018-02-12Revert^2 "Ensure that run-test preserves exit status"Alex Light
We failed to update the run script for test 134 which would exit non-zero in cases where dex2oat is disabled. This caused the test to fail in some configurations. This reverts commit d8c88c7125b1de357f67d61c31eeef2ecfe17dd9. Reason for revert: Fixed issue with test 134 Test: ./test/testrunner/testrunner.py --host -t 134-nodex2oat-nofallback --no-prebuild --no-relocate Change-Id: I34d0cf1b8968fd7c07f907b9453ddca90ea03605
2018-02-12Revert "Ensure that run-test preserves exit status"Nicolas Geoffray
Fails: test-art-host-run-test-debug-no-prebuild-interp-ac-no-relocate-ntrace-cms-checkjni-picimage-npictest-ndebuggable-no-jvmti-cdex-fast-134-nodex2oat-nofallback32 This reverts commit 1fbd5309858e5f70b5adaa1d70b9e438eaf18d33. Change-Id: I29809f7bb26e4a9d81634bcf24d9ce151a41a583
2018-02-09Ensure that run-test preserves exit statusAlex Light
Run-test was squashing the exit status of test programs. This made it less robust then it should be. We also changed several tests that relied on this behavior to instead explicitly check for an expected exit value. Test: ./test.py --host -j50 Change-Id: Ic4455db1ce5f46cf7446f2f29909241d55beb144
2018-02-02ART: Fix call site resolutionOrion Hodson
Parameter type resolution should use the target method's DEX file. Bug: 70166093 Test: art/test/run-test --host 714 Change-Id: Ic4961a905144ee85b36d02476506c4078c6cdf7a