Home
last modified time | relevance | path

Searched refs:expecting_failure (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/py-absl/absl-py-0.7.1/absl/third_party/unittest3_backport/
H A Dcase.py23 self.expecting_failure = False
47 self.expecting_failure = True
50 self.expecting_failure = True
154 expecting_failure = False
163 expecting_failure = outcome.expecting_failure
164 outcome.expecting_failure = False
173 if expecting_failure:
188 if not expecting_failure and outcome.success:
/dports/devel/py-absl-py/absl-py-0.15.0/absl/third_party/unittest3_backport/
H A Dcase.py23 self.expecting_failure = False
47 self.expecting_failure = True
50 self.expecting_failure = True
154 expecting_failure = False
163 expecting_failure = outcome.expecting_failure
164 outcome.expecting_failure = False
173 if expecting_failure:
188 if not expecting_failure and outcome.success:
/dports/devel/py-asynctest/asynctest-0.13.0/asynctest/
H A Dcase.py286 expecting_failure = getattr(testMethod,
295 outcome.expecting_failure = expecting_failure
298 outcome.expecting_failure = False
308 if expecting_failure:
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c50 bool expecting_failure(void) in expecting_failure() function
232 if (expecting_failure() && !is_failure(cr_)) { in tm_una_ping()
239 if (!expecting_failure() && is_failure(cr_) && in tm_una_ping()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c50 bool expecting_failure(void) in expecting_failure() function
232 if (expecting_failure() && !is_failure(cr_)) { in tm_una_ping()
239 if (!expecting_failure() && is_failure(cr_) && in tm_una_ping()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c50 bool expecting_failure(void) in expecting_failure() function
232 if (expecting_failure() && !is_failure(cr_)) { in tm_una_ping()
239 if (!expecting_failure() && is_failure(cr_) && in tm_una_ping()
/dports/sysutils/password-store/password-store-1.7.4/tests/
H A Dsharness.sh298 expecting_failure=$2
302 if test -z "$immediate" || test $eval_ret = 0 || test -n "$expecting_failure"; then
420 if test_run_ "$2" expecting_failure; then
/dports/sysutils/inotify-tools/inotify-tools-3.21.9.6/t/
H A Dsharness.sh333 expecting_failure=$2
344 if test -z "$immediate" || test $eval_ret = 0 || test -n "$expecting_failure"; then
462 if test_run_ "$2" expecting_failure; then
/dports/sysutils/pass-otp/pass-otp-1.2.0/test/
H A Dsharness.sh333 expecting_failure=$2
344 if test -z "$immediate" || test $eval_ret = 0 || test -n "$expecting_failure"; then
462 if test_run_ "$2" expecting_failure; then
/dports/security/munge/munge-munge-0.5.14/t/
H A Dsharness.sh386 expecting_failure=$2
397 if test -z "$immediate" || test $eval_ret = 0 || test -n "$expecting_failure"; then
515 if test_run_ "$2" expecting_failure; then
/dports/x11/jgmenu/jgmenu-4.4.0/tests/
H A Dsharness.sh386 expecting_failure=$2
397 if test -z "$immediate" || test $eval_ret = 0 || test -n "$expecting_failure"; then
515 if test_run_ "$2" expecting_failure; then
/dports/lang/python310/Python-3.10.1/Lib/unittest/
H A Dcase.py46 self.expecting_failure = False
69 if self.expecting_failure:
578 expecting_failure = (
589 outcome.expecting_failure = expecting_failure
592 outcome.expecting_failure = False
601 if expecting_failure:
/dports/lang/python39/Python-3.9.9/Lib/unittest/
H A Dcase.py46 self.expecting_failure = False
69 if self.expecting_failure:
579 expecting_failure = (
590 outcome.expecting_failure = expecting_failure
593 outcome.expecting_failure = False
602 if expecting_failure:
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/
H A Dcase.py46 self.expecting_failure = False
67 if self.expecting_failure:
578 expecting_failure = (
589 outcome.expecting_failure = expecting_failure
592 outcome.expecting_failure = False
598 if expecting_failure:
/dports/databases/py-gdbm/Python-3.8.12/Lib/unittest/
H A Dcase.py47 self.expecting_failure = False
70 if self.expecting_failure:
666 expecting_failure = expecting_failure_class or expecting_failure_method
674 outcome.expecting_failure = expecting_failure
677 outcome.expecting_failure = False
686 if expecting_failure:
/dports/lang/python37/Python-3.7.12/Lib/unittest/
H A Dcase.py46 self.expecting_failure = False
69 if self.expecting_failure:
618 expecting_failure = expecting_failure_class or expecting_failure_method
626 outcome.expecting_failure = expecting_failure
629 outcome.expecting_failure = False
638 if expecting_failure:
/dports/lang/python-tools/Python-3.8.12/Lib/unittest/
H A Dcase.py47 self.expecting_failure = False
70 if self.expecting_failure:
666 expecting_failure = expecting_failure_class or expecting_failure_method
674 outcome.expecting_failure = expecting_failure
677 outcome.expecting_failure = False
686 if expecting_failure:
/dports/lang/python38/Python-3.8.12/Lib/unittest/
H A Dcase.py47 self.expecting_failure = False
70 if self.expecting_failure:
666 expecting_failure = expecting_failure_class or expecting_failure_method
674 outcome.expecting_failure = expecting_failure
677 outcome.expecting_failure = False
686 if expecting_failure:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/unittest/
H A Dcase.py47 self.expecting_failure = False
70 if self.expecting_failure:
666 expecting_failure = expecting_failure_class or expecting_failure_method
674 outcome.expecting_failure = expecting_failure
677 outcome.expecting_failure = False
686 if expecting_failure:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/unittest/
H A Dcase.py47 self.expecting_failure = False
70 if self.expecting_failure:
666 expecting_failure = expecting_failure_class or expecting_failure_method
674 outcome.expecting_failure = expecting_failure
677 outcome.expecting_failure = False
686 if expecting_failure:
/dports/devel/py-unittest2/unittest2-1.1.0/unittest2/
H A Dcase.py54 self.expecting_failure = False
77 if self.expecting_failure:
614 expecting_failure = getattr(testMethod,
623 outcome.expecting_failure = expecting_failure
626 outcome.expecting_failure = False
635 if expecting_failure:
/dports/devel/cgit/cgit-1.2.3/git/t/perf/
H A Dperf-lib.sh161 if test $eval_ret = 0 || test -n "$expecting_failure"
/dports/devel/git-p4/git-2.34.1/t/perf/
H A Dperf-lib.sh180 if test $eval_ret = 0 || test -n "$expecting_failure"
/dports/devel/git-svn/git-2.34.1/t/perf/
H A Dperf-lib.sh180 if test $eval_ret = 0 || test -n "$expecting_failure"
/dports/devel/git/git-2.34.1/t/perf/
H A Dperf-lib.sh180 if test $eval_ret = 0 || test -n "$expecting_failure"

12