Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 1764) sorted by relevance

12345678910>>...71

/external/openssh/regress/
Dsftp-cmds.sh48 grep copy.dd >/dev/null 2>&1 || fail "lls failed"
52 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
56 || fail "ls failed"
61 || fail "shell failed"
66 || fail "pwd failed"
71 || fail "lpwd failed"
76 || fail "quit failed"
81 || fail "help failed"
87 || fail "get failed"
88 cmp $DATA ${COPY} || fail "corrupted copy after get"
[all …]
Dscp.sh33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
39 cmp ${DATA} ${COPY} || fail "corrupted copy"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
44 cmp ${DATA} ${COPY} || fail "corrupted copy"
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
50 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
56 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
[all …]
Dsftp-badcmds.sh17 || fail "get nonexistent failed"
18 test -f ${COPY} && fail "existing copy after get nonexistent"
23 || fail "get nonexistent failed"
25 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
31 || fail "put nonexistent failed"
32 test -f ${COPY} && fail "existing copy after put nonexistent"
37 || fail "put nonexistent failed"
39 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
45 || fail "rename nonexist failed"
46 test -f ${COPY}.1 && fail "file exists after rename nonexistent"
[all …]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDESKeySpecTest.java109 fail("Should raise an NullPointerException " in testDESKeySpec()
113 fail("Should raise an NullPointerException " in testDESKeySpec()
118 fail("Should raise an InvalidKeyException on a short byte array."); in testDESKeySpec()
120 fail("Unexpected NullPointerException was thrown."); in testDESKeySpec()
126 fail("Unexpected NullPointerException was thrown."); in testDESKeySpec()
128 fail("Unexpected InvalidKeyException was thrown."); in testDESKeySpec()
132 fail("Should raise an NullPointerException " in testDESKeySpec()
136 fail("Should raise an NullPointerException " in testDESKeySpec()
141 fail("Should raise an InvalidKeyException on a short byte array."); in testDESKeySpec()
143 fail("Unexpected NullPointerException was thrown."); in testDESKeySpec()
[all …]
DDESedeKeySpecTest.java46 fail("Should raise an NullPointerException " in testDESedeKeySpec()
50 fail("Should raise an NullPointerException " in testDESedeKeySpec()
55 fail("Should raise an InvalidKeyException on a short byte array."); in testDESedeKeySpec()
57 fail("Unexpected NullPointerException was thrown."); in testDESedeKeySpec()
65 fail("Unexpected NullPointerException was thrown."); in testDESedeKeySpec()
67 fail("Unexpected InvalidKeyException was thrown."); in testDESedeKeySpec()
71 fail("Should raise an NullPointerException " in testDESedeKeySpec()
75 fail("Should raise an NullPointerException " in testDESedeKeySpec()
82 fail("Should raise an InvalidKeyException on a short byte array."); in testDESedeKeySpec()
84 fail("Unexpected NullPointerException was thrown."); in testDESedeKeySpec()
[all …]
DPBEKeySpecTest.java48 fail("Unexpected NullPointerException was thrown."); in testPBEKeySpec1()
77 fail("Unexpected IllegalArgumentException was thrown."); in testPBEKeySpec2()
79 fail("Unexpected NullPointerException was thrown."); in testPBEKeySpec2()
84 fail("A NullPointerException should be was thrown " in testPBEKeySpec2()
87 fail("Unexpected IllegalArgumentException was thrown."); in testPBEKeySpec2()
93 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2()
100 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2()
107 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2()
114 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2()
121 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2()
[all …]
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcher2Test.java44 fail("IllegalStateException expected"); in testErrorConditions()
50 fail("IllegalStateException expected"); in testErrorConditions()
56 fail("IllegalStateException expected"); in testErrorConditions()
62 fail("IllegalStateException expected"); in testErrorConditions()
68 fail("IllegalStateException expected"); in testErrorConditions()
74 fail("IllegalStateException expected"); in testErrorConditions()
81 fail("IllegalArgumentException expected"); in testErrorConditions()
102 fail("IndexOutOfBoundsException expected"); in testErrorConditions2()
108 fail("IndexOutOfBoundsException expected"); in testErrorConditions2()
114 fail("IndexOutOfBoundsException expected"); in testErrorConditions2()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DBufferedOutputStreamTest.java59 fail("should throw NullPointerException"); in test_flush_Constructor_NullStream()
65 fail("should throw NullPointerException"); in test_flush_Constructor_NullStream()
73 fail("should throw NullPointerException"); in test_flush_Constructor_NullStream()
79 fail("should throw NullPointerException"); in test_flush_Constructor_NullStream()
86 fail("should throw IllegalArgumentException"); in test_flush_Constructor_NullStream()
92 fail("should throw IllegalArgumentException"); in test_flush_Constructor_NullStream()
172 fail("should throw NullPointerException"); in test_write_$BII_Exception()
179 fail("should throw NullPointerException"); in test_write_$BII_Exception()
186 fail("should throw NullPointerException"); in test_write_$BII_Exception()
193 fail("should throw NullPointerException"); in test_write_$BII_Exception()
[all …]
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
DAbstractPreferencesTest.java120 fail("should throw IllegalArgumentException"); in testConstructor()
126 fail("should throw IllegalArgumentException"); in testConstructor()
132 fail("should throw IllegalArgumentException"); in testConstructor()
138 fail("should throw IllegalArgumentException"); in testConstructor()
144 fail("should throw NullPointerException"); in testConstructor()
239 fail("should throw NullPointerException"); in testGet()
252 fail("should throw IllegalStateException"); in testGet()
258 fail("should throw NullPointerException"); in testGet()
267 fail("should throw NullPointerException"); in testGetBoolean()
281 fail("should throw NullPointerException"); in testPutByteArray()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DStringTest.java88 fail("No IndexOutOfBoundsException"); in test_Constructor$BII()
113 fail("Should throw UnsupportedEncodingException"); in test_Constructor$BIILjava_lang_String()
145 fail("No IndexOutOfBoundsException"); in test_Constructor$CII()
177 fail("No NPE"); in test_ConstructorLjava_lang_StringBuilder()
201 fail("No NPE"); in test_Constructor$III()
207 fail("No IOOBE, negative offset"); in test_Constructor$III()
213 fail("No IOOBE, negative count"); in test_Constructor$III()
219 fail("No IOOBE, negative count"); in test_Constructor$III()
225 fail("No IOOBE, too large"); in test_Constructor$III()
246 fail("No NPE"); in test_contentEqualsLjava_lang_CharSequence()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DArrayTest.java45 fail("Passing non-array failed to throw exception"); in test_getLjava_lang_ObjectI()
55 fail("Invalid index failed to throw exception"); in test_getLjava_lang_ObjectI()
78 fail("Passing non-array failed to throw exception"); in test_getBooleanLjava_lang_ObjectI()
88 fail("Invalid index failed to throw exception"); in test_getBooleanLjava_lang_ObjectI()
111 fail("Passing non-array failed to throw exception"); in test_getByteLjava_lang_ObjectI()
121 fail("Invalid index failed to throw exception"); in test_getByteLjava_lang_ObjectI()
144 fail("Passing non-array failed to throw exception"); in test_getCharLjava_lang_ObjectI()
154 fail("Invalid index failed to throw exception"); in test_getCharLjava_lang_ObjectI()
178 fail("Passing non-array failed to throw exception"); in test_getDoubleLjava_lang_ObjectI()
188 fail("Invalid index failed to throw exception"); in test_getDoubleLjava_lang_ObjectI()
[all …]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DReadOnlyCharBufferTest.java47 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testArray()
60 fail("Should throw Exception"); //$NON-NLS-1$ in testArrayOffset()
68 fail("Should throw Exception"); //$NON-NLS-1$ in testCompact()
77 fail("Should throw Exception"); //$NON-NLS-1$ in testPutchar()
87 fail("Should throw Exception"); //$NON-NLS-1$ in testPutcharArray()
93 fail("Should throw Exception"); //$NON-NLS-1$ in testPutcharArray()
103 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutcharArrayintint()
109 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutcharArrayintint()
115 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutcharArrayintint()
121 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutcharArrayintint()
[all …]
DReadOnlyDoubleBufferTest.java44 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testArray()
57 fail("Should throw Exception"); //$NON-NLS-1$ in testArrayOffset()
65 fail("Should throw Exception"); //$NON-NLS-1$ in testCompact()
74 fail("Should throw Exception"); //$NON-NLS-1$ in testPutdouble()
84 fail("Should throw Exception"); //$NON-NLS-1$ in testPutdoubleArray()
90 fail("Should throw Exception"); //$NON-NLS-1$ in testPutdoubleArray()
100 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutdoubleArrayintint()
106 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutdoubleArrayintint()
112 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutdoubleArrayintint()
118 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutdoubleArrayintint()
[all …]
DReadOnlyIntBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testArray()
57 fail("Should throw Exception"); //$NON-NLS-1$ in testArrayOffset()
66 fail("Should throw Exception"); //$NON-NLS-1$ in testCompact()
75 fail("Should throw Exception"); //$NON-NLS-1$ in testPutint()
85 fail("Should throw Exception"); //$NON-NLS-1$ in testPutintArray()
91 fail("Should throw Exception"); //$NON-NLS-1$ in testPutintArray()
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutintArrayintint()
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutintArrayintint()
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutintArrayintint()
119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutintArrayintint()
[all …]
DReadOnlyLongBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testArray()
57 fail("Should throw Exception"); //$NON-NLS-1$ in testArrayOffset()
66 fail("Should throw Exception"); //$NON-NLS-1$ in testCompact()
75 fail("Should throw Exception"); //$NON-NLS-1$ in testPutlong()
85 fail("Should throw Exception"); //$NON-NLS-1$ in testPutlongArray()
91 fail("Should throw Exception"); //$NON-NLS-1$ in testPutlongArray()
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutlongArrayintint()
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutlongArrayintint()
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutlongArrayintint()
119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutlongArrayintint()
[all …]
DReadOnlyShortBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testArray()
57 fail("Should throw Exception"); //$NON-NLS-1$ in testArrayOffset()
66 fail("Should throw Exception"); //$NON-NLS-1$ in testCompact()
75 fail("Should throw Exception"); //$NON-NLS-1$ in testPutshort()
85 fail("Should throw Exception"); //$NON-NLS-1$ in testPutshortArray()
91 fail("Should throw Exception"); //$NON-NLS-1$ in testPutshortArray()
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutshortArrayintint()
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutshortArrayintint()
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutshortArrayintint()
119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutshortArrayintint()
[all …]
DReadOnlyFloatBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testArray()
57 fail("Should throw Exception"); //$NON-NLS-1$ in testArrayOffset()
66 fail("Should throw Exception"); //$NON-NLS-1$ in testCompact()
75 fail("Should throw Exception"); //$NON-NLS-1$ in testPutfloat()
85 fail("Should throw Exception"); //$NON-NLS-1$ in testPutfloatArray()
91 fail("Should throw Exception"); //$NON-NLS-1$ in testPutfloatArray()
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutfloatArrayintint()
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutfloatArrayintint()
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutfloatArrayintint()
119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ in testPutfloatArrayintint()
[all …]
/external/kernel-headers/original/asm-arm/
Dlocks.h17 #define __down_op(ptr,fail) \ argument
28 " blmi " #fail \
35 #define __down_op_ret(ptr,fail) \ argument
48 " blmi " #fail "\n" \
84 #define __down_op_write(ptr,fail) \ argument
95 " blne " #fail \
119 #define __down_op_read(ptr,fail) \ argument
120 __down_op(ptr, fail)
142 #define __down_op(ptr,fail) \ argument
154 " blmi " #fail \
[all …]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DDeflaterInputStreamTest.java51 fail("should throw IOException"); in testAvailable()
67 fail("should throw IOException"); in testClose()
73 fail("should throw IOException"); in testClose()
119 fail("should throw IOException"); in testRead()
146 fail("should throw IndexOutOfBoundsException"); in testReadByteArrayIntInt()
152 fail("should throw NullPointerException"); in testReadByteArrayIntInt()
158 fail("should throw NullPointerException"); in testReadByteArrayIntInt()
164 fail("should throw NullPointerException"); in testReadByteArrayIntInt()
170 fail("should throw IndexOutOfBoundsException"); in testReadByteArrayIntInt()
176 fail("should throw IndexOutOfBoundsException"); in testReadByteArrayIntInt()
[all …]
DInflaterOutputStreamTest.java45 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStream()
59 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_Inflater()
66 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_Inflater()
80 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_InflaterI()
87 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_InflaterI()
94 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_InflaterI()
101 fail("Should throw NullPointerException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_InflaterI()
108 fail("Should throw IllegalArgumentException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_InflaterI()
115 fail("Should throw IllegalArgumentException"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_InflaterI()
139 fail("Should throw IOException"); in test_flush()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DPreconditionsTest.java40 fail("no exception thrown"); in testCheckArgument_simple_failure()
52 fail("no exception thrown"); in testCheckArgument_simpleMessage_failure()
61 fail("no exception thrown"); in testCheckArgument_nullMessage_failure()
74 fail("no exception thrown"); in testCheckArgument_complexMessage_failure()
87 fail("no exception thrown"); in testCheckState_simple_failure()
99 fail("no exception thrown"); in testCheckState_simpleMessage_failure()
108 fail("no exception thrown"); in testCheckState_nullMessage_failure()
121 fail("no exception thrown"); in testCheckState_complexMessage_failure()
137 fail("no exception thrown"); in testCheckNotNull_simple_failure()
150 fail("no exception thrown"); in testCheckNotNull_simpleMessage_failure()
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl2Test.java112 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult()
117 fail("NullPointerException must be thrown entry is null"); in checkResult()
124 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult()
129 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult()
134 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult()
139 fail("IOException must be thrown"); in checkResult()
144 fail("IOException or NullPointerException must be thrown for null OutputStream"); in checkResult()
151 fail("IOException must be thrown"); in checkResult()
159 fail("UnsupportedOperationException must be thrown"); in checkResult()
169 fail("UnsupportedOperationException must be thrown"); in checkResult()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java80 fail(NotSupportMsg); in createKPGen()
104fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); in testKeyPairGenerator01()
111 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: " in testKeyPairGenerator01()
124 fail(NotSupportMsg); in testKeyPairGenerator02()
143 fail(NotSupportMsg); in testKeyPairGenerator03()
150 fail("IllegalArgumentException must be thrown when provider is null"); in testKeyPairGenerator03()
155 fail("IllegalArgumentException must be thrown when provider is empty"); in testKeyPairGenerator03()
171 fail(NotSupportMsg); in testKeyPairGenerator04()
178 fail("NoSuchProviderException must be thrown (algorithm: " in testKeyPairGenerator04()
196 fail(NotSupportMsg); in testKeyPairGenerator05()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh37 fail() { function
51 testzip.proto || fail 'protoc failed.'
55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.'
58 || fail 'testzip.pb.cc not found in output zip.'
60 || fail 'testzip.pb.h not found in output zip.'
62 || fail 'testzip_pb2.py not found in output zip.'
64 && fail 'Zip file contained manifest.'
71 jar tf testzip.jar > testzip.list || fail 'jar failed.'
74 || fail 'Foo.java not found in output jar.'
76 || fail 'Bar.java not found in output jar.'
[all …]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java91 fail(NotSupportedMsg); in createMacs()
114fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); in testMac01()
121 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: " in testMac01()
134 fail(NotSupportedMsg); in testMac02()
151 fail(NotSupportedMsg); in testMac03()
158 fail("IllegalArgumentException must be thrown when provider is null"); in testMac03()
163 fail("IllegalArgumentException must be thrown when provider is empty"); in testMac03()
169 fail("NoSuchProviderException must be thrown (algorithm: " in testMac03()
187 fail(NotSupportedMsg); in testMac04()
192fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); in testMac04()
[all …]

12345678910>>...71