[all-commits] [llvm/llvm-project] 276d2b: [libc++] 2/N: Enable the new libc++ testing format...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Apr 6 15:37:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 276d2b78ce4d9753ed9e46576b4c5ab27d0ebf45
      https://github.com/llvm/llvm-project/commit/276d2b78ce4d9753ed9e46576b4c5ab27d0ebf45
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M libcxx/test/lit.cfg

  Log Message:
  -----------
  [libc++] 2/N: Enable the new libc++ testing format by default

Both test formats are equivalent, so this *should* not be a problem.
We've fixed a couple of failures uncovered by the first time we tried
making the switch, so this new attempt should go even farther.

If failures are noticed, it should be fine to revert this commit, but
please give a heads up afterwards so we know to address the issues!

Also note that it is still possible to use the old format by passing
`--param=use_old_format=True` when running Lit for the time being.




More information about the All-commits mailing list