diff options
| author | 2016-05-17 19:00:23 -0700 | |
|---|---|---|
| committer | 2016-05-17 19:00:23 -0700 | |
| commit | fc3bb5c83d92d45011bef71ac62621f9707ee179 (patch) | |
| tree | de9fe83243ce99332f6b6c8165736582e4422b23 | |
| parent | 8ccc728d9275ad9bf839507a4979774f26ee7392 (diff) | |
ART: Blacklist a libcore test for investigation
Blacklist dalvik.system.DexClassLoaderTest#testDexThenPathClassLoader
for investigation.
Bug: 28826195
Change-Id: Ibff00293af3c7bc272e3b419f4065c0fd8c069cf
| -rw-r--r-- | tools/libcore_failures.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index f25fb98c4d..bdcf86d853 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -248,6 +248,11 @@ names: [ "libcore.java.io.FileTest#testJavaIoTmpdirMutable" ] }, { + description: "Investigate whether the test is making a wrong assumption with the newly enforced classpath.", + result: EXEC_FAILED, + names: ["dalvik.system.DexClassLoaderTest#testDexThenPathClassLoader"] +}, +{ description: "Made for extending, shouldn't be run", result: EXEC_FAILED, names: ["jsr166.CollectionTest#testEmptyMeansEmpty", |