Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
utils/lit/tests/xfail-require-pr.py
- This file was added.
# RUN: %{lit} -j 1 -v %{inputs}/xfail-require-pr | FileCheck --check-prefix=DEFAULT %s | |||||
# DEFAULT: XFAIL: xfail-requires-pr :: xfail-containing-custom-pr.txt (1 of 3) | |||||
# DEFAULT: XFAIL: xfail-requires-pr :: xfail-containing-pr.txt (2 of 3) | |||||
# DEFAULT: XFAIL: xfail-requires-pr :: xfail-missing-pr.txt (3 of 3) | |||||
# DEFAULT: Expected Failures : 3 | |||||
# RUN: not %{lit} -j 1 -v %{inputs}/xfail-require-pr --xfail-requires-pr | FileCheck --check-prefix=REQUIRE_PR %s | |||||
# REQUIRE_PR: FAIL: xfail-requires-pr :: xfail-containing-custom-pr.txt (1 of 3) | |||||
# REQUIRE_PR: XFAIL: xfail-requires-pr :: xfail-containing-pr.txt (2 of 3) | |||||
# REQUIRE_PR: FAIL: xfail-requires-pr :: xfail-missing-pr.txt (3 of 3) | |||||
# REQUIRE_PR: Expected Failures : 1 | |||||
# REQUIRE_PR: Unexpected Failures: 2 | |||||
# RUN: not %{lit} -j 1 -v %{inputs}/xfail-require-pr --xfail-requires-pr --bug-tracker-prefix http://foo.org/ | FileCheck --check-prefix=CUSTOM_PR %s | |||||
# CUSTOM_PR: XFAIL: xfail-requires-pr :: xfail-containing-custom-pr.txt (1 of 3) | |||||
# CUSTOM_PR: XFAIL: xfail-requires-pr :: xfail-containing-pr.txt (2 of 3) | |||||
# CUSTOM_PR: FAIL: xfail-requires-pr :: xfail-missing-pr.txt (3 of 3) | |||||
# CUSTOM_PR: Expected Failures : 2 | |||||
# CUSTOM_PR: Unexpected Failures: 1 |