Home
last modified time | relevance | path

Searched refs:shouldFail (Results 1 – 25 of 103) sorted by relevance

12345

/external/boringssl/src/ssl/test/runner/
Drunner.go551 shouldFail bool member
1256 if !test.shouldFail && (len(test.expectedError) > 0 || len(test.expectedLocalError) > 0) {
1615 if failed != test.shouldFail || failed && !correctFailure || mustFail {
1623 case failed && !test.shouldFail:
1625 case !failed && test.shouldFail:
1856 shouldFail: true,
1897 shouldFail: true,
1970 shouldFail: true,
1989 shouldFail: true,
2001 shouldFail: true,
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy72 shouldFail { commandHandler.handleCommand(null, session) }
73 shouldFail { commandHandler.handleCommand(command, null) }
83 shouldFail { commandHandler.sendReply(null, REPLY_CODE) }
84 shouldFail { commandHandler.sendReply(session, 0) }
89 shouldFail { commandHandler.assertValidReplyCode(0) }
96 shouldFail(CommandSyntaxException) { commandHandler.getRequiredParameter(command, 1) }
99 shouldFail(CommandSyntaxException) { commandHandler.getRequiredParameter(command) }
103shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
113 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
120 shouldFail(NewFileOperationException) { commandHandler.verifyForNewFile(false, PATH) }
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-branch-clone-if-constexpr-template.cpp6 void shouldFail() { in shouldFail() function
52 shouldFail<0>(); in run()
53 shouldFail<1>(); in run()
54 shouldFail<2>(); in run()
Dreadability-braces-around-statements-constexpr-if-templates.cpp6 void shouldFail() { in shouldFail() function
44 shouldFail<true>(); in run()
45 shouldFail<false>(); in run()
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy62 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
67 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
72 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
76 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(null) }
80 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort('') }
90 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(null) }
94 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(PARAMETERS_INSUFFICIENT) }
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy63 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
68 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
73 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
77 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(null) }
81 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort('') }
91 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(null) }
95 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(PARAMETERS_INSUFFICIENT) }
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy63 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
68 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
73 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
77 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(null) }
81 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort('') }
91 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(null) }
95 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(PARAMETERS_INSUFFICIENT) }
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy62 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
67 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
72 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
76 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(null) }
80 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort('') }
90 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(null) }
94 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(PARAMETERS_INSUFFICIENT) }
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy62 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
67 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
72 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
76 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(null) }
80 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort('') }
90 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(null) }
94 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(PARAMETERS_INSUFFICIENT) }
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
DPortParserTest.groovy63 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
68 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
73 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(PARM) }
77 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort(null) }
81 shouldFail(CommandSyntaxException) { PortParser.parseExtendedAddressHostAndPort('') }
91 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(null) }
95 shouldFail(CommandSyntaxException) { PortParser.parseHostAndPort(PARAMETERS_INSUFFICIENT) }
/external/guava/android/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java537 shouldFail(new FailOneArgDoesntThrowNPE()); in testFailOneArgDoesntThrowNpe()
548 shouldFail(new FailOneArgThrowsWrongType()); in testFailOneArgThrowsWrongType()
571 shouldFail(new FailTwoArgsFirstArgDoesntThrowNPE()); in testFailTwoArgsFirstArgDoesntThrowNPE()
583 shouldFail(new FailTwoArgsFirstArgThrowsWrongType()); in testFailTwoArgsFirstArgThrowsWrongType()
595 shouldFail(new FailTwoArgsSecondArgDoesntThrowNPE()); in testFailTwoArgsSecondArgDoesntThrowNPE()
607 shouldFail(new FailTwoArgsSecondArgThrowsWrongType()); in testFailTwoArgsSecondArgThrowsWrongType()
618 shouldFail(new FailTwoMixedArgsFirstArgDoesntThrowNPE()); in testFailTwoMixedArgsFirstArgDoesntThrowNPE()
629 shouldFail(new FailTwoMixedArgsFirstArgThrowsWrongType()); in testFailTwoMixedArgsFirstArgThrowsWrongType()
664 shouldFail(new FailTwoMixedArgsSecondArgDoesntThrowNPE()); in testFailTwoMixedArgsSecondArgDoesntThrowNPE()
675 shouldFail(new FailTwoMixedArgsSecondArgThrowsWrongType()); in testFailTwoMixedArgsSecondArgThrowsWrongType()
[all …]
/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java590 shouldFail(new FailOneArgDoesntThrowNPE()); in testFailOneArgDoesntThrowNpe()
601 shouldFail(new FailOneArgThrowsWrongType()); in testFailOneArgThrowsWrongType()
624 shouldFail(new FailTwoArgsFirstArgDoesntThrowNPE()); in testFailTwoArgsFirstArgDoesntThrowNPE()
636 shouldFail(new FailTwoArgsFirstArgThrowsWrongType()); in testFailTwoArgsFirstArgThrowsWrongType()
648 shouldFail(new FailTwoArgsSecondArgDoesntThrowNPE()); in testFailTwoArgsSecondArgDoesntThrowNPE()
660 shouldFail(new FailTwoArgsSecondArgThrowsWrongType()); in testFailTwoArgsSecondArgThrowsWrongType()
671 shouldFail(new FailTwoMixedArgsFirstArgDoesntThrowNPE()); in testFailTwoMixedArgsFirstArgDoesntThrowNPE()
682 shouldFail(new FailTwoMixedArgsFirstArgThrowsWrongType()); in testFailTwoMixedArgsFirstArgThrowsWrongType()
717 shouldFail(new FailTwoMixedArgsSecondArgDoesntThrowNPE()); in testFailTwoMixedArgsSecondArgDoesntThrowNPE()
728 shouldFail(new FailTwoMixedArgsSecondArgThrowsWrongType()); in testFailTwoMixedArgsSecondArgThrowsWrongType()
[all …]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy72 shouldFail { commandHandler.handleCommand(null, session) }
73 shouldFail { commandHandler.handleCommand(command, null) }
108 shouldFail { commandHandler.assertValidReplyCode(0) }
112shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
122 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
135shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFileSystemTest.groovy129 shouldFail(FileSystemException) { fileSystem.createFile(NEW_DIR + "/abc/def") }
131 shouldFail(FileSystemException) { fileSystem.createFile(NO_SUCH_DIR) }
132 shouldFail(InvalidFilenameException) { fileSystem.createFile(ILLEGAL_FILE) }
144 shouldFail(FileSystemException) { fileSystem.createInputStream(NO_SUCH_FILE) }
145 shouldFail(FileSystemException) { fileSystem.createInputStream(EXISTING_DIR) }
146 shouldFail(FileSystemException) { fileSystem.createInputStream("") }
191shouldFail(FileSystemException) { fileSystem.createOutputStream(NEW_DIR + "/abc.txt", true) }
193 shouldFail(FileSystemException) { fileSystem.createOutputStream(EXISTING_DIR, true) }
194 shouldFail(InvalidFilenameException) { fileSystem.createOutputStream(ILLEGAL_FILE, true) }
195 shouldFail(FileSystemException) { fileSystem.createOutputStream("", true) }
[all …]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy73 shouldFail { commandHandler.handleCommand(null, session) }
74 shouldFail { commandHandler.handleCommand(command, null) }
109 shouldFail { commandHandler.assertValidReplyCode(0) }
113shouldFail(IllegalStateException) { commandHandler.getRequiredSessionAttribute(session, "undefined…
123 shouldFail(NotLoggedInException) { commandHandler.verifyLoggedIn(session) }
136shouldFail(FileSystemException) { commandHandler.verifyFileSystemCondition(false, PATH, '') }

12345