/art/test/706-jit-skip-compilation/ |
info.txt | 1 Regression test for the JIT crashing when compiling a method with invalid
|
/external/clang/test/Sema/ |
warn-documentation-crlf.c | 2 // The run line does not have '-verify' because we were crashing while printing
|
sizeof-struct-non-zero-as-member.cl | 4 // Record lowering was crashing on SI and newer targets, because it
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2013-01-23-frem-crash.ll | 2 ; Make sure we are not crashing on this test.
|
aarch-multipart.ll | 8 ; Make sure we are not crashing on this code.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
fast-isel-redefinition.ll | 3 ; doesn't crash. (It was crashing because a register was getting redefined.)
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
sigsys_handlers.h | 22 // This handler will crash the currently running process. The crashing address 24 // This handler will also print to stderr the number of the crashing syscall. 31 // The crashing address will be (clone_flags & 0xFFFFFF), where clone_flags is 35 // The crashing address will be (option & 0xFFF), where option is the prctl(2) 39 // The crashing address will be request & 0xFFFF, where request is the ioctl(2) 43 // The crashing address will be (pid & 0xFFF), where pid is the first 47 // The crashing address will be (op & 0xFFF), where op is the second
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
CrashingSuggestionProvider.java | 72 "content://com.android.quicksearchbox.tests.naughty.crashing/icon/" + i, 73 "Crashing icon 1", 76 "content://com.android.quicksearchbox.naughty.crashing/" + i 86 "Crashing icon 2", 87 "content://com.android.quicksearchbox.tests.naughty.crashing/icon2/" + i, 89 "content://com.android.quicksearchbox.naughty.crashing/" + i 100 "content://com.android.quicksearchbox.naughty.crashing/0"
|
/external/llvm/lib/Fuzzer/test/ |
BufferOverflowOnInput.cpp | 18 std::cout << "Woops, reading Data[3] w/o crashing\n";
|
/external/llvm/test/CodeGen/ARM/ |
fast-isel-redefinition.ll | 3 ; doesn't crash. (It was crashing because a register was getting redefined.)
|
/external/llvm/test/CodeGen/X86/ |
2012-02-14-scalar.ll | 3 ; Make sure we are not crashing on this one
|
2012-07-15-tconst_shl.ll | 2 ; make sure that we are not crashing.
|
pr10499.ll | 3 ; No check as PR10499 is a crashing bug.
|
address-type-promotion-constantexpr.ll | 3 ; PR20314 is a crashing bug. This program does nothing with the load, so just check that the return is 0.
|
fold-vector-sext-crash.ll | 5 ; After r200234 the test case below was crashing the compiler with an assertion failure
|
/external/clang/tools/scan-build-py/tests/unit/ |
test_clang.py | 35 # this test is only to see is not crashing 40 # this test is only to see is not crashing
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_sighandler.go | 13 // crashing is the number of m's we have waited for when implementing 15 var crashing int32 var 80 if crashing == 0 { 101 if crashing > 0 && gp != _g_.m.curg && _g_.m.curg != nil && readgstatus(_g_.m.curg)&^_Gscan == _Grunning { 105 } else if crashing == 0 { 113 crashing++ 114 if crashing < sched.mcount {
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_sighandler.go | 13 // crashing is the number of m's we have waited for when implementing 15 var crashing int32 var 80 if crashing == 0 { 101 if crashing > 0 && gp != _g_.m.curg && _g_.m.curg != nil && readgstatus(_g_.m.curg)&^_Gscan == _Grunning { 105 } else if crashing == 0 { 113 crashing++ 114 if crashing < sched.mcount {
|
/external/google-breakpad/src/client/ios/handler/ |
ios_exception_minidump_generator.h | 53 // Get the crashing program counter from the exception. 56 // Get the crashing link register from the exception. 59 // Write a virtual thread context for the crashing site.
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer.h | 40 // Writes a microdump (a reduced dump containing only the state of the crashing 45 // crashing_process: the pid of the crashing process. This must be trusted. 46 // blob: a blob of data from the crashing process. See exception_handler.h
|
/external/llvm/test/Transforms/GlobalOpt/ |
compiler-used.ll | 4 ; we delete it instead of crashing.
|
/external/skia/tests/ |
skbug5221.cpp | 12 // This passes by not crashing.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/ |
2007-11-27-mulneg3.ll | 3 ;FIXME: this should produce no mul inst. But not crashing will have to do for now
|
/cts/tests/tests/toast/src/android/widget/toast/cts/ |
LegacyToastTest.java | 36 // they are not touchable. In this case not crashing is good enough. 43 // they are not touchable. In this case not crashing is good enough.
|
/external/autotest/client/site_tests/desktopui_ChromeSanity/ |
control | 24 - Telemetry-to-Chrome communication isn't working (is Chrome crashing?).
|