commit | daf675a99d1dd0d1bbfb7baf41a862fa58935c93 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Feb 13 10:41:20 2018 -0800 |
committer | Alex Light <allight@google.com> | Tue Feb 13 19:17:20 2018 +0000 |
tree | 73a2c965da24b44ceb464a0fbd1a4b30dd37d6f3 | |
parent | db8d9091bbab41060584ab80882b60df20337da7 [diff] |
Renumber tests 988-Too{Wide,Deep}ClassInstanceOf These tests collided with JVMTI tests used in CTS. To prevent issues with the CTS build we need to make sure that there are no numbering collisions. These are renumbered to 805 and 806. Test: none Bug: 73252141 Change-Id: I09cf027c734cf18755cdc69e378f549daf6ef5d2
diff --git a/test/988-TooDeepClassInstanceOf/expected.txt b/test/805-TooDeepClassInstanceOf/expected.txt similarity index 100% rename from test/988-TooDeepClassInstanceOf/expected.txt rename to test/805-TooDeepClassInstanceOf/expected.txt
diff --git a/test/988-TooDeepClassInstanceOf/info.txt b/test/805-TooDeepClassInstanceOf/info.txt similarity index 100% rename from test/988-TooDeepClassInstanceOf/info.txt rename to test/805-TooDeepClassInstanceOf/info.txt
diff --git a/test/988-TooDeepClassInstanceOf/src/Main.java b/test/805-TooDeepClassInstanceOf/src/Main.java similarity index 100% rename from test/988-TooDeepClassInstanceOf/src/Main.java rename to test/805-TooDeepClassInstanceOf/src/Main.java
diff --git a/test/988-TooWideClassInstanceOf/expected.txt b/test/806-TooWideClassInstanceOf/expected.txt similarity index 100% rename from test/988-TooWideClassInstanceOf/expected.txt rename to test/806-TooWideClassInstanceOf/expected.txt
diff --git a/test/988-TooWideClassInstanceOf/info.txt b/test/806-TooWideClassInstanceOf/info.txt similarity index 100% rename from test/988-TooWideClassInstanceOf/info.txt rename to test/806-TooWideClassInstanceOf/info.txt
diff --git a/test/988-TooWideClassInstanceOf/src/Main.java b/test/806-TooWideClassInstanceOf/src/Main.java similarity index 100% rename from test/988-TooWideClassInstanceOf/src/Main.java rename to test/806-TooWideClassInstanceOf/src/Main.java