HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 126 - 150 of 8710) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/MC/Mips/mips64/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64r2/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64r3/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64r5/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
com90c0.mme 9 braz $r1 #fail
11 braz annul $r2 #fail
12 braz annul $r3 #fail
22 fail:
  /external/mockito/src/test/java/org/mockito/exceptions/base/
MockitoExceptionTest.java 12 import static org.junit.Assert.fail;
24 fail(); method
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
BooleanArrayListTest.java 88 fail(); method
97 fail(); method
110 fail(); method
117 fail(); method
130 fail(); method
137 fail(); method
173 fail(); method
180 fail(); method
198 fail(); method
205 fail(); method
286 fail(); method
301 fail(); method
308 fail(); method
315 fail(); method
322 fail(); method
329 fail(); method
336 fail(); method
343 fail(); method
350 fail(); method
357 fail(); method
364 fail(); method
371 fail(); method
378 fail(); method
385 fail(); method
392 fail(); method
399 fail(); method
406 fail(); method
413 fail(); method
420 fail(); method
427 fail(); method
434 fail(); method
441 fail(); method
    [all...]
IntArrayListTest.java 88 fail(); method
97 fail(); method
110 fail(); method
117 fail(); method
130 fail(); method
137 fail(); method
173 fail(); method
180 fail(); method
198 fail(); method
205 fail(); method
286 fail(); method
305 fail(); method
312 fail(); method
319 fail(); method
326 fail(); method
333 fail(); method
340 fail(); method
347 fail(); method
354 fail(); method
361 fail(); method
368 fail(); method
375 fail(); method
382 fail(); method
389 fail(); method
396 fail(); method
403 fail(); method
410 fail(); method
417 fail(); method
424 fail(); method
431 fail(); method
438 fail(); method
445 fail(); method
    [all...]
  /external/testng/src/test/java/test/dependent/
MultipleDependentSampleTest.java 12 public void fail() { method in class:MultipleDependentSampleTest
13 Assert.fail();
16 @Test(dependsOnMethods = "fail")
  /external/vogar/test/vogar/target/junit4/
AssumeTest.java 21 import static org.junit.Assert.fail;
37 fail("Should not run as assumptions failed");
  /hardware/interfaces/audio/common/all-versions/default/service/
service.cpp 39 bool fail = registerPassthroughServiceImplementation<audio::V4_0::IDevicesFactory>() != OK && local
41 LOG_ALWAYS_FATAL_IF(fail, "Could not register audio core API 2.0 nor 4.0");
43 fail = registerPassthroughServiceImplementation<audio::effect::V4_0::IEffectsFactory>() != OK &&
45 LOG_ALWAYS_FATAL_IF(fail, "Could not register audio effect API 2.0 nor 4.0");
47 fail = registerPassthroughServiceImplementation<soundtrigger::V2_1::ISoundTriggerHw>() != OK &&
49 ALOGW_IF(fail, "Could not register soundtrigger API 2.0 nor 2.1");
51 fail =
54 ALOGW_IF(fail, "Could not register Bluetooth audio offload 1.0");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
CharConversionExceptionTest.java 33 fail("Exception not thrown");
48 fail("Exception not thrown");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
NoRouteToHostExceptionTest.java 32 fail("Failed to generate expected exception");
47 fail("Failed to generate expected exception");
SocketExceptionTest.java 32 fail("Failed to generate expected exception");
46 fail("Failed to generate expected exception");
UnknownHostExceptionTest.java 34 fail("Failed to generate Exception");
48 fail("Failed to generate Exception");
UnknownServiceExceptionTest.java 34 fail("Exception not thrown");
48 fail("Constructor failed");
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 40 fail("ArrayStoreException is not thrown.");
48 fail("ArrayStoreException is not thrown.");
56 fail("ArrayStoreException is not thrown.");
64 fail("ArrayStoreException is not thrown.");
72 fail("ArrayStoreException is not thrown.");
80 fail("ArrayStoreException is not thrown.");
88 fail("NullPointerException is not thrown.");
96 fail("NullPointerException is not thrown.");
103 fail("IndexOutOfBoundsException is not thrown.");
110 fail("IndexOutOfBoundsException is not thrown.")
328 fail(); method
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateEncodingException2Test.java 33 fail("Should have thrown CertificateEncodingException");
39 fail("Unexpected exception during test : " + e);
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
Assert.java 37 fail("Expected to run on main thread.");
45 public static void fail(final String message) { method in class:Assert
46 Log.e(TAG, "Assert.fail() called: " + message);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 24 assert(!out.fail());
26 assert(out.fail());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 24 assert(!out.fail());
26 assert(out.fail());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-alu-parsing-bad.s 1 @ Tests that should fail for ALU group relocations.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
alignof.exp 36 fail $testname
49 fail $testname
56 fail $testname
63 fail $testname
  /external/linux-kselftest/tools/testing/selftests/exec/
execveat.c 51 printf("[FAIL] (unexpected success from execveat(2))\n");
55 printf("[FAIL] (expected errno %d (%s) not %d (%s)\n",
80 printf("[FAIL] (fork() failed)\n");
86 printf("[FAIL]: execveat() failed, rc=%d errno=%d (%s)\n",
93 printf("[FAIL] (waitpid(%d,...) returned %d)\n", child, rc);
97 printf("[FAIL] (child %d did not exit cleanly, status=%08x)\n",
103 printf("[FAIL] (child %d exited with %d not %d nor %d)\n",
152 int fail = 0; local
195 fail += check_execveat(fd, "", AT_EMPTY_PATH);
199 fail++
223 int fail = 0; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
KeyManagerFactorySpiTest.java 41 fail("Unexpected Exception " + e.toString());
55 fail("NoSuchAlgorithmException wasn't thrown");
59 fail(e + " was thrown instead of NoSuchAlgorithmException");
64 fail("KeyStoreException wasn't thrown");
68 fail(e + " was thrown instead of KeyStoreException");
74 fail("UnrecoverableKeyException wasn't thrown");
78 fail(e + " was thrown instead of UnrecoverableKeyException");
86 fail("Unexpected exception " + e);
98 fail("InvalidAlgorithmParameterException wasn't thrown");
102 fail(e + " was thrown instead of InvalidAlgorithmParameterException")
    [all...]

Completed in 836 milliseconds

1 2 3 4 56 7 8 91011>>