Home
last modified time | relevance | path

Searched refs:should_fail (Results 251 – 275 of 1014) sorted by relevance

1...<<11121314151617181920>>...41

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/206 tap tests/
H A Dmeson.build6 test('fail', tester, args : ['not ok'], should_fail: true, protocol: 'tap')
8 test('xpass', tester, args : ['ok # todo'], should_fail: true, protocol: 'tap')
13 test('skip failure', tester, args : ['not ok # skip'], should_fail: true, protocol: 'tap')
/dports/net/py-pyvmomi/pyvmomi-7.0.3/tests/
H A Dtest_connect.py69 def should_fail(): function
74 self.assertRaises(vim.fault.InvalidLogin, should_fail)
100 def should_fail(): function
104 self.assertRaises((OSError, socket.gaierror), should_fail)
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Type-Registry/
H A Dmethods.t75 should_fail(-42, $type);
79 should_fail(-42, t->PositiveInt);
83 should_fail(-42, t->PossyWossy1);
87 should_fail(-42, t->PossyWossy2);
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/eclipse/
H A Dstring_tests.tst326 number_string(1,"a") should_fail.
327 number_string(1,"") should_fail.
333 number_string(N,"3 ") should_fail.
334 number_string(N,"3.") should_fail.
336 number_string(N," 0'a") should_fail.
338 number_string(N,"- 1") should_fail.
339 number_string(N,"/**/1") should_fail.
340 number_string(N,"-/**/1") should_fail.
342 number_string(N,"1.0e") should_fail.
343 number_string(N,"1.0ee") should_fail.
[all …]
/dports/lang/micropython/micropython-1.17/tests/float/
H A Dfloat2int_fp30_intbig.py60 def fp2int_test(num, name, should_fail): argument
63 passed = ~should_fail
65 passed = should_fail
H A Dfloat2int_intbig.py63 def fp2int_test(num, name, should_fail): argument
66 passed = ~should_fail
68 passed = should_fail
H A Dfloat2int_doubleprec_intbig.py63 def fp2int_test(num, name, should_fail): argument
66 passed = ~should_fail
68 passed = should_fail
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/
H A Dtest_magic_terminal.py22 def check_cpaste(code, should_fail=False): argument
40 context = tt.AssertPrints if should_fail else tt.AssertNotPrints
44 if not should_fail:
76 check_cpaste(code, should_fail=True)
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Type-Tiny-ConstrainedObject/
H A Dbasic.t92 should_fail(
102 should_fail(
112 should_fail(
117 should_fail(
122 should_fail(
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dtc_flower_scale.sh6 local should_fail=$1; shift
14 if ((! should_fail)); then
H A Dmirror_gre_scale.sh6 local should_fail=$1; shift
11 if ((! should_fail)); then
H A Dport_scale.sh6 local should_fail=$1
11 if ((! should_fail)); then
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower_scale.sh6 local should_fail=$1; shift
15 if ((! should_fail)); then
H A Dmirror_gre_scale.sh6 local should_fail=$1; shift
11 if ((! should_fail)); then
H A Dport_scale.sh6 local should_fail=$1
11 if ((! should_fail)); then
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower_scale.sh6 local should_fail=$1; shift
15 if ((! should_fail)); then
H A Dmirror_gre_scale.sh6 local should_fail=$1; shift
11 if ((! should_fail)); then
H A Dport_scale.sh6 local should_fail=$1
11 if ((! should_fail)); then
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dtc_flower_scale.sh6 local should_fail=$1; shift
14 if ((! should_fail)); then
H A Dmirror_gre_scale.sh6 local should_fail=$1; shift
11 if ((! should_fail)); then
H A Dport_scale.sh6 local should_fail=$1
11 if ((! should_fail)); then
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dtc_flower_scale.sh6 local should_fail=$1; shift
14 if ((! should_fail)); then
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower_scale.sh6 local should_fail=$1; shift
15 if ((! should_fail)); then
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/30-integration/Data-Constraint/
H A Dbasic.t40 should_fail( "42.0", $type );
41 should_fail( [ 42 ], $type );
42 should_fail( undef, $type );
/dports/devel/ipython5/ipython-5.10.0/IPython/core/tests/
H A Dtest_magic_terminal.py33 def check_cpaste(code, should_fail=False): argument
51 context = tt.AssertPrints if should_fail else tt.AssertNotPrints
55 if not should_fail:
94 check_cpaste(code, should_fail=True)

1...<<11121314151617181920>>...41