diff options
| author | 2017-11-10 16:18:59 +0000 | |
|---|---|---|
| committer | 2017-11-10 16:18:59 +0000 | |
| commit | f97702ce1a3cb5dfdab174712eedba8e6028bb2a (patch) | |
| tree | deeee47c3412ca3cbf6cf2bc77d4d9e436e308b5 | |
| parent | a051f29bbbb7f237242e84294b8f2ced5f4b1acc (diff) | |
Blacklist test in file actually used by the script.
bug: 69121056
Change-Id: I4312e2b4f45e0dc1eaadaf483ee9e0eac0dc49bd
| -rw-r--r-- | tools/libjdwp_oj_art_failures.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libjdwp_oj_art_failures.txt b/tools/libjdwp_oj_art_failures.txt index e0f243ccfb..787c4d28fb 100644 --- a/tools/libjdwp_oj_art_failures.txt +++ b/tools/libjdwp_oj_art_failures.txt @@ -61,5 +61,11 @@ "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameTest#testName001_NullObject", "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ParentTest#testParent_NullObject", "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.CapabilitiesNewTest#testCapabilitiesNew001" ] +}, +{ + description: "Test is flaky", + result: EXEC_FAILED, + bug: 69121056, + name: "org.apache.harmony.jpda.tests.jdwp.ObjectReference.IsCollectedTest#testIsCollected001" } ] |