/prebuilts/go/darwin-x86/test/fixedbugs/bug468.dir/ |
p2.go | 20 panic(0) 23 panic(1)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8047b.go | 7 // Issue 8047. Defer setup during panic shouldn't crash for nil defer. 21 panic(1)
|
issue8347.go | 16 panic("BUG") 21 panic("BUG")
|
/prebuilts/go/darwin-x86/test/ |
func7.go | 20 panic("BUG: func7 - called g before f") 28 panic("wrong answer")
|
/prebuilts/go/darwin-x86/test/ken/ |
simpconv.go | 20 panic(s1) 28 panic(s2)
|
simpfun.go | 16 if x != 60 { panic(x); } 24 if o != 60 { panic(o); }
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug101.go | 12 if len(a) != 3 { panic("array len") } 14 if a[0] != 1 || a[1] != 2 || a[2] != 3 { panic("array contents") }
|
bug178.go | 16 panic("BUG: not reached - break") 28 panic("BUG: not reached - continue")
|
bug185.go | 27 panic("fail") 33 panic("fail")
|
bug225.go | 13 panic("BUG: recv should not"); 20 panic("BUG: recv should");
|
bug234.go | 15 panic("fail") 21 panic("fail")
|
bug242.go | 33 panic("fail") 56 panic("fail") 64 panic("fail") 91 panic("fail") 100 panic("fail") 113 panic("fail") 125 panic("fail") 131 panic("fail")
|
bug266.go | 13 panic("oops") 24 panic(x)
|
bug301.go | 14 panic("non-nil recover") 17 panic(nil)
|
bug314.go | 26 panic("wrong method called") 29 panic("wrong method called")
|
bug341.go | 7 // Used to panic because 8g was generating incorrect 19 panic: runtime error: floating point error
|
issue8047b.go | 7 // Issue 8047. Defer setup during panic shouldn't crash for nil defer. 21 panic(1)
|
issue8347.go | 16 panic("BUG") 21 panic("BUG")
|
/prebuilts/go/linux-x86/test/fixedbugs/bug367.dir/ |
prog.go | 22 panic("should not satisfy main.I") 26 panic("should satisfy p.I")
|
/prebuilts/go/linux-x86/test/fixedbugs/bug468.dir/ |
p2.go | 20 panic(0) 23 panic(1)
|
/prebuilts/go/linux-x86/test/ |
func7.go | 20 panic("BUG: func7 - called g before f") 28 panic("wrong answer")
|
/prebuilts/go/linux-x86/test/ken/ |
simpconv.go | 20 panic(s1) 28 panic(s2)
|
simpfun.go | 16 if x != 60 { panic(x); } 24 if o != 60 { panic(o); }
|
/external/libunwind/tests/ |
ppc64-test-altivec.c | 12 #define panic(args...) { fprintf (stderr, args); abort(); } macro 56 panic ("unw_init_local failed!\n"); 64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n", 69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n", 74 panic 104 panic ("unw_get_proc_name returned %d\n", ret); 113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret,
|
test-proc-info.c | 43 #define panic(args...) \ macro 111 panic ("%s() got called!\n", __FUNCTION__); 122 panic ("%s() got called!\n", __FUNCTION__); 148 panic ("unw_create_addr_space() failed\n"); 154 panic ("unw_init_remote() returned %d instead of 0\n", ret); 158 panic ("First call to unw_step() returned %d instead of %d\n", 163 panic ("Second call to unw_step() returned %d instead of %d\n",
|