Searched refs:expect_fail (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 46 def __init__(self, comm, shell=None, fail=True, expect_fail=False, ns=None, argument 101 self.process(terminate=False, fail=fail, expect_fail=expect_fail, 116 def process(self, terminate=True, fail=None, expect_fail=False, timeout=20): argument 131 (self.proc.returncode < 0 and expect_fail)): 135 elif self.proc.returncode == 0 and expect_fail: 180 def __init__(self, comm, shell=None, fail=None, expect_fail=None, argument 184 shell=shell, fail=fail, expect_fail=expect_fail, 190 self.expect_fail = expect_fail 206 expect_fail=self.expect_fail)
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | so_txtime.py | 33 expect_fail = not expect_success 38 expect_fail=expect_fail, exit_wait=True): 101 def test_so_txtime_etf(cfg, ipver, args_tx, args_rx, expect_fail): argument 119 test_so_txtime(cfg, "tai", ipver, args_tx, args_rx, expect_fail)
|
| /linux/samples/bpf/ |
| H A D | test_lwt_bpf.sh | 105 function expect_fail { function 122 expect_fail "$EXPECT" "$GOT"
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vpmu_counter_access.c | 464 static void test_create_vpmu_vm_with_nr_counters(unsigned int nr_counters, bool expect_fail) in test_create_vpmu_vm_with_nr_counters() argument 478 if (expect_fail) in test_create_vpmu_vm_with_nr_counters()
|