| Index: scripts/slave/recipes/pdfium.expected/linux_asan.json
|
| diff --git a/scripts/slave/recipes/pdfium.expected/linux_asan.json b/scripts/slave/recipes/pdfium.expected/linux_asan.json
|
| index 55b5db09193ebb53fe63fea8d8f16776f91a317a..1a7f3cce7bc592699cc9f983cfc672fb0465c3de 100644
|
| --- a/scripts/slave/recipes/pdfium.expected/linux_asan.json
|
| +++ b/scripts/slave/recipes/pdfium.expected/linux_asan.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "test_slave",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
|
| + "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
|
| "--root",
|
| "pdfium",
|
| "--revision_mapping_file",
|
| "{}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| @@ -25,7 +25,6 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -54,7 +53,6 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0 asan=1",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -65,16 +63,15 @@
|
| "cmd": [
|
| "ninja",
|
| "-C",
|
| - "[SLAVE_BUILD]/pdfium/out/Debug"
|
| + "[CWD]/pdfium/out/Debug"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "compile with ninja"
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests"
|
| + "[CWD]/pdfium/out/Debug/pdfium_unittests"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/pdfium",
|
| + "cwd": "[CWD]/pdfium",
|
| "env": {
|
| "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
|
| },
|
| @@ -82,9 +79,9 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests"
|
| + "[CWD]/pdfium/out/Debug/pdfium_embeddertests"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/pdfium",
|
| + "cwd": "[CWD]/pdfium",
|
| "env": {
|
| "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
|
| },
|
| @@ -94,11 +91,11 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py",
|
| + "[CWD]/pdfium/testing/tools/run_javascript_tests.py",
|
| "--build-dir",
|
| "out/Debug"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/pdfium",
|
| + "cwd": "[CWD]/pdfium",
|
| "env": {
|
| "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
|
| },
|
| @@ -108,11 +105,11 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py",
|
| + "[CWD]/pdfium/testing/tools/run_pixel_tests.py",
|
| "--build-dir",
|
| "out/Debug"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/pdfium",
|
| + "cwd": "[CWD]/pdfium",
|
| "env": {
|
| "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
|
| },
|
| @@ -122,11 +119,11 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py",
|
| + "[CWD]/pdfium/testing/tools/run_corpus_tests.py",
|
| "--build-dir",
|
| "out/Debug"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/pdfium",
|
| + "cwd": "[CWD]/pdfium",
|
| "env": {
|
| "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
|
| },
|
|
|