aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-02-19Allow users to set their own CMAKE_FIND_ROOT_PATH.Dan Albert
2019-02-08Disable multithreaded linking for Windows LLD.Dan Albert
2019-02-08Fix CMake's find_path.Dan Albert
2019-01-25Refactor test config inputs.Dan Albert
2018-11-09Fix Python 3 issues.Dan Albert
2018-10-31Merge "Track googletest test changes."Treehugger Robot
2018-10-30Track googletest test changes.Elliott Hughes
2018-10-25Disable vulkan_layers test.Dan Albert
2018-10-24Clean up build files for renderscript tests.Dan Albert
2018-10-16Add a test for transitive C++ dependencies.Dan Albert
2018-10-12Move tests.testlib into modules in ndk/.Dan Albert
2018-09-25Update the libc++ tests for the new toolchain.Dan Albert
2018-09-19Merge "Switch NDK testing to API 28 (P)."Treehugger Robot
2018-09-15Disable googletest-death-test-test on pre-ORyan Prichard
2018-09-15Update gtest config for renamed testRyan Prichard
2018-09-13Switch NDK testing to API 28 (P).Ryan Prichard
2018-09-06Merge "Build CRT objects with noexecstack"Treehugger Robot
2018-09-03[ndk] Fix gtest testsHaibo Huang
2018-08-29Build CRT objects with noexecstackRyan Prichard
2018-08-13Mark a gtest test as broken on android-16.Dan Albert
2018-08-08Add APP_STRIP_MODE and LOCAL_STRIP_MODE.Dan Albert
2018-07-12Restrict mstackrealign to pre-24.Dan Albert
2018-07-12Merge "Test emutls pthread key deletion"Treehugger Robot
2018-07-10Remove libandroid_support's stdio.h.Dan Albert
2018-06-22Merge "Add tests for deferred emutls deallocation"Treehugger Robot
2018-06-20Mark a test as unsupported for Android.Dan Albert
2018-06-12Test emutls pthread key deletionRyan Prichard
2018-06-05Add tests for deferred emutls deallocationRyan Prichard
2018-05-22Add a test for fob64 issues for post-L LP32.Dan Albert
2018-05-07Use hasattr for hasattr check.Dan Albert
2018-05-07Move tests.ndk to ndk.ndkbuild.Dan Albert
2018-05-07Move tests.util into ndk/ modules.Dan Albert
2018-05-04Move tests.printers to ndk.test.printers.Dan Albert
2018-05-04Move tests.filters to ndk.test.filters.Dan Albert
2018-05-04Merge "Unmark the asan-smoke test as broken for x86_64."android-build-prod (mdb)
2018-05-04Unmark the asan-smoke test as broken for x86_64.Dan Albert
2018-05-04Fix static-executable test to not use support lib.Dan Albert
2018-04-30Move a test's API level to android-17.Dan Albert
2018-04-16Fix LP64 standalone toolchains targeting 21+.Dan Albert
2018-04-02Fix include paths for preprocessing S filesRyan Prichard
2018-03-29Revert "Remove posix_memalign from libandroid_support."Dan Albert
2018-03-15Add nullptr_t to the "system STL"'s <cstddef>.Elliott Hughes
2018-03-08Fix a link_order test failure on WindowsRyan Prichard
2018-03-05Add support for clang-tidy to ndk-build.Dan Albert
2018-02-20Stop passing integrated assembler options.Dan Albert
2018-02-16Fix case of APP_WRAP_SH being empty.Dan Albert
2018-02-16Merge "Add wrap.sh support, install default ASAN wrap.sh."Treehugger Robot
2018-02-15Add wrap.sh support, install default ASAN wrap.sh.Dan Albert
2018-02-15Merge "Add a stack alignment test."Treehugger Robot
2018-02-14Merge "Hoist --eh-frame-hdr into the build systems."Treehugger Robot