[PATCH] D79064: [test-suite] Register result codes with lit.

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 10:11:22 PDT 2020


yln added inline comments.


================
Comment at: litsupport/test.py:16
 
-SKIPPED = lit.Test.ResultCode('SKIPPED', False)
-NOEXE = lit.Test.ResultCode('NOEXE', True)
+SKIPPED = lit.Test.SKIPPED
 
----------------
Actually, I thought that the semantics of lit's skipped differ from test-suite's skipped?!
https://reviews.llvm.org/D77986#1979402


Repository:
  rT test-suite

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

https://reviews.llvm.org/D79064





More information about the llvm-commits mailing list