aboutsummaryrefslogtreecommitdiffstats
path: root/tests/P_all_api_19
Commit message (Collapse)AuthorAgeFilesLines
* Restore missing min and max API.Jean-Luc Brouillet2015-08-201-702/+726
| | | | | | | | | | | | | | | | | | min(float2/3/4, float) and max(float2/3/4, float) were defined in our headers in K. In L, they were removed by mistake. This continued to work however because a float would be auto converted by the compiler to a float4. In M, we started validating for unexpected external references, which _Z3minDv4_ff is. This can prevent programs compiled with K from running on M. This CL adds the missing APIs to the tests. Bug:23389429 Change-Id: Idfece91a9e3ca6a53ac2e40e35f5d539c12b699a (cherry picked from commit 617d0d964299920793f5d0ab47ad3a08d3e464d0)
* Add API header testsJean-Luc Brouillet2015-06-193-0/+4692
Test to verify that all functions can be referred to, for each version. This can be useful to cross-verify the generator and to validate the white list. b/19425238 Change-Id: I002b9e0f1b9c53b966cb34c1b8be05a4b7fdff24 (cherry picked from commit 8bfe4144673101b8a0218d98888a7443cc8aa4ca)