/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
D | CMakeLists.txt | 61 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 66 …# add_test(NAME http-client-fi-pi COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 70 …add_test(NAME http-client-fi-ctx2 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 73 …add_test(NAME http-client-fi-ctx3 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 76 …add_test(NAME http-client-fi-ctx4 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 79 …add_test(NAME http-client-fi-ctx5 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 82 …add_test(NAME http-client-fi-ctx6 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 85 …add_test(NAME http-client-fi-ctx7 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 88 …add_test(NAME http-client-fi-ctx8 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 91 …add_test(NAME http-client-fi-ctx9 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… [all …]
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
D | CMakeLists.txt | 62 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 67 …# add_test(NAME http-client-fi-pi COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 71 …add_test(NAME http-client-fi-ctx2 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 74 …add_test(NAME http-client-fi-ctx3 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 77 …add_test(NAME http-client-fi-ctx4 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 80 …add_test(NAME http-client-fi-ctx5 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 83 …add_test(NAME http-client-fi-ctx6 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 86 …add_test(NAME http-client-fi-ctx7 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 89 …add_test(NAME http-client-fi-ctx8 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 92 …add_test(NAME http-client-fi-ctx9 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.fault-injection.md | 8 correctly under various fault conditions that may be difficult to arrange at 17 provides a simple but powerful api for targeted fault injection in any lws or 23 The basic idea is objects in the user code can choose to initialize "fault 27 Although these "fault contexts" can be embedded in objects directly at object 31 them at creation time. Eg, if you want to cause a fault in a wsi instantiated 40 ![Fault Injection Overview](../doc-assets/fault-injection.png) 42 A fault injection request is made in `lws_fi_t` objects, specifying the 43 fault name and whether, and how often to inject the fault. 45 The "fault context" objects `lws_fi_ctx_t` embedded in the creation info 60 ## Integrating fault injection conditionals into code in private lws code [all …]
|
D | README.udp.md | 48 with the well-known fault names "udp_tx_loss" and "udp_rx_loss", typically 50 `--fault-injection "wsi/udp_tx_loss(10%)"`
|
/third_party/python/Doc/library/ |
D | faulthandler.rst | 11 This module contains functions to dump Python tracebacks explicitly, on a fault, 13 install fault handlers for the :const:`SIGSEGV`, :const:`SIGFPE`, 18 The fault handler is compatible with system fault handlers like Apport or the 19 Windows fault handler. The module uses an alternative stack for signal handlers 23 The fault handler is called on catastrophic cases and therefore can only use 64 Enable the fault handler: install handlers for the :const:`SIGSEGV`, 70 The *file* must be kept open until the fault handler is disabled: see 85 Disable the fault handler: uninstall the signal handlers installed by 90 Check if the fault handler is enabled. 164 Example of a segmentation fault on Linux with and without enabling the fault [all …]
|
/third_party/libsoup/tests/ |
D | xmlrpc-server.php | 6 $fault["faultCode"] = -32602; 7 $fault["faultString"] = "bad parameter"; 8 return $fault;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | CMakeLists.txt | 43 --fault-injection "ss/ss_create_smd" 48 --fault-injection "ss/ss_create_smd_1" 53 --fault-injection "ss/ss_create_smd_2" 57 --fault-injection "ss/ss_create_smd" 60 --fault-injection "ss/ss_create_smd_1" 63 --fault-injection "ss/ss_create_smd_2"
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-lazy-anon-8p-touch | 14 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in 19 # read pages to migrate on fault
|
D | test-lazy-file-1m-touch | 2 # lazy migrate, then touch to fault 16 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in
|
D | test-lazy-anon-1g-touch | 14 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in
|
D | test-lazy-file-16m-touch | 14 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount02.c | 64 static const char *fault = (void*)-1; variable 92 {&fault, &mntpoint, &fs_type, 0, EFAULT, NULL, NULL}, 93 {&device, &mntpoint, &fault, 0, EFAULT, NULL, NULL},
|
/third_party/libwebsockets/lib/system/ |
D | CMakeLists.txt | 61 include_directories(./fault-injection) 63 system/fault-injection/fault-injection.c)
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | CMakeLists.txt | 66 --fault-injection "ss/ss_create_destroy_me" 71 --fault-injection "ss/ss_no_streamtype_policy" 75 --fault-injection "ss/ss_create_destroy_me" 78 --fault-injection "ss/ss_no_streamtype_policy"
|
/third_party/ltp/ |
D | README.kernel_config | 178 Please check with the original kernel for the fault injection 244 CONFIG_FAULT_INJECTION_DEBUG_FS=y (Debugfs entries for fault-injection capabilities) 246 CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y (stacktrace filter for fault-injection capabilities) 251 linux-2.6/Documentation/fault-injection/fault-injection.txt, 264 5) Choose your own test(or default) to run with fault injection as follows:
|
/third_party/boost/libs/test/doc/examples/ |
D | example23.output | 4 …l error in "test_case": memory access violation at address: 0x00000008: no mapping at fault address
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 26 - If possible, find the fault in the code under test causing the test case 28 - If possible, create a patch to fix the fault.
|
/third_party/python/Lib/xmlrpc/ |
D | server.py | 268 except Fault as fault: 269 response = dumps(fault, allow_none=self.allow_none, 366 except Fault as fault: 368 {'faultCode' : fault.faultCode, 369 'faultString' : fault.faultString}
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | README.md | 22 --pass-limit <count>|By default the pass limit is the budget, but if doing fault injection you can …
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | README | 6 compiled with GCC 3.3.X. Older versions of the compiler will fail and seg fault.
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.43.7.txt | 5 trying to replay the journal won't accidentally result in a seg fault
|
D | v1.46.1.txt | 10 attribute will result in a seg fault.
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 1582 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); in external_entity_faulter() local 1590 if (fault->encoding != NULL) { in external_entity_faulter() 1591 if (! XML_SetEncoding(ext_parser, fault->encoding)) in external_entity_faulter() 1594 if (_XML_Parse_SINGLE_BYTES(ext_parser, fault->parse_text, in external_entity_faulter() 1595 (int)strlen(fault->parse_text), XML_TRUE) in external_entity_faulter() 1597 fail(fault->fail_text); in external_entity_faulter() 1598 if (XML_GetErrorCode(ext_parser) != fault->error) in external_entity_faulter() 1610 ExtFaults fault in START_TEST() local 1615 XML_SetUserData(g_parser, &fault); in START_TEST() 1626 ExtFaults fault in START_TEST() local [all …]
|
/third_party/expat/tests/ |
D | runtests.c | 1582 ExtFaults *fault = (ExtFaults *)XML_GetUserData(parser); in external_entity_faulter() local 1590 if (fault->encoding != NULL) { in external_entity_faulter() 1591 if (! XML_SetEncoding(ext_parser, fault->encoding)) in external_entity_faulter() 1594 if (_XML_Parse_SINGLE_BYTES(ext_parser, fault->parse_text, in external_entity_faulter() 1595 (int)strlen(fault->parse_text), XML_TRUE) in external_entity_faulter() 1597 fail(fault->fail_text); in external_entity_faulter() 1598 if (XML_GetErrorCode(ext_parser) != fault->error) in external_entity_faulter() 1610 ExtFaults fault in START_TEST() local 1615 XML_SetUserData(g_parser, &fault); in START_TEST() 1626 ExtFaults fault in START_TEST() local [all …]
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 672 bool fault = false; in ac_vm_fault_occured() 704 if (fault) in ac_vm_fault_occured() 747 fault = true; in ac_vm_fault_occured() 761 return fault; in ac_vm_fault_occured()
|