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

Unified Diff: scripts/slave/recipes/pdfium.expected/linux_asan.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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/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 1a7f3cce7bc592699cc9f983cfc672fb0465c3de..55b5db09193ebb53fe63fea8d8f16776f91a317a 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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
"--root",
"pdfium",
"--revision_mapping_file",
"{}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -25,6 +25,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -53,6 +54,7 @@
"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]"
@@ -63,15 +65,16 @@
"cmd": [
"ninja",
"-C",
- "[CWD]/pdfium/out/Debug"
+ "[SLAVE_BUILD]/pdfium/out/Debug"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile with ninja"
},
{
"cmd": [
- "[CWD]/pdfium/out/Debug/pdfium_unittests"
+ "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests"
],
- "cwd": "[CWD]/pdfium",
+ "cwd": "[SLAVE_BUILD]/pdfium",
"env": {
"ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
},
@@ -79,9 +82,9 @@
},
{
"cmd": [
- "[CWD]/pdfium/out/Debug/pdfium_embeddertests"
+ "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests"
],
- "cwd": "[CWD]/pdfium",
+ "cwd": "[SLAVE_BUILD]/pdfium",
"env": {
"ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
},
@@ -91,11 +94,11 @@
"cmd": [
"python",
"-u",
- "[CWD]/pdfium/testing/tools/run_javascript_tests.py",
+ "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py",
"--build-dir",
"out/Debug"
],
- "cwd": "[CWD]/pdfium",
+ "cwd": "[SLAVE_BUILD]/pdfium",
"env": {
"ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
},
@@ -105,11 +108,11 @@
"cmd": [
"python",
"-u",
- "[CWD]/pdfium/testing/tools/run_pixel_tests.py",
+ "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py",
"--build-dir",
"out/Debug"
],
- "cwd": "[CWD]/pdfium",
+ "cwd": "[SLAVE_BUILD]/pdfium",
"env": {
"ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
},
@@ -119,11 +122,11 @@
"cmd": [
"python",
"-u",
- "[CWD]/pdfium/testing/tools/run_corpus_tests.py",
+ "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py",
"--build-dir",
"out/Debug"
],
- "cwd": "[CWD]/pdfium",
+ "cwd": "[SLAVE_BUILD]/pdfium",
"env": {
"ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1"
},
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/linux.json ('k') | scripts/slave/recipes/pdfium.expected/linux_no_v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698