Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8249625: cleanup unused SkippedException in the tests under cds/appcd…
…s/dynamicArchive/methodHandles

Reviewed-by: iklam
  • Loading branch information
calvinccheung committed Sep 8, 2020
1 parent 63a5a12 commit e20004d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 35 deletions.
Expand Up @@ -80,10 +80,6 @@ import org.junit.Test;
import java.io.File;
import jtreg.SkippedException;
import sun.hotspot.gc.GC;
public class $i extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -96,7 +92,6 @@ public class $i extends DynamicArchiveTestBase {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "$i";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";
static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down
Expand Up @@ -48,10 +48,6 @@

import java.io.File;

import jtreg.SkippedException;

import sun.hotspot.gc.GC;

public class MethodHandlesAsCollectorTest extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -64,7 +60,6 @@ public void test() throws Exception {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "MethodHandlesAsCollectorTest";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";

static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down
Expand Up @@ -48,10 +48,6 @@

import java.io.File;

import jtreg.SkippedException;

import sun.hotspot.gc.GC;

public class MethodHandlesCastFailureTest extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -64,7 +60,6 @@ public void test() throws Exception {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "MethodHandlesCastFailureTest";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";

static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down
Expand Up @@ -48,10 +48,6 @@

import java.io.File;

import jtreg.SkippedException;

import sun.hotspot.gc.GC;

public class MethodHandlesGeneralTest extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -64,7 +60,6 @@ public void test() throws Exception {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "MethodHandlesGeneralTest";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";

static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down
Expand Up @@ -48,10 +48,6 @@

import java.io.File;

import jtreg.SkippedException;

import sun.hotspot.gc.GC;

public class MethodHandlesInvokersTest extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -64,7 +60,6 @@ public void test() throws Exception {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "MethodHandlesInvokersTest";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";

static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down
Expand Up @@ -48,10 +48,6 @@

import java.io.File;

import jtreg.SkippedException;

import sun.hotspot.gc.GC;

public class MethodHandlesPermuteArgumentsTest extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -64,7 +60,6 @@ public void test() throws Exception {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "MethodHandlesPermuteArgumentsTest";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";

static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down
Expand Up @@ -48,10 +48,6 @@

import java.io.File;

import jtreg.SkippedException;

import sun.hotspot.gc.GC;

public class MethodHandlesSpreadArgumentsTest extends DynamicArchiveTestBase {
@Test
public void test() throws Exception {
Expand All @@ -64,7 +60,6 @@ public void test() throws Exception {
private static final String ps = System.getProperty("path.separator");
private static final String testPackageName = "test.java.lang.invoke";
private static final String testClassName = "MethodHandlesSpreadArgumentsTest";
private static final String skippedException = "jtreg.SkippedException: Unable to map shared archive: test did not complete";

static void testImpl() throws Exception {
String topArchiveName = getNewArchiveName();
Expand Down

2 comments on commit e20004d

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on e20004d Sep 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

Issues

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on e20004d Oct 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

Issues

Please sign in to comment.