Searched refs:failed (Results 1 – 18 of 18) sorted by relevance
/thrift-3.4.0/lib/d/test/ |
D | thrift_test_runner.sh | 81 failed="true" 94 if [ -z "$failed" ]; then
|
/thrift-3.4.0/tutorial/haxe/src/ |
D | Main.hx | 245 trace('ping() failed: $error'); 247 trace('ping() failed: $error'); 254 trace('add() failed: $error'); 256 trace('add() failed: $error'); 268 trace('calculate() failed: $error'); 270 trace('calculate() failed: $error'); 280 trace('calculate() failed: $error'); 282 trace('calculate() failed: $error'); 291 trace('getStruct() failed: $error'); 293 trace('getStruct() failed: $error'); [all …]
|
/thrift-3.4.0/test/crossrunner/ |
D | report.py | 414 failed = returncode is None or returncode != 0 415 flaky = not failed and retry_count != 0 418 if failed: 431 test.success = not failed 435 test.as_expected = known == failed
|
/thrift-3.4.0/test/cpp/src/ |
D | TestClient.cpp | 988 bool failed = false; in main() local 991 failed = true; in main() 994 failed = true; in main() 998 failed = true; in main() 1002 failed = true; in main() 1007 failed = true; in main() 1011 failed = true; in main() 1014 if (failed) { in main()
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/helper/ |
D | UuidHelper.hx | 40 throw 'UuidHelper Test: CanonicalUuid() failed';
|
D | ZigZag.hx | 94 throw 'ZigZag.Test32($test) failed: a = $a, b = $b'; 105 throw 'ZigZag.Test64($test) failed: a = $a, b = $b';
|
D | BitConverter.hx | 95 throw 'BitConverter.bytesToLongTest($test) failed: $erg'; 165 throw 'BitConverter NaN-Test #2: failed';
|
/thrift-3.4.0/lib/haxe/test/src/ |
D | TestBase.hx | 41 throw ('Test "$info" failed at '+pos.methodName+' in '+pos.fileName+':'+pos.lineNumber);
|
/thrift-3.4.0/tutorial/rs/ |
D | README.md | 37 println!("client failed with {:?}", e); 84 Err(e) => println!("divide by zero failed with {:?}", e),
|
/thrift-3.4.0/compiler/cpp/tests/catch/ |
D | catch.hpp | 2314 Counts() : passed( 0 ), failed( 0 ), failedButOk( 0 ) {} in Counts() 2319 diff.failed = failed - other.failed; in operator -() 2325 failed += other.failed; in operator +=() 2331 return passed + failed + failedButOk; in total() 2334 return failed == 0 && failedButOk == 0; in allPassed() 2337 return failed == 0; in allOk() 2341 std::size_t failed; member 2356 if( diff.assertions.failed > 0 ) in delta() 2357 ++diff.testCases.failed; in delta() 6614 deltaTotals.assertions.failed++; in runTest() [all …]
|
/thrift-3.4.0/doc/ |
D | coding_standards.md | 40 …scouraged - comments are lies. When one has to make comment it means one failed to write readable …
|
D | ReleaseManagement.md | 334 …**NOTE:** If you get the error "gpg failed to sign the data" when tagging, try this fix: ```export…
|
/thrift-3.4.0/test/c_glib/src/ |
D | test_client.c | 639 gboolean failed = 0; in main() local 649 if (!failed && val != i - 128) { in main() 650 failed = 1; in main() 654 if (failed) { in main()
|
/thrift-3.4.0/lib/rb/ |
D | Rakefile | 81 $stderr.puts "make failed"
|
/thrift-3.4.0/test/ |
D | README.md | 170 In order to signal failed tests, the return code shall be composed from these bits to indicate
|
/thrift-3.4.0/lib/cpp/ |
D | README.md | 178 failed, it would return the remote host name in numeric format.
|
/thrift-3.4.0/test/haxe/src/ |
D | TestClient.hx | 105 trace('Tests failed $errorCnt ($ep%)');
|
/thrift-3.4.0/ |
D | CHANGES.md | 456 …a/browse/THRIFT-5186) - cpp: use all getaddrinfo() results when retrying failed bind() in T{Nonblo… 864 …[THRIFT-4897](https://issues.apache.org/jira/browse/THRIFT-4897) - UT of thrift-maven-plugin failed 1175 …g/jira/browse/THRIFT-4562) - Calling wrong exception CTOR leads to "call failed: unknown result" i… 1464 …browse/THRIFT-4245) - Golang TFramedTransport's writeBuffer increases if writes to transport failed 1755 …s.apache.org/jira/browse/THRIFT-3689) - thrift_reconnecting_client start failed when server is not… 1788 …sues.apache.org/jira/browse/THRIFT-2431) - TFileTransportTest fails with "check delta < XXX failed" 1816 - [THRIFT-3577](https://issues.apache.org/jira/browse/THRIFT-3577) - assertion failed at line 512 o… 1824 …se/THRIFT-3567) - GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed 2527 …ttps://issues.apache.org/jira/browse/THRIFT-3201) - Capture github test artifacts for failed builds 2685 - [THRIFT-2229](https://issues.apache.org/jira/browse/THRIFT-2229) - thrift failed to build on OSX … [all …]
|