--- jsr166/src/test/tck/CompletableFutureTest.java 2019/12/16 21:18:49 1.222 +++ jsr166/src/test/tck/CompletableFutureTest.java 2019/12/16 22:36:39 1.223 @@ -3752,16 +3752,6 @@ public class CompletableFutureTest exten } /** - * failedFuture(null) throws NPE - */ - public void testFailedFuture_null() { - try { - CompletableFuture f = CompletableFuture.failedFuture(null); - shouldThrow(); - } catch (NullPointerException success) {} - } - - /** * copy returns a CompletableFuture that is completed normally, * with the same value, when source is. */