From 33b7388f6390f75e8e95284b35960ad6b1211369 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Tue, 27 Feb 2024 15:17:44 +0800 Subject: [PATCH] 8326726: Problem list Exhaustiveness.java due to 8326616 Signed-off-by: sendaoYan --- test/langtools/ProblemList.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/langtools/ProblemList.txt b/test/langtools/ProblemList.txt index 363aa8ae9e781..48ed5238eb3b5 100644 --- a/test/langtools/ProblemList.txt +++ b/test/langtools/ProblemList.txt @@ -66,6 +66,7 @@ tools/javac/annotations/typeAnnotations/referenceinfos/Lambda.java tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java 8057687 generic-all emit correct byte code an attributes for type annotations tools/javac/warnings/suppress/TypeAnnotations.java 8057683 generic-all improve ordering of errors with type annotations tools/javac/modules/SourceInSymlinkTest.java 8180263 windows-all fails when run on a subst drive +tools/javac/patterns/Exhaustiveness.java 8326616 generic-all intermittently timeout ########################################################################### #