forked from llvm/llvm-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test-suite] Register result codes with lit.
lit currently only has a hard-coded set of result codes and crashes when encountering test-suite's NOEXE result code. D78164 adds the possibility to register custom result codes. This patch registers the result code NOEXE and renames SKIPPED to NOCHANGE since lit already has a SKIPPED result code. While this does not fix any buildbot (such as http://lab.llvm.org:8011/builders/clang-native-arm-lnt-perf), it at least should allow lit to display which tests have failed at the end. Reviewed By: yln, jdoerfert Differential Revision: https://reviews.llvm.org/D79064
- Loading branch information
1 parent
3390417
commit 2c8cbce
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CHECK-DAG: SKIPPED: test-suite :: tests/skip.test | ||
CHECK-DAG: NOCHANGE: test-suite :: tests/unchanged.test | ||
CHECK-DAG: PASS: test-suite :: tests/normal.test | ||
CHECK: Expected Passes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters