================ @@ -0,0 +1,178 @@ +// Tests for clang-ssaf-format --type wpa that require the example plugin. + +// REQUIRES: plugins + +// RUN: rm -rf %t +// RUN: mkdir -p %t + +// ============================================================================ +// Read errors +// ============================================================================ + +// 'results' field is absent. +// RUN: not clang-ssaf-format --type wpa %S/Inputs/missing-results.json 2>&1 \ +// RUN: | FileCheck %s --check-prefix=NO-RESULTS ---------------- aviralg wrote:
Done. https://github.com/llvm/llvm-project/pull/187403 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
