/third_party/libunwind/libunwind/tests/ |
H A D | Gia64-test-nat.c | 48 #define panic(args...) \ macro 149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler() 170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 191 panic ("sigaction: %s\n", strerror (errno)); in enable_sighandler() 203 panic ("sigaction: %s\n", strerror (errno)); in disable_sighandler() 220 panic ("%s: failed to read register r%d, error=%d\n", in check_static_to_stacked() 225 panic ("%s: failed to read register nat%d, error=%d\n", in check_static_to_stacked() 238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 243 panic (" in check_static_to_stacked() [all...] |
H A D | test-ptrace.c | 67 #define panic(args...) \ macro 87 panic ("unw_init_remote() failed: ret=%d\n", ret); in do_backtrace() 93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret); in do_backtrace() 115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in do_backtrace() 126 panic ("unw_get_reg() failed: ret=%d\n", ret); in do_backtrace() 138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n", in do_backtrace() 145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n", in do_backtrace() 151 panic ("Too many errors (%d)!\n", nerrors); in do_backtrace() 158 panic ("unwind failed with ret=%d\n", ret); in do_backtrace() 177 panic ("unw_create_addr_spac in main() [all...] |
H A D | ia64-test-sig.c | 33 #define panic(args...) \ macro 50 panic ("unw_init() failed!\n"); in sighandler() 54 panic ("unw_step() failed!\n"); in sighandler() 59 panic ("failed to find signal frame!\n"); in sighandler() 62 panic ("unw_step() failed!\n"); in sighandler() 65 panic ("failed to get IP!\n"); in sighandler() 73 panic ("failed to set IP!\n"); in sighandler() 77 panic ("unexpected return from unw_resume()!\n"); in sighandler()
|
H A D | Gx64-test-dwarf-expressions.c | 10 #define panic(args...) \ macro 33 panic("%s: unw_step failed on step %d with return code %d", __FUNCTION__, i, rc); in recover_register() 35 panic("%s: unw_step failed to reach the end of the stack", __FUNCTION__); in recover_register() 39 panic("%s: unw_get_reg failed to locate the program counter", __FUNCTION__); in recover_register() 44 panic("%s: unw_get_reg failed to retrieve register %lu", __FUNCTION__, regnum); in recover_register() 55 panic("r12 should be clobbered at height 1 (DW_CFA_expression_inner)"); in main() 57 panic("r12 should be restored at height 2 (DW_CFA_expression_testcase)"); in main()
|
H A D | Gia64-test-stack.c | 37 #define panic(args...) \ macro 111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof); in do_unwind_tests() 117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32); in do_unwind_tests() 127 panic ("\texpected sof=96, found sof=%lu\n", sof); in do_unwind_tests() 129 panic ("\texpected sol=95, found sol=%lu\n", sol); in do_unwind_tests() 140 panic ("\texpected loc%d to be a NaT!\n", l); in do_unwind_tests() 145 panic ("\tloc%d is unexpectedly a NaT!\n", l); in do_unwind_tests() 148 panic ("\tloc%d expected to be %lx, found to be %lx\n", in do_unwind_tests() 158 panic ("libunwind returned %d\n", ret); in do_unwind_tests()
|
H A D | Gtest-resume-sig.c | 44 #define panic(args...) \ macro 112 panic ("unw_getcontext() failed: ret=%d\n", ret); in handler() 114 panic ("unw_init_local() failed: ret=%d\n", ret); in handler() 117 panic ("unw_step(1) failed: ret=%d\n", ret); in handler() 120 panic ("unw_step(2) failed: ret=%d\n", ret); in handler() 124 panic ("unw_step(2) failed: ret=%d\n", ret); in handler() 128 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); in handler() 145 panic ("Got unexpected signal %d\n", sig); in handler() 189 panic ("failed to get SIGUSR2\n"); in main()
|
H A D | Gia64-test-readonly.c | 35 #define panic(args...) \ macro 57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker() 60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n", in checker() 69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n", in checker()
|
H A D | ppc64-test-altivec.c | 12 #define panic(args...) { fprintf (stderr, args); abort(); } macro 56 panic ("unw_init_local failed!\n"); in vec_stack() 64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n", in vec_stack() 69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n", in vec_stack() 74 panic in vec_stack() 104 panic ("unw_get_proc_name returned %d\n", ret); in vec_stack() 113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, in vec_stack()
|
H A D | test-proc-info.c | 43 #define panic(args...) \ macro 111 panic ("%s() got called!\n", __FUNCTION__); in resume() 122 panic ("%s() got called!\n", __FUNCTION__); in get_proc_name() 148 panic ("unw_create_addr_space() failed\n"); in main() 154 panic ("unw_init_remote() returned %d instead of 0\n", ret); in main() 158 panic ("First call to unw_step() returned %d instead of %d\n", in main() 163 panic ("Second call to unw_step() returned %d instead of %d\n", in main()
|
H A D | Gia64-test-rbs.c | 39 #define panic(args...) \ macro 106 panic ("unw_init_local (ret=%d)", ret); in unwind_and_resume() 110 panic ("unw_step (ret=%d)", ret); in unwind_and_resume() 116 panic ("failed to redirect to resumption_point\n"); in unwind_and_resume() 122 panic ("unw_get_reg() failed\n"); in unwind_and_resume() 128 panic ("unw_resume() returned (ret=%d)!!\n", ret); in unwind_and_resume() 167 panic ("test%d: load() returned %d\n", test, ret); in run_check() 169 panic ("test%d: resumed wrong frame: expected %d, got %d\n", in run_check()
|
H A D | test-async-sig.c | 63 #define panic(args...) \ macro 84 panic ("unw_init_local failed!\n"); in do_backtrace() 117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace() 122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth); in do_backtrace() 150 panic ("Too many errors (%d)\n", nerrors); in sighandler()
|
H A D | Gtest-exc.c | 43 #define panic(args...) \ macro 65 panic ("unw_init_local() failed!\n"); in raise_exception() 81 panic ("unw_step() failed!\n"); in raise_exception() 148 panic ("FAILURE: b() returned from raise_exception()!!\n"); in b()
|
H A D | Ltest-cxx-exceptions.cxx | 30 #define panic(args...) \ macro 73 panic("Counter non-zero\n"); in main() 77 panic("Int was thrown why are we here?\n"); in main()
|
H A D | Gtest-dyn1.c | 46 #define panic(args...) \ macro 121 panic ("failed to find signal frame!\n"); in sighandler() 125 panic ("Too many steps to the signal frame (%d)\n", count); in sighandler() 146 panic ("Too many steps (%d)\n", count); in sighandler() 154 panic ("FAILURE: expected 13, not %d frames below signal frame\n", count); in sighandler()
|
/third_party/rust/crates/rustix/tests/thread/ |
H A D | clocks.rs | 27 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 34 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 41 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 48 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep() 73 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 83 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 93 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 103 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_absolute() 128 otherwise => panic!("unexpected resut: {:?}", otherwise), in test_invalid_nanosleep_relative() 138 otherwise => panic!("unexpecte in test_invalid_nanosleep_relative() [all...] |
/third_party/toybox/toys/other/ |
H A D | switch_root.c | 17 -h Hang instead of exiting on failure (avoids kernel panic) 58 goto panic; in switch_root_main() 66 goto panic; in switch_root_main() 78 goto panic; in switch_root_main() 83 goto panic; in switch_root_main() 92 goto panic; in switch_root_main() 98 goto panic; in switch_root_main() 104 goto panic; in switch_root_main() 114 panic: in switch_root_main()
|
/third_party/rust/crates/nom/src/ |
H A D | str.rs | 30 other => panic!( in tagtr_succeed() 49 panic!( in tagtr_incomplete() 67 panic!( in tagtr_error() 96 other => panic!( in take_s_succeed() 128 other => panic!( in take_until_succeed() 145 other => panic!( in take_s_incomplete() 223 other => panic!( in take_till_s_succeed() 258 other => panic!( in take_while_succeed_none() 289 other => panic!( in is_not_succeed() 332 other => panic!( in take_while_succeed_some() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | arrayLiteralInNonVarArgParameter.js | 2 function panic(val: string[], ...opt: string[]) { } function 4 panic([], 'one', 'two'); 8 function panic(val) {
14 panic([], 'one', 'two');
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | comments.rs | 22 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 30 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 39 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 43 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 50 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment() 57 _ => panic!("wrong token {:?}", tokens), in lit_of_doc_comment()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | conflicts.rs | 124 panic!("{}", err); in arg_conflicts_with_group() 129 panic!("{}", err); in arg_conflicts_with_group() 134 panic!("{}", err); in arg_conflicts_with_group() 152 panic!("{}", err); in arg_conflicts_with_group_with_multiple_sources() 157 panic!("{}", err); in arg_conflicts_with_group_with_multiple_sources() 162 panic!("{}", err); in arg_conflicts_with_group_with_multiple_sources() 195 panic!("{}", err); in group_conflicts_with_arg() 200 panic!("{}", err); in group_conflicts_with_arg() 205 panic!("{}", err); in group_conflicts_with_arg() 229 panic!("{}", er in arg_conflicts_with_required_group() [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | bio.rs | 10 use std::panic::{catch_unwind, AssertUnwindSafe}; 20 pub panic: Option<Box<dyn Any + Send>>, 42 panic: None, in new() 62 state.panic.take() in take_panic() 76 panic!( in get_mut() 104 state.panic = Some(err); in state() 126 state.panic = Some(err); 160 state.panic = Some(err);
|
/third_party/rust/crates/env_logger/ci/src/ |
H A D | main.rs | 9 panic!("default test execution failed"); in main() 17 panic!("default test execution failed"); in main() 37 panic!("test execution failed"); in main()
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_std.rs | 9 panic::{RefUnwindSafe, UnwindSafe}, 302 use std::panic; 365 let t = panic::catch_unwind(|| { in poison_bad() 366 O.init(|| panic!()); in poison_bad() 386 let t = panic::catch_unwind(|| { in wait_for_force_to_finish() 387 O.init(|| panic!()); in wait_for_force_to_finish()
|
/third_party/rust/crates/regex/bench/src/ |
H A D | bench.rs | 159 panic!("expected match, got not match"); 161 panic!("expected no match, got match"); 253 panic!("expected match, got not match"); 255 panic!("expected no match, got match"); 281 panic!("expected match, got not match"); 283 panic!("expected no match, got match");
|
/third_party/rust/crates/clap/src/parser/ |
H A D | error.rs | 30 panic!("Mismatch between definition and access of `{id}`. {err}",) 57 std::panic::RefUnwindSafe, in check_auto_traits() 58 std::panic::UnwindSafe, in check_auto_traits()
|