summaryrefslogtreecommitdiff
path: root/test/034-call-null
AgeCommit message (Expand)Author
2022-11-02Run-tests: Rename "run" files to "run.py" David Srbecky
2022-10-31Remove "exit status" from run-test stdout. 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
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-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-02-12Revert^2 "Ensure that run-test preserves exit status" Alex Light
2018-02-12Revert "Ensure that run-test preserves exit status" Nicolas Geoffray
2018-02-09Ensure that run-test preserves exit status Alex Light
2015-11-16Update expectations for 034-call-null / 038-inner-null. Narayan Kamath
2012-03-22Make our new NullPointerException detail messages more readable to Java progr... Elliott Hughes
2012-03-15Add detail message to null pointer exceptions. Ian Rogers
2012-01-31Adjust expected line numbers in tests to account for fixed copyright headers Brian Carlstrom
2012-01-30Fix copyright headers. Elliott Hughes
2011-10-02Fix exception throwing to support no detail message. Elliott Hughes
2011-09-29Adding old unit tests to test suite. jeffhao