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

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: 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
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 77c090664f335ffdbd01c5e1ecdd2c6edeeebc99..340138cf2937feb2778d7c4741f16471aaf6fe92 100644
--- a/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-builder-grid-tests.html
@@ -11,34 +11,30 @@ found in the LICENSE file.
var assert = chai.assert;
-var kExampleFailures = [{
- "testName": "plugins/gesture-events-scrolled.html",
- "resultNodesByBuilder": {
- "WebKit Win7 (dbg)": {
- "actual": "CRASH",
- },
- "WebKit Mac10.6 (dbg)": {
- "actual": "CRASH",
- },
- "WebKit Mac10.7": {
- "actual": "TEXT",
- }
- },
- "oldestFailingRevision": 177164,
- "newestPassingRevision": 177165
-}, {
- "testName": "plugins/transformed-events.html",
- "resultNodesByBuilder": {
- "WebKit Win7 (dbg)": {
- "actual": "TEXT",
- },
- "WebKit Mac10.7": {
- "actual": "CRASH",
- },
- },
- "oldestFailingRevision": 177164,
- "newestPassingRevision": 177165
-}];
+var kExampleFailures = [
+ new CTFailure('layout_tests', "plugins/gesture-events-scrolled.html",
+ {
+ "WebKit Win7 (dbg)": {
+ "actual": "CRASH",
+ },
+ "WebKit Mac10.6 (dbg)": {
+ "actual": "CRASH",
+ },
+ "WebKit Mac10.7": {
+ "actual": "TEXT",
+ }, 177164, 177165),
+ new CTFailure('layout_tests', "plugins/transformed-events.html",
+ {
+ "WebKit Win7 (dbg)": {
+ "actual": "TEXT",
+ },
+ "WebKit Mac10.7": {
+ "actual": "CRASH",
+ },
+ }, 177164, 177165
+ )
+];
+
var kExampleBuilderLatestRevisions = {
'WebKit Mac10.7': {

Powered by Google App Engine
This is Rietveld 408576698