| Index: scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
|
| index e962acd91a6aeda4656f99649762de4738ea6560..13ef22a16537a6c7bbf99e19cf685aacb2d2b8cf 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.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/"
|
| ],
|
| @@ -1090,7 +1090,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/"
|
| ],
|
|
|