Home
last modified time | relevance | path

Searched defs:ExpectedError (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Derror_test.go20 type ExpectedError struct { struct
21 IsClientError *bool `bson:"isClientError"`
22 ErrorSubstring *string `bson:"errorContains"`
23 Code *int32 `bson:"errorCode"`
24 CodeName *string `bson:"errorCodeName"`
25 IncludedLabels []string `bson:"errorLabelsContain"`
26 OmittedLabels []string `bson:"errorLabelsOmit"`
27 ExpectedResult *bson.RawValue `bson:"expectResult"`
33 func VerifyOperationError(ctx context.Context, expected *ExpectedError, result *OperationResult) er…
H A Doperation_test.go21 ExpectedError *ExpectedError `bson:"expectError"` member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Derror_test.go20 type ExpectedError struct { struct
21 IsClientError *bool `bson:"isClientError"`
22 ErrorSubstring *string `bson:"errorContains"`
23 Code *int32 `bson:"errorCode"`
24 CodeName *string `bson:"errorCodeName"`
25 IncludedLabels []string `bson:"errorLabelsContain"`
26 OmittedLabels []string `bson:"errorLabelsOmit"`
27 ExpectedResult *bson.RawValue `bson:"expectResult"`
33 func VerifyOperationError(ctx context.Context, expected *ExpectedError, result *OperationResult) er…
H A Doperation_test.go21 ExpectedError *ExpectedError `bson:"expectError"` member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/testdata/precompiles/
H A Dfail-blsPairing.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "must be less than modulus", string
19 "ExpectedError": "invalid field element top bytes", string
24 "ExpectedError": "point is not on curve", string
29 "ExpectedError": "point is not on curve", string
34 "ExpectedError": "g1 point is not on correct subgroup", string
39 "ExpectedError": "g2 point is not on correct subgroup", string
H A Dfail-blsG1Mul.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "invalid field element top bytes", string
24 "ExpectedError": "must be less than modulus", string
29 "ExpectedError": "point is not on curve", string
H A Dfail-blsG2MultiExp.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "invalid field element top bytes", string
24 "ExpectedError": "must be less than modulus", string
29 "ExpectedError": "point is not on curve", string
H A Dfail-blsG2Add.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "invalid field element top bytes", string
24 "ExpectedError": "must be less than modulus", string
29 "ExpectedError": "point is not on curve", string
H A Dfail-blsG2Mul.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "invalid field element top bytes", string
24 "ExpectedError": "must be less than modulus", string
29 "ExpectedError": "point is not on curve", string
H A Dfail-blsG1Add.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "invalid field element top bytes", string
24 "ExpectedError": "must be less than modulus", string
29 "ExpectedError": "point is not on curve", string
H A Dfail-blsG1MultiExp.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "must be less than modulus", string
24 "ExpectedError": "invalid field element top bytes", string
29 "ExpectedError": "point is not on curve", string
H A Dfail-blsMapG2.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid field element top bytes", string
19 "ExpectedError": "must be less than modulus", string
H A Dfail-blake2f.json4 "ExpectedError": "invalid input length", string
9 "ExpectedError": "invalid input length", string
14 "ExpectedError": "invalid input length", string
19 "ExpectedError": "invalid final flag", string
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/d10v/
H A Dinstruction_packing-006.d4 .*: file format elf32-d10v
9 0: 24 81 5e 00 bl.s 8 <test1> || nop
14 c: 20 01 de 00 ldi.s r0, 0x1 || nop
20 00000018 <test3>:
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestHostConfiguration.java219 private class ExpectedError extends Error class in TestHostConfiguration
221 ExpectedError(SpecialHostConfiguration c) in ExpectedError() method in TestHostConfiguration.ExpectedError
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dprettyprinters.cpp15 llvm::Expected<int> ExpectedError(llvm::createStringError({}, "")); variable
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__issue607.py6 class ExpectedError(greentest.ExpectedException): class
H A Dtest__exc_info.py5 from gevent.testing import ExpectedException as ExpectedError unknown
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatternssdk/
H A DTestBaseLine.h130 ExpectedError, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp184 bool DrawBuffersIndexedNegative::ExpectedError(glw::GLenum expectedResult, const char* call) in ExpectedError() function in glcts::DrawBuffersIndexedNegative
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp19 llvm::Expected<int> ExpectedError(llvm::createStringError({}, "")); variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp21 llvm::Expected<int> ExpectedError(llvm::createStringError({}, "")); variable
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp21 llvm::Expected<int> ExpectedError(llvm::createStringError({}, "")); variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp21 llvm::Expected<int> ExpectedError(llvm::createStringError({}, "")); variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp21 llvm::Expected<int> ExpectedError(llvm::createStringError({}, "")); variable

12345