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

Unified Diff: scripts/slave/recipes/bisect.expected/basic.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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: scripts/slave/recipes/bisect.expected/basic.json
diff --git a/scripts/slave/recipes/bisect.expected/basic.json b/scripts/slave/recipes/bisect.expected/basic.json
index da5c923c19bbefabc9e1d954c757e7807a76141c..3605bf409bfcf0ff24cc2f7bd3da9bcf3f478f61 100644
--- a/scripts/slave/recipes/bisect.expected/basic.json
+++ b/scripts/slave/recipes/bisect.expected/basic.json
@@ -786,9 +786,8 @@
"python",
"-u",
"RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
- "[70, 70, 80]",
"[14, 15, 16]",
- "0.01"
+ "[70, 70, 80]"
],
"name": "Working on revision chromium@00316c9ddf.Checking sample difference",
"stdout": "/path/to/tmp/json",
@@ -803,9 +802,8 @@
"python",
"-u",
"RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
- "[19, 20, 21]",
"[14, 15, 16]",
- "0.01"
+ "[19, 20, 21]"
],
"name": "Working on revision chromium@00316c9ddf.Checking sample difference (2)",
"stdout": "/path/to/tmp/json",
@@ -979,9 +977,8 @@
"python",
"-u",
"RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
- "[70, 70, 80]",
"[68, 70, 72]",
- "0.01"
+ "[70, 70, 80]"
],
"name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference",
"stdout": "/path/to/tmp/json",
@@ -996,9 +993,8 @@
"python",
"-u",
"RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
- "[14, 15, 16]",
"[68, 70, 72]",
- "0.01"
+ "[14, 15, 16]"
],
"name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference (2)",
"stdout": "/path/to/tmp/json",
@@ -1031,14 +1027,14 @@
"cmd": [],
"name": "Debug Info",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@",
- "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@00316c9ddf, values=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28dc0d49c, values=(70, 70, 80, 90, 90), mean_value=80.0, std_dev=10.0)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@00316c9ddf, values=(14, 15, 16), mean_value=15.0, std_dev=1.0)@@@",
"@@@STEP_LOG_LINE@Debug Info@@@@",
"@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
- "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@",
- "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[68, 70, 72] @@@",
- "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[14, 15, 16] @@@",
- "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21] @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c(70, 70, 80, 90, 90)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5(68, 70, 72) @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf(14, 15, 16) @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe(19, 20, 21) @@@",
"@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@",
"@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@",
"@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@",

Powered by Google App Engine
This is Rietveld 408576698