[PATCH] D22353: FileCheck Enhancement - CHECK-WORD

Elena Lepilkina via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 01:42:15 PDT 2016


eklepilkina added a comment.

I made new mode and made experiment turn it on for all LLVM tests.
Result:
Expected Passes    : 15810

  Expected Failures  : 125
  Unsupported Tests  : 195
  Unexpected Passes  : 4
  Unexpected Failures: 1128

In my opinion, there is quite big number of failed tests with new behavior. So doing this word-match behavior standart won't be simple task.


https://reviews.llvm.org/D22353





More information about the llvm-commits mailing list