Home
last modified time | relevance | path

Searched refs:gTest (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtsmthred.cpp182 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest()
185 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest()
188 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest()
199 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest()
202 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest()
205 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest()
536 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().", in run()
543 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().", in run()
548 … for(iteration = 0;!IntlTest::gTest->getErrors() && iteration<kFormatThreadIterations;iteration++) in run()
558 … IntlTest::gTest->errln("format().. expected " + kNumberFormatTestData[whichLine].string in run()
[all …]
Drbbimonkeytest.cpp140 … IntlTest::gTest->errln("%s:%d: error %s creating UnicodeSet %s\n Expanded set definition: %s", in addCharClass()
154 IntlTest::gTest->logln("Redefinition of character class %s\n", CStr(cclass->fName)()); in addCharClass()
177 IntlTest::gTest->errln("%s:%d char class \"%s\" unrecognized in rule \"%s\"", in addRule()
222 IntlTest::gTest->errln("%s:%d Error creating regular expression for %s", in addRule()
249 … IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)()); in setKeywordParameter()
276 … IntlTest::gTest->errln("%s:%d Bad break iterator type of %d", __FILE__, __LINE__, fType); in createICUBreakIterator()
336 IntlTest::gTest->errln("%s:%d: Unrecognized line in rule file %s: \"%s\"\n", in compileRules()
354 IntlTest::gTest->errln("%s:%d: internal error, set names (%s, %s) inconsistent.\n", in compileRules()
487 … IntlTest::gTest->errln("%s:%d Trouble with monkey test reference rules at position %d. ", in set()
495 IntlTest::gTest->errln("%s:%d Zero length rule match.", in set()
[all …]
Dintltest.cpp498 IntlTest* IntlTest::gTest = NULL; member in IntlTest
504 if (IntlTest::gTest) in it_log()
505 IntlTest::gTest->log( message ); in it_log()
510 if (IntlTest::gTest) in it_logln()
511 IntlTest::gTest->logln( message ); in it_logln()
516 if (IntlTest::gTest) in it_logln()
517 IntlTest::gTest->logln(); in it_logln()
522 if (IntlTest::gTest) in it_info()
523 IntlTest::gTest->info( message ); in it_info()
528 if (IntlTest::gTest) in it_infoln()
[all …]
Dintltest.h429 static IntlTest* gTest;
Didnaref.cpp203 TestIDNA *thisTest = dynamic_cast<TestIDNA *>(IntlTest::gTest); in getInstance()
Drbbitst.cpp71 …IntlTest::gTest->errln("\n%s:%d %s at index %d. Parameters to reproduce: @\"type=%s seed=%u loop=1…
1940 IntlTest::gTest->errln("%s:%d %s", __FILE__, __LINE__, u_errorName(status)); in RBBIWordMonkey()
1953 IntlTest::gTest->errln("%s:%d %s", __FILE__, __LINE__, u_errorName(status)); in RBBIWordMonkey()
/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp25 UPerfTest* UPerfTest::gTest = NULL; member in UPerfTest
349 UPerfTest* saveTest = gTest; in runTestLoop()
350 gTest = this; in runTestLoop()
471 gTest = saveTest; in runTestLoop()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp25 UPerfTest* UPerfTest::gTest = NULL; member in UPerfTest
349 UPerfTest* saveTest = gTest; in runTestLoop()
350 gTest = this; in runTestLoop()
473 gTest = saveTest; in runTestLoop()
/third_party/skia/tests/
DSkUTFTest.cpp29 } gTest[] = { in DEF_TEST() local
42 for (auto test : gTest) { in DEF_TEST()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h194 static UPerfTest* gTest;
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Duperf.h194 static UPerfTest* gTest;
/third_party/googletest/
DBUILD.bazel162 # The following rules build samples of how to use gTest.
/third_party/skia/third_party/externals/sfntly/doc/
Dbuild_cpp.md21 sfntly C++ port had been tested with gTest 1.6.0.
/third_party/node/deps/cares/
DCHANGES2859 - test: Add gTest/gMock files to SOURCES