HomeSort by relevance Sort by last modified time
    Searched refs:crash (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/v8/test/webkit/
eval-cache-crash.js 25 "Test to make sure the eval code cache doesn't crash or give wrong results in odd situations."
get-by-pname-that-looks-like-a-patchable-get-by-val.js 25 "Tests that using get_by_pname in a way that appears like a get_by_val that can be patched does not cause the patching machinery to crash."
ignored-result-null-comparison-crash.js 25 "This tests that bytecode generation doesn't crash on a comparison to null with an ignored result."
interpreter-no-activation.js 40 testPassed("Didn't crash");
mod-by-zero.js 25 "This tests that modulo with zero does not crash but returns NaN."
numeric-compare.js 25 'Tests that compiling a numeric comparison function does not crash'
parser-high-byte-character.js 25 "This test checks that high-byte characters in comments do not crash or cause parser errors."
resolve-arguments-from-scope.js 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash."
sort-no-jit-code-crash.js 25 "This test checks that non-numeric sort functions always have JIT code. This test passes if it does not crash."
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
try-try-return-finally-finally.js 25 "Tests what would happen if you have nested try-finally's with interesting control statements nested within them. The correct outcome is for this test to not crash during bytecompilation."
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 177 public void crash() throws RemoteException { method in class:ParcelFileDescriptorPeer
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 308 /* can't throw error from here (because superclass doesn't) so crash */
309 e.crash();
  /external/v8/test/mjsunit/regress/
regress-231.js 30 // (Test derived from crash at ibs.blumex.com).
89 //Shouldn't crash.
regress-1079.js 30 // Getting the arguments property of an optimized function should not crash,
regress-1156.js 30 // Test that we do not crash we invoke builtins from optimized code that
regress-1160.js 31 // does not crash and throws an illegal argument exception instead
regress-1174.js 30 // Test that we do not crash when doing deoptimization of a function that has
regress-117794.js 29 // smi check on the receiver. The code below should not crash.
regress-263.js 29 // for/in should not crash or trigger a debug assert.
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 341 public static native void crash(); method in class:VMDebug
  /external/v8/test/mjsunit/
call-non-function.js 54 // Make sure that calling a non-function global doesn't crash the
global-ic.js 43 // Try the ICs with a smi. This should not crash.
  /external/v8/test/mjsunit/compiler/
pic.js 68 // Make sure that the following doesn't crash.
  /external/v8/test/mjsunit/es6/regress/
regress-crbug-248025.js 31 // Test that the pre-parser does not crash when the expected contextual

Completed in 432 milliseconds

1 2 34 5 6