diff options
author | 2017-12-13 15:19:40 +0000 | |
---|---|---|
committer | 2017-12-13 15:19:40 +0000 | |
commit | 5791327fecd58ab256ebceb44d97e62d16ab8e54 (patch) | |
tree | 71b0ee56eae7951aefe102b92053a6478ed56f8c | |
parent | 3f74ea478d755453a2fe5789ce155e80be3e7c7f (diff) |
Fix typo in test name.
Change-Id: I1e2d37069623798a6fba495da9bc17ce11f96725
-rw-r--r-- | tools/libjdwp_art_failures.txt | 2 | ||||
-rw-r--r-- | tools/libjdwp_oj_art_failures.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/libjdwp_art_failures.txt b/tools/libjdwp_art_failures.txt index 0495e6dc1b..dd42171a70 100644 --- a/tools/libjdwp_art_failures.txt +++ b/tools/libjdwp_art_failures.txt @@ -68,7 +68,7 @@ description: "Tests for VMDebug functionality not implemented in the upstream libjdwp", result: EXEC_FAILED, names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest#testVMDebug", - "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest#testVMDebug002" ] + "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest002#testVMDebug" ] }, /* TODO Categorize these failures more. */ { diff --git a/tools/libjdwp_oj_art_failures.txt b/tools/libjdwp_oj_art_failures.txt index 2049a42fb3..556f2ba674 100644 --- a/tools/libjdwp_oj_art_failures.txt +++ b/tools/libjdwp_oj_art_failures.txt @@ -83,7 +83,7 @@ { description: "Test for VMDebug functionality not implemented in the upstream libjdwp", result: EXEC_FAILED, - name: "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest#testVMDebug002" + name: "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest002#testVMDebug" }, { description: "Test times out on fugu-debug", |