Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebKitTools/Scripts/
Drun-pageloadtest45 my $testName = 'svg';
59 $testName = shift @ARGV if (@ARGV);
69 if ($testName eq 'svg') {
70 my $suiteFile = "PageLoadTests/$testName/$testName.pltsuite";
72 …`cat "$suiteFile" | perl -pe 's|WEBKIT_PATH|$webkitPath|' > $safariResourcePath/$testName.pltsuite`
75 die "Please copy ${testName}.pltsuite to ${safariResourcePath}/${testName}.pltsuite"
76 if (! -f "${safariResourcePath}/${testName}.pltsuite");
89 @testCommands = (@testCommands, ("run $testName", 'emptyCache', 'wait 30'));
90 @testCommands = (@testCommands, (("run $testName", 'wait 10') x 3));
Drun-webkit-tests902 my $testName = $1;
924 …print DIFFHTML "var imagePaths = new Array(\"$testName-$actualTag.png\", \"$testName-$expectedTag.…
928 print DIFFHTML "imagePaths.push(\"$testName-w3c.png\");\n";
944 …print DIFFHTML "<td>Difference between images: <a href=\"$testName-$diffsTag.png\">$diffPercentage…
954 print DIFFHTML "<td><img src=\"$testName-$actualTag.png\" id=\"animatedImage\"></td>\n";
/external/icu4c/test/intltest/
Dtestidna.cpp450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() argument
479 …errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Ex… in testAPI()
485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI()
491 UnicodeString(testName)+ in testAPI()
510 errln("Did not get the expected result for "+UnicodeString(testName) + in testAPI()
519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI()
525 UnicodeString(testName)+ in testAPI()
544 errln("Did not get the expected result for %s with source length.\n",testName); in testAPI()
547 errln( "%s with source length failed. Requires destCapacity > 300\n",testName); in testAPI()
553 UnicodeString(testName)+ in testAPI()
[all …]
Dtestidna.h72 void testToASCII(const char* testName, TestFunc func);
73 void testToUnicode(const char* testName, TestFunc func);
74 void testIDNToUnicode(const char* testName, TestFunc func);
75 void testIDNToASCII(const char* testName, TestFunc func);
76 void testCompare(const char* testName, CompareFunc func);
81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
87 const char* testName, CompareFunc func,
93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
96 void testRootLabelSeparator(const char* testName, CompareFunc func,
Dusettest.h170 const char *testName, int32_t index);
173 const char *testName, int32_t index);
177 const char *testName, int32_t index);
178 … testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 …stSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 …estSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
Dusettest.cpp3012 const char *testName, int32_t index) { in testSpan() argument
3048testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)LENGTHOF(limits)); in testSpan()
3054testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)expectCount); in testSpan()
3059 testName, (long)index, setNames[i], typeName, (long)limitsCount, in testSpan()
3082 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan()
3087 testName, (long)index, setNames[FAST], (long)prev, (long)limit); in testSpan()
3093 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan()
3098 testName, (long)index, setNames[FAST], (long)prev, (long)limit); in testSpan()
3112 const char *testName, int32_t index) { in testSpan() argument
3115 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index); in testSpan()
[all …]
/external/icu4c/test/cintltst/
Didnatest.c72 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() argument
105 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI()
110 …ted error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI()
124 …"Did not get the expected result for %s null terminated source with both options set.\n",testName); in testAPI()
128 … log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI()
133 …for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI()
148 log_err("Did not get the expected result for %s with source length.\n",testName); in testAPI()
151 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName); in testAPI()
156 …t the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI()
170 …_err("Did not get the expected result for %s with source length and both options set.\n",testName); in testAPI()
[all …]
Dtrietest.c140 testTrieIteration(const char *testName, in testTrieIteration() argument
177 testName, c, c2, value, values[i]); in testTrieIteration()
185 testName, c, c2); in testTrieIteration()
210 testName, c, c2, value, values[i]); in testTrieIteration()
222 testName, c, c2, value, values[i]); in testTrieIteration()
241 testName, c, c2, value, values[i]); in testTrieIteration()
249 testName, c, c2); in testTrieIteration()
255 testTrieRangesWithMalloc(const char *testName, in testTrieRangesWithMalloc() argument
272 log_verbose("\ntesting Trie '%s'\n", testName); in testTrieRangesWithMalloc()
291 log_err("error: setting values into a trie failed (%s)\n", testName); in testTrieRangesWithMalloc()
[all …]
Dstdnmtst.c173 const char *enumName, *testName; in doTestNames() local
188 testName = expected[idx]; in doTestNames()
189 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err) in doTestNames()
193 idx, enumName, testName, len, u_errorName(err)); in doTestNames()
233 UChar testName[256]; in doTestUCharNames() local
236 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0])); in doTestUCharNames()
237 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err) in doTestUCharNames()
241 idx, enumName, testName, len, u_errorName(err)); in doTestUCharNames()
Dccapitst.c2163 const char *testName, in convertExStreaming() argument
2213 testName, chunkSize, target, targetLimit); in convertExStreaming()
2238 testName, chunkSize, u_errorName(errorCode), u_errorName(expectCode)); in convertExStreaming()
2241 testName, chunkSize, targetLength, expectTargetLength); in convertExStreaming()
2244 testName, chunkSize); in convertExStreaming()
2252 const char *testName, in convertExMultiStreaming() argument
2257 1, testName, expectCode); in convertExMultiStreaming()
2261 3, testName, expectCode); in convertExMultiStreaming()
2265 7, testName, expectCode); in convertExMultiStreaming()
2590 char testName[32]; in testFromBadUTF8() local
[all …]
Dcloctst.c708 UChar *testName = 0; in doTestDisplayNames() local
794 testName=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
795 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
799 testName=&_NUL; in doTestDisplayNames()
841 if(0 != u_strcmp(testName, expectedName)) { in doTestDisplayNames()
842 …Display Name mismatch: got %s expected %s displayLocale=%s\n", austrdup(testName), austrdup(expect… in doTestDisplayNames()
845 if(testName!=&_NUL) { in doTestDisplayNames()
846 free(testName); in doTestDisplayNames()
/external/webkit/SunSpider/resources/
Dsunspider-standalone-driver.js33 var testName = "tests/" + tests[j] + ".js"; variable
35 if (testName.indexOf('parse-only') >= 0)
36 checkSyntax(testName);
38 load(testName);
/external/webkit/V8Binding/v8/test/mjsunit/
Darray-reduce.js50 function makeRecorder(func, testName) { argument
54 testName + "(number of arguments: " + arguments.length + ")");
55 assertEquals("number", typeof(i), testName + "(index must be number)");
56 assertEquals(s[i], b, testName + "(current argument is at index)");
61 testName + "(prev result -> current input)");
75 testName, argument
91 testName + " (number of calls)");
94 testName + " (call " + (i + 1) + ")");
96 assertEquals(expectedResult, result, testName + " (result)");
Dregexp-lookahead.js36 var testName = re + ".test(" + stringEscape(input) +")";
38 assertTrue(re.test(input), testName);
40 assertFalse(re.test(input), testName);
45 var testName = re + ".exec('" + stringEscape(input) +"')";
46 assertEquals(expected_result, re.exec(input), testName);
Dregexp.js294 var testName = "backref-ASCII-char-" + i + "," + (i^0x20); variable
298 assertTrue(test, testName);
300 assertFalse(test, testName);
/external/junit/src/junit/runner/
DTestRunListener.java16 public void testStarted(String testName); in testStarted() argument
17 public void testEnded(String testName); in testEnded() argument
18 public void testFailed(int status, String testName, String trace); in testFailed() argument
DBaseTestRunner.java84 public abstract void testStarted(String testName); in testStarted() argument
86 public abstract void testEnded(String testName); in testEnded() argument
/external/icu4c/tools/ctestfw/
Dtestdata.cpp12 TestData::TestData(const char* testName) in TestData() argument
13 : name(testName), in TestData()
44 RBTestData::RBTestData(const char* testName) in RBTestData() argument
45 : TestData(testName), in RBTestData()
Dtstdtmod.cpp34 : testName(name), in TestDataModule()
48 return testName; in getName()
/external/webkit/WebKitTools/DrawTest/
DTestController.m185 NSString *testName = [[svgPath lastPathComponent] stringByDeletingPathExtension];
191 imageName = [[@"full-" stringByAppendingString:testName] stringByAppendingPathExtension:@"png"];
197 imageName = [testName stringByAppendingPathExtension:@"png"];
203 imageName = [[testName stringByAppendingString:@"-w3c"] stringByAppendingPathExtension:@"png"];
209 …imageName = [[testName stringByAppendingString:@"-baseline"] stringByAppendingPathExtension:@"png"…
/external/icu4c/test/perf/perldriver/
DOutput.pm321 my $testName = shift;
347 print HTML "<th class=\"testName\"><a href=\"#".$loc."_".$testName."\">$testName</a></th>\n";
/external/webkit/V8Binding/v8/test/mjsunit/tools/
Dtickprocessor.js405 for (var testName in testData) {
406 print('=== testProcessing-' + testName + ' ===');
407 driveTickProcessorTest.apply(null, testData[testName]);
/external/junit/src/junit/textui/
DTestRunner.java100 public void testStarted(String testName) { in testStarted() argument
103 public void testEnded(String testName) { in testEnded() argument
/external/icu4c/tools/ctestfw/unicode/
Dtstdtmod.h36 const char* testName; variable
/external/junit/src/junit/awtui/
DTestRunner.java86 public void testStarted(String testName) { in testStarted() argument
87 showInfo("Running: "+testName); in testStarted()
90 public void testEnded(String testName) { in testEnded() argument

12