From fa9e19ac29b31b2771c0bcef1bf7ce26519bac61 Mon Sep 17 00:00:00 2001 From: Radu Grigore Date: Mon, 12 Apr 2021 01:31:39 -0700 Subject: [PATCH] [topl] Deactivate baos test Summary: The output differs on Java 11 compared to Java 8: one prints an interface, the other resolves to a class name. Reviewed By: ezgicicek Differential Revision: D27678552 fbshipit-source-id: c5a5d0c39 --- infer/tests/codetoanalyze/java/topl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infer/tests/codetoanalyze/java/topl/Makefile b/infer/tests/codetoanalyze/java/topl/Makefile index 7b60e4758..57a4a22b6 100644 --- a/infer/tests/codetoanalyze/java/topl/Makefile +++ b/infer/tests/codetoanalyze/java/topl/Makefile @@ -6,7 +6,8 @@ TESTS_DIR = ../../.. # NOTE: If you wish to deactivate a Topl test, simply remove it from this list -SUBDIRS = baos compareArgs hasnext immutableArray servlet slowIter taint +SUBDIRS = compareArgs hasnext immutableArray servlet slowIter taint +# inactive: baos (reactivate when tests migrate to Java 11) test-%: $(MAKE) -C $* test