Searched refs:crash (Results 1 - 25 of 61) sorted by relevance

123

/external/clang/test/Index/
H A Dcrash-recovery.c4 // RUN: env LIBCLANG_DISABLE_CRASH_RECOVERY=1 not --crash c-index-test -test-load-source all %s
6 // REQUIRES: crash-recovery
8 #pragma clang __debug crash
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-285355.js36 function crash(array) { function
40 assertEquals(2, crash(new Array(1)));
41 assertEquals(2, crash(new Array(1)));
42 %OptimizeFunctionOnNextCall(crash)
43 assertEquals(2, crash(new Array(1)));
H A Dpost-increment-close-context.js31 function crash() { function
34 assertFalse(crash());
36 %OptimizeFunctionOnNextCall(crash);
37 assertFalse(crash());
39 assertTrue(crash());
41 assertFalse(crash());
H A Dregress-crbug-350434.js15 function crash(o, timeout) { function
26 crash(o, 100000);
27 crash(o, 100000);
28 crash(p, 100000);
29 %OptimizeFunctionOnNextCall(crash);
30 crash(o, 100000);
33 crash({}, 0);
H A Dregress-crbug-258519.js35 function crash(x) { function
41 assertEquals("ok", crash(null));
42 assertEquals("ok", crash(null));
43 %OptimizeFunctionOnNextCall(crash);
45 assertEquals("ok", crash(1));
H A Dregress-crbug-349079.js12 function crash() { function
20 crash();
21 crash();
22 %OptimizeFunctionOnNextCall(crash);
23 crash();
H A Dregress-crbug-196583.js42 function crash(obj) { function
47 crash(a);
48 crash(b);
49 crash(c);
51 %OptimizeFunctionOnNextCall(crash);
52 assertEquals(1, crash(a));
H A Dregress-crbug-134055.js30 function crash(obj) { function
48 crash(a); // Premonomorphic.
49 crash(a);
50 crash(b);
51 crash(c);
52 crash(d); // Polymorphic, degree 4.
62 %OptimizeFunctionOnNextCall(crash);
63 crash(a);
H A Dregress-crbug-351320.js13 function crash() { function
19 crash();
20 %OptimizeFunctionOnNextCall(crash);
21 crash();
H A Dregress-crbug-349853.js11 function crash() { function
21 crash();
/external/clang/test/Index/Inputs/Headers/
H A Dcrash.h1 // Produce a crash if CRASH is defined.
3 # pragma clang __debug crash
/external/clang/test/Parser/
H A Dcrash-report.c1 // RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
2 // REQUIRES: crash-recovery
5 ma clang __debug crash
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-code-complete-remap.c3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
10 #pragma clang __debug crash
H A Dcrash-recovery-reparse-remap.c8 #pragma clang __debug crash
/external/clang/test/CodeGenCXX/
H A Ddebug-info-globalinit.cpp3 void crash() { function
9 crash();
H A Ddebug-info-template-array.cpp11 void crash() // Asserts function
/external/clang/test/Driver/
H A Doutput-file-cleanup.c17 // REQUIRES: crash-recovery
20 #pragma clang __debug crash
/external/chromium_org/chrome/browser/resources/
H A Dcrashes.js5 /* Id for tracking automatic refresh of crash list. */
17 * @param {boolean} enabled Whether or not crash reporting is enabled.
18 * @param {boolean} dynamicBackend Whether the crash backend is dynamic.
41 var crash = crashes[i];
42 if (crash['local_id'] == '')
43 crash['local_id'] = productName;
48 crash['id'],
49 crash['local_id']);
53 crash['time']);
62 'URL (if applicable) where crash occurre
[all...]
/external/clang/test/PCH/
H A Dchain-friend-instantiation.cpp46 struct crash { struct
49 crash(const TClass<std::s> p) function in struct:crash
59 crash c(p);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
H A Difcritical-err.asm2 ; longer works. However, it should error, not crash!
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons13 # We are also checking that crash dumping does not work
28 # produce crash dumps via Breakpad.
32 browser_flags=['--crash-test'], # Tell the browser process to crash.
42 # Additionally, the test affects crash stats on Mac because it uploads
43 # crash dumps on the bots for the Chrome official build.
51 # This crash in trusted code should produce a crash dump.
71 # This tests a crash that occurs inside a syscall handler.
72 # Ultimately this should be recognised as a crash cause
[all...]
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils_unittest.cc90 scoped_ptr<MetricSample> crash = MetricSample::CrashSample("mycrash"); local
92 SerializationUtils::WriteMetricToFile(*crash.get(), filename);
96 // 5 bytes for crash
105 // As we are adding extra character (crash, \0s, etc), if the name is
109 scoped_ptr<MetricSample> crash = MetricSample::CrashSample(name); local
110 EXPECT_FALSE(SerializationUtils::WriteMetricToFile(*crash.get(), filename));
127 scoped_ptr<MetricSample> crash = MetricSample::CrashSample("test"); local
128 SerializationUtils::WriteMetricToFile(*crash.get(), filename);
134 EXPECT_TRUE(crash->IsEqual(*samples[0]));
140 scoped_ptr<MetricSample> crash local
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dcrashes_ui.cc89 // Asynchronously triggers crash uploading. Called from JS.
159 // Chrome OS has a system crash reporter.
169 base::DictionaryValue* crash = new base::DictionaryValue(); local
170 crash->SetString("id", i->id);
171 crash->SetString("time", base::TimeFormatFriendlyDateAndTime(i->time));
172 crash->SetString("local_id", i->local_id);
173 crash_list.Append(crash);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py48 self.crash = False
87 def add_reftest(self, name, reference_name, same_image, crash=False):
88 self.add(name, actual_checksum='xxx', actual_image='XXX', is_reftest=True, crash=crash)
114 tests.add('failures/expected/crash.html', crash=True)
163 tests.add('failures/unexpected/crash.html', crash=True)
164 tests.add('failures/unexpected/crash-with-stderr.html', crash
[all...]
/external/chromium_org/content/browser/frame_host/
H A Ddebug_urls.cc30 const char kAsanCrashDomain[] = "crash";
41 bool crash = url == GURL(kChromeUIPpapiFlashCrashURL); local
48 if (crash)
129 // Induce an intentional crash in the browser process.

Completed in 4110 milliseconds

123