Searched refs:expect_fail (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel_mgr.c | 43 #define expect_fail(x) __expect(!(x)) macro 80 expect_fail(flowlabel_get(fd, 1, IPV6_FL_S_ANY, 0)); in run_tests() 83 expect_fail(flowlabel_put(fd, 1)); in run_tests() 86 expect_fail(flowlabel_get(fd, 0x1FFFFF, IPV6_FL_S_ANY, in run_tests() 96 expect_fail(flowlabel_get(fd, 1, IPV6_FL_S_ANY, in run_tests() 102 expect_fail(flowlabel_put(fd, 1)); in run_tests() 107 expect_fail(flowlabel_get(fd, 2, IPV6_FL_S_ANY, IPV6_FL_F_CREATE)); in run_tests() 109 expect_fail(flowlabel_get(fd, 2, IPV6_FL_S_EXCL, IPV6_FL_F_CREATE)); in run_tests() 114 expect_fail(flowlabel_get(fd, 2, IPV6_FL_S_ANY, in run_tests() 125 expect_fail(flowlabel_get(fd, 3, IPV6_FL_S_ANY, 0)); in run_tests() [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lwt_bpf.sh | 102 function expect_fail { function 119 expect_fail "$EXPECT" "$GOT"
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | safe_iop.c | 167 if ((cmd) != 0) { printf(" FAILED\n"); expect_fail++; r = 0; } \ 173 if ((cmd) != 1) { printf(" FAILED\n"); expect_fail++; r = 0; } \ 178 static int expect = 0, expect_succ = 0, expect_fail = 0; variable 1172 expect_succ, expect, expect_fail); in main()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | safe_iop.c | 169 if ((cmd) != 0) { printf(" FAILED\n"); expect_fail++; r = 0; } \ 175 if ((cmd) != 1) { printf(" FAILED\n"); expect_fail++; r = 0; } \ 180 static int expect = 0, expect_succ = 0, expect_fail = 0; variable 1248 expect_succ, expect, expect_fail); in main()
|