HomeSort by relevance Sort by last modified time
    Searched full:fail (Results 1 - 25 of 14898) 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/chromium_org/tools/valgrind/gtest_exclude/
libphonenumber_unittests.gtest-drmemory_win32.txt 0 # fail in native run
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test_expectations.txt 7 // {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP}
23 // 91533 WIN : gl_min_uniforms = FAIL
25 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL
27 253674 LION INTEL : GL2ExtensionTests_dFdy_input_run = FAIL
28 253674 LION INTEL : GL2FixedTests_point_sprites_input_run = FAIL
29 253674 LION INTEL : GL_control_flow_input_run = FAIL
30 253674 LION INTEL : GL_dot_input_run = FAIL
31 253674 LION INTEL : GL_faceforward_input_run = FAIL
32 253674 LION INTEL : GL_length_input_run = FAIL
33 253674 LION INTEL : GL_normalize_input_run = FAIL
    [all...]
  /external/deqp/scripts/
no_empty_fail.rule 3 <pattern>setTestResult \( QP_TEST_RESULT_FAIL , (\"\"|\"Fail\") \)</pattern>
7 <summary>Test result set to FAIL with empty message or with "Fail".</summary>
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh40.cpp 4 int fail = 1; variable
12 fail = 1;
14 fail = 1;
17 fail = 0;
25 fail = 1;
28 return fail;
eh39.cpp 4 int fail = 1; variable
15 fail = 1;
17 fail = 0;
24 fail = 1;
27 return fail;
eh41.cpp 4 int fail = 0; variable
9 if ( a != 'a' ) fail = 1;
10 if ( b != 'b' ) fail = 1;
11 if ( c != 'c' ) fail = 1;
eh28.cpp 6 int fail = 1; variable
9 class Y : public X { public: virtual void p() { fail = 0; } };
16 return fail;
  /ndk/tests/device/test-stlport_static-exception/jni/
eh40.cpp 4 int fail = 1; variable
12 fail = 1;
14 fail = 1;
17 fail = 0;
25 fail = 1;
28 return fail;
eh39.cpp 4 int fail = 1; variable
15 fail = 1;
17 fail = 0;
24 fail = 1;
27 return fail;
eh41.cpp 4 int fail = 0; variable
9 if ( a != 'a' ) fail = 1;
10 if ( b != 'b' ) fail = 1;
11 if ( c != 'c' ) fail = 1;
eh28.cpp 6 int fail = 1; variable
9 class Y : public X { public: virtual void p() { fail = 0; } };
16 return fail;
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
write-after-open-popup.html 3 FAIL: document.write should clear this text.
window-close-during-parsing-popup1.html 2 <body onload="alert('FAIL: onload fired')" onunload="alert('FAIL: onunload fired')">
8 alert('FAIL: different script tag after close');
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
087-if-comments.c 2 fail
  /external/mesa3d/src/glsl/glcpp/tests/
087-if-comments.c 2 fail
  /external/chromium_org/content/test/data/indexeddb/
shared.js 11 result('fail - unexpected error callback');
16 result('fail - unexpected abort callback');
21 result('fail - unexpected complete callback');
26 result('fail - unexpected success callback');
31 result('fail - unexpected upgradeneeded callback');
36 result('fail - unexpected blocked callback');
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 47 fail("IWindowManager.pauseKeyDispatching did not throw SecurityException as"
52 fail("Unexpected remote exception");
57 fail("IWindowManager.resumeKeyDispatching did not throw SecurityException as"
62 fail("Unexpected remote exception");
67 fail("IWindowManager.setEventDispatching did not throw SecurityException as"
72 fail("Unexpected remote exception");
77 fail("IWindowManager.addWindowToken did not throw SecurityException as"
82 fail("Unexpected remote exception");
87 fail("IWindowManager.removeWindowToken did not throw SecurityException as"
92 fail("Unexpected remote exception")
    [all...]
  /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...]
  /external/clang/test/CodeGen/
2009-05-28-const-typedef.c 10 something fail(void);
15 const_something R = fail();
  /external/chromium_org/content/test/data/device_sensors/
device_light_test.html 14 fail();
23 function fail() {
24 document.location = '#fail';
29 <div id="status">FAIL</div>
  /ndk/tests/build/gnustl-force-none/jni/
force_none.cpp 1 // This program should FAIL to build iff exceptions and RTTI are disabled.
3 // can't fail to build here
12 printf("%p\n", typeid(Foo)); // will fail with RTTI
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 38 //SY(__NR_restart_syscall); // (Not yet handled by Valgrind) FAIL;
55 SY(__NR_write, x0, x0, x0+1); FAIL;
59 SY(__NR_open, x0, x0); FAIL;
65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
69 SY(__NR_close, x0-1); FAIL;
73 SY(__NR_waitpid, x0, x0+1, x0); FAIL;
77 SY(__NR_creat, x0, x0); FAIL;
81 SY(__NR_link, x0, x0); FAIL;
85 SY(__NR_unlink, x0); FAIL;
91 SY(__NR_execve, x0, x0, x0); FAIL;
    [all...]
  /external/chromium_org/content/test/data/battery_status/
battery_status_default_test.html 19 fail();
20 }, fail());
28 function fail() {
29 document.location = '#fail';
34 <div id="status">FAIL</div>

Completed in 1393 milliseconds

1 2 3 4 5 6 7 8 91011>>