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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/drm_win_xfa.json

Issue 1472163002: Update pdfium.py to support running pdfium tests with Dr. Memory (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add missing delimiter Created 5 years 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/pdfium.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]\\gclient.py", 6 "[DEPOT_TOOLS]\\gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]"
10 ], 10 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "cmd": [ 53 "cmd": [
54 "ninja", 54 "ninja",
55 "-C", 55 "-C",
56 "[SLAVE_BUILD]\\pdfium\\out\\Debug" 56 "[SLAVE_BUILD]\\pdfium\\out\\Debug"
57 ], 57 ],
58 "cwd": "[SLAVE_BUILD]", 58 "cwd": "[SLAVE_BUILD]",
59 "name": "compile with ninja" 59 "name": "compile with ninja"
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "[SLAVE_BUILD]\\pdfium\\out\\Debug\\pdfium_unittests.exe" 63 "python",
64 "-u",
65 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
66 "--test",
67 "pdfium_unittests"
64 ], 68 ],
65 "cwd": "[SLAVE_BUILD]\\pdfium", 69 "cwd": "[SLAVE_BUILD]\\pdfium",
66 "name": "unittests" 70 "name": "unittests"
67 }, 71 },
68 { 72 {
69 "cmd": [ 73 "cmd": [
70 "[SLAVE_BUILD]\\pdfium\\out\\Debug\\pdfium_embeddertests.exe" 74 "python",
75 "-u",
76 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
77 "--test",
78 "pdfium_embeddertests"
71 ], 79 ],
72 "cwd": "[SLAVE_BUILD]\\pdfium", 80 "cwd": "[SLAVE_BUILD]\\pdfium",
73 "name": "embeddertests" 81 "name": "embeddertests"
74 }, 82 },
75 { 83 {
76 "cmd": [ 84 "cmd": [
77 "python", 85 "python",
78 "-u", 86 "-u",
79 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py" 87 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
88 "--test",
89 "pdfium_javascript"
80 ], 90 ],
81 "cwd": "[SLAVE_BUILD]\\pdfium", 91 "cwd": "[SLAVE_BUILD]\\pdfium",
82 "name": "javascript tests" 92 "name": "javascript tests"
83 }, 93 },
84 { 94 {
85 "cmd": [ 95 "cmd": [
86 "python", 96 "python",
87 "-u", 97 "-u",
88 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py" 98 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
99 "--test",
100 "pdfium_pixel"
89 ], 101 ],
90 "cwd": "[SLAVE_BUILD]\\pdfium", 102 "cwd": "[SLAVE_BUILD]\\pdfium",
91 "name": "pixel tests" 103 "name": "pixel tests"
92 }, 104 },
93 { 105 {
94 "cmd": [ 106 "cmd": [
95 "python", 107 "python",
96 "-u", 108 "-u",
97 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py" 109 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
110 "--test",
111 "pdfium_corpus"
98 ], 112 ],
99 "cwd": "[SLAVE_BUILD]\\pdfium", 113 "cwd": "[SLAVE_BUILD]\\pdfium",
100 "name": "corpus tests" 114 "name": "corpus tests"
101 }, 115 },
102 { 116 {
103 "name": "$result", 117 "name": "$result",
104 "recipe_result": null, 118 "recipe_result": null,
105 "status_code": 0 119 "status_code": 0
106 } 120 }
107 ] 121 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698