[PATCH] D130422: [clang-repl] Fix incorrect return code

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 23 10:51:15 PDT 2022


v.g.vassilev added inline comments.


================
Comment at: clang/test/Interpreter/fail.cpp:6
+// UNSUPPORTED: system-aix
+// XFAIL: *
+// CHECK-DRIVER: i = 10
----------------
Why this is marked as XFAIL? If it is only for the return code we can add the `not` command in front to make the error code succeed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130422/new/

https://reviews.llvm.org/D130422



More information about the cfe-commits mailing list