| Index: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| index b05b068b4cbbdcdcbb3502934332b2f209427b5a..d4fdd67566f0f5d55bacad7af3da5831b52856f5 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_unexecuted_tests.json
|
| @@ -188,7 +188,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[SLAVE_BUILD]/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
| @@ -646,7 +646,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[HOME]/.android/known_devices.json",
|
| "/path/to/tmp/"
|
| ],
|
| @@ -924,7 +924,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[SLAVE_BUILD]/src/android_webview/tools/cts_config/webview_cts_gcs_path.json",
|
| "/path/to/tmp/"
|
| ],
|
| @@ -934,7 +934,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[SLAVE_BUILD]/src/android_webview/tools/cts_config/expected_failure_on_bot.json",
|
| "/path/to/tmp/"
|
| ],
|
| @@ -1050,7 +1050,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "/path/to/testResult.xml",
|
| "/path/to/tmp/"
|
| ],
|
|
|