summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-04-25 14:39:59 +0100
committerNicolas Geoffray <ngeoffray@google.com>2015-04-25 14:39:59 +0100
commit399ff772f6a44af7fed3944a8d35d830c3b60172 (patch)
treedfa2ae5dcb982a814ba53d3f763d3fc35b94605b /tools
parent76f1413492c228bfa710e1eaa4c60370eaffbb8a (diff)
downloadart-399ff772f6a44af7fed3944a8d35d830c3b60172.zip
art-399ff772f6a44af7fed3944a8d35d830c3b60172.tar.gz
art-399ff772f6a44af7fed3944a8d35d830c3b60172.tar.bz2
Mark the test as failing while investigating.
Recent linker changes required to increase the scope of our chroot-like environment on devices. There is however just this test failing. Change-Id: I496be04693b6cebefe68a0ac04947ed238b53e0d
Diffstat (limited to 'tools')
-rw-r--r--tools/libcore_failures.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 2040b57..a387036 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -124,5 +124,11 @@
description: "Needs kernel updates on host/device",
result: EXEC_FAILED,
names: ["libcore.io.OsTest#test_socketPing"]
+},
+{
+ description: "Linker issues in chrooted environment",
+ modes: [device],
+ result: EXEC_FAILED,
+ names: ["org.apache.harmony.tests.java.lang.ProcessManagerTest#testEnvironment"]
}
]