Home
last modified time | relevance | path

Searched refs:errorTotal (Results 1 – 25 of 67) sorted by relevance

123

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileHandling/
H A DSP3_T.cpp302 int errorTotal = 0; in main() local
308 errorTotal += testClass.doReadWriteTests(gpstk::SP3Header::SP3a, "SP3a"); in main()
309 errorTotal += testClass.doReadWriteTests(gpstk::SP3Header::SP3a, "SP3ae"); in main()
310 errorTotal += testClass.doReadWriteTests(gpstk::SP3Header::SP3b, "SP3b"); in main()
311 errorTotal += testClass.doReadWriteTests(gpstk::SP3Header::SP3c, "SP3c"); in main()
312 errorTotal += testClass.doReadWriteTests(gpstk::SP3Header::SP3d, "SP3d"); in main()
318 errorTotal += testClass.doReadWriteTests(gpstk::SP3Header::SP3c, "SP3c_mgex1"); in main()
327 ++errorTotal; in main()
332 ++errorTotal; in main()
337 ++errorTotal; in main()
[all …]
H A DBinex_Attrs_T.cpp221 int errorTotal = 0; in main() local
225 errorTotal += testClass.doIsDataTests(); in main()
227 errorTotal += testClass.doRecordFlagsTests(); in main()
229 errorTotal += testClass.doRecordIdTests(); in main()
231 errorTotal += testClass.doMessageCapacityTests(); in main()
233 errorTotal += testClass.doMessageLengthTests(); in main()
235 return( errorTotal ); in main()
H A DRinexClock_T.cpp316 int errorTotal = 0; in main() local
318 errorTotal += testClass.headerExceptionTest(); in main()
319 errorTotal += testClass.roundTripTest(); in main()
320 errorTotal += testClass.dataExceptionTest(); in main()
322 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
325 return errorTotal; //Return the total number of errors in main()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Utilities/
H A DEnumIterator_T.cpp145 unsigned errorTotal = 0; in main() local
147 errorTotal += testClass.constructorTest(); in main()
148 errorTotal += testClass.incrementTest(); in main()
149 errorTotal += testClass.inequalityTest(); in main()
150 errorTotal += testClass.beginEndTest(); in main()
151 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
152 return errorTotal; in main()
H A DValidType_T.cpp163 int errorTotal = 0; in main() local
166 errorTotal += testClass.methodTest(); in main()
167 errorTotal += testClass.operatorTest(); in main()
169 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal << std::endl; in main()
171 return errorTotal; //Return the total number of errors in main()
H A DBinUtils_T.cpp597 int errorTotal = 0; in main() local
600 errorTotal += testClass.intelToHostTest(); in main()
601 errorTotal += testClass.netToHostTest(); in main()
602 errorTotal += testClass.hostToIntelTest(); in main()
603 errorTotal += testClass.hostToNetTest(); in main()
604 errorTotal += testClass.decodeVarTest(); in main()
605 errorTotal += testClass.decodeVarLETest(); in main()
606 errorTotal += testClass.encodeVarTest(); in main()
607 errorTotal += testClass.encodeVarLETest(); in main()
608 errorTotal += testClass.computeCRCTest(); in main()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/TimeHandling/
H A DGPSWeekSecond_T.cpp348 unsigned errorTotal = 0; in main() local
351 errorTotal += testClass.initializationTest(); in main()
352 errorTotal += testClass.operatorTest(); in main()
353 errorTotal += testClass.setFromInfoTest(); in main()
354 errorTotal += testClass.resetTest(); in main()
355 errorTotal += testClass.timeSystemTest(); in main()
356 errorTotal += testClass.toFromCommonTimeTest(); in main()
357 errorTotal += testClass.printfTest(); in main()
359 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
361 return errorTotal; //Return the total number of errors in main()
H A DPosixTime_T.cpp276 int errorTotal = 0; in main() local
279 errorTotal += testClass.initializationTest(); in main()
280 errorTotal += testClass.operatorTest(); in main()
281 errorTotal += testClass.setFromInfoTest(); in main()
282 errorTotal += testClass.resetTest(); in main()
283 errorTotal += testClass.timeSystemTest(); in main()
284 errorTotal += testClass.toFromCommonTimeTest(); in main()
285 errorTotal += testClass.printfTest(); in main()
287 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
290 return errorTotal; // Return the total number of errors in main()
H A DIRNWeekSecond_T.cpp348 unsigned errorTotal = 0; in main() local
351 errorTotal += testClass.initializationTest(); in main()
352 errorTotal += testClass.operatorTest(); in main()
353 errorTotal += testClass.setFromInfoTest(); in main()
354 errorTotal += testClass.resetTest(); in main()
355 errorTotal += testClass.timeSystemTest(); in main()
356 errorTotal += testClass.toFromCommonTimeTest(); in main()
357 errorTotal += testClass.printfTest(); in main()
359 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
361 return errorTotal; //Return the total number of errors in main()
H A DTimeCorrection_T.cpp118 unsigned errorTotal = 0; in main() local
119 errorTotal += testClass.testEpochRollover(); in main()
120 cout << "Total Errors for " << __FILE__ <<": "<< errorTotal << endl; in main()
121 return errorTotal; in main()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/ClockModel/
H A DObsClockModel_T.cpp168 int errorTotal = 0; in main() local
172 errorTotal += testClass.test_constructor(); in main()
173 errorTotal += testClass.test_constructor_defaults(); in main()
174 errorTotal += testClass.test_getSvMode(); in main()
176 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
178 return( errorTotal ); in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/bindingtester/
H A Drun_binding_tester.sh80 let errorTotal="${errorTotal} + 1"
85 printf '%-16s Error #%3d:\n' "$(date '+%F %H-%M-%S')" "${errorTotal}"
100 printf '\n%-16s Error #%3d:\n' "$(date '+%F %H-%M-%S')" "${errorTotal}"
108 if [[ "${errorTotal}" -eq 1 ]]
116 printf '\n%-16s Error #%3d:\n' "$(date '+%F %H-%M-%S')" "${errorTotal}" >> "${ERRORFILE}"
245 errorTotal=0
372 printf "%-20s Errors: %-40s \n" "" "${errorTotal}"
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSCore/
H A DXvt_T.cpp229 unsigned errorTotal = 0; in main() local
232 errorTotal += testClass.getTest(); in main()
234 errorTotal += testClass.computeRelativityCorrectionTest(); in main()
235 errorTotal += testClass.operatorTest(); in main()
236 errorTotal += testClass.healthStatusStreamTest(); in main()
238 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
240 return errorTotal; //Return the total number of errors in main()
H A DObsID_T.cpp329 unsigned errorTotal = 0; in main() local
332 errorTotal += testClass.initializationTest(); in main()
333 errorTotal += testClass.dumpTest(); in main()
334 errorTotal += testClass.asStringTest(); in main()
335 errorTotal += testClass.asStringEnumTest(); in main()
336 errorTotal += testClass.operatorTest(); in main()
337 errorTotal += testClass.cbDescTest(); in main()
338 errorTotal += testClass.tcDescTest(); in main()
339 errorTotal += testClass.otDescTest(); in main()
341 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
[all …]
H A DSatID_T.cpp360 unsigned errorTotal = 0; in main() local
362 errorTotal += testClass.initializationTest(); in main()
363 errorTotal += testClass.dumpTest(); in main()
364 errorTotal += testClass.operatorTest(); in main()
365 errorTotal += testClass.isValidTest(); in main()
366 errorTotal += testClass.stringConvertTest(); in main()
368 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
371 return errorTotal; //Return the total number of errors in main()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/CommandLine/
H A DCommandOption_T.cpp950 int errorTotal = 0; in main() local
954 errorTotal += testClass.testCommandOption(); in main()
955 errorTotal += testClass.testRequiredOption(); in main()
956 errorTotal += testClass.testCommandOptionNoArg(); in main()
957 errorTotal += testClass.testCommandOptionWithArg(); in main()
962 errorTotal += testClass.testCommandOptionRest(); in main()
963 errorTotal += testClass.testCommandOptionNOf(); in main()
964 errorTotal += testClass.testCommandOptionOneOf(); in main()
965 errorTotal += testClass.testCommandOptionAllOf(); in main()
966 errorTotal += testClass.testCommandOptionMutex(); in main()
[all …]
H A DCommandOptionWithCommonTimeArg_T.cpp105 int errorTotal = 0; in main() local
109 errorTotal += testClass.testInitialization(); in main()
111 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal << std::endl; in main()
113 return( errorTotal ); in main()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DAlmOrbit_T.cpp415 int errorTotal = 0; in main() local
418 errorTotal += testClass.initializationTest(); in main()
419 errorTotal += testClass.dumpTest(); in main()
420 errorTotal += testClass.operatorTest(); in main()
421 errorTotal += testClass.getTest(); in main()
422 errorTotal += testClass.svXvtTest(); in main()
424 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
427 return errorTotal; //Return the total number of errors in main()
H A DEngNav_T.cpp450 unsigned errorTotal = 0; in main() local
452 errorTotal += testClass.computeParityTest(); in main()
453 errorTotal += testClass.fixParityTest(); in main()
454 errorTotal += testClass.getHOWTimeTest(); in main()
455 errorTotal += testClass.getSFIDTest(); in main()
456 errorTotal += testClass.checkParityTest(); in main()
457 errorTotal += testClass.getSubframePatternTest(); in main()
458 errorTotal += testClass.subframeConvertTest(); in main()
459 errorTotal += testClass.nmctValidityTest(); in main()
461 cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/ext/tests/FileHandling/
H A DSEM_T.cpp117 unsigned errorTotal = 0; in main() local
120 errorTotal += testClass.roundTripTest(); in main()
122 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
125 return errorTotal; in main()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/RefTime/
H A DReferenceFrame_T.cpp364 unsigned errorTotal = 0; in main() local
366 errorTotal += testClass.asStringTest(); in main()
367 errorTotal += testClass.equalityTest(); in main()
368 errorTotal += testClass.inequalityTest(); in main()
369 errorTotal += testClass.greaterThanTest(); in main()
370 errorTotal += testClass.lessThanTest(); in main()
371 errorTotal += testClass.greaterThanOrEqualToTest(); in main()
372 errorTotal += testClass.lesserThanOrEqualToTest(); in main()
373 errorTotal += testClass.setReferenceFrameTest(); in main()
374 std::cout << "Total Failures for " << __FILE__ << ": " << errorTotal in main()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileDirProc/
H A DFileSpec_T.cpp1088 int errorTotal = 0; in main() local
1094 errorTotal += testClass.testInitInvalid(); in main()
1095 errorTotal += testClass.testInitValid(); in main()
1096 errorTotal += testClass.testNewSpec(); in main()
1097 errorTotal += testClass.testHasField(); in main()
1098 errorTotal += testClass.testGetSpecString(); in main()
1100 errorTotal += testClass.testExtractField(); in main()
1102 errorTotal += testClass.testToString(); in main()
1103 errorTotal += testClass.testSortList(); in main()
1104 errorTotal += testClass.testHasTimeField(); in main()
[all …]
H A DFileSpecFind_T.cpp452 unsigned errorTotal = 0; in main() local
454 errorTotal += testClass.findTestsAbs(); in main()
455 errorTotal += testClass.findTestsRel(); in main()
456 errorTotal += testClass.findTestsRelDot(); in main()
457 errorTotal += testClass.findTestsRelDotDot(); in main()
458 errorTotal += testClass.findSimpleFileName(); in main()
459 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
460 return errorTotal; in main()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/NavFilter/
H A DNavFilterMgr_T.cpp802 unsigned errorTotal = 0; in main() local
806 errorTotal += testClass.loadData(); in main()
807 errorTotal += testClass.noFilterTest(); in main()
808 errorTotal += testClass.testLNavCook(); in main()
809 errorTotal += testClass.testLNavParity(); in main()
810 errorTotal += testClass.testLNavEmpty(); in main()
811 errorTotal += testClass.testLNavTLMHOW(); in main()
812 errorTotal += testClass.testLNavEphMaker(); in main()
813 errorTotal += testClass.testLNavCombined(); in main()
815 errorTotal += testClass.testBunk1(); in main()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Math/
H A DMatrix_Initialization_T.cpp239 unsigned errorTotal = 0; in main() local
242 errorTotal += testClass.initializeConstantsTest(); in main()
243 errorTotal += testClass.initializeVectorsTest(); in main()
244 errorTotal += testClass.initializeArrayTest(); in main()
246 cout << "Total Failures for " << __FILE__ << ": " << errorTotal << endl; in main()
248 return errorTotal; //Return the total number of errors in main()

123