HomeSort by relevance Sort by last modified time
    Searched full:testfailures (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications_unittests.js 100 var testFailures = new ui.notifications.FailingTestsSummary();
101 equal(testFailures.tagName, 'LI');
102 equal(testFailures.innerHTML,
120 testFailures.addFailureAnalysis({testName: 'test', resultNodesByBuilder: {}});
121 equal(testFailures.index(), 0);
122 equal(testFailures.innerHTML,
142 ok(testFailures.containsFailureAnalysis({testName: 'test'}));
143 ok(!testFailures.containsFailureAnalysis({testName: 'foo'}));
144 testFailures.addFailureAnalysis({testName: 'test'});
145 equal(testFailures.innerHTML
    [all...]
  /external/chromium_org/ppapi/tests/
test_audio.h 27 std::string TestFailures();
test_audio.cc 147 std::string TestAudio::TestFailures() {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
builders_unittests.js 93 "changes": ["Files:\n Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js\n Tools/ChangeLog\nAt: Thu 04 Aug 2011 00:50:38\nChanged By: abarth@webkit.org\nComments: Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:Properties: \n\n\n", "Files:\n LayoutTests/ChangeLog\n LayoutTests/platform/mac/fast/box-shadow/inset-box-shadows-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-vertical-expected.png\nAt: Thu 04 Aug 2011 00:50:38\nChanged By: abarth@webkit.org\nComments: Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:Properties: \n\n\n"],
130 "comments": "Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:",
131 "files": ["Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js", "Tools/ChangeLog"],
164 "comments": "Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:",
165 "files": ["Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js", "Tools/ChangeLog"],
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system_test.py 91 def testFailures(self):
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
run-unittests.html 34 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
watchlist 81 "TestFailures": {
82 "filename": r"Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/",
431 "TestFailures": [ "abarth@webkit.org", "dglazkov@chromium.org", "ojan.autocc@gmail.com" ],
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 33 objects to the Manager. The Manager then aggregates the TestFailures to
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 131 milliseconds