Searched refs:testName (Results 1 - 25 of 59) sorted by relevance

123

/external/webkit/Tools/Scripts/
H A Drun-pageloadtest45 my $testName = 'svg';
49 "Usage: " . basename($0) . "[options] testName\n" .
59 $testName = shift @ARGV if (@ARGV);
69 if ($testName eq 'svg') {
70 my $suiteFile = "PerformanceTests/PageLoad/$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}
[all...]
/external/webkit/Tools/WebKitAPITest/
H A DTest.h40 #define TEST_CLASS_NAME(testCaseName, testName) testCaseName##_##testName##_Test
43 #define TEST(testCaseName, testName) \
44 class TEST_CLASS_NAME(testCaseName, testName) : public Test { \
46 virtual const char* name() const { return #testCaseName ": " #testName; } \
51 const bool TEST_CLASS_NAME(testCaseName, testName)::initialized = (TestsController::shared().addTest(new TEST_CLASS_NAME(testCaseName, testName)), true); \
53 void TEST_CLASS_NAME(testCaseName, testName)::run()
/external/junit/src/junit/runner/
H A DTestRunListener.java16 public void testStarted(String testName); argument
17 public void testEnded(String testName); argument
18 public void testFailed(int status, String testName, String trace); argument
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DprepareParsedPatch.pl55 testName => "zero diffs: empty array",
65 testName => "one diff: non-copy, no revision",
75 testName => "one diff: non-copy, has revision",
87 testName => "one diff: copy (has revision)",
99 testName => "two diffs: two non-copies",
111 testName => "two diffs: non-copy and copy",
128 my $testName = $testCase->{testName};
134 is_deeply($got, $expected, $testName);
H A DparsePatch.pl91 my $testName = "${testNameStart}[diff $i] key=\"$diffHashRefKey\"";
92 is($gotDiffHashRef->{$diffHashRefKey}, $expectedDiffHashRef->{$diffHashRefKey}, $testName);
/external/webkit/PerformanceTests/SunSpider/resources/
H A Dsunspider-standalone-driver.js35 var testName = suitePath + "/" + tests[j] + ".js";
37 if (testName.indexOf('parse-only') >= 0)
38 times[j] = checkSyntax(testName);
40 times[j] = run(testName);
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_elementnormalize.js91 var testName;
103 testName = elementList.item(0);
105 retNode = testName.appendChild(textNode);
107 retNode = testName.appendChild(textNode);
112 testName = elementList.item(0);
113 firstChild = testName.firstChild;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_elementnormalize.js91 var testName;
103 testName = elementList.item(0);
105 retNode = testName.appendChild(textNode);
107 retNode = testName.appendChild(textNode);
112 testName = elementList.item(0);
113 firstChild = testName.firstChild;
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dqueue.js54 var testName = getSelectedTest();
56 var state = results.tests[testName].state;
81 var testName = getSelectedTest();
82 var test = results.tests[testName];
91 queueOption.value = testName;
92 queueOption.textContent = testName;
112 RebaselineQueue.prototype._removeTest = function(testName)
116 while (queueOption && queueOption.value != testName) {
124 var test = results.tests[testName];
144 RebaselineQueue.prototype._rebaselineTest = function(testName)
[all...]
H A Dmain.js117 for (var testName in results.tests) {
118 var test = results.tests[testName];
127 testsByFailureType[failureType].push(testName);
214 selectedTests.forEach(function(testName) {
215 var state = results.tests[testName].state;
222 testsByState[state].push(testName);
236 testsByState[state].forEach(function(testName) {
238 testOption.value = testName;
239 var testDisplayName = testName;
240 if (testName
[all...]
/external/icu4c/test/intltest/
H A 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,
H A Dtestidna.cpp450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, argument
479 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
491 UnicodeString(testName)+
509 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
510 errln("Did not get the expected result for "+UnicodeString(testName) +
519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
525 UnicodeString(testName)+
544 errln("Did not get the expected result for %s with source length.\n",testName);
547 errln( "%s with source length failed. Requires destCapacity > 300\n",testName);
646 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
692 testToASCII(const char* testName, TestFunc func) argument
704 testToUnicode(const char* testName, TestFunc func) argument
716 testIDNToUnicode(const char* testName, TestFunc func) argument
742 testIDNToASCII(const char* testName, TestFunc func) argument
768 testCompare(const char* testName, CompareFunc func) argument
993 testChaining(const UChar* src,int32_t numIterations,const char* testName, UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func) argument
1165 testRootLabelSeparator(const char* testName, CompareFunc func, const char* IDNToASCIIName, TestFunc IDNToASCII, const char* IDNToUnicodeName, TestFunc IDNToUnicode) argument
[all...]
H A Dusettest.h170 const char *testName, int32_t index);
173 const char *testName, int32_t index);
177 const char *testName, int32_t index);
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
/external/icu4c/test/cintltst/
H A Dtrie2test.c97 testTrieEnum(const char *testName, argument
110 testTrieGetters(const char *testName, argument
139 typeName, testName, (long)start, (long)value2, (long)value);
150 typeName, testName, (long)start, (long)value2, (long)value);
160 typeName, testName, (long)start, (long)value2, (long)value);
166 typeName, testName, (long)start, (long)value2, (long)value);
187 typeName, testName, (long)start, (long)value2, (long)value);
200 typeName, testName, (long)start, (long)value2, (long)errorValue);
206 if(0!=strncmp(testName, "dummy", 5) && 0!=strncmp(testName, "trie
269 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
349 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
485 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
534 testNewTrie(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
542 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
751 testTrieSerializeAllValueBits(const char *testName, UTrie2 *trie, UBool withClone, const CheckRange checkRanges[], int32_t countCheckRanges) argument
797 makeTrieWithRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
857 testTrieRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1059 static const char *const testName="enum-for-lead"; local
1111 const char *testName; local
1155 static const char *const testName="free-blocks"; local
1208 static const char *const testName="grow-data"; local
1284 makeNewTrie1WithRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1329 testTrie2FromTrie1(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]
H A Dtrietest.c140 testTrieIteration(const char *testName, argument
177 testName, c, c2, value, values[i]);
185 testName, c, c2);
210 testName, c, c2, value, values[i]);
222 testName, c, c2, value, values[i]);
241 testName, c, c2, value, values[i]);
249 testName, c, c2);
255 testTrieRangesWithMalloc(const char *testName, argument
272 log_verbose("\ntesting Trie '%s'\n", testName);
291 log_err("error: setting values into a trie failed (%s)\n", testName);
444 testTrieRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32, UBool latin1Linear) argument
652 testTrieRanges2(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32) argument
680 testTrieRanges4(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]
H A Dstdnmtst.c173 const char *enumName, *testName; local
193 testName = expected[idx];
194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
198 idx, enumName, testName, len, u_errorName(err));
244 UChar testName[256]; local
247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0]));
248 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err)
252 idx, enumName, testName, le
[all...]
H A Didnatest.c73 testAPI(const UChar* src, const UChar* expected, const char* testName, argument
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
171 log_err("Did not get the expected result for %s with source length and both options set.\n",testName);
433 const char* testName = "uidna_toASCII"; local
447 const char* testName = "uidna_toUnicode"; local
464 const char* testName="uidna_IDNToUnicode"; local
493 const char* testName="udina_IDNToASCII"; local
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
569 const char* testName ="uidna_compare"; local
[all...]
/external/icu4c/tools/ctestfw/unicode/
H A Dtestlog.h34 testClass(callingTestClass), testName(callingTestName) {}
43 const char *const testName; member in class:IcuTestErrorCode
/external/webkit/LayoutTests/fast/js/resources/
H A Dstring-concatenate-outofmemory.js14 function ensureStringIsUsable(testName, stringName, str) {
19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp78 const char *testName = ""; local
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
/external/icu4c/tools/ctestfw/
H A Dtestdata.cpp12 TestData::TestData(const char* testName) argument
13 : name(testName),
44 RBTestData::RBTestData(const char* testName) argument
45 : TestData(testName),
H A Dtstdtmod.cpp29 UnicodeString msg(testName, -1, US_INV);
48 UnicodeString msg(testName, -1, US_INV);
61 // testClass.errln("%s failure - %s", testName, errorName());
62 UnicodeString msg(testName, -1, US_INV);
92 : testName(name),
106 return testName;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDriverPropertyInfoTest.java80 assertEquals(testName, aDriverPropertyInfo.name);
105 static java.lang.String testName = validName; field in class:DriverPropertyInfoTest
/external/webkit/Tools/TestWebKitAPI/
H A DPlatformUtilities.cpp34 WKContextRef createContextForInjectedBundleTest(const std::string& testName, WKTypeRef userData) argument
42 WKRetainPtr<WKStringRef> testNameString(AdoptWK, WKStringCreateWithUTF8CString(testName.c_str()));
/external/v8/test/mjsunit/
H A Darray-reduce.js50 function makeRecorder(func, testName) {
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,
91 testName + " (number of calls)");
94 testName + " (call " + (i + 1) + ")");
96 assertEquals(expectedResult, result, testName + " (result)");

Completed in 639 milliseconds

123