commit | 64dea7ec30a3ea63845b40d7315abdd8698e4f6e | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Nov 07 14:32:42 2014 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Nov 07 14:32:42 2014 +0000 |
tree | 6b0e2ba0055d6bac44a12656af4a9be580a760a4 | |
parent | de87f405a5f8a4ffd57f01d0d667188e8f0ca8cd [diff] [blame] |
The test now uses libarttest.so, so fails in ndebug mode. libarttest.so is linked against libartd.so, so running the test with libart.so will fail. Change-Id: I395d03b4b4e6b37d81c5066950afe521801410e4
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index e460f39..f74547b 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk
@@ -279,6 +279,7 @@ 004-SignalTest \ 004-StackWalk \ 004-UnsafeTest \ + 051-thread \ 115-native-bridge \ 116-nodex2oat \ 117-nopatchoat \