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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
load_failure.h 1 int fail(int);
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
087-if-comments.c 2 fail
  /external/ltp/testcases/open_posix_testsuite/scripts/
print-pass-fail-summary.awk 7 $1 == "FAIL" {
8 fail += $2
12 print "FAIL", fail;
  /art/test/636-wrong-static-access/
run 17 # Make verification soft fail, to ensure the verifier does not flag
20 exec ${RUN} $@ --verify-soft-fail
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15470.dir/
b.go 3 import _ "./a" // must not fail
  /prebuilts/go/linux-x86/test/fixedbugs/issue15470.dir/
b.go 3 import _ "./a" // must not fail
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ActivityManagerPermissionTests.java 43 fail("IActivityManager.moveTaskToFront did not throw SecurityException as"
48 fail("Unexpected remote exception");
53 fail("IActivityManager.moveTaskToFront did not throw SecurityException as"
58 fail("Unexpected remote exception");
66 fail("IActivityManager.updateConfiguration did not throw SecurityException as"
71 fail("Unexpected remote exception");
79 fail("IActivityManager.setDebugApp did not throw SecurityException as"
84 fail("Unexpected remote exception");
92 fail("IActivityManager.setProcessLimit did not throw SecurityException as"
97 fail("Unexpected remote exception")
    [all...]
WindowManagerPermissionTests.java 46 fail("IWindowManager.setEventDispatching did not throw SecurityException as"
51 fail("Unexpected remote exception");
56 fail("IWindowManager.addWindowToken did not throw SecurityException as"
61 fail("Unexpected remote exception");
66 fail("IWindowManager.removeWindowToken did not throw SecurityException as"
71 fail("Unexpected remote exception");
77 fail("IWindowManager.updateOrientationFromAppTokens did not throw SecurityException as"
82 fail("Unexpected remote exception");
87 fail("IWindowManager.setFocusedApp did not throw SecurityException as"
92 fail("Unexpected remote exception")
    [all...]
  /external/clang/test/CodeGen/
2009-05-28-const-typedef.c 10 something fail(void);
15 const_something R = fail();
  /external/clang/test/CodeGenCXX/
dynamic-cast.cpp 7 B fail; variable
18 return fail;
  /external/strace/tests/
match.awk 44 fail = 1
48 if (fail == 0 && NR != lines) {
49 fail = 1
52 exit fail
  /external/strace/tests-m32/
match.awk 44 fail = 1
48 if (fail == 0 && NR != lines) {
49 fail = 1
52 exit fail
  /external/strace/tests-mx32/
match.awk 44 fail = 1
48 if (fail == 0 && NR != lines) {
49 fail = 1
52 exit fail
  /libcore/luni/src/test/java/libcore/java/util/
UUIDTest.java 29 fail(); method
34 fail(); method
39 fail(); method
44 fail(); method
49 fail(); method
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringBufferTest.java 29 fail("StringIndexOutOfBoundsException was not thrown.");
36 fail("StringIndexOutOfBoundsException was not thrown.");
52 fail("IndexOutOfBoundsException is not thrown.");
59 fail("IndexOutOfBoundsException is not thrown.");
66 fail("IndexOutOfBoundsException is not thrown.");
73 fail("IndexOutOfBoundsException is not thrown.");
80 fail("IndexOutOfBoundsException is not thrown.");
87 fail("IndexOutOfBoundsException is not thrown.");
96 fail("StringIndexOutOfBoundsException is not thrown.");
103 fail("StringIndexOutOfBoundsException is not thrown.")
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
fail.pass.cpp 14 // bool fail() const;
26 assert(ios.fail());
28 assert(ios.fail());
33 assert(!ios.fail());
35 assert(!ios.fail());
37 assert(ios.fail());
39 assert(ios.fail());
not.pass.cpp 22 assert(!ios == ios.fail());
24 assert(!ios == ios.fail());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/iostate.flags/
fail.pass.cpp 14 // bool fail() const;
26 assert(ios.fail());
28 assert(ios.fail());
33 assert(!ios.fail());
35 assert(!ios.fail());
37 assert(ios.fail());
39 assert(ios.fail());
not.pass.cpp 22 assert(!ios == ios.fail());
24 assert(!ios == ios.fail());
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 46 try { Array.getBoolean(bytes, 0); fail(); } catch (IllegalArgumentException expected) {} method
47 try { Array.getBoolean(chars, 0); fail(); } catch (IllegalArgumentException expected) {} method
48 try { Array.getBoolean(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
49 try { Array.getBoolean(floats, 0); fail(); } catch (IllegalArgumentException expected) {} method
50 try { Array.getBoolean(ints, 0); fail(); } catch (IllegalArgumentException expected) {} method
51 try { Array.getBoolean(longs, 0); fail(); } catch (IllegalArgumentException expected) {} method
52 try { Array.getBoolean(shorts, 0); fail(); } catch (IllegalArgumentException expected) {} method
53 try { Array.getBoolean(null, 0); fail(); } catch (NullPointerException expected) {} method
57 try { Array.getByte(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
59 try { Array.getByte(chars, 0); fail(); } catch (IllegalArgumentException expected) { method
60 try { Array.getByte(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
61 try { Array.getByte(floats, 0); fail(); } catch (IllegalArgumentException expected) {} method
62 try { Array.getByte(ints, 0); fail(); } catch (IllegalArgumentException expected) {} method
63 try { Array.getByte(longs, 0); fail(); } catch (IllegalArgumentException expected) {} method
64 try { Array.getByte(shorts, 0); fail(); } catch (IllegalArgumentException expected) {} method
65 try { Array.getByte(null, 0); fail(); } catch (NullPointerException expected) {} method
69 try { Array.getChar(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
70 try { Array.getChar(bytes, 0); fail(); } catch (IllegalArgumentException expected) {} method
72 try { Array.getChar(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
73 try { Array.getChar(floats, 0); fail(); } catch (IllegalArgumentException expected) {} method
74 try { Array.getChar(ints, 0); fail(); } catch (IllegalArgumentException expected) {} method
75 try { Array.getChar(longs, 0); fail(); } catch (IllegalArgumentException expected) {} method
76 try { Array.getChar(shorts, 0); fail(); } catch (IllegalArgumentException expected) {} method
77 try { Array.getChar(null, 0); fail(); } catch (NullPointerException expected) {} method
81 try { Array.getDouble(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
89 try { Array.getDouble(null, 0); fail(); } catch (NullPointerException expected) {} method
93 try { Array.getFloat(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
97 try { Array.getFloat(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
101 try { Array.getFloat(null, 0); fail(); } catch (NullPointerException expected) {} method
105 try { Array.getInt(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
108 try { Array.getInt(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
109 try { Array.getInt(floats, 0); fail(); } catch (IllegalArgumentException expected) {} method
111 try { Array.getInt(longs, 0); fail(); } catch (IllegalArgumentException expected) {} method
113 try { Array.getInt(null, 0); fail(); } catch (NullPointerException expected) {} method
117 try { Array.getLong(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
120 try { Array.getLong(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
121 try { Array.getLong(floats, 0); fail(); } catch (IllegalArgumentException expected) {} method
125 try { Array.getLong(null, 0); fail(); } catch (NullPointerException expected) {} method
129 try { Array.getShort(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} method
131 try { Array.getShort(chars, 0); fail(); } catch (IllegalArgumentException expected) {} method
132 try { Array.getShort(doubles, 0); fail(); } catch (IllegalArgumentException expected) {} method
133 try { Array.getShort(floats, 0); fail(); } catch (IllegalArgumentException expected) {} method
134 try { Array.getShort(ints, 0); fail(); } catch (IllegalArgumentException expected) {} method
135 try { Array.getShort(longs, 0); fail(); } catch (IllegalArgumentException expected) {} method
137 try { Array.getShort(null, 0); fail(); } catch (NullPointerException expected) {} method
142 try { Array.setBoolean(bytes, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
143 try { Array.setBoolean(chars, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
144 try { Array.setBoolean(doubles, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
145 try { Array.setBoolean(floats, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
146 try { Array.setBoolean(ints, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
147 try { Array.setBoolean(longs, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
148 try { Array.setBoolean(shorts, 0, true); fail(); } catch (IllegalArgumentException expected) {} method
149 try { Array.setBoolean(null, 0, true); fail(); } catch (NullPointerException expected) {} method
153 try { Array.setByte(booleans, 0, bytes[0]); fail(); } catch (IllegalArgumentException expected) {} method
155 try { Array.setByte(chars, 0, bytes[0]); fail(); } catch (IllegalArgumentException expected) {} method
161 try { Array.setByte(null, 0, bytes[0]); fail(); } catch (NullPointerException expected) {} method
165 try { Array.setChar(booleans, 0, chars[0]); fail(); } catch (IllegalArgumentException expected) {} method
166 try { Array.setChar(bytes, 0, chars[0]); fail(); } catch (IllegalArgumentException expected) {} method
172 try { Array.setChar(shorts, 0, chars[0]); fail(); } catch (IllegalArgumentException expected) {} method
173 try { Array.setChar(null, 0, chars[0]); fail(); } catch (NullPointerException expected) {} method
177 try { Array.setDouble(booleans, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
178 try { Array.setDouble(bytes, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
179 try { Array.setDouble(chars, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
181 try { Array.setDouble(floats, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
182 try { Array.setDouble(ints, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
183 try { Array.setDouble(longs, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
184 try { Array.setDouble(shorts, 0, doubles[0]); fail(); } catch (IllegalArgumentException expected) {} method
185 try { Array.setDouble(null, 0, doubles[0]); fail(); } catch (NullPointerException expected) {} method
189 try { Array.setFloat(booleans, 0, floats[0]); fail(); } catch (IllegalArgumentException expected) {} method
190 try { Array.setFloat(bytes, 0, floats[0]); fail(); } catch (IllegalArgumentException expected) {} method
191 try { Array.setFloat(chars, 0, floats[0]); fail(); } catch (IllegalArgumentException expected) {} method
194 try { Array.setFloat(ints, 0, floats[0]); fail(); } catch (IllegalArgumentException expected) {} method
195 try { Array.setFloat(longs, 0, floats[0]); fail(); } catch (IllegalArgumentException expected) {} method
196 try { Array.setFloat(shorts, 0, floats[0]); fail(); } catch (IllegalArgumentException expected) {} method
197 try { Array.setFloat(null, 0, floats[0]); fail(); } catch (NullPointerException expected) {} method
201 try { Array.setInt(booleans, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} method
202 try { Array.setInt(bytes, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} method
203 try { Array.setInt(chars, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} method
208 try { Array.setInt(shorts, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} method
209 try { Array.setInt(null, 0, ints[0]); fail(); } catch (NullPointerException expected) {} method
213 try { Array.setLong(booleans, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {} method
214 try { Array.setLong(bytes, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {} method
215 try { Array.setLong(chars, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {} method
218 try { Array.setLong(ints, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {} method
220 try { Array.setLong(shorts, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {} method
221 try { Array.setLong(null, 0, longs[0]); fail(); } catch (NullPointerException expected) {} method
225 try { Array.setShort(booleans, 0, shorts[0]); fail(); } catch (IllegalArgumentException expected) {} method
226 try { Array.setShort(bytes, 0, shorts[0]); fail(); } catch (IllegalArgumentException expected) {} method
227 try { Array.setShort(chars, 0, shorts[0]); fail(); } catch (IllegalArgumentException expected) {} method
233 try { Array.setShort(null, 0, shorts[0]); fail(); } catch (NullPointerException expected) {} method
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 46 fail("test class not available");
52 fail("test keystore not available");
70 fail("unexpected exception: " + e);
75 fail("expected KeyStoreException");
82 fail("expected NullPointerException");
86 fail("unexpected exception: " + e);
96 fail("unexpected exception: " + e);
98 fail("unexpected exception: " + e);
103 fail("expected KeyStoreException");
107 fail("unexpected exception: " + e)
    [all...]
  /build/kati/testcase/
comment.mk 3 FOO=fail
  /external/testng/src/test/java/test/dependent/
C1.java 3 import static org.testng.Assert.fail;
11 fail("always fails");
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
FailingTest.java 25 fail("Expected");
29 fail("Expected");
  /libcore/luni/src/test/java/libcore/java/math/
MathContextTest.java 42 fail(); method
47 fail(); method
54 fail(); method
61 fail(); method
66 fail(); method
71 fail(); method
78 fail(); method
83 fail(); method

Completed in 1072 milliseconds

1 2 3 4 5 6 7 8 91011>>