/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_run_results_unittest.py | 44 elif result_type == test_expectations.CRASH: 50 tests = ['passes/text.html', 'failures/expected/timeout.html', 'failures/expected/crash.html', 'failures/expected/keyboard.html', 66 initial_results.add(get_result('failures/expected/crash.html', test_expectations.CRASH), expected, test_is_slow) 75 initial_results.add(get_result('failures/expected/crash.html'), expected, test_is_slow) 79 initial_results.add(get_result('failures/expected/timeout.html', test_expectations.CRASH, run_time=0.05), expected, test_is_slow) 80 initial_results.add(get_result('failures/expected/crash.html', test_expectations.TIMEOUT), expected, test_is_slow) 89 retry_results.add(get_result('failures/expected/crash.html'), True, test_is_slow) 129 self.assertEquals(summary['num_failures_by_type'], {'CRASH': 1, 'MISSING': 0, 'TEXT': 0, 'IMAGE': 0, 'NEEDSREBASELINE': 0, 'NEEDSMANUALREBASELINE': 0, 'PASS': 0, 'REBASELINE': 0, 'SKIP': 0, 'SLOW': 0, 'TIMEOUT': 2, 'IMAGE+TEXT': 0, 'FAIL': 0, 'AUDIO': 1, 'WONTFIX': 1}) 132 self.assertEquals(summary['num_failures_by_type'], {'CRASH': 1, 'MISSING': 0, 'TEXT': 0, 'IMAGE': 0, 'NEEDSREBASELINE': 0, 'NEEDSMANUALREBASELINE': 0, 'PASS' (…) [all...] |
test_failures.py | 46 one of the test_expectations result types - PASS, FAIL, CRASH, etc.""" 53 return test_expectations.CRASH
|
test_run_results.py | 120 if test_result.type == test_expectations.CRASH:
|
/external/chromium_org/build/android/pylib/base/ |
base_test_result_unittest.py | 20 self.c1 = BaseTestResult('c1', ResultType.CRASH, log='crash1') 55 '[CRASH] c1:\n' 61 'CRASH: 1 TIMEOUT: 0 UNKNOWN: 1 ') 68 'CRASH (1 tests): [c1]\n'
|
/external/chromium_org/build/android/pylib/gtest/ |
test_runner.py | 102 # to output the CRASHED marker when a crash happens. 126 full_test_name, base_test_result.ResultType.CRASH, 141 full_test_name, base_test_result.ResultType.CRASH,
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8Initializer.cpp | 83 CRASH(); 188 CRASH();
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
test_interface.h | 152 // Cause a crash in a way that is guaranteed not to get optimized out by LLVM. 153 #define CRASH *(volatile int *) 0 = 0;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults_unittest.py | 57 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING", 119 "CRASH": 3, 379 "num_failures_by_type": {"AUDIO": [0], "CRASH": [3], "FAIL": [2], "IMAGE": [1], "IMAGE+TEXT": [0], "MISSING": [0], "PASS": [10], "SKIP": [2], "TEXT": [3], "TIMEOUT": [16]}, 412 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING", 617 "results": [[1, CRASH]], 625 "results": [[1, CRASH], [10, IMAGE_PLUS_TEXT]], [all...] |
jsonresults.py | 62 CRASH = "C" 77 CRASH_STRING = "CRASH" 92 CRASH_STRING: CRASH,
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
SharedBuffer.cpp | 166 CRASH(); 180 CRASH();
|
/external/chromium_org/build/android/pylib/instrumentation/ |
test_runner.py | 352 result_type = base_test_result.ResultType.CRASH 373 test, base_test_result.ResultType.CRASH, start_date_ms, duration_ms,
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_tests.css | 115 .CRASH {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.h | 64 CRASH();
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPagePopupImpl.cpp | 336 CRASH();
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
CheckedArithmetic.h | 47 * unchecked operations will crash if an overflow has occured 80 CRASH(); 527 CRASH(); 535 CRASH(); 539 // Value accessors. unsafeGet() will crash if there's been an overflow. 543 CRASH();
|
/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 195 outcome = statusfile.CRASH
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
results.js | 35 var CRASH = 'CRASH'; 51 var kCrashLogSuffix = '-crash-log.txt'; 128 case CRASH:
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
main.css | 262 .test-name.CRASH::after { 263 content: 'CRASH';
|
notifications.css | 222 ol.notifications table.failures tbody tr.CRASH td:first-child span {
|
/frameworks/base/libs/hwui/ |
DisplayList.cpp | 179 CRASH(); 506 CRASH();
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Text.cpp | 177 CRASH();
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecUTF8.cpp | 435 CRASH();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
printing_unittest.py | 113 elif result_type == test_expectations.CRASH:
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.cpp | 440 CRASH(); 448 CRASH(); 458 CRASH(); [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
main.cpp | 44 #define CRASH() do { \ 85 CRASH(); 105 CRASH(); 133 // crash if Blink tries to call into the plugin's NPObjects after unloading
|