Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1475)

Unified Diff: Tools/GardeningServer/ui/test/ct-builder-grid-tests.html

Issue 459983002: Kill ui.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/ui/ct-test-list-tests.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
diff --git a/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html b/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
index e5a8fcaddd699fb33ce4cb812f41670fa2b44326..e90b3ffd6da8499cbfc02282a7917243f9cc133d 100644
--- a/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
@@ -13,44 +13,40 @@ found in the LICENSE file.
var assert = chai.assert;
-var kExampleFailures = [{
- "testName": "plugins/gesture-events-scrolled.html",
- "resultNodesByBuilder": {
- "WebKit Win7 (dbg)": {
- "actual": "CRASH",
- "masterUrl": "http://master-one",
- "earliestFailingBuild": "1",
- },
- "WebKit Mac10.6 (dbg)": {
- "actual": "CRASH",
- "masterUrl": "http://master-one",
- "earliestFailingBuild": "2",
- },
- "WebKit Mac10.7": {
- "actual": "TEXT",
- "masterUrl": "http://master-one",
- "earliestFailingBuild": "3",
- }
- },
- "oldestFailingRevision": 177164,
- "newestPassingRevision": 177165
-}, {
- "testName": "plugins/transformed-events.html",
- "resultNodesByBuilder": {
- "WebKit Win7 (dbg)": {
- "actual": "TEXT",
- "masterUrl": "http://master-one",
- "earliestFailingBuild": "1",
- },
- "WebKit Mac10.7": {
- "actual": "CRASH",
- "masterUrl": "http://master-two",
- "earliestFailingBuild": "4",
- },
- },
- "oldestFailingRevision": 177164,
- "newestPassingRevision": 177165
-}];
+var kExampleFailures = [
+ new CTFailure('layout_tests', "plugins/gesture-events-scrolled.html",
+ {
+ "WebKit Win7 (dbg)": {
+ "actual": "CRASH",
+ "masterUrl": "http://master-one",
+ "earliestFailingBuild": "1",
+ },
+ "WebKit Mac10.6 (dbg)": {
+ "actual": "CRASH",
+ "masterUrl": "http://master-one",
+ "earliestFailingBuild": "2",
+ },
+ "WebKit Mac10.7": {
+ "actual": "TEXT",
+ "masterUrl": "http://master-one",
+ "earliestFailingBuild": "3",
+ }
+ }, 177164, 177165),
+ new CTFailure('layout_tests', "plugins/transformed-events.html",
+ {
+ "WebKit Win7 (dbg)": {
+ "actual": "TEXT",
+ "masterUrl": "http://master-one",
+ "earliestFailingBuild": "1",
+ },
+ "WebKit Mac10.7": {
+ "actual": "CRASH",
+ "masterUrl": "http://master-two",
+ "earliestFailingBuild": "4",
+ },
+ }, 177164, 177165
+ )
+];
var kExampleBuilderLatestRevisions = {
'WebKit Mac10.7': {
« no previous file with comments | « Tools/GardeningServer/ui/ct-test-list-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698