diff options
author | 2015-04-25 13:41:55 +0000 | |
---|---|---|
committer | 2015-04-25 13:41:56 +0000 | |
commit | 948dfff2ee9c3411088a89e1a8664652f46fbf35 (patch) | |
tree | 307886cd8f7c67e5c95a67a13183004a5c82a3e1 | |
parent | 1e3ab9ad421d471ca8eadac03084ce19fd06d4eb (diff) | |
parent | 399ff772f6a44af7fed3944a8d35d830c3b60172 (diff) |
Merge "Mark the test as failing while investigating."
-rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 2040b57f4f..a3870362c2 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"] } ] |