HomeSort by relevance Sort by last modified time
    Searched refs:testName (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseChunkRange.pl 47 testName => "[invalid] Empty string",
52 testName => "[invalid] Bogus chunk range",
57 testName => "[invalid] Chunk range missing -/+ prefix",
62 testName => "[invalid] Chunk range missing commas",
67 testName => "[invalid] Chunk range with swapped old and rew ranges",
72 testName => "[invalid] Chunk range with leading junk",
80 testName => "Line count is 0",
92 testName => "Line count is 1",
104 testName => "Both original and new line count is 1",
116 testName => "Line count and new line count > 1"
    [all...]
prepareParsedPatch.pl 55 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);
runCommand.pl 39 testName => "Simple",
48 testName => "Multiple commands",
57 testName => "Non-existent command",
69 my $testNameStart = "runCommand(): $testCase->{testName}: comparing";
  /external/junit/src/junit/runner/
TestRunListener.java 17 public void testStarted(String testName);
18 public void testEnded(String testName);
19 public void testFailed(int status, String testName, String trace);
  /external/antlr/antlr-3.4/gunit/src/test/java/org/antlr/gunit/
GunitTest.java 16 * @param testName name of the test case
18 public GunitTest( String testName )
20 super( testName );
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 81 errors.add(testName(test));
85 failures.add(testName(test));
92 testsSeen.add(testName(test));
95 public boolean saw(String testName) {
96 return testsSeen.contains(testName);
99 public boolean failed(String testName) {
100 return failures.contains(testName);
103 public boolean errored(String testName) {
104 return errors.contains(testName);
107 public boolean passed(String testName) {
    [all...]
UnitTestSuiteBuilderTest.java 74 errors.add(testName(test));
78 failures.add(testName(test));
85 testsSeen.add(testName(test));
88 public boolean saw(String testName) {
89 return testsSeen.contains(testName);
92 public boolean failed(String testName) {
93 return failures.contains(testName);
96 public boolean errored(String testName) {
97 return errors.contains(testName);
100 public boolean passed(String testName) {
    [all...]
TestSuiteBuilderTest.java 183 errors.add(testName(test));
187 failures.add(testName(test));
194 testsSeen.add(testName(test));
197 public boolean saw(String testName) {
198 return testsSeen.contains(testName);
201 public boolean failed(String testName) {
202 return failures.contains(testName);
205 public boolean errored(String testName) {
206 return errors.contains(testName);
209 public boolean passed(String testName) {
    [all...]
ListTestCaseNames.java 51 String testName = ((TestCase) test).getName();
52 testNames.add(new TestDescriptor(className, testName));
67 public TestDescriptor(String className, String testName) {
69 mTestName = testName;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 36 var testName = testBase + ".js";
39 if (testName.indexOf('parse-only') >= 0) {
40 times[j] = checkSyntax(testName);
50 load(testName);
54 times[j] = run(testName);
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
testlog.h 34 testClass(callingTestClass), testName(callingTestName) {}
43 const char *const testName;
  /external/icu4c/tools/ctestfw/unicode/
testlog.h 34 testClass(callingTestClass), testName(callingTestName) {}
43 const char *const testName;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementnormalize.java 62 Element testName;
69 testName = (Element) elementList.item(0);
71 retNode = testName.appendChild(textNode);
73 retNode = testName.appendChild(textNode);
77 testName = (Element) elementList.item(0);
78 firstChild = testName.getFirstChild();
elementnormalize.java 68 Element testName;
75 testName = (Element) elementList.item(2);
76 firstChild = testName.getFirstChild();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 54 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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.h 72 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,
  /external/icu4c/test/intltest/
testidna.h 72 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,
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 97 testTrieEnum(const char *testName,
110 testTrieGetters(const char *testName,
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, "trie1", 5))
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 97 testTrieEnum(const char *testName,
110 testTrieGetters(const char *testName,
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, "trie1", 5))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
model.js 50 function fuzzyFind(testName, commitData)
52 var indexOfLastDot = testName.lastIndexOf('.');
53 var stem = indexOfLastDot == -1 ? testName : testName.substr(0, indexOfLastDot);
68 if (fuzzyFind(failureAnalysis.testName, commitData)) {
181 $.each(model.state.failureAnalysisByTest, function(testName, failureAnalysis) {
182 if (!(testName in unexpectedFailures))
183 delete model.state.failureAnalysisByTest[testName];
187 $.each(unexpectedFailures, function(testName, resultNodesByBuilder) {
189 results.unifyRegressionRanges(builderNameList, testName, function(oldestFailingRevision, newestPassingRevision)
    [all...]
controllers.js 41 if (isAnyReftest(failureInfo.testName, resultsByTest)) {
42 if (testNamesLogged.indexOf(failureInfo.testName) == -1) {
43 statusView.addMessage(id, failureInfo.testName + ' is a ref test, skipping');
44 testNamesLogged.push(failureInfo.testName);
48 if (testNamesLogged.indexOf(failureInfo.testName) == -1) {
49 statusView.addMessage(id, 'Rebaselining ' + failureInfo.testName + '...');
50 testNamesLogged.push(failureInfo.testName);
59 statusView.addMessage(id, failureInfo.testName + ' on ' + ui.displayNameForBuilder(failureInfo.builderName));
63 statusView.addMessage(id, 'Skipping rebaseline for ' + failureInfo.testName + ' on ' + ui.displayNameForBuilder(failureInfo.builderName) + ' because we only rebaseline from release bots.');
71 function isAnyReftest(testName, resultsByTest
    [all...]
  /cts/tools/utils/
CollectAllTests.java 318 final String testName) {
319 return getAnnotation(testClass, testName, KNOWN_FAILURE);
323 final String testName) {
324 return getAnnotation(testClass, testName, KNOWN_FAILURE) != null;
328 final String testName) {
329 return getAnnotation(testClass, testName, BROKEN_TEST) != null;
333 final String testName) {
334 return getAnnotation(testClass, testName, SUPPRESSED_TEST) != null;
338 final String testName) {
339 return getAnnotation(testClass, testName, SIDE_EFFECT) != null
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications_unittests.js 120 testFailures.addFailureAnalysis({testName: 'test', resultNodesByBuilder: {}});
142 ok(testFailures.containsFailureAnalysis({testName: 'test'}));
143 ok(!testFailures.containsFailureAnalysis({testName: 'foo'}));
144 testFailures.addFailureAnalysis({testName: 'test'});
202 testFailures.addFailureAnalysis({testName: 'foo', resultNodesByBuilder: {'WebKit Linux (dbg)': { actual: 'TEXT'}}});
291 testFailures.addFailureAnalysis({testName: 'path/to/test1.html', resultNodesByBuilder: {}});
292 testFailures.addFailureAnalysis({testName: 'path/to/test2.html', resultNodesByBuilder: {}});
293 testFailures.addFailureAnalysis({testName: 'path/to/test3.html', resultNodesByBuilder: {}});
294 testFailures.addFailureAnalysis({testName: 'path/to/test4.html', resultNodesByBuilder: {}});
295 testFailures.addFailureAnalysis({testName: 'path/another/test.html', resultNodesByBuilder: {}})
    [all...]