brintos

brintos / llvm-project-archived public Read only

0
0
Text · 484 B · f147f6b Raw
16 lines · python
1# UNSUPPORTED: system-windows2# Test lit.main.add_result_category() extension API.3 4# RUN: not %{lit} %{inputs}/custom-result-category | FileCheck %s5 6# CHECK: CUSTOM_PASS: custom-result-category :: test1.txt7# CHECK: CUSTOM_FAILURE: custom-result-category :: test2.txt8 9# CHECK-NOT: My Passed Tests (1)10# CHECK-NOT:   custom-result-category :: test1.txt11# CHECK:     My Failed Tests (1)12# CHECK:       custom-result-category :: test2.txt13 14# CHECK: My Passed: 115# CHECK: My Failed: 116