summaryrefslogtreecommitdiffstats
path: root/test/115-native-bridge
Commit message (Expand)AuthorAgeFilesLines
* Remove code cache check from native bridge run-testCalin Juravle2016-02-162-6/+1
* Don't use native bridge for non zygote-spawn processesCalin Juravle2016-02-041-1/+1
* Print more info on why the code_cache test fails in 115-native-bridge.Calin Juravle2015-12-141-4/+13
* Block signals before invoking special or user handlersjgu212015-10-181-0/+31
* Call JNI_OnUnload when class loaders get collectedMathieu Chartier2015-09-251-0/+1
* Add non debug version of libarttestMathieu Chartier2015-08-272-1/+3
* ART: Fix run-test inline assemblyAndreas Gampe2015-08-261-3/+6
* Correct for signal, native bridge test hard-coded signal handling valuesAgi Csaki2015-08-211-2/+3
* Correct for 115-native-bridge hard-coded x86/x86_64 signal handling valuesAgi Csaki2015-08-171-2/+4
* Register signal handler to kernel if not claimedjgu212015-07-252-12/+21
* Fix test 115-native-bridge for Mips.Douglas Leung2015-05-291-0/+2
* ART: Add support for special handlers in sigchainlibAndreas Gampe2015-05-283-4/+111
* ART: Use v2 version of NativeBridge structAndreas Gampe2015-05-201-1/+3
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-273-1/+17
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+5
* [native bridge] Add test to verify code_cache existance.Calin Juravle2014-10-242-1/+9
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-2/+2
* More native bridge testsCalin Juravle2014-10-011-0/+20
* ART: Update for split native bridge initializationjgu212014-09-232-2/+42
* ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-1/+1
* [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-22/+6
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-3/+3
* Add trampoline invoke and ART callback tests for native-bridgeYong WU2014-08-032-22/+239
* ART: Native bridge command-line parameterAndreas Gampe2014-07-265-0/+317