summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* aidl-cpp: Add support for type MapRobert Quattlebaum2017-01-305-3/+38
* Add a simple all in one testing scriptChristopher Wiley2016-08-191-25/+12
* Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-272-3/+3
* aidl-cpp: Add support for hex values in const intRoshan Pius2016-07-252-1/+13
* Test that @nullable Interface passing works as expectedChristopher Wiley2016-07-194-0/+59
* Refresh test infrastructureChristopher Wiley2016-07-191-1/+1
* Generate code for AIDL defined string constantsChristopher Wiley2016-05-034-1/+19
* Parse AIDL string constantsChristopher Wiley2016-05-033-0/+247
* Hold file descriptors in unique_fdChristopher Wiley2016-04-262-20/+26
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-1/+1
* Revert "Hold file descriptors in unique_fd"Christopher Wiley2016-04-182-26/+20
* Hold file descriptors in unique_fdChristopher Wiley2016-04-182-20/+26
* Fix shift that is out of range.Ian Rogers2016-03-151-1/+1
* Test that Java client reaction to unexpected null BindersChristopher Wiley2016-03-102-19/+91
* Refactor Java test components into separate filesChristopher Wiley2016-03-103-40/+81
* Test that native services reject null bindersChristopher Wiley2016-03-103-0/+88
* Fix compiler warnings in generated C++Christopher Wiley2016-02-241-5/+8
* Use vector<uint8_t> for byte[]Casey Dahlin2016-02-092-4/+4
* Declare interface constants as enum in C++Christopher Wiley2016-02-041-2/+2
* Add integration test for @utf8InCpp List<String>Christopher Wiley2016-02-015-5/+82
* Add integration test support for @utf8InCppChristopher Wiley2016-02-017-13/+263
* Pull out helpers for testing primitivesChristopher Wiley2016-02-012-42/+80
* Add support for C++ @utf8InCpp stringsChristopher Wiley2016-02-011-12/+209
* aidl-cpp: Reject parcelable import without C++ headerChristopher Wiley2016-01-255-17/+29
* Write C++ and Java specific dependency filesChristopher Wiley2016-01-212-2/+8
* Move aidl_test_service Run function out of service classCasey Dahlin2016-01-071-30/+32
* aidl_test_service: binder service creation and registration fixupsTodd Poynor2016-01-061-4/+5
* aidl: Support constants with +/- signsEino-Ville Talvala2015-12-183-6/+38
* aidl: tests: add PersistableBundle integration testsSamuel Tan2015-12-166-41/+252
* Rename 'from' token to 'cpp_header'Casey Dahlin2015-12-151-1/+1
* Add support for @nullable annotationCasey Dahlin2015-12-155-0/+280
* Integration test for application specific exceptionsChristopher Wiley2015-12-106-13/+128
* aidl: tests: split up aidl_test_client.cppSamuel Tan2015-12-077-365/+628
* Always set generated status_t to safe default valueChristopher Wiley2015-12-051-2/+2
* Track base/ -> android-base/ change.Elliott Hughes2015-12-045-5/+5
* Add integration test for file descriptors in javaCasey Dahlin2015-12-031-0/+42
* aidl: tests: remove trailing '[' from namespace commentSamuel Tan2015-12-031-1/+1
* Introduce integer constantsCasey Dahlin2015-11-304-1/+15
* Proper namespacing in generated C++ codeCasey Dahlin2015-11-301-48/+48
* Add support for file descriptorsCasey Dahlin2015-11-303-28/+181
* Integration test for parcelablesChristopher Wiley2015-11-284-4/+117
* Add SimpleParcelable in C++ and JavaChristopher Wiley2015-11-284-0/+221
* Test that native services reject null stringsChristopher Wiley2015-11-181-0/+19
* Implement error handling for C++ servicesChristopher Wiley2015-11-183-68/+84
* Enable forgotten Java integration testChristopher Wiley2015-11-181-0/+1
* Remove aidl_unittest dependency on libchromeChristopher Wiley2015-11-164-22/+14
* Remove generated code on IO errorsChristopher Wiley2015-11-132-1/+38
* Correct ! placement in C++ conditionalsChristopher Wiley2015-11-101-1/+1
* Don't invert argument to --test-filter on integration testsCasey Dahlin2015-11-091-2/+2
* Generate a dependency file for C++ outputChristopher Wiley2015-11-063-4/+34