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

Unified Diff: scripts/slave/recipes/flutter/flutter.expected/mac.json

Issue 1748403005: add a basic integration test for Flutter (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: retrain the recipes Created 4 years, 10 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 | « scripts/slave/recipes/flutter/flutter.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/flutter/flutter.expected/mac.json
diff --git a/scripts/slave/recipes/flutter/flutter.expected/mac.json b/scripts/slave/recipes/flutter/flutter.expected/mac.json
index 806649b02aef47f54f00c75e132e341b858222a9..509fa6a4a3324559c3fe72581f2aa02ee61ceede 100644
--- a/scripts/slave/recipes/flutter/flutter.expected/mac.json
+++ b/scripts/slave/recipes/flutter/flutter.expected/mac.json
@@ -240,6 +240,59 @@
"name": "flutter apk examples/material_gallery"
},
{
+ "cmd": [
+ "flutter",
+ "create",
+ "--with-driver-test",
+ "sample_app"
+ ],
+ "cwd": "[TMP_BASE]/tmp_tmp_1",
+ "env": {
+ "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
+ "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
+ "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
+ },
+ "name": "test create"
+ },
+ {
+ "cmd": [
+ "flutter",
+ "drive"
+ ],
+ "cwd": "[TMP_BASE]/tmp_tmp_1/sample_app",
+ "env": {
+ "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
+ "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
+ "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
+ },
+ "name": "drive sample_app"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
+ "[TMP_BASE]/tmp_tmp_1"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "env": {
+ "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
+ "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
+ "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
+ },
+ "name": "rmtree temp dir",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « scripts/slave/recipes/flutter/flutter.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698